rpms/libannodex/devel libannodex-0.7.3-macropen.patch, NONE, 1.1 libannodex.spec, 1.10, 1.11

Joe Orton (jorton) fedora-extras-commits at redhat.com
Wed Aug 8 15:24:20 UTC 2007


Author: jorton

Update of /cvs/extras/rpms/libannodex/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24443

Modified Files:
	libannodex.spec 
Added Files:
	libannodex-0.7.3-macropen.patch 
Log Message:
* Wed Aug  8 2007 Joe Orton <jorton at redhat.com> 0.7.3-8
- fix build with new glibc


libannodex-0.7.3-macropen.patch:

--- NEW FILE libannodex-0.7.3-macropen.patch ---
--- libannodex-0.7.3/src/libannodex/anx_import.c.macropen
+++ libannodex-0.7.3/src/libannodex/anx_import.c
@@ -288,7 +288,7 @@
 #endif
 
   if (importer->open) {
-    m = importer->open (filename, id, ignore_media, start_time, end_time, &cb);
+    m = (importer->open) (filename, id, ignore_media, start_time, end_time, &cb);
   } else if (importer->openfd) {
     fd = open (filename, O_RDONLY);
     if (fd == -1) {


Index: libannodex.spec
===================================================================
RCS file: /cvs/extras/rpms/libannodex/devel/libannodex.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libannodex.spec	23 Apr 2007 09:45:14 -0000	1.10
+++ libannodex.spec	8 Aug 2007 15:23:47 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           libannodex
 Version:        0.7.3
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Library for annotating and indexing networked media
 
 Group:          System Environment/Libraries
@@ -8,6 +8,8 @@
 URL:		http://www.annodex.net/
 Source:		http://www.annodex.net/software/libannodex/download/%{name}-%{version}.tar.gz
 Patch:          libannodex.man.patch
+Patch1:         libannodex-0.7.3-macropen.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires(post): /sbin/ldconfig
@@ -48,6 +50,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch
+%patch1 -p1 -b .macropen
 
 aclocal -I m4
 libtoolize
@@ -104,6 +107,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Aug  8 2007 Joe Orton <jorton at redhat.com> 0.7.3-8
+- fix build with new glibc
+
 * Mon Apr 23 2007 Thomas Vander Stichele <thomas at apestaart dot org>
 - 0.7.3-7
 - Own another directory.  Fixes #233859.




More information about the fedora-extras-commits mailing list