rpms/DevIL/FC-5 DevIL-1.6.8-rc1-64bit.patch, NONE, 1.1 DevIL.spec, 1.1, 1.2

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Fri Jun 9 21:46:17 UTC 2006


Author: oddsocks

Update of /cvs/extras/rpms/DevIL/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10291/FC-5

Modified Files:
	DevIL.spec 
Added Files:
	DevIL-1.6.8-rc1-64bit.patch 
Log Message:
auto-import DevIL-1.6.8-0.8.rc1 on branch FC-5 from DevIL-1.6.8-0.8.rc1.src.rpm

DevIL-1.6.8-rc1-64bit.patch:

--- NEW FILE DevIL-1.6.8-rc1-64bit.patch ---
--- DevIL-1.6.8-RC1/src-ILUT/src/ilut_opengl.c~	2006-06-09 14:43:23.000000000 +0200
+++ DevIL-1.6.8-RC1/src-ILUT/src/ilut_opengl.c	2006-06-09 14:43:23.000000000 +0200
@@ -12,6 +12,9 @@
 
 
 #include "ilut_opengl.h"
+#if linux
+#include <GL/glx.h>
+#endif
 
 static ILint MaxTexW = 256, MaxTexH = 256;  // maximum texture widths and heights
 


Index: DevIL.spec
===================================================================
RCS file: /cvs/extras/rpms/DevIL/FC-5/DevIL.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DevIL.spec	31 May 2006 18:30:44 -0000	1.1
+++ DevIL.spec	9 Jun 2006 21:46:17 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           DevIL
 Version:        1.6.8
-Release:        0.7.rc1%{?dist}
+Release:        0.8.rc1%{?dist}
 Summary:        A cross-platform image library
 
 Group:          System Environment/Libraries
@@ -9,6 +9,7 @@
 Source0:        http://download.sourceforge.net/openil/%{name}-%{version}-RC1-src.tar.gz
 Patch0:         DevIL-1.6.8-rc1-allegropicfix.patch
 Patch1:         DevIL-1.6.8-rc1-headerfix.patch
+Patch2:         DevIL-1.6.8-rc1-64bit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libjpeg-devel
@@ -48,6 +49,7 @@
 %setup -q -n %{name}-%{version}-RC1
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 
 
 %build
@@ -101,7 +103,10 @@
 
 
 %changelog
-* Wed May 31 2006 Ian Chapman <packages at amiga-hardware.com> 1.6.8-0.7.rc1%{?dist}
+* Fri Jun 09 2006 Ian Chapman <packages at amiga-hardware.com> 1.6.8-0.8.rc1%{?dist}
+- Added patch courtesy of Hans de Goede to fix crashes on 64bit systems
+
+* Wed May 31 2006 Ian Chapman <packages at amiga-hardware.com> 1.6.8-0.7.rc1
 - Added libGLU-devel to buildrequires
 - Dropped libGL-devel from requires for devel package
 




More information about the scm-commits mailing list