diff --git a/.gitignore b/.gitignore index ed13cd9..8884fee 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /dnf-b89c961.tar.xz /dnf-ac73cac.tar.xz /dnf-895cb6e.tar.xz +/dnf-261c295.tar.xz diff --git a/dnf.spec b/dnf.spec index 08c9481..0c72d76 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,4 +1,4 @@ -%global gitrev 895cb6e +%global gitrev 261c295 %global hawkey_version 0.4.13 %global librepo_version 1.7.0 %global libcomps_version 0.1.6 @@ -6,7 +6,7 @@ %global confdir %{_sysconfdir}/dnf Name: dnf -Version: 0.5.0 +Version: 0.5.1 Release: 1%{?dist} Summary: Package manager forked from Yum, using libsolv as a dependency resolver Group: System Environment/Base @@ -138,6 +138,24 @@ popd %changelog +* Fri May 2 2014 Aleš Kozumplík - 0.5.1-1 +- drpm: output stats (RhBug:1065882) (Ales Kozumplik) +- refactor: architectures. (Ales Kozumplik) +- cli: be lot less verbose about dep processing. (Ales Kozumplik) +- groups: do not error out if group install/remove produces no RPM transaction. (Ales Kozumplik) +- fix: do not traceback on comps remove operations if proper pkg reasons can not be found. (Ales Kozumplik) +- fix: tracebacks in 'group remove ...' (Ales Kozumplik) +- groups: move all the logic of persistor saving from main.py to Base. (Ales Kozumplik) +- groups: auto-saving the groups persistor. (RhBug:1089864) (Ales Kozumplik) +- transifex update (Jan Silhan) +- remove: profiling code from cli.main. (Ales Kozumplik) +- remove: removal of dead code (Miroslav Suchý) +- doc: changes to rhbug.py to work on readthedocs.org. (Ales Kozumplik) +- doc: build the documentation without any dependencies (on DNF or anything else). (Ales Kozumplik) +- doc: make clear where one should expect bin/dnf (Miroslav Suchý) +- abrt: disable abrt for 'dnf makecache timer' run from systemd.service. (RhBug:1081753) (Ales Kozumplik) +- remove: stray itertools import from group.py. (Ales Kozumplik) + * Wed Apr 23 2014 Aleš Kozumplík - 0.5.0-1 - doc: fix formatting in api_cli.rst. (Ales Kozumplik) - doc: document operation of 'group upgrade'. (Ales Kozumplik) diff --git a/sources b/sources index 6c6cecf..1426644 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -982796631059ff55fc51354484b52907 dnf-895cb6e.tar.xz +8d66ae10f0dea5591297e340c926c14d dnf-261c295.tar.xz