diff --git a/.gitignore b/.gitignore index 02cd731..4919b29 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.6.20.tar.xz /PackageKit-0.6.21.tar.xz /PackageKit-0.7.2.tar.xz +/PackageKit-0.7.4.tar.xz diff --git a/PackageKit.spec b/PackageKit.spec index 7c1bfd9..6b0d2de 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -2,8 +2,8 @@ Summary: Package management service Name: PackageKit -Version: 0.7.3 -Release: 2%{?dist} +Version: 0.7.4 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz @@ -351,13 +351,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %files docs %defattr(-,root,root,-) %{_datadir}/gtk-doc/html/PackageKit -%dir %{_datadir}/PackageKit/website -%{_datadir}/PackageKit/website/*.html -%{_datadir}/PackageKit/website/*.css -%dir %{_datadir}/PackageKit/website/img -%{_datadir}/PackageKit/website/img/*.png -%dir %{_datadir}/PackageKit/website/img/thumbnails -%{_datadir}/PackageKit/website/img/thumbnails/*.png %if 0%{?rhel} == 0 %files smart @@ -457,6 +450,16 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_libdir}/pkgconfig/packagekit-plugin.pc %changelog +* Tue Apr 24 2012 Richard Hughes - 0.7.4-1 +- New upstream release +- Add GType's for packagekit-glib2 enumerations +- Always set GPG checking members if present for yum. +- Do not allow an empty resolve call to be passed down to the backends +- Do not include the website in the tarball +- Drop --print-reply from dbus-send command used on suspend/resume +- Install pk-task-sync.h as part of the public API +- Speed up get_package_list + * Fri Apr 13 2012 Jindrich Novy - 0.7.3-2 - rebuild against new librpm diff --git a/sources b/sources index 0c80095..b78f790 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ab89a1e2c49491659f7e4d3948f49ea PackageKit-0.7.3.tar.xz +8031ed03099cda09e1d0df4f3e95e6d3 PackageKit-0.7.4.tar.xz