rpms/libtunepimp/devel libtunepimp-0.5.3-glibc210_strrchr.patch, NONE, 1.1 libtunepimp.spec, 1.43, 1.44

Rex Dieter rdieter at fedoraproject.org
Fri Mar 6 19:44:05 UTC 2009


Author: rdieter

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

Modified Files:
	libtunepimp.spec 
Added Files:
	libtunepimp-0.5.3-glibc210_strrchr.patch 
Log Message:
* Fri Mar 06 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.5.3-15
- glibc210_strrchr patch


libtunepimp-0.5.3-glibc210_strrchr.patch:

--- NEW FILE libtunepimp-0.5.3-glibc210_strrchr.patch ---
diff -up libtunepimp-0.5.3/lib/fileio.cpp.gcc44 libtunepimp-0.5.3/lib/fileio.cpp
--- libtunepimp-0.5.3/lib/fileio.cpp.gcc44	2006-11-18 04:52:33.000000000 -0600
+++ libtunepimp-0.5.3/lib/fileio.cpp	2009-03-06 13:33:44.000000000 -0600
@@ -122,7 +124,8 @@ int taccess(const char *pathname, int mo
 
 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);


Index: libtunepimp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtunepimp/devel/libtunepimp.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- libtunepimp.spec	27 Feb 2009 23:07:17 -0000	1.43
+++ libtunepimp.spec	6 Mar 2009 19:43:34 -0000	1.44
@@ -6,7 +6,7 @@
 Summary: A library for creating MusicBrainz enabled tagging applications 
 Name:	 libtunepimp
 Version: 0.5.3
-Release: 14%{?dist}
+Release: 15%{?dist}
 
 License: LGPLv2+
 Group: 	 System Environment/Libraries
@@ -16,6 +16,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1: libtunepimp-0.5.3-gcc43.patch
+Patch2: libtunepimp-0.5.3-glibc210_strrchr.patch 
 
 %define pkglibdir %{_libdir}/tunepimp
 
@@ -79,6 +80,7 @@
 %setup -q -n libtunepimp-%{version}
 
 %patch1 -p1 -b .gcc43
+%patch2 -p1 -b .glibc210_strrchr.patch
 
 # nuke rpath -- Rex
 %if 0%{?use_autofoo}
@@ -165,6 +167,9 @@
 
 
 %changelog
+* Fri Mar 06 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.5.3-15
+- glibc210_strrchr patch
+
 * Fri Feb 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.3-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list