rpms/kdelibs3/devel kdelibs-3.5.10-kde-config_kde-version.patch, NONE, 1.1 kdelibs3.spec, 1.82, 1.83

Rex Dieter rdieter at fedoraproject.org
Fri Jan 29 16:33:16 UTC 2010


Author: rdieter

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

Modified Files:
	kdelibs3.spec 
Added Files:
	kdelibs-3.5.10-kde-config_kde-version.patch 
Log Message:
* Wed Jan 27 2010 Rex Dieter <rdieter at fedoraproject.org> - 3.5.10-23
- patch for kde-config --kde-version option (kde#224540)


kdelibs-3.5.10-kde-config_kde-version.patch:
 kde-config.cpp.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE kdelibs-3.5.10-kde-config_kde-version.patch ---
diff -up kdelibs-3.5.10/kdecore/kde-config.cpp.in.kde-config_kde-version kdelibs-3.5.10/kdecore/kde-config.cpp.in
--- kdelibs-3.5.10/kdecore/kde-config.cpp.in.kde-config_kde-version	2005-09-10 03:27:12.000000000 -0500
+++ kdelibs-3.5.10/kdecore/kde-config.cpp.in	2010-01-29 10:30:16.846715263 -0600
@@ -20,7 +20,7 @@ static KCmdLineOptions options[] =
     { "exec-prefix", I18N_NOOP("Compiled in exec_prefix for KDE libraries"), 0 },
     { "libsuffix", I18N_NOOP("Compiled in library path suffix"), 0 },
     { "localprefix", I18N_NOOP("Prefix in $HOME used to write files"), 0},
-    { "version",   I18N_NOOP("Compiled in version string for KDE libraries"), 0 },
+    { "kde-version",   I18N_NOOP("Compiled in version string for KDE libraries"), 0 },
     { "types",     I18N_NOOP("Available KDE resource types"), 0 },
     { "path type", I18N_NOOP("Search path for resource type"), 0 },
     { "userpath type", I18N_NOOP("User path: desktop|autostart|trash|document"), 0 },
@@ -154,7 +154,7 @@ int main(int argc, char **argv)
         return 0;
     }
 
-    if (args->isSet("version"))
+    if (args->isSet("kde-version"))
     {
         printf("%s\n", KDE_VERSION_STRING);
         return 0;


Index: kdelibs3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs3/devel/kdelibs3.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- kdelibs3.spec	16 Dec 2009 17:08:42 -0000	1.82
+++ kdelibs3.spec	29 Jan 2010 16:33:16 -0000	1.83
@@ -27,7 +27,7 @@
 
 Summary: KDE 3 Libraries
 Version: 3.5.10
-Release: 22%{?dist}
+Release: 23%{?dist}
 
 Name: kdelibs3
 Obsoletes: kdelibs < 6:%{version}-%{release}
@@ -86,6 +86,8 @@ Patch107: kdelibs-3.5.10-assert.patch
 Patch108: kdelibs-3.5.10-dtoa.patch
 Patch109: kdelibs-3.5.10-kabc.patch
 Patch110: arts-acinclude.patch
+# kde4.4 backport
+Patch111: kdelibs-3.5.10-kde-config_kde-version.patch
 
 ## security fixes
 # fix CVE-2009-2537 - select length DoS
@@ -252,6 +254,7 @@ format for easy browsing
 %patch108 -p1 -b .alias
 %patch109 -p1 -b .kabc
 %patch110 -p1 -b .autoconf
+%patch111 -p1 -b .kde-config_kde-version
 
 # security fixes
 %patch200 -p1 -b .cve-2009-2537
@@ -585,6 +588,9 @@ touch --no-create %{_datadir}/icons/crys
 
 
 %changelog
+* Wed Jan 27 2010 Rex Dieter <rdieter at fedoraproject.org> - 3.5.10-23
+- patch for kde-config --kde-version option (kde#224540)
+
 * Wed Dec 16 2009 Jaroslav Reznik <jreznik at redhat.com> - 3.5.10-22
 - Repositioning the KDE Brand (#547361)
 
@@ -593,7 +599,6 @@ touch --no-create %{_datadir}/icons/crys
 - backport upstream patches
 - patch autoconfigury to build with autoconf >= 2.64 (Stepan Kasal)
 
-
 * Mon Nov  2 2009 Lukáš Tinkl <ltinkl at redhat.com> - 3.5.10-20
 - fix unrestricted XMLHttpRequest access to local URLs (oCERT-2009-015), #532428
 



More information about the scm-commits mailing list