[hawkey] New upstream version: 9ed6fca

Ales Kozumplik akozumpl at fedoraproject.org
Fri Nov 8 10:05:58 UTC 2013


commit b9c4a4b21983fc5f9104e36b1cfadec4f8c17e5c
Author: Ales Kozumplik <ales at redhat.com>
Date:   Fri Nov 8 11:06:14 2013 +0100

    New upstream version: 9ed6fca

 .gitignore  |    1 +
 hawkey.spec |   21 +++++++++++++++++++--
 sources     |    2 +-
 3 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 067b818..edc9f97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
 /hawkey-4c51f65.tar.xz
 /hawkey-dcfbe87.tar.xz
 /hawkey-513440a.tar.xz
+/hawkey-9ed6fca.tar.xz
diff --git a/hawkey.spec b/hawkey.spec
index 4e7f016..ab732f4 100644
--- a/hawkey.spec
+++ b/hawkey.spec
@@ -1,8 +1,8 @@
-%global gitrev 513440a
+%global gitrev 9ed6fca
 %global libsolv_version 0.4.0
 
 Name:		hawkey
-Version:	0.4.4
+Version:	0.4.5
 Release:	1%{?dist}
 Summary:	Library providing simplified C and Python API to libsolv
 Group:		System Environment/Libraries
@@ -107,6 +107,23 @@ popd
 
 %changelog
 
+* 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)
+- tests: superfluous query.run() calls. (Ales Kozumplik)
+- removed define PyString_AsString in pycomp.h (Jan Silhan)
+- replaced PyInt_FromLong with PyLong_FromLong (Jan Silhan)
+- replaced PyInt_AsLong with PyLongAs_Long (Jan Silhan)
+- added latest to query ignoring architectures (Jan Silhan)
+- renamed hy_query_filter_latest to hy_query_filter_latest_per_arch (Jan Silhan)
+- logging: additional logging output on repo loading errors. (Ales Kozumplik)
+- logging: refactor and add a loglevel. (Ales Kozumplik)
+- queries: allow glob matching in query. (Ales Kozumplik)
+- tests: slightly simplify test_subject.py. (Ales Kozumplik)
+- subject: yield correct results when globbing over a version. (Ales Kozumplik)
+- subject: globbing for sack._knows. (Ales Kozumplik)
+- py: subject: sack._knows doesn't need to take sack. (Ales Kozumplik)
+
 * Tue Oct 29 2013 Aleš Kozumplík <ales at redhat.com> - 0.4.4-1
 - With the current libsolv there's no need to reinit solver for re-resolving. (Ales Kozumplik)
 - speedup fetching rpmdb a bit by reusing what we can from the old cache. (Ales Kozumplik)
diff --git a/sources b/sources
index 891e683..e44f80f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-265e7f1de407f13ac4610ba21630de3f  hawkey-513440a.tar.xz
+38099c727788444cf2dc06b7fa1dc934  hawkey-9ed6fca.tar.xz


More information about the scm-commits mailing list