From b510c6c30f2b14c651cb7b25b0a8815f38191976 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Oct 05 2012 08:48:36 +0000 Subject: New upstream version: da60a96 --- diff --git a/.gitignore b/.gitignore index 1e57d9d..af11fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /dnf-b06d183.tar.xz /dnf-9da1268.tar.xz /dnf-832ecd1.tar.xz +/dnf-da60a96.tar.xz diff --git a/dnf.spec b/dnf.spec index 674c996..c371687 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,10 +1,10 @@ -%global gitrev 832ecd1 -%global hawkey_version 0.2.11-3 +%global gitrev da60a96 +%global hawkey_version 0.2.12-2 %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.2.12 -Release: 2.git%{gitrev}%{?dist} +Version: 0.2.13 +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 @@ -50,6 +50,12 @@ make ARGS="-V" test %{_mandir}/man8/dnf.8.gz %changelog +* Fri Oct 5 2012 Aleš Kozumplík - 0.2.13-1.gitda60a96 +- fix: traceback in YumBase.verifyTransaction() for local .rpms. +- Enable the 'clean' command. (RhBug: 853940) +- download no sqlite metadata. +- Reenable the search command. (RhBug: 853940) + * Fri Sep 21 2012 Aleš Kozumplík - 0.2.12-1.git832ecd1 - fix 'dnf --version'. (RhBug: 857710) - Latest hawkey compatibilities. diff --git a/sources b/sources index 7979fc7..f1128bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf229a34ef9627e2c209e310043ebc3b dnf-832ecd1.tar.xz +325c7b511d093cfdbac7ac50a7ea27cd dnf-da60a96.tar.xz