From bebb1f94c4d5eaa918ad31fcb5aa05d7ebb10a29 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Mar 21 2013 11:05:50 +0000 Subject: New upstream version: 3e52d13 --- diff --git a/.gitignore b/.gitignore index a6a4101..8f75ced 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /dnf-050524e.tar.xz /dnf-97180b8.tar.xz /dnf-4c0def8.tar.xz +/dnf-3e52d13.tar.xz diff --git a/dnf.spec b/dnf.spec index 9dbb2a9..35759dc 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,4 +1,4 @@ -%global gitrev 4c0def8 +%global gitrev 3e52d13 %global hawkey_version 0.3.9 %global librepo_version 0.0.2-2.20130318gitb3c3323%{dist} @@ -6,7 +6,7 @@ Name: dnf 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 Group: System Environment/Base # For a breakdown of the licensing, see PACKAGE-LICENSING @@ -60,6 +60,9 @@ make ARGS="-V" test %{_mandir}/man8/dnf.8.gz %changelog +* Thu Mar 21 2013 Aleš Kozumplík - 0.3.0-2.git3e52d13 +- repo: use shutil.move instead of os.rename (Ales Kozumplik) + * Wed Mar 20 2013 Aleš Kozumplík - 0.3.0-1.git4c0def8 - create the cache dir ourselves. (Ales Kozumplik) - have a user_agent const. (Ales Kozumplik) diff --git a/sources b/sources index 0e07201..43f16d6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77f7b58c74b640331945cb41919dbacb dnf-4c0def8.tar.xz +e2ea27a5962611ebca8bee55ebd54656 dnf-3e52d13.tar.xz