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'
This commit is contained in:
Richard Hughes 2011-09-05 14:55:45 +01:00
parent 732dcf005b
commit 4520aaf633
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <rhughes@redhat.com> - 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 <rhughes@redhat.com> - 0.6.17-2
- Ensure the moc files are re-generated by manually deleting them.

View File

@ -1 +1 @@
922666418e2697eb2248ee5de31ef967 PackageKit-0.6.17.tar.xz
bf7c76a95f40252fc5225e0bbfe1fe82 PackageKit-0.6.18.tar.xz