[hawkey] New upstream version: b3fcf21

Ales Kozumplik akozumpl at fedoraproject.org
Thu Jan 3 07:04:15 UTC 2013


commit db8fe752fc7fb27740480201be207763b3aadfd0
Author: Ales Kozumplik <ales at redhat.com>
Date:   Wed Jan 2 09:19:57 2013 +0100

    New upstream version: b3fcf21

 hawkey.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/hawkey.spec b/hawkey.spec
index 1840ff1..eb224a9 100644
--- a/hawkey.spec
+++ b/hawkey.spec
@@ -1,8 +1,8 @@
 %global gitrev b3fcf21
-%global libsolv_version 0.0.0-17
+%global libsolv_version 0.2.3
 
 Name:		hawkey
-Version:	0.3.4
+Version:	0.3.5
 Release:	1.git%{gitrev}%{?dist}
 Summary:	Library providing simplified C and Python API to libsolv
 Group:		System Environment/Libraries
@@ -10,14 +10,14 @@ License:	LGPLv2+
 URL:		https://github.com/akozumpl/hawkey
 # git clone https://github.com/akozumpl/hawkey.git && cd hawkey && package/archive
 Source0:	hawkey-%{gitrev}.tar.xz
-BuildRequires:	libsolv-devel >= %{libsolv_version}
+BuildRequires:	libsolv-devel = %{libsolv_version}
 BuildRequires:	cmake expat-devel rpm-devel zlib-devel check-devel
 BuildRequires:	python2-devel
 BuildRequires:	python-nose
 BuildRequires:	python-sphinx
 # explicit dependency: libsolv occasionally goes through ABI changes without
 # bumping the .so number:
-Requires:	libsolv%{?_isa} >= %{libsolv_version}
+Requires:	libsolv%{?_isa} = %{libsolv_version}
 
 # prevent provides from nonstandard paths:
 %filter_provides_in %{python_sitearch}/.*\.so$
@@ -76,6 +76,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{python_sitearch}/
 
 %changelog
+* Fri Dec 21 2012 Aleš Kozumplík <ales at redhat.com> - 0.3.5-1.gitd735540
+- Move to libsolv-0.2.3 (suit minor API change there)
+
 * Mon Dec 17 2012 Aleš Kozumplík <ales at redhat.com> - 0.3.4-1.gitb3fcf21
 - Subject: infrastructure for discovering NEVRA explanations of what user's input meant.
 - fix: cloning an evaluated Query should copy the result set too.


More information about the scm-commits mailing list