diff --git a/.gitignore b/.gitignore index 43c9478..951bb2c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/PackageKit.spec b/PackageKit.spec index 4e16ccc..f2df3a7 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -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 - 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 - 0.6.13-1 - New upstream release. - Enable use of new callback mode on yum versions that support it diff --git a/sources b/sources index 26fb7cc..7ce11dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -afc7cfa2674e81511784af46f71f1142 PackageKit-0.6.13.tar.bz2 +40c72ebb0d38a94c0196f1ea058075d1 PackageKit-0.6.14.tar.bz2