[dnf] New upstream version: 9f050eb

Ales Kozumplik akozumpl at fedoraproject.org
Thu Nov 15 10:18:15 UTC 2012


commit 839a583668986e375874515cd7c782af2f80bb54
Author: Ales Kozumplik <ales at redhat.com>
Date:   Thu Nov 15 11:16:00 2012 +0100

    New upstream version: 9f050eb

 .gitignore |    1 +
 dnf.spec   |   20 +++++++++++++++-----
 sources    |    2 +-
 3 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 893224b..30660ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /dnf-ea72d9a.tar.xz
 /dnf-4831982.tar.xz
 /dnf-5d85f6b.tar.xz
+/dnf-9f050eb.tar.xz
diff --git a/dnf.spec b/dnf.spec
index f9d484e..5408624 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,10 +1,10 @@
-%global gitrev 5d85f6b
-%global hawkey_version 0.3.1
+%global gitrev 9f050eb
+%global hawkey_version 0.3.2
 %global confdir %{_sysconfdir}/dnf
 
 Name:		dnf
-Version:	0.2.15
-Release:	3.git%{gitrev}%{?dist}
+Version:	0.2.16
+Release:	1.git%{gitrev}%{?dist}
 Summary:	Package manager forked from Yum, using libsolv as a dependency resolver
 Group:		System Environment/Base
 # For a breakdown of the licensing, see PACKAGE-LICENSING
@@ -52,7 +52,17 @@ make ARGS="-V" test
 %{_mandir}/man8/dnf.8.gz
 
 %changelog
-* Wed Nov 8 2012 Aleš Kozumplík <ales at redhat.com> - 0.2.15-3.git5d85f6b
+* Thu Nov 15 2012 Aleš Kozumplík <ales at redhat.com> - 0.2.16-1.git9f050eb
+- massive dead code removals accross the code base (3k LOC dropped)
+- fix match_counter.sorted() tracebacks if its empty. (RhBug:873875)
+- fix: callback error in some rpm transactions because of nonexistent Package.verEQ.
+- Plain 'dnf update' ignores packages with broken deps. (RhBug:872948)
+- support 'dnf upgrade' syntax to do the same thing as 'dnf update'.
+- refactor: YumCommand is just Command now.
+- Split Cli out of the YumBaseCli eintopf.
+- Enable 'dnf reinstall <pkg> again.
+
+* Thu Nov 8 2012 Aleš Kozumplík <ales at redhat.com> - 0.2.15-3.git5d85f6b
 - support full NEVRA specification for the erase and install commands. (RhBug: 867553)
 - Enable check-update command. (RhBug: 868810)
 - Support listing patterned obsoletes.
diff --git a/sources b/sources
index 3efc096..b20b509 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de9fd6e77b279f0e2971e089ded7a6bc  dnf-5d85f6b.tar.xz
+7fd15d549c188d2aee4bdf424a60e33b  dnf-9f050eb.tar.xz


More information about the scm-commits mailing list