diff --git a/.gitignore b/.gitignore index 91e408e..01015a4 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /dnf-da9f862.tar.xz /dnf-85524ae.tar.xz /dnf-eff4c49.tar.xz +/dnf-eb9dddb.tar.xz diff --git a/dnf.spec b/dnf.spec index cfe52dd..f9dad3e 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1,6 +1,6 @@ -%global gitrev eff4c49 -%global hawkey_version 0.3.14 -%global librepo_version 0.0.4 +%global gitrev eb9dddb +%global hawkey_version 0.3.16 +%global librepo_version 0.0.5 %global confdir %{_sysconfdir}/dnf @@ -75,6 +75,11 @@ make ARGS="-V" test %changelog +* Mon Jul 22 2013 Aleš Kozumplík - 0.3.10-1giteb9dddb +- repos: skip_if_unavailable is True by default now. (RhBug:984483) (Ales Kozumplik) +- doc: omitted from 6f70d2b, also mention the related bugzillas. (Ales Kozumplik) +- doc: why 'dnf provides /bin/python' fails on Fedora. (Ales Kozumplik) + * Thu Jul 4 2013 Aleš Kozumplík - 0.3.9-1.giteff4c49 - fix: errors handling messages in do_transaction(). (RhBug:981310) (Ales Kozumplik) - fix: typo in 2b4c085 (Ales Kozumplik) diff --git a/sources b/sources index 05ffcd1..b367400 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ffd53e20e52fc99c6e1cc36c545d2dd0 dnf-eff4c49.tar.xz +44c3efc0934d7a129074f55f07831e2a dnf-eb9dddb.tar.xz