rpms/PackageKit/F-12 .cvsignore, 1.60, 1.61 PackageKit.spec, 1.123, 1.124 sources, 1.61, 1.62

Richard Hughes rhughes at fedoraproject.org
Thu Oct 29 10:43:34 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8399

Modified Files:
	.cvsignore PackageKit.spec sources 
Log Message:
* Thu Oct 29 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.4-0.1.20091029git
- Update to a newer git snapshot from the 0.5.x series.
- Check the language code exists before we search for it.
- Add the missing InstallSignature role from the backend auto-detection.
- Disable repos that are not contactable at backend start.
- Don't allow double clicking SRPM and fix the cryptic message.
- Fixes #529349, #531105, #530945, #531306 and #530264



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-12/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- .cvsignore	5 Oct 2009 10:29:17 -0000	1.60
+++ .cvsignore	29 Oct 2009 10:43:33 -0000	1.61
@@ -1 +1 @@
-PackageKit-0.5.3.tar.gz
+PackageKit-0.5.4-20091029.tar.bz2


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-12/PackageKit.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -p -r1.123 -r1.124
--- PackageKit.spec	5 Oct 2009 10:31:20 -0000	1.123
+++ PackageKit.spec	29 Oct 2009 10:43:33 -0000	1.124
@@ -3,20 +3,20 @@
 %define dbus_glib_version		0.74
 %define polkit_version			0.92
 %define libnm_glib_version		0.6.4
-%define alphatag			20090928
+%define alphatag			20091029
 
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.5.3
-#Release:   0.2.%{?alphatag}git%{?dist}
-Release:   1%{?dist}
+Version:   0.5.4
+Release:   0.1.%{?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.bz2
+#Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.bz2
 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,7 +454,15 @@ update-mime-database %{_datadir}/mime &>
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
-* Mon Oct 05 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.3-1
+* Thu Oct 29 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.4-0.1.20091029git
+- Update to a newer git snapshot from the 0.5.x series.
+- Check the language code exists before we search for it.
+- Add the missing InstallSignature role from the backend auto-detection.
+- Disable repos that are not contactable at backend start.
+- Don't allow double clicking SRPM and fix the cryptic message.
+- Fixes #529349, #531105, #530945, #531306 and #530264
+
+* Mon Oct 05 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.4-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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/F-12/sources,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- sources	5 Oct 2009 10:29:17 -0000	1.61
+++ sources	29 Oct 2009 10:43:33 -0000	1.62
@@ -1 +1 @@
-cbd7eb264c2536c363dc113eab60def3  PackageKit-0.5.3.tar.gz
+9c8d234ee62147f8d953da3cd61fb5a9  PackageKit-0.5.4-20091029.tar.bz2




More information about the fedora-extras-commits mailing list