diff --git a/.gitignore b/.gitignore index d8cbd2e..7c227a9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /zif-0.3.3.tar.xz /zif-0.3.4.tar.xz /zif-0.3.5.tar.xz +/zif-0.3.6.tar.xz diff --git a/sources b/sources index fa1fd22..04074d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e8b2f42276758c8046308db162c97b2 zif-0.3.5.tar.xz +fcec454a8d839cfe4aa9ee7b6e20ed15 zif-0.3.6.tar.xz diff --git a/zif.spec b/zif.spec index 494c09b..112b615 100644 --- a/zif.spec +++ b/zif.spec @@ -1,7 +1,7 @@ Summary: Simple wrapper for rpm and the Fedora package metadata Name: zif -Version: 0.3.5 -Release: 3%{?dist} +Version: 0.3.6 +Release: 1%{?dist} License: GPLv2+ URL: http://people.freedesktop.org/~hughsient/zif/ Source0: http://people.freedesktop.org/~hughsient/zif/releases/%{name}-%{version}.tar.xz @@ -97,6 +97,18 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libzif*.la %{_datadir}/gir-1.0/*.gir %changelog +* Wed May 08 2013 Richard Hughes 0.3.6-1 +- New upstream release +- Add a --version argument to the Zif command line tool +- Add support for the nogpgcheck command line option +- Add the rdeptree command +- Add zif_store_remote_get_pubkey_enabled() to be able to get the keys +- Do not abort because an update tries to remove the running kernel +- Fix a crash when using 'zif local-install' on an unsigned package +- Fix some metadata downloads being retried over and over again +- Install the package when the user does 'zif install /usr/sbin/powertop' +- Support installing packages using an rpm provide name + * Fri Feb 15 2013 Fedora Release Engineering - 0.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild