From 1681488da91118380137f827f4fb7bf70359537a Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Nov 27 2012 12:03:01 +0000 Subject: New upstream version: 6a055e6 --- diff --git a/.gitignore b/.gitignore index 30660ad..da65fa9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /dnf-4831982.tar.xz /dnf-5d85f6b.tar.xz /dnf-9f050eb.tar.xz +/dnf-6a055e6.tar.xz diff --git a/dnf.spec b/dnf.spec index 5408624..741b503 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,9 +1,9 @@ -%global gitrev 9f050eb -%global hawkey_version 0.3.2 +%global gitrev 6a055e6 +%global hawkey_version 0.3.3 %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.2.16 +Version: 0.2.17 Release: 1.git%{gitrev}%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver Group: System Environment/Base @@ -52,6 +52,12 @@ make ARGS="-V" test %{_mandir}/man8/dnf.8.gz %changelog +* Mon Nov 26 2012 Aleš Kozumplík - 0.2.17-1.git6a055e6 +- fix UnicodeDecodeError crash in history.py. (RhBug:877332) +- Support the 'dnf upgrade-to' command. +- fix: transaction traceback when rpmdb contains a package with no HDRID (RhBug:878823) +- Enable 'dnf distro-sync'. + * Thu Nov 15 2012 Aleš Kozumplík - 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) diff --git a/sources b/sources index b20b509..e0a774b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fd15d549c188d2aee4bdf424a60e33b dnf-9f050eb.tar.xz +ca5f756313849cd0af5f656ce4a8229a dnf-6a055e6.tar.xz