[dnf/f18] New upstream version: 5dea6e7

Ales Kozumplik akozumpl at fedoraproject.org
Thu Aug 23 11:52:43 UTC 2012


commit d1d0e2ec2d90a08078322aca9848726e39d9d83b
Author: Ales Kozumplik <ales at redhat.com>
Date:   Thu Aug 23 13:51:26 2012 +0200

    New upstream version: 5dea6e7

 .gitignore |    1 +
 dnf.spec   |   12 ++++++++----
 sources    |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc39d66..10dff07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /dnf-72fd0b8.tar.xz
 /dnf-632e1eb.tar.xz
 /dnf-8ac0959.tar.xz
+/dnf-5dea6e7.tar.xz
diff --git a/dnf.spec b/dnf.spec
index 069c17d..fd696a8 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,9 +1,9 @@
-%global gitrev 8ac0959
+%global gitrev 5dea6e7
 %global confdir %{_sysconfdir}/dnf
 
 Name:		dnf
-Version:	0.2.7
-Release:	6.git%{gitrev}%{?dist}
+Version:	0.2.8
+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
@@ -13,7 +13,7 @@ Source0:	http://akozumpl.fedorapeople.org/dnf-%{gitrev}.tar.xz
 BuildArch:	noarch
 BuildRequires:	cmake
 BuildRequires:	python2
-Requires:	python-hawkey >= 0.2.8-1
+Requires:	python-hawkey >= 0.2.9-1
 Requires:	crontabs
 
 %description
@@ -39,6 +39,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{_sysconfdir}/cron.hourly/dnf-makecache.cron
 
 %changelog
+* Thu Aug 23 2012 Aleš Kozumplík <akozumpl at redhat.com> - 0.2.9-1.git5dea6e7
+- Latest hawkey compatibilities.
+- RhBug: 847098
+
 * Mon Aug 6 2012 Aleš Kozumplík <akozumpl at redhat.com> - 0.2.7-6.git8ac0959
 - Maintenance build to conform the new hawkey repo loading APIs.
 
diff --git a/sources b/sources
index f4f104f..659372c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8887181a42b7b8f28cedd4fe7446c8a8  dnf-8ac0959.tar.xz
+e04382d42ccf75b99b9e2d38c386e64e  dnf-5dea6e7.tar.xz


More information about the scm-commits mailing list