rpms/kpackagekit/F-9 kpackagekit-0.3.1-InitialPreference.patch, NONE, 1.1 kpackagekit.spec, 1.2, 1.3

Rex Dieter rdieter at fedoraproject.org
Fri Feb 6 16:55:43 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kpackagekit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17834

Modified Files:
	kpackagekit.spec 
Added Files:
	kpackagekit-0.3.1-InitialPreference.patch 
Log Message:
sync w/F-10 branch, for 
* Fri Feb 06 2009 Rex Dieter <rdieter at fedoraproject.org> 0.3.1-10
- workaround: mime-type/extension binding for .rpm is wrong (#457783


kpackagekit-0.3.1-InitialPreference.patch:

--- NEW FILE kpackagekit-0.3.1-InitialPreference.patch ---
diff -up KPackageKit/Desktop/kpackagekit.desktop.InitialPreference KPackageKit/Desktop/kpackagekit.desktop
--- KPackageKit/Desktop/kpackagekit.desktop.InitialPreference	2009-02-06 10:45:26.000000000 -0600
+++ KPackageKit/Desktop/kpackagekit.desktop	2009-02-06 10:45:55.000000000 -0600
@@ -11,5 +11,6 @@ GenericName[pt_BR]=Gerenciamento de Soft
 Comment=PackageKit interface for KDE
 
 MimeType=application/x-rpm;application/x-deb;
+InitialPreference=5
 Terminal=false
-Categories=Qt;KDE;System;SoftwareManagement;
\ No newline at end of file
+Categories=Qt;KDE;System;SoftwareManagement;


Index: kpackagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kpackagekit/F-9/kpackagekit.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kpackagekit.spec	10 Dec 2008 08:57:49 -0000	1.2
+++ kpackagekit.spec	6 Feb 2009 16:55:13 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:	  	kpackagekit
 Version:	0.3.1
-Release:	6%{?dist}
+Release:	10%{?dist}
 Summary:	KDE interface for PackageKit
 
 License:	GPLv2+
@@ -15,6 +15,9 @@
 Patch2: kpackagekit-0.3.1-defaults.patch
 Patch3: kpackagekit-0.3.1-pk_api.patch
 
+# upstream(able) patches
+Patch100: kpackagekit-0.3.1-InitialPreference.patch
+
 BuildRequires:	cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:	kde-filesystem
@@ -31,6 +34,8 @@
 %patch2 -p1 -b .defaults
 %patch3 -p1 -b .pk_api
 
+%patch100 -p1 -b .InitialPreference
+
 
 %build
 mkdir -p %{_target_platform}
@@ -38,7 +43,7 @@
 %{cmake_kde4} ..
 popd
 
-make %{?_smp_mflags} -C %{_target_platform} VERBOSE=1
+make %{?_smp_mflags} -C %{_target_platform}
 
 
 %install
@@ -70,10 +75,22 @@
 
 
 %changelog
-* Wed Dec 10 2008 Richard Hughes <rhughes at redhat.com> 0.3.1-6
+* Fri Feb 06 2009 Rex Dieter <rdieter at fedoraproject.org> 0.3.1-10
+- workaround: mime-type/extension binding for .rpm is wrong (#457783)
+
+* Tue Dec 09 2008 Richard Hughes <rhughes at redhat.com> 0.3.1-9
 - Rebuild so we can skip a PK, GPK, KPK combined update.
+
+* Mon Dec 08 2008 Steven M. Parrish <smparrish at shallowcreek.net> 0.3.1-8
 - Patched to default to no auto updates
 
+* Fri Nov 28 2008 Richard Hughes <rhughes at redhat.com> 0.3.1-7
+- Rebuild because Bodhi hates me.
+
+* Wed Nov 26 2008 Rex Dieter <rdieter at fedoraproject.org> 0.3.1-6
+- respin (PackageKit)
+- spec cleanup
+
 * Sat Nov 01 2008 Rex Dieter <rdieter at fedoraproject.org> 0.3.1-5
 - use PackageKit's FindQPackageKit.cmake
 




More information about the fedora-extras-commits mailing list