New upstream version: 3e52d13

This commit is contained in:
Ales Kozumplik 2013-03-21 12:05:50 +01:00
parent 5b0a3a762e
commit bebb1f94c4
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/dnf-050524e.tar.xz /dnf-050524e.tar.xz
/dnf-97180b8.tar.xz /dnf-97180b8.tar.xz
/dnf-4c0def8.tar.xz /dnf-4c0def8.tar.xz
/dnf-3e52d13.tar.xz

View File

@ -1,4 +1,4 @@
%global gitrev 4c0def8 %global gitrev 3e52d13
%global hawkey_version 0.3.9 %global hawkey_version 0.3.9
%global librepo_version 0.0.2-2.20130318gitb3c3323%{dist} %global librepo_version 0.0.2-2.20130318gitb3c3323%{dist}
@ -6,7 +6,7 @@
Name: dnf Name: dnf
Version: 0.3.0 Version: 0.3.0
Release: 1.git%{gitrev}%{?dist} Release: 2.git%{gitrev}%{?dist}
Summary: Package manager forked from Yum, using libsolv as a dependency resolver Summary: Package manager forked from Yum, using libsolv as a dependency resolver
Group: System Environment/Base Group: System Environment/Base
# For a breakdown of the licensing, see PACKAGE-LICENSING # For a breakdown of the licensing, see PACKAGE-LICENSING
@ -60,6 +60,9 @@ make ARGS="-V" test
%{_mandir}/man8/dnf.8.gz %{_mandir}/man8/dnf.8.gz
%changelog %changelog
* Thu Mar 21 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.0-2.git3e52d13
- repo: use shutil.move instead of os.rename (Ales Kozumplik)
* Wed Mar 20 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.0-1.git4c0def8 * Wed Mar 20 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.0-1.git4c0def8
- create the cache dir ourselves. (Ales Kozumplik) - create the cache dir ourselves. (Ales Kozumplik)
- have a user_agent const. (Ales Kozumplik) - have a user_agent const. (Ales Kozumplik)

View File

@ -1 +1 @@
77f7b58c74b640331945cb41919dbacb dnf-4c0def8.tar.xz e2ea27a5962611ebca8bee55ebd54656 dnf-3e52d13.tar.xz