rpms/PackageKit/devel .cvsignore, 1.59, 1.60 PackageKit.spec, 1.121, 1.122 sources, 1.60, 1.61

Richard Hughes rhughes at fedoraproject.org
Tue Oct 6 09:40:36 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18607

Modified Files:
	.cvsignore PackageKit.spec sources 
Log Message:
* Mon Oct 05 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.3-1
- Update to 0.5.3.
- Fix double free in pk-gstreamer-install which causes a crash. Fixes #526600
- Exit pk-command-not-found with 127 when we have not run a program. Fixes #527044
- Fix crash in notification daemon under some conditions due to non-resident
  GTK module.
- Don't explicitly download the file lists when using pk-command-not-found



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/.cvsignore,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- .cvsignore	28 Sep 2009 13:36:27 -0000	1.59
+++ .cvsignore	6 Oct 2009 09:40:36 -0000	1.60
@@ -1 +1 @@
-PackageKit-0.5.3-20090928.tar.gz
+PackageKit-0.5.3.tar.gz


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -p -r1.121 -r1.122
--- PackageKit.spec	29 Sep 2009 13:33:08 -0000	1.121
+++ PackageKit.spec	6 Oct 2009 09:40:36 -0000	1.122
@@ -10,13 +10,13 @@
 Summary:   Package management service
 Name:      PackageKit
 Version:   0.5.3
-Release:   0.2.%{?alphatag}git%{?dist}
-#Release:   1%{?dist}
+#Release:   0.2.%{?alphatag}git%{?dist}
+Release:   1%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://www.packagekit.org
-Source0:   http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
-#Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
+#Source0:   http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
+Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Fedora-specific: set Vendor.conf up for Fedora.
@@ -240,8 +240,8 @@ after firmware has been installed by Pac
 user to restart the computer or remove and re-insert the device.
 
 %prep
-%setup -q -n %{?name}-%{?version}-%{?alphatag}
-#%setup -q
+#%setup -q -n %{?name}-%{?version}-%{?alphatag}
+%setup -q
 %patch0 -p1 -b .fedora
 %patch1 -p1 -b .no-time
 
@@ -454,6 +454,14 @@ update-mime-database %{_datadir}/mime &>
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Mon Oct 05 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.3-1
+- Update to 0.5.3.
+- Fix double free in pk-gstreamer-install which causes a crash. Fixes #526600
+- Exit pk-command-not-found with 127 when we have not run a program. Fixes #527044
+- Fix crash in notification daemon under some conditions due to non-resident
+  GTK module.
+- Don't explicitly download the file lists when using pk-command-not-found
+
 * Tue Sep 29 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.3-0.2.20090928git
 - Do not build smart support on RHEL.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- sources	28 Sep 2009 13:36:27 -0000	1.60
+++ sources	6 Oct 2009 09:40:36 -0000	1.61
@@ -1 +1 @@
-c9d457d6a75ea9b376d6541cec210e88  PackageKit-0.5.3-20090928.tar.gz
+cbd7eb264c2536c363dc113eab60def3  PackageKit-0.5.3.tar.gz




More information about the scm-commits mailing list