rpms/PackageKit/F-13 .cvsignore, 1.68, 1.69 PackageKit.spec, 1.131, 1.132 sources, 1.69, 1.70

Richard Hughes rhughes at fedoraproject.org
Thu May 6 09:47:21 UTC 2010


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16331

Modified Files:
	.cvsignore PackageKit.spec sources 
Log Message:
* Thu May 06 2010 Richard Hughes  <rhughes at redhat.com> - 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-13/.cvsignore,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- .cvsignore	29 Mar 2010 12:26:56 -0000	1.68
+++ .cvsignore	6 May 2010 09:47:20 -0000	1.69
@@ -1 +1 @@
-PackageKit-0.6.3.tar.bz2
+PackageKit-0.6.4.tar.bz2


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-13/PackageKit.spec,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -p -r1.131 -r1.132
--- PackageKit.spec	29 Mar 2010 12:26:56 -0000	1.131
+++ PackageKit.spec	6 May 2010 09:47:20 -0000	1.132
@@ -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 &>
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Thu May 06 2010 Richard Hughes  <rhughes at redhat.com> - 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  <rhughes at redhat.com> - 0.6.3-1
 - New upstream version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-13/sources,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -p -r1.69 -r1.70
--- sources	29 Mar 2010 12:26:56 -0000	1.69
+++ sources	6 May 2010 09:47:21 -0000	1.70
@@ -1 +1 @@
-b6eb8f09d319a02158a1bcac25468a63  PackageKit-0.6.3.tar.bz2
+f17127a26cb6dd7e8f05b8900176eab0  PackageKit-0.6.4.tar.bz2



More information about the scm-commits mailing list