rpms/kdenetwork/devel kdenetwork-4.0.3-libidn.patch, 1.1, 1.2 kdenetwork.spec, 1.134, 1.135

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat Mar 29 03:32:59 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdenetwork/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4389/devel

Modified Files:
	kdenetwork-4.0.3-libidn.patch kdenetwork.spec 
Log Message:
* Sat Mar 29 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.3-2
- look for libidn in default path if pkgconfig lies (see #439549) (#439465)

kdenetwork-4.0.3-libidn.patch:

Index: kdenetwork-4.0.3-libidn.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kdenetwork/devel/kdenetwork-4.0.3-libidn.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdenetwork-4.0.3-libidn.patch	29 Mar 2008 03:15:15 -0000	1.1
+++ kdenetwork-4.0.3-libidn.patch	29 Mar 2008 03:32:49 -0000	1.2
@@ -1,11 +1,11 @@
 diff -ur kdenetwork-4.0.3/cmake/modules/FindIDN.cmake kdenetwork-4.0.3-libidn/cmake/modules/FindIDN.cmake
 --- kdenetwork-4.0.3/cmake/modules/FindIDN.cmake	2008-01-05 00:58:34.000000000 +0100
-+++ kdenetwork-4.0.3-libidn/cmake/modules/FindIDN.cmake	2008-03-29 04:05:33.000000000 +0100
-@@ -25,6 +25,7 @@
++++ kdenetwork-4.0.3-libidn/cmake/modules/FindIDN.cmake	2008-03-29 04:31:10.000000000 +0100
+@@ -25,7 +25,6 @@
    FIND_LIBRARY(IDN_LIBRARY NAMES idn
      PATHS
      ${_IDNLinkDir} 
-+    /lib${LIB_SUFFIX}
-     NO_DEFAULT_PATH 
+-    NO_DEFAULT_PATH 
    )
  ELSE (NOT WIN32)
+   FIND_PATH(IDN_INCLUDE_DIR idna.h)


Index: kdenetwork.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdenetwork/devel/kdenetwork.spec,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- kdenetwork.spec	29 Mar 2008 03:15:15 -0000	1.134
+++ kdenetwork.spec	29 Mar 2008 03:32:49 -0000	1.135
@@ -12,7 +12,7 @@
 Group: Applications/Internet
 URL: http://www.kde.org
 Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/%{name}-%{version}.tar.bz2
-# look for libidn in /lib${LIB_SUFFIX} if pkgconfig lies to work around #439549
+# look for libidn in default path if pkgconfig lies to work around #439549
 Patch0: kdenetwork-4.0.3-libidn.patch
 
 # upstream patches
@@ -167,7 +167,7 @@
 
 %changelog
 * Sat Mar 29 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.0.3-2
-- look for libidn in /lib${LIB_SUFFIX} if pkgconfig lies (see #439549) (#439465)
+- look for libidn in default path if pkgconfig lies (see #439549) (#439465)
 
 * Fri Mar 28 2008 Than Ngo <than at redhat.com> 4.0.3-1
 - 4.0.3




More information about the fedora-extras-commits mailing list