[dnf] New upstream version: a0828fa

Ales Kozumplik akozumpl at fedoraproject.org
Mon Feb 24 17:29:57 UTC 2014


commit 86cc0f1ea5ca54901185ab6c8d76c2af321cb6ca
Author: Ales Kozumplik <ales at redhat.com>
Date:   Mon Feb 24 18:30:45 2014 +0100

    New upstream version: a0828fa

 .gitignore |    1 +
 dnf.spec   |   49 ++++++++++++++++++++++++++++++++++++++++++++++---
 sources    |    2 +-
 3 files changed, 48 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c5b7698..28056f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@
 /dnf-a64f78a.tar.xz
 /dnf-1566248.tar.xz
 /dnf-2c0cf93.tar.xz
+/dnf-a0828fa.tar.xz
diff --git a/dnf.spec b/dnf.spec
index 34ffdff..befcd3b 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -1,12 +1,12 @@
-%global gitrev 2c0cf93
-%global hawkey_version 0.4.9
+%global gitrev a0828fa
+%global hawkey_version 0.4.11
 %global librepo_version 1.4.0
 %global libcomps_version 0.1.4
 
 %global confdir %{_sysconfdir}/dnf
 
 Name:		dnf
-Version:	0.4.14
+Version:	0.4.15
 Release:	1%{?dist}
 Summary:	Package manager forked from Yum, using libsolv as a dependency resolver
 Group:		System Environment/Base
@@ -132,6 +132,49 @@ popd
 
 %changelog
 
+* 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)
+- rename: callback.Progress -> callback.DownloadProgress. (Ales Kozumplik)
+- doc: faq: simple installing rawhide packages. (Ales Kozumplik)
+- remove: dnf.output. (Ales Kozumplik)
+- refactored _nevra_to_filters function (Jan Silhan)
+- fixed path to imported constant (Jan Silhan)
+- added glob arch pattern support (RhBug:1048788) (Jan Silhan)
+- fup-drpm refactoring (Ales Kozumplik)
+- Turn DRPM into playing by the same Payload rules as RPM. (Ales Kozumplik)
+- tests: fix the unit tests after Progress/Payload refactoring. (Ales Kozumplik)
+- refactor: downloads of metadata use the Payload system too. (Ales Kozumplik)
+- remove: repo.get_package(), get_package_target(). (Ales Kozumplik)
+- refactor: how download progress are handled. (Ales Kozumplik)
+- refactor: MultiFileProgressMeter.end()'s status shouldn't default to FAILED. (Ales Kozumplik)
+- doc: improve documentation on --cacheonly. (RhBug:1066743) (Ales Kozumplik)
+- doc: groom README and man page a bit. (Ales Kozumplik)
+- doc: groom --enablerepo description a bit. (Ales Kozumplik)
+- doc: man: document --enablerepo and --disablerepo cli options (Ahmad Samir)
+- Add repository-packages upgrade-to command. (Radek Holy)
+- refactor: dnf.cli.commands.UpgradeToCommand (Radek Holy)
+- Support filtering by repository name in Base.upgrade_to. (Radek Holy)
+- Add repository-packages upgrade command. (Radek Holy)
+- refactor: dnf.cli.commands.UpgradeCommand (Radek Holy)
+- Support filtering by repository name in updatePkgs. (Radek Holy)
+- Support filtering by repository name in Base.upgrade_all. (Radek Holy)
+- Support filtering by repository name in Base.upgrade. (Radek Holy)
+- Add repository-packages install command. (Radek Holy)
+- Support filtering by repository name in installPkgs. (Radek Holy)
+- Support filtering by repository name in Base.select_group. (Radek Holy)
+- Support filtering by repository name in install_groupie. (Radek Holy)
+- Support filtering by repository name in Base.install. (Radek Holy)
+- refactor: dnf.cli.commands.InstallCommand (Radek Holy)
+- renamed setupYumConfig to configure_from_options (Jan Silhan)
+- renamed YumOptionParser to OptionParser (Jan Silhan)
+- removed unused imports in cli.py (Jan Silhan)
+- refactored cli: using ArgParse instead of OptionParser (Jan Silhan)
+- bash completion: "distro-sync" is the preferred spelling. (RhBug:1065959) (Ales Kozumplik)
+- doc: add provides to queries (RhBug:1065879) (Igor Gnatenko)
+- doc: metadata_expire is both [main] and per-repo option. (RhBug:1065728) (Ales Kozumplik)
+- installonly: kernel-devel should not be installonly. (Ales Kozumplik)
+
 * Thu Feb 13 2014 Aleš Kozumplík <ales at redhat.com> - 0.4.14-1
 - api: add Repo.pkgdir. (Ales Kozumplik)
 - Make UnicodeStream Python 2 compatible (RhBug:1063022) (Radek Holy)
diff --git a/sources b/sources
index a9facf7..48a9a5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25048edca98153658618fccc7d9aac9f  dnf-2c0cf93.tar.xz
+fc5f6b6b9192efbd3a409fbae4bde98a  dnf-a0828fa.tar.xz


More information about the scm-commits mailing list