packages: libtunepimp/libtunepimp.spec, libtunepimp/gcc44.patch (NEW) - add...

glen glen at pld-linux.org
Tue Aug 25 17:09:50 CEST 2009


Author: glen                         Date: Tue Aug 25 15:09:50 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add gcc44.patch

---- Files affected:
packages/libtunepimp:
   libtunepimp.spec (1.42 -> 1.43) , gcc44.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libtunepimp/libtunepimp.spec
diff -u packages/libtunepimp/libtunepimp.spec:1.42 packages/libtunepimp/libtunepimp.spec:1.43
--- packages/libtunepimp/libtunepimp.spec:1.42	Tue Aug 25 17:08:03 2009
+++ packages/libtunepimp/libtunepimp.spec	Tue Aug 25 17:09:44 2009
@@ -12,6 +12,7 @@
 Patch0:		%{name}-ltdl.patch
 Patch1:		%{name}-mpeg4ip.patch
 Patch2:		%{name}-gcc43.patch
+Patch3:		gcc44.patch
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
 BuildRequires:	curl-devel
@@ -85,6 +86,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %{__sed} -i 's/ -O2//' configure.in
 %{__sed} -i 's/lt_dlhandle_struct \*/lt_dlhandle/' lib/plugins.cpp
@@ -175,6 +177,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.43  2009/08/25 15:09:44  glen
+- add gcc44.patch
+
 Revision 1.42  2009/08/25 15:08:03  glen
 - release 12 (-lgssapi_krb5 unpoison rebuild)
 

================================================================
Index: packages/libtunepimp/gcc44.patch
diff -u /dev/null packages/libtunepimp/gcc44.patch:1.1
--- /dev/null	Tue Aug 25 17:09:50 2009
+++ packages/libtunepimp/gcc44.patch	Tue Aug 25 17:09:44 2009
@@ -0,0 +1,12 @@
+--- libtunepimp-0.5.3/lib/fileio.cpp~	2009-08-25 18:06:48.000000000 +0300
++++ libtunepimp-0.5.3/lib/fileio.cpp	2009-08-25 18:08:42.916044219 +0300
+@@ -124,7 +124,8 @@
+ 
+ void tmktempname(const char *path, char *newPath, int newPathLen)
+ {
+-    char *ptr, *temp;
++    const char *ptr;
++    char *temp;
+ 
+     temp = (char *)malloc(strlen(path) + 32);
+     ptr = strrchr(path, dirSepChar);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libtunepimp/libtunepimp.spec?r1=1.42&r2=1.43&f=u



More information about the pld-cvs-commit mailing list