rpms/gle/devel gle-4.1.1-gcc43.patch,NONE,1.1 gle.spec,1.6,1.7

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Sun Feb 10 22:08:25 UTC 2008


Author: terjeros

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

Modified Files:
	gle.spec 
Added Files:
	gle-4.1.1-gcc43.patch 
Log Message:
- Add patch to build with gcc-4.3


gle-4.1.1-gcc43.patch:

--- NEW FILE gle-4.1.1-gcc43.patch ---
--- gle4.orig/src/gle/file_io.cpp	2008-01-04 19:37:49.000000000 +0100
+++ gle4/src/gle/file_io.cpp	2008-02-10 22:53:06.000000000 +0100
@@ -69,6 +69,7 @@
 	#include <mach-o/dyld.h>
 #endif
 #ifdef __UNIX__
+	#include <limits.h>
 	#include <unistd.h>
 	#include <sys/types.h>
 	#include <sys/wait.h>


Index: gle.spec
===================================================================
RCS file: /cvs/extras/rpms/gle/devel/gle.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gle.spec	9 Feb 2008 15:23:08 -0000	1.6
+++ gle.spec	10 Feb 2008 22:07:44 -0000	1.7
@@ -3,12 +3,13 @@
 Summary:       Graphics Layout Engine
 Name:          gle
 Version:       4.1.1
-Release:       3%{?dist}
+Release:       4%{?dist}
 License:       GPLv2+
 Group:         Applications/Multimedia
 URL:           http://www.gle-graphics.org/
 Source:        http://downloads.sourceforge.net/glx/GLE-%{version}-src.zip
 Source1:       http://www.cs.kuleuven.be/~jan/gle/GLE-%{mver}-manual.pdf
+Patch0:        gle-4.1.1-gcc43.patch
 BuildRequires: libstdc++-devel >= 3.0
 BuildRequires: libpng-devel libtiff-devel libjpeg-devel 
 BuildRequires: ncurses-devel zlib-devel xorg-x11-proto-devel
@@ -29,6 +30,7 @@
 
 %prep
 %setup -q -n gle4
+%patch -p1
 %{__install} -p -m 0644 %{SOURCE1} .
 
 %build
@@ -58,6 +60,9 @@
 %{_libdir}/lib%{name}-graphics-%{version}.so
 
 %changelog
+* Sun Feb 10 2008 Terje Rosten <terjeros at phys.ntnu.no> - 4.1.1-4
+- Add patch to build with gcc-4.3
+
 * Sat Feb  9 2008 Terje Rosten <terjeros at phys.ntnu.no> - 4.1.1-3
 - rebuild
 




More information about the fedora-extras-commits mailing list