New upstream release.
Add annotations to make PackageKit-glib GIR usable Make DownloadPackages to save to the system cache if there is no path Do not output duplicates when searching with newest Do not abort in pk_catalog_init() if PackageKit is not available Resolves: #688280 and #585601
This commit is contained in:
parent
b81be1c956
commit
acfcc24813
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ PackageKit-0.6.7.tar.bz2
|
||||
/PackageKit-0.6.11.tar.bz2
|
||||
/PackageKit-0.6.12.tar.bz2
|
||||
/PackageKit-0.6.13.tar.bz2
|
||||
/PackageKit-0.6.14.tar.bz2
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.6.13
|
||||
Version: 0.6.14
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.packagekit.org
|
||||
@ -448,6 +448,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/packagekit-qt/*.h
|
||||
%{_datadir}/cmake/Modules/FindQPackageKit.cmake
|
||||
|
||||
# qt2 new library
|
||||
%{_includedir}/PackageKit/packagekit-qt2/*
|
||||
%{_libdir}/pkgconfig/packagekit-qt2.pc
|
||||
%{_datadir}/cmake/Modules/FindPackageKitQt2.cmake
|
||||
|
||||
%files backend-devel
|
||||
%defattr(-,root,root,-)
|
||||
%dir %{_includedir}/PackageKit
|
||||
@ -455,6 +460,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Wed May 04 2011 Richard Hughes <rhughes@redhat.com> - 0.6.14-1
|
||||
- New upstream release.
|
||||
- Add annotations to make PackageKit-glib GIR usable
|
||||
- Make DownloadPackages to save to the system cache if there is no path
|
||||
- Do not output duplicates when searching with newest
|
||||
- Do not abort in pk_catalog_init() if PackageKit is not available
|
||||
- Resolves: #688280 and #585601
|
||||
|
||||
* Mon Mar 07 2011 Richard Hughes <rhughes@redhat.com> - 0.6.13-1
|
||||
- New upstream release.
|
||||
- Enable use of new callback mode on yum versions that support it
|
||||
|
||||
Loading…
Reference in New Issue
Block a user