From a2567247b8b38b58792d0beffaf488323d1bcf0a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: May 06 2010 09:47:21 +0000 Subject: - New upstream release of 0.6.4. - Catch exceptions.IOError whenever we do a low-level yum call. Resolves #577549 - Do not abort if the package-id is not unique in the reposet - Ensure the lock failure message is proper unicode. Resolves #585620 - Ensure we catch the exception if there are no groups. Resolves #587196 - Ensure we create /var/cache/PackageKit if the user nukes it - Get the correct state for each update. Resolves #574658 --- diff --git a/.cvsignore b/.cvsignore index 4e9248e..ecb2bd7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -PackageKit-0.6.3.tar.bz2 +PackageKit-0.6.4.tar.bz2 diff --git a/PackageKit.spec b/PackageKit.spec index b9ffa11..8b052f1 100644 --- a/PackageKit.spec +++ b/PackageKit.spec @@ -5,7 +5,7 @@ Summary: Package management service Name: PackageKit -Version: 0.6.3 +Version: 0.6.4 #Release: 0.1.%{?alphatag}git%{?dist} Release: 1%{?dist} License: GPLv2+ @@ -287,9 +287,6 @@ popd > /dev/null %find_lang %name -%clean -rm -rf $RPM_BUILD_ROOT - %post update-mime-database %{_datadir}/mime &> /dev/null || : @@ -458,6 +455,15 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{_includedir}/PackageKit/backend/*.h %changelog +* Thu May 06 2010 Richard Hughes - 0.6.4-1 +- New upstream release of 0.6.4. +- Catch exceptions.IOError whenever we do a low-level yum call. Resolves #577549 +- Do not abort if the package-id is not unique in the reposet +- Ensure the lock failure message is proper unicode. Resolves #585620 +- Ensure we catch the exception if there are no groups. Resolves #587196 +- Ensure we create /var/cache/PackageKit if the user nukes it +- Get the correct state for each update. Resolves #574658 + * Mon Mar 29 2010 Richard Hughes - 0.6.3-1 - New upstream version diff --git a/sources b/sources index a2b3ec6..2f1094c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b6eb8f09d319a02158a1bcac25468a63 PackageKit-0.6.3.tar.bz2 +f17127a26cb6dd7e8f05b8900176eab0 PackageKit-0.6.4.tar.bz2