New upstream version: da60a96

This commit is contained in:
Ales Kozumplik 2012-10-05 10:48:36 +02:00
parent 8f55c62979
commit b510c6c30f
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/dnf-b06d183.tar.xz
/dnf-9da1268.tar.xz
/dnf-832ecd1.tar.xz
/dnf-da60a96.tar.xz

View File

@ -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 <ales@redhat.com> - 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 <ales@redhat.com> - 0.2.12-1.git832ecd1
- fix 'dnf --version'. (RhBug: 857710)
- Latest hawkey compatibilities.

View File

@ -1 +1 @@
cf229a34ef9627e2c209e310043ebc3b dnf-832ecd1.tar.xz
325c7b511d093cfdbac7ac50a7ea27cd dnf-da60a96.tar.xz