[hawkey] New upstream version: 4e79abc

Ales Kozumplik akozumpl at fedoraproject.org
Mon Jul 22 11:01:55 UTC 2013


commit 1f6bea46d6bb06fa6ec567ff9055fe3d067bb786
Author: Ales Kozumplik <ales at redhat.com>
Date:   Mon Jul 22 13:01:21 2013 +0200

    New upstream version: 4e79abc

 .gitignore  |    1 +
 hawkey.spec |   13 +++++++++++--
 sources     |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 490b2d8..1987f07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /hawkey-15db39f.tar.xz
 /hawkey-78b3aa0.tar.xz
 /hawkey-996cd40.tar.xz
+/hawkey-4e79abc.tar.xz
diff --git a/hawkey.spec b/hawkey.spec
index ddd9d1d..ecfc7e5 100644
--- a/hawkey.spec
+++ b/hawkey.spec
@@ -1,8 +1,8 @@
-%global gitrev 996cd40
+%global gitrev 4e79abc
 %global libsolv_version 0.3.0
 
 Name:		hawkey
-Version:	0.3.15
+Version:	0.3.16
 Release:	1.git%{gitrev}%{?dist}
 Summary:	Library providing simplified C and Python API to libsolv
 Group:		System Environment/Libraries
@@ -77,6 +77,15 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %changelog
 
+* Mon Jul 22 2013 Aleš Kozumplík <ales at redhat.com> - 0.3.16-1.git4e79abc
+- Correctly find the installed package when looking for updates (Richard Hughes)
+- Change the hy_package_get_update_severity() API to return an enum value (Richard Hughes)
+- Do not enforce all repos load all kinds of specified metadata (Richard Hughes)
+- Fix a tiny memory leak introduced in 68ebca4a80aec636d30a9fd4fb9aa2d9bf9a8eca (Richard Hughes)
+- Add methods to get details about package updates (Richard Hughes)
+- Add updateinfo support to hawkey, using the existing parser in libsolv (Richard Hughes)
+- Do not count updates when counting the number of packages in a sack (Richard Hughes)
+
 * Wed Jul 17 2013 Aleš Kozumplík <ales at redhat.com> - 0.3.15-1.git996cd40
 - py: fix memory leak in sack-py.c:new_package (Ales Kozumplik)
 - rebuild the package, the previous version does not correspond to an existing commit.
diff --git a/sources b/sources
index d81f3e1..848a605 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-855a8a05fea838bfcedf2371a211d3d7  hawkey-996cd40.tar.xz
+7677bee63350a68ebe7ad63f1e3a9e14  hawkey-4e79abc.tar.xz


More information about the scm-commits mailing list