diff --git a/.gitignore b/.gitignore index 0184024..4074f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.6.15.tar.bz2 /PackageKit-0.6.16.tar.xz /PackageKit-0.6.17.tar.xz +/PackageKit-0.6.18.tar.xz diff --git a/PackageKit.spec b/PackageKit.spec index 07c7273..c4a7877 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -2,8 +2,8 @@ Summary: Package management service Name: PackageKit -Version: 0.6.17 -Release: 2%{?dist} +Version: 0.6.18 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.packagekit.org Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz @@ -265,9 +265,6 @@ user to restart the computer or remove and re-insert the device. --disable-strict \ --disable-tests -rm lib/packagekit-qt/src/*.moc -rm lib/packagekit-qt2/*.moc - make %{?_smp_mflags} %install @@ -466,6 +463,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Mon Sep 05 2011 Richard Hughes - 0.6.18-1 +- New upstream release. +- Fix a small memory leak in the glib client library +- Ignore missing obsoleted updates rather than failing the update +- Fix a warning when doing 'pkcon repo-list --filter=~devel' +- Make the lsof plugin not lookup hostnames +- Remove the duplicate 'The software is not from a trusted source' + * Tue Aug 02 2011 Richard Hughes - 0.6.17-2 - Ensure the moc files are re-generated by manually deleting them. diff --git a/sources b/sources index 5a87b30..a8f34e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -922666418e2697eb2248ee5de31ef967 PackageKit-0.6.17.tar.xz +bf7c76a95f40252fc5225e0bbfe1fe82 PackageKit-0.6.18.tar.xz