[hawkey] New upstream version: 6df2dad

Ales Kozumplik akozumpl at fedoraproject.org
Wed Dec 4 13:33:21 UTC 2013


commit ebe9ec1967c19de19d921c5bc32ba201fdbe524f
Author: Ales Kozumplik <ales at redhat.com>
Date:   Wed Dec 4 14:33:16 2013 +0100

    New upstream version: 6df2dad

 .gitignore  |    1 +
 hawkey.spec |   31 ++++++++++++++++++++++++++++---
 sources     |    2 +-
 3 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index edc9f97..6d64bd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
 /hawkey-dcfbe87.tar.xz
 /hawkey-513440a.tar.xz
 /hawkey-9ed6fca.tar.xz
+/hawkey-6df2dad.tar.xz
diff --git a/hawkey.spec b/hawkey.spec
index ab732f4..fc9b8fc 100644
--- a/hawkey.spec
+++ b/hawkey.spec
@@ -1,8 +1,8 @@
-%global gitrev 9ed6fca
-%global libsolv_version 0.4.0
+%global gitrev 6df2dad
+%global libsolv_version 0.4.0-2
 
 Name:		hawkey
-Version:	0.4.5
+Version:	0.4.6
 Release:	1%{?dist}
 Summary:	Library providing simplified C and Python API to libsolv
 Group:		System Environment/Libraries
@@ -76,6 +76,7 @@ popd
 
 %check
 make ARGS="-V" test
+./py3/tests/python/tests/run_nosetests.sh
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -107,6 +108,30 @@ popd
 
 %changelog
 
+* Wed Dec 4 2013  Aleš Kozumplík <ales at redhat.com> - 0.4.6-1
+- remove: packageDelta_new (Zdenek Pavlas)
+- get_delta_from_evr(): create the python object only when delta exists (Zdenek Pavlas)
+- fix pycomp_get_string(), pycomp_get_string_from_unicode() (Zdenek Pavlas)
+- fix get_str() in packagedelta-py (Zdenek Pavlas)
+- fix: spec: running tests in python3 after build (Jan Silhan)
+- tests: order packages in .repo files by name. (Ales Kozumplik)
+- fix: goal: reason for installing when more packages are available to a selector. (Ales Kozumplik)
+- tests: add a package that is not installed yet available in main, updates. (Ales Kozumplik)
+- add hy_packagedelta_get_chksum() (Zdenek Pavlas)
+- add hy_packagedelta_get_downloadsize() (Zdenek Pavlas)
+- add hy_packagedelta_get_baseurl() (Zdenek Pavlas)
+- test_query_provides_in: avoid ck_assert_int_eq() as it evaluates args twice (Zdenek Pavlas)
+- installonlies: fix sorting packages depending on the running kernel. (Ales Kozumplik)
+- use pool_lookup_deltalocation() (Zdenek Pavlas)
+- initialize _hawkey.PackageDelta type (Zdenek Pavlas)
+- delta_create(): fix the sizeof() (Zdenek Pavlas)
+- parse_reldep_str(): fix buffer overflow (Zdenek Pavlas)
+- string reldep parsing using parse_reldep_str (Jan Silhan)
+- added hy_query_filter_provides_in function (RhBug:1019168) (Jan Silhan)
+- added parse_reldep_str function (Jan Silhan)
+- fix: py: abort() from python when writing the system .solv cache fails. (Ales Kozumplik)
+- fix forgotten include causing a compiler warning in testsys.c. (Ales Kozumplik)
+
 * Fri Nov 8 2013 Aleš Kozumplík <ales at redhat.com> - 0.4.5-1
 - goal: installonly_limit = 0 means it is disabled. (Ales Kozumplik)
 - written API changes for Query filter latest option (RhBug:1025650) (Jan Silhan)
diff --git a/sources b/sources
index e44f80f..f41fd6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38099c727788444cf2dc06b7fa1dc934  hawkey-9ed6fca.tar.xz
+68a0e4bb6ab9f45f8e518b6afe26c7f0  hawkey-6df2dad.tar.xz


More information about the scm-commits mailing list