[dnf] New upstream version: 2f8923e

Ales Kozumplik akozumpl at fedoraproject.org
Wed Feb 26 10:12:40 UTC 2014


commit 7be62c4aa5bf95af9c1a03d32a1c13857a2d62fd
Author: Ales Kozumplik <ales at redhat.com>
Date:   Wed Feb 26 11:13:25 2014 +0100

    New upstream version: 2f8923e

 .gitignore |    1 +
 dnf.spec   |   28 ++++++++++++++++++++++++++--
 sources    |    2 +-
 3 files changed, 28 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28056f4..c7808d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@
 /dnf-1566248.tar.xz
 /dnf-2c0cf93.tar.xz
 /dnf-a0828fa.tar.xz
+/dnf-2f8923e.tar.xz
diff --git a/dnf.spec b/dnf.spec
index befcd3b..fecf7bc 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,4 +1,4 @@
-%global gitrev a0828fa
+%global gitrev 2f8923e
 %global hawkey_version 0.4.11
 %global librepo_version 1.4.0
 %global libcomps_version 0.1.4
@@ -6,7 +6,7 @@
 %global confdir %{_sysconfdir}/dnf
 
 Name:		dnf
-Version:	0.4.15
+Version:	0.4.16
 Release:	1%{?dist}
 Summary:	Package manager forked from Yum, using libsolv as a dependency resolver
 Group:		System Environment/Base
@@ -132,6 +132,30 @@ popd
 
 %changelog
 
+* Wed Feb 26 2014 Aleš Kozumplík <ales at redhat.com> - 0.4.16-1
+- fix: ensure MDPayload always has a valid progress attribute. (RhBug:1069996) (Ales Kozumplik)
+- refactor: Move repo-pkgs upgrade-to to a standalone class instead of reusing the UpgradeToCommand. (Radek Holy)
+- remove: BaseCli.updatePkgs (Radek Holy)
+- refactor: Remove the reference to updatePkgs from UpgradeSubCommand. (Radek Holy)
+- refactor: Remove the reference to updatePkgs from UpgradeCommand. (Radek Holy)
+- refactor: Move repo-pkgs upgrade to a standalone class instead of reusing the UpgradeCommand. (Radek Holy)
+- remove: BaseCli.installPkgs (Radek Holy)
+- refactor: Remove the reference to installPkgs from InstallSubCommand. (Radek Holy)
+- refactor: Remove the reference to installPkgs from InstallCommand. (Radek Holy)
+- refactor: Move repo-pkgs install to a standalone class instead of reusing the InstallCommand. (Radek Holy)
+- Revert "Support filtering by repository name in install_groupie." (Radek Holy)
+- Revert "Support filtering by repository name in Base.select_group." (Radek Holy)
+- Drop group filtering by repository name from installPkgs. (Radek Holy)
+- Drop "repo-pkgs install @Group" support. (Radek Holy)
+- refactor: Move CheckUpdateCommand.check_updates to BaseCli. (Radek Holy)
+- refactor: Move repo-pkgs check-update to a standalone class instead of reusing the CheckUpdateCommand. (Radek Holy)
+- refactor: Move repo-pkgs list to a standalone class instead of reusing the ListCommand. (Radek Holy)
+- tests: Add tests of repo-pkgs info against the documentation. (Radek Holy)
+- Fix "repo-pkgs info installed" behavior with respect to the documentation. (Radek Holy)
+- refactor: Move MockBase methods to BaseStubMixin. (Radek Holy)
+- refactor: Move repo-pkgs info to a standalone class instead of reusing the InfoCommand. (Radek Holy)
+- refactor: Move InfoCommand._print_packages to BaseCli.output_packages. (Radek Holy)
+
 * Mon Feb 24 2014 Aleš Kozumplík <ales at redhat.com> - 0.4.15-1
 - refactor: Payload makes more sense to live in dnf.callback. (Ales Kozumplik)
 - api: document dnf.callback.DownloadProgress and friends. (Ales Kozumplik)
diff --git a/sources b/sources
index 48a9a5f..fd26cc8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc5f6b6b9192efbd3a409fbae4bde98a  dnf-a0828fa.tar.xz
+68fc6010e688d8711d5936fb59891f1c  dnf-2f8923e.tar.xz


More information about the scm-commits mailing list