[hawkey] New upstream version: dd10ac7

Ales Kozumplik akozumpl at fedoraproject.org
Mon Feb 11 10:02:30 UTC 2013


commit da2c55bee248f5530ff0c86fd076f2e60b959c7c
Author: Ales Kozumplik <ales at redhat.com>
Date:   Mon Feb 11 11:02:25 2013 +0100

    New upstream version: dd10ac7

 .gitignore  |    1 +
 hawkey.spec |   17 ++++++++++++++---
 sources     |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35a4f15..2e71e88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /hawkey-f981c48.tar.xz
 /hawkey-c8365fa.tar.xz
 /hawkey-a53a6b1.tar.xz
+/hawkey-dd10ac7.tar.xz
diff --git a/hawkey.spec b/hawkey.spec
index 11e0179..1b9ea21 100644
--- a/hawkey.spec
+++ b/hawkey.spec
@@ -1,9 +1,9 @@
-%global gitrev a53a6b1
+%global gitrev dd10ac7
 %global libsolv_version 0.2.3
 
 Name:		hawkey
-Version:	0.3.6
-Release:	2.git%{gitrev}%{?dist}
+Version:	0.3.7
+Release:	1.git%{gitrev}%{?dist}
 Summary:	Library providing simplified C and Python API to libsolv
 Group:		System Environment/Libraries
 License:	LGPLv2+
@@ -76,6 +76,17 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{python_sitearch}/
 
 %changelog
+* Mon Feb 11 2013 Aleš Kozumplík <ales at redhat.com> - 0.3.6-2.gita53a6b1
+- Selector: allow constraining by version only (without the release). (Ales Kozumplik)
+- python: reldep_repr() outputs a valid number. (Ales Kozumplik)
+- Add pkg.conflicts and pkg.provides. (RhBug:908406) (Ales Kozumplik)
+- hy_query_filter_requires() internally converts to a reldep. (Ales Kozumplik)
+- support filtering by 'obsoletes' and 'conflicts' reldeps. (RhBug:908372) (Ales Kozumplik)
+- allow filtering by requires with reldeps. (RhBug:908372) (Ales Kozumplik)
+- py: Query.filter() returns instance of the same type as the original query. (Ales Kozumplik)
+- sack_knows() does case-insensitive matching too (pricey yet needed). (Ales Kozumplik)
+- subject: best shot at 'some-lib-devel' is not that EVR is 'lib-devel'. (RhBug:903687) (Ales Kozumplik)
+
 * Wed Jan 30 2013 Aleš Kozumplík <ales at redhat.com> - 0.3.6-2.gita53a6b1
 - subject: best shot at 'some-lib-devel' is not that EVR is 'lib-devel'. (Ales Kozumplik)
 - cosmetic: put HY_PKG_LOCATION into the lists alphabetically. (Ales Kozumplik)
diff --git a/sources b/sources
index 0c59ec4..a1e494c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de61a420054e8fbf4ccb823b505e586c  hawkey-a53a6b1.tar.xz
+e31fbb0454ec0a872ea3c5f6cc0a8f7a  hawkey-dd10ac7.tar.xz


More information about the scm-commits mailing list