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:
parent
732dcf005b
commit
4520aaf633
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user