rpms/flac/devel flac-1.1.4-hide-byteswap.patch, NONE, 1.1 flac.spec, 1.27, 1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 12 12:51:27 UTC 2007


Author: bnocera

Update of /cvs/dist/rpms/flac/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4961

Modified Files:
	flac.spec 
Added Files:
	flac-1.1.4-hide-byteswap.patch 
Log Message:
* Thu Apr 12 2007 - Bastien Nocera <bnocera at redhat.com> - 1.1.4-4
- The byteSwap symbol shouldn't be global, reported by Joe Orton
  <jorton at redhat.com> (#215920)


flac-1.1.4-hide-byteswap.patch:
 md5.c |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE flac-1.1.4-hide-byteswap.patch ---
--- flac-1.1.4/src/libFLAC/md5.c	2006-11-11 22:56:47.000000000 +0000
+++ flac-1.1.4.new/src/libFLAC/md5.c	2007-04-12 13:41:01.000000000 +0100
@@ -143,6 +143,7 @@ FLAC__MD5Transform(FLAC__uint32 buf[4], 
 
 #endif
 
+static
 FLaC__INLINE
 void
 byteSwap(FLAC__uint32 *buf, unsigned words)


Index: flac.spec
===================================================================
RCS file: /cvs/dist/rpms/flac/devel/flac.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- flac.spec	14 Feb 2007 12:34:40 -0000	1.27
+++ flac.spec	12 Apr 2007 12:51:25 -0000	1.28
@@ -1,10 +1,11 @@
 Summary: An encoder/decoder for the Free Lossless Audio Codec
 Name: flac
 Version: 1.1.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPL/GPL
 Group: Applications/Multimedia
 Source: http://prdownloads.sourceforge.net/flac/flac-%{version}.tar.gz
+Patch2: flac-1.1.4-hide-byteswap.patch
 Patch3: flac-1.1.3-gnu-stack.patch
 Patch4: flac-1.1.3-noxmms.patch
 Patch5: flac-1.1.4-link-ogg.patch
@@ -35,6 +36,7 @@
 
 %prep
 %setup -q
+%patch2 -p1 -b .extra-sym
 %patch3 -p1 -b .gnu-stack
 %patch4 -p1 -b .noxmms
 %patch5 -p1 -b .link-ogg
@@ -78,6 +80,10 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Thu Apr 12 2007 - Bastien Nocera <bnocera at redhat.com> - 1.1.4-4
+- The byteSwap symbol shouldn't be global, reported by Joe Orton
+  <jorton at redhat.com> (#215920)
+
 * Wed Feb 14 2007 - Bastien Nocera <bnocera at redhat.com> - 1.1.4-3
 - Also include the new pkgconfig files
 




More information about the fedora-cvs-commits mailing list