rpms/kpackagekit/F-10 kpackagekit-0.3.1-InitialPreference.patch, NONE, 1.1 kpackagekit.spec, 1.16, 1.17

Rex Dieter rdieter at fedoraproject.org
Fri Feb 6 16:51:04 UTC 2009


Author: rdieter

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

Modified Files:
	kpackagekit.spec 
Added Files:
	kpackagekit-0.3.1-InitialPreference.patch 
Log Message:
* 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-10/kpackagekit.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- kpackagekit.spec	9 Dec 2008 07:49:53 -0000	1.16
+++ kpackagekit.spec	6 Feb 2009 16:50:34 -0000	1.17
@@ -2,7 +2,7 @@
 
 Name:	  	kpackagekit
 Version:	0.3.1
-Release:	9%{?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,6 +75,9 @@
 
 
 %changelog
+* 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.
 




More information about the fedora-extras-commits mailing list