New upstream version: 261c295

This commit is contained in:
Ales Kozumplik 2014-05-02 09:55:27 +02:00
parent 1ca4fbadc8
commit 4f81b9457f
3 changed files with 22 additions and 3 deletions

1
.gitignore vendored
View File

@ -58,3 +58,4 @@
/dnf-b89c961.tar.xz
/dnf-ac73cac.tar.xz
/dnf-895cb6e.tar.xz
/dnf-261c295.tar.xz

View File

@ -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 <ales@redhat.com> - 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 <ales@redhat.com> - 0.5.0-1
- doc: fix formatting in api_cli.rst. (Ales Kozumplik)
- doc: document operation of 'group upgrade'. (Ales Kozumplik)

View File

@ -1 +1 @@
982796631059ff55fc51354484b52907 dnf-895cb6e.tar.xz
8d66ae10f0dea5591297e340c926c14d dnf-261c295.tar.xz