[dnf] New upstream version: 3e52d13

Ales Kozumplik akozumpl at fedoraproject.org
Thu Mar 21 11:05:55 UTC 2013


commit bebb1f94c4d5eaa918ad31fcb5aa05d7ebb10a29
Author: Ales Kozumplik <ales at redhat.com>
Date:   Thu Mar 21 12:05:50 2013 +0100

    New upstream version: 3e52d13

 .gitignore |    1 +
 dnf.spec   |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
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 <ales at 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 at redhat.com> - 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


More information about the scm-commits mailing list