New upstream version: eff4c49

This commit is contained in:
Ales Kozumplik 2013-07-08 08:58:27 +02:00
parent c17dfe6ae9
commit 8dbb6735f5
3 changed files with 18 additions and 4 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@
/dnf-f8bdc98.tar.xz
/dnf-da9f862.tar.xz
/dnf-85524ae.tar.xz
/dnf-eff4c49.tar.xz

View File

@ -1,12 +1,12 @@
%global gitrev 85524ae
%global gitrev eff4c49
%global hawkey_version 0.3.14
%global librepo_version 0.0.4
%global confdir %{_sysconfdir}/dnf
Name: dnf
Version: 0.3.8
Release: 2.git%{gitrev}%{?dist}
Version: 0.3.9
Release: 1.git%{gitrev}%{?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
@ -74,6 +74,19 @@ make ARGS="-V" test
%systemd_postun_with_restart dnf-makecache.timer
%changelog
* Thu Jul 4 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.9-1.giteff4c49
- fix: errors handling messages in do_transaction(). (RhBug:981310) (Ales Kozumplik)
- fix: typo in 2b4c085 (Ales Kozumplik)
- fix: unhandled OSError exceptions if MD was renewed during transaction (RhBug:980227) (Ales Kozumplik)
- remove: update_md.py (Ales Kozumplik)
- fix: traceback expiring no longer valid repos. (RhBug:979942) (Ales Kozumplik)
- fix: traceback: accessing base.history from download_packages(). (Ales Kozumplik)
- api: Base.build_repo factory method. (Ales Kozumplik)
- python3: absolute imports in cli.main (Ales Kozumplik)
- refactor: KeyboardInterrupt handling in cli.main. (Ales Kozumplik)
- repo: pass substituting variables down into librepo's Handle. (RhBug:964584) (Ales Kozumplik)
* Mon Jun 24 2013 Aleš Kozumplík <ales@redhat.com> - 0.3.8-1.git85524ae
- fix: tracebacks when installing to an empty installroot (RhBug:975858) (Ales Kozumplik)
- doc: 'dnf erase kernel' erases all the kernels. (Ales Kozumplik)

View File

@ -1 +1 @@
732dc5ca24ee0679f69ff7f146627acf dnf-85524ae.tar.xz
ffd53e20e52fc99c6e1cc36c545d2dd0 dnf-eff4c49.tar.xz