[dnf] New upstream version: 83504fe

Ales Kozumplik akozumpl at fedoraproject.org
Mon Oct 7 14:09:33 UTC 2013


commit 38ef1cd3577d7f8dd5d3fb5181628cd2852b3aa7
Author: Ales Kozumplik <ales at redhat.com>
Date:   Mon Oct 7 16:09:24 2013 +0200

    New upstream version: 83504fe

 .gitignore |    1 +
 dnf.spec   |   26 ++++++++++++++++++++++----
 sources    |    2 +-
 3 files changed, 24 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b15f94..3516f8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
 /dnf-55e6369.tar.xz
 /dnf-4b96ea8.tar.xz
 /dnf-c1716d7.tar.xz
+/dnf-83504fe.tar.xz
diff --git a/dnf.spec b/dnf.spec
index 4642a61..a76a867 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,4 +1,4 @@
-%global gitrev c1716d7
+%global gitrev 83504fe
 %global hawkey_version 0.4.2
 %global librepo_version 1.2.0
 %global libcomps_version 0.1.3
@@ -7,7 +7,7 @@
 
 Name:		dnf
 Version:	0.4.3
-Release:	1.git%{gitrev}%{?dist}
+Release:	2%{?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
@@ -51,8 +51,8 @@ make doc-man
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
-# %check
-# make ARGS="-V" test
+%check
+make ARGS="-V" test
 
 %files
 %doc AUTHORS README.rst COPYING PACKAGE-LICENSING
@@ -77,6 +77,24 @@ make install DESTDIR=$RPM_BUILD_ROOT
 
 %changelog
 
+* Mon Oct 7 2013 Aleš Kozumplík <ales at redhat.com> - 0.4.3-2
+- remove: dnf.yum.rpmsack.RPMDBProblem*. (Ales Kozumplik)
+- Update some old-style classes. (Ales Kozumplik)
+- support 'dnf group remove' (RhBug:1013764) (Ales Kozumplik)
+- remove: Base._limit_installonly_pkgs(). (Ales Kozumplik)
+- tests: latest libcomps version has a GroupID objects for env.option_ids. (Ales Kozumplik)
+- doc: 'group info'. (RhBug:1013773) (Ales Kozumplik)
+- groups: add support for 'dnf group info' (Ales Kozumplik)
+- tests: add a group that reflects our other testing packages. (Ales Kozumplik)
+- packaging: require GTE versions of dependencies. (Ales Kozumplik)
+- cosmetic: trailing whitespace (Ales Kozumplik)
+- Fix error handling in Base.install and YumBaseCli.installPkgs. (Radek Holy)
+- Fix error handling in Base.remove and YumBaseCli.erasePkgs. (Radek Holy)
+- Fix error handling in Base.update and YumBaseCli.updatePkgs. (Radek Holy)
+- Fix error handling in Base.downgrade and YumBaseCli.downgradePkgs. (Radek Holy)
+- tests: reenable the repo cost testing again. (Ales Kozumplik)
+- tests: cleanups in support.py (Ales Kozumplik)
+
 * Tue Oct 1 2013 Aleš Kozumplík <ales at redhat.com> - 0.4.2-1.gitc1716d7
 - always enable LRO_FASTESTMIRROR (Zdenek Pavlas)
 - progress: add "err" argument to end() callback, merge with failure() (Zdenek Pavlas)
diff --git a/sources b/sources
index 9931000..c97b1b8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b344ff597c2214f94b75aefff3d9a1c7  dnf-c1716d7.tar.xz
+a55fc2b756348317578b990a921a0c15  dnf-83504fe.tar.xz


More information about the scm-commits mailing list