diff --git a/.gitignore b/.gitignore index 91059ed..c1af312 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.9.2.tar.xz /PackageKit-0.9.3.tar.xz /PackageKit-0.9.4.tar.xz +/PackageKit-0.9.5.tar.xz diff --git a/PackageKit.spec b/PackageKit.spec index a4e0d42..3499ef1 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -8,8 +8,8 @@ Summary: Package management service Name: PackageKit -Version: 0.9.4 -Release: 4%{?dist} +Version: 0.9.5 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/PackageKit/ Source0: http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz @@ -273,6 +273,7 @@ popd > /dev/null %{_datadir}/polkit-1/rules.d/* %{_datadir}/PackageKit/pk-upgrade-distro.sh %{_libexecdir}/packagekitd +%{_libexecdir}/packagekit-direct %{_bindir}/pkmon %{_bindir}/pkcon %{_bindir}/pk-debuginfo-install @@ -342,6 +343,16 @@ popd > /dev/null %changelog +* Tue Sep 02 2014 Richard Hughes - 0.9.5-1 +- New upstream release +- Add a new tool called packagekit-direct that can run without a daemon +- Do not commit the transaction manually but instead set the correct state +- Do not log a critical warning when idle exiting +- Fix a crash when refreshing a repo that is not enabled +- Fix a crash when we are cancelling a transaction that has not yet been run +- Regenerate the SAT indexes when refreshing the cache +- Remove remaining time reporting + * Fri Aug 15 2014 Fedora Release Engineering - 0.9.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 645c051..0ca0ce7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a927e5c951e0b4e998f6fb69bb69c48a PackageKit-0.9.4.tar.xz +a8cd054e35e1967cbffc2215e9dbf628 PackageKit-0.9.5.tar.xz