rpms/libtunepimp-extras-freeworld/F-17 libtunepimp-0.5.3-curl.patch, NONE, 1.1 libtunepimp-extras-freeworld.spec, 1.11, 1.12

Rex Dieter rdieter at rpmfusion.org
Wed May 2 19:44:26 CEST 2012


Author: rdieter

Update of /cvs/free/rpms/libtunepimp-extras-freeworld/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8395

Modified Files:
	libtunepimp-extras-freeworld.spec 
Added Files:
	libtunepimp-0.5.3-curl.patch 
Log Message:
* Wed May 02 2012 Rex Dieter <rdieter at fedoraproject.org> 0.5.3-11
- fix for newer curl


libtunepimp-0.5.3-curl.patch:
 protocol.cpp |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE libtunepimp-0.5.3-curl.patch ---
diff -up libtunepimp-0.5.3/lib/protocol.cpp.me libtunepimp-0.5.3/lib/protocol.cpp
--- libtunepimp-0.5.3/lib/protocol.cpp.me	2011-12-02 15:33:29.000000000 +0100
+++ libtunepimp-0.5.3/lib/protocol.cpp	2011-12-02 15:33:54.000000000 +0100
@@ -13,7 +13,6 @@
 #include <map>
 #include <expat.h>
 #include <curl/curl.h>
-#include <curl/types.h>
 #include <curl/easy.h>
 using namespace std;
 


Index: libtunepimp-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/libtunepimp-extras-freeworld/F-17/libtunepimp-extras-freeworld.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libtunepimp-extras-freeworld.spec	2 Mar 2012 14:51:09 -0000	1.11
+++ libtunepimp-extras-freeworld.spec	2 May 2012 17:44:26 -0000	1.12
@@ -2,7 +2,7 @@
 Summary: Additional plugins for libtunepimp 
 Name:    libtunepimp-extras-freeworld
 Version: 0.5.3
-Release: 10%{?dist}
+Release: 11%{?dist}
 
 License: LGPLv2+
 Group: 	 System Environment/Libraries
@@ -21,6 +21,8 @@
 
 Patch1: libtunepimp-0.5.3-gcc43.patch
 Patch2: libtunepimp-0.5.3-glibc210_strrchr.patch
+# build against curl 7.21
+Patch3: libtunepimp-0.5.3-curl.patch
 
 Patch10: libtunepimp-0.5.3-libmad.patch
 
@@ -64,6 +66,7 @@
 
 %patch1 -p1 -b .gcc43
 %patch2 -p1 -b .glibc210_strrchr
+%patch3 -p1 -b .curl
 
 # nuke rpath -- Rex
 %if 0%{?use_autofoo}
@@ -119,6 +122,9 @@
 
 
 %changelog
+* Wed May 02 2012 Rex Dieter <rdieter at fedoraproject.org> 0.5.3-11
+- fix for newer curl
+
 * Fri Mar 02 2012 Nicolas Chauvet <kwizart at gmail.com> - 0.5.3-10
 - Rebuilt for c++ ABI breakage
 


More information about the rpmfusion-commits mailing list