diff --git a/.gitignore b/.gitignore index d6ab6aa..91059ed 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ PackageKit-0.6.7.tar.bz2 /PackageKit-0.9.1.tar.xz /PackageKit-0.9.2.tar.xz /PackageKit-0.9.3.tar.xz +/PackageKit-0.9.4.tar.xz diff --git a/PackageKit.spec b/PackageKit.spec index 840ac5d..580f5ce 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -8,7 +8,7 @@ Summary: Package management service Name: PackageKit -Version: 0.9.3 +Version: 0.9.4 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/PackageKit/ @@ -342,6 +342,13 @@ popd > /dev/null %changelog +* Thu Jul 17 2014 Richard Hughes - 0.9.4-1 +- New upstream release +- Automatically switch to hif backend when the config file says hawkey +- Fix up a signature mismatch with a libhif signal handler +- Include both available and installed packages in NEWEST filter +- Plug a small leak in the gstreamer-plugin + * Mon Jun 23 2014 Richard Hughes - 0.9.3-1 - New upstream release - Add PK_ROLE_ENUM_GET_OLD_TRANSACTIONS to get-roles response diff --git a/sources b/sources index 962f8f7..645c051 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f617cde2d17fc6877aebc1796626710a PackageKit-0.9.3.tar.xz +a927e5c951e0b4e998f6fb69bb69c48a PackageKit-0.9.4.tar.xz