rpms/DevIL/devel DevIL-1.6.8-rc2-il_io_c.patch, NONE, 1.1 DevIL.spec, 1.6, 1.7

Ian Chapman (oddsocks) fedora-extras-commits at redhat.com
Wed Aug 22 23:07:13 UTC 2007


Author: oddsocks

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

Modified Files:
	DevIL.spec 
Added Files:
	DevIL-1.6.8-rc2-il_io_c.patch 
Log Message:


DevIL-1.6.8-rc2-il_io_c.patch:

--- NEW FILE DevIL-1.6.8-rc2-il_io_c.patch ---
--- DevIL-1.6.8/src-IL/src/il_io.c.orig	2006-07-24 17:59:58.000000000 +0100
+++ DevIL-1.6.8/src-IL/src/il_io.c	2007-08-22 21:07:03.000000000 +0100
@@ -1355,7 +1355,7 @@
 	if (Ret == IL_FALSE)
 		return 0;
 
-	return itell();
+	return itellw();
 }
 
 


Index: DevIL.spec
===================================================================
RCS file: /cvs/extras/rpms/DevIL/devel/DevIL.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DevIL.spec	8 Aug 2007 16:42:13 -0000	1.6
+++ DevIL.spec	22 Aug 2007 23:06:40 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           DevIL
 Version:        1.6.8
-Release:        0.12.rc2%{?dist}
+Release:        0.13.rc2%{?dist}
 Summary:        A cross-platform image library
 Group:          System Environment/Libraries
 License:        LGPLv2
@@ -11,6 +11,7 @@
 Patch2:         DevIL-1.6.8-rc2-il_wrap_h.patch
 Patch3:         DevIL-1.6.8-rc2-ilu_region.patch
 Patch4:         DevIL-1.6.8-rc2-il_endian_h.patch
+Patch5:         DevIL-1.6.8-rc2-il_io_c.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  allegro-devel
 BuildRequires:  lcms-devel
@@ -69,6 +70,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 # Convert to UTF8
 iconv -f iso8859-1 CREDITS -t utf8 > CREDITS.conv \
@@ -143,6 +145,10 @@
 
 
 %changelog
+* Wed Aug 22 2007 Ian Chapman <packages at amiga-hardware.com> 1.6.8-0.13.rc2
+- Release bump for F8 mass rebuild
+- Added patch to fix BZ #253639
+
 * Tue Aug 07 2007 Ian Chapman <packages at amiga-hardware.com> 1.6.8-0.12.rc2
 - Split libILUT into separate package. See BZ #250734
 - Removed some old provides:




More information about the fedora-extras-commits mailing list