rpms/tla/devel tla-1.3.4-macropen.patch, NONE, 1.1 tla.spec, 1.28, 1.29

Joe Orton (jorton) fedora-extras-commits at redhat.com
Wed Aug 22 14:29:46 UTC 2007


Author: jorton

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

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


tla-1.3.4-macropen.patch:

--- NEW FILE tla-1.3.4-macropen.patch ---
--- thelove at canonical.com---dists--bazaar--1.4/src/hackerlab/vu/vu.c.macropen	2005-06-20 23:00:03.000000000 +0100
+++ thelove at canonical.com---dists--bazaar--1.4/src/hackerlab/vu/vu.c	2007-08-09 09:21:27.000000000 +0100
@@ -939,7 +939,7 @@
   int fd;
 
   handler = vu_path_dispatch (path);
-  fd = handler->vtable->open(errn, path, flags, mode, handler->closure);
+  fd = (handler->vtable->open)(errn, path, flags, mode, handler->closure);
   if (fd >= 0)
     {
       if ((ar_size (fd_handlers.void_ptr) <= fd) || !fd_handlers.hp [fd].vtable)


Index: tla.spec
===================================================================
RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- tla.spec	28 Aug 2006 00:28:58 -0000	1.28
+++ tla.spec	22 Aug 2007 14:29:13 -0000	1.29
@@ -1,6 +1,6 @@
 Name:           tla
 Version:        1.3.4
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        GNU arch revision control system
 
 Group:          Development/Tools
@@ -13,6 +13,7 @@
 # Patch1 and Source2 from Debian's 1.3.3-3, the latter updated for 1.3.4.
 Patch1:         %{name}-1.3.3-sysneon.patch
 Patch2:         %{name}-remove-invariant.patch
+Patch3:         %{name}-1.3.4-macropen.patch
 Source2:        %{name}-generate-manpage.pl
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -41,6 +42,7 @@
 rm -rf src/expat
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1 -b .macropen
 
 %build
 mkdir src/=build
@@ -79,6 +81,9 @@
 %{_mandir}/man1/tla.1*
 
 %changelog
+* Wed Aug 22 2007 Joe Orton <jorton at redhat.com> 1.3.4-6
+- fix build with new glibc
+
 * Sun Aug 27 2006 Josh Boyer <jwboyer at jdub.homelinux.org> - 1.3.4-5
 - Bump and rebuild for FE6
 




More information about the fedora-extras-commits mailing list