rpms/tla/devel tla-1.3.1-gcc4.patch,NONE,1.1 tla.spec,1.8,1.9

Shahms King (shahms) fedora-extras-commits at redhat.com
Wed Mar 23 15:52:31 UTC 2005


Author: shahms

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

Modified Files:
	tla.spec 
Added Files:
	tla-1.3.1-gcc4.patch 
Log Message:
add patch to fix build with gcc4


tla-1.3.1-gcc4.patch:

--- NEW FILE tla-1.3.1-gcc4.patch ---
--- tla-1.3.1/src/hackerlab/vu/vu-virtual-null.c.orig	2005-03-17 11:05:57.000000000 -0800
+++ tla-1.3.1/src/hackerlab/vu/vu-virtual-null.c	2005-03-23 07:17:29.041691253 -0800
@@ -58,7 +58,7 @@
 static int vu_virtual_null_move_state (int * errn, int fd, int newfd, void * closure);
 
 
-static struct vu_fs_discipline vu_virtual_null_vtable
+struct vu_fs_discipline vu_virtual_null_vtable
   = { VU_FS_DISCIPLINE_INITIALIZERS (vu_virtual_null_) };
 
 /************************************************************************


Index: tla.spec
===================================================================
RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tla.spec	22 Mar 2005 19:39:20 -0000	1.8
+++ tla.spec	23 Mar 2005 15:52:29 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           tla
 Version:        1.3.1
-Release:        2
+Release:        3
 Summary:        The Low-Budget Arch Revision Control System
 
 Group:          Development/Tools
@@ -14,6 +14,7 @@
 Patch1:         tla-1.2-texi.diff
 Patch2:         tla-sysneon.patch
 Patch3:         tla-1.2-alt-texinfo.patch
+Patch4:         tla-1.3.1-gcc4.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -40,6 +41,7 @@
 rm -rf src/tla/libneon
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 
 %build
@@ -94,6 +96,9 @@
 
 
 %changelog
+* Wed Mar 23 2005 Shahms E. King <shahms at shahms.com> - 0:1.3.1-3
+- gcc4 build fixes
+
 * Tue Mar 22 2005 Shahms E. King <shahms at shahms.com> - 0:1.3.1-2
 - Add BuildRequires which to fix building under mach
 




More information about the fedora-extras-commits mailing list