[hawkey/f18] New upstream version: 4e41b7f

Ales Kozumplik akozumpl at fedoraproject.org
Mon Nov 26 15:17:17 UTC 2012


commit 9ead75471f2b4b021cb5494e2e8b9105edda2d71
Author: Ales Kozumplik <ales at redhat.com>
Date:   Mon Nov 26 16:17:13 2012 +0100

    New upstream version: 4e41b7f

 .gitignore  |    1 +
 hawkey.spec |   14 ++++++++++++--
 sources     |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0a8619..cca9bcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /hawkey-afa7717.tar.xz
 /hawkey-6f9df85.tar.xz
 /hawkey-e883549.tar.xz
+/hawkey-4e41b7f.tar.xz
diff --git a/hawkey.spec b/hawkey.spec
index 99e7074..a4df316 100644
--- a/hawkey.spec
+++ b/hawkey.spec
@@ -1,8 +1,8 @@
-%global gitrev e883549
+%global gitrev 4e41b7f
 %global libsolv_version 0.0.0-17
 
 Name:		hawkey
-Version:	0.3.2
+Version:	0.3.3
 Release:	1.git%{gitrev}%{?dist}
 Summary:	Library providing simplified C and Python API to libsolv
 Group:		System Environment/Libraries
@@ -76,6 +76,16 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{python_sitearch}/
 
 %changelog
+* Mon Nov 26 2012 Aleš Kozumplík <ales at redhat.com> - 0.3.3-1.git4e41b7f
+- Python: improve Query result caching (uses the C facility now).
+- packageset: add internal function for getting elements with a hint.
+- Python, performance: Query.run() internally uses a set for the results instead of a list.
+- Query: fix selecting upgrades for packages of changing architecture.
+- Goal: add upgrade_to_selector() (EVR specs in selectors)
+- checksums: do not assert() when the pkg hasn't got the asked checksum. (RhBug:878823)
+- API change: rename: hy_package_get_nvra() -> hy_package_get_nevra().
+- Goal: support distupgrade of all packages.
+
 * Thu Nov 15 2012 Aleš Kozumplík <ales at redhat.com> - 0.3.2-1.gite883549
 - fix: hy_package_cmp() shouldn't compare packages of different arch equal.
 - Goal: support reinstalls.
diff --git a/sources b/sources
index 6c4babb..2494227 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f35444455ab0d308c24289a251525473  hawkey-e883549.tar.xz
+c074a31e739d3875f9d0770e70feda27  hawkey-4e41b7f.tar.xz


More information about the scm-commits mailing list