rpms/lcms/F-9 lcms-1.17-big-endian.patch, NONE, 1.1 lcms.spec, 1.17, 1.18

Dennis Gilmore ausil at fedoraproject.org
Tue Dec 30 01:10:28 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/lcms/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11368

Modified Files:
	lcms.spec 
Added Files:
	lcms-1.17-big-endian.patch 
Log Message:
fix ifdef in lcms.h for big endian


lcms-1.17-big-endian.patch:

--- NEW FILE lcms-1.17-big-endian.patch ---
--- lcms-1.17/include/lcms.h.BAD	2008-12-29 19:06:00.000000000 -0600
+++ lcms-1.17/include/lcms.h	2008-12-29 19:06:17.000000000 -0600
@@ -153,7 +153,7 @@
 # endif
 #endif
 
-#if __BIG_ENDIAN__
+#ifdef __BIG_ENDIAN__
 #   define USE_BIG_ENDIAN      1
 #endif
 


Index: lcms.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lcms/F-9/lcms.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- lcms.spec	3 Jun 2008 09:35:23 -0000	1.17
+++ lcms.spec	30 Dec 2008 01:09:57 -0000	1.18
@@ -2,7 +2,7 @@
 
 Name:           lcms
 Version:        1.17
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Color Management System
 
 Group:          Applications/Productivity
@@ -11,6 +11,7 @@
 Source0:        http://www.littlecms.com/lcms-%{version}.tar.gz
 Patch1:         lcms-1.16-python-lib64.patch
 Patch2:         coverity-boundchecking-cmsio1.patch
+Patch3:         lcms-1.17-big-endian.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libjpeg-devel
@@ -62,6 +63,7 @@
 %setup -q
 %patch1 -p1 -b .python-lib64
 %patch2 -p2 -b .type4
+%patch2 -p3 -b .big-endian
 find . -name \*.[ch] | xargs chmod -x
 
 # Convert not UTF-8 files
@@ -124,6 +126,9 @@
 
 
 %changelog
+* Mon Dec 29 2008 Dennis Gilmore <dennis at ausil.us> - 1.17-6
+- fix ifdef in lcms.h
+
 * Tue Jun 3 2008 kwizart < kwizart at gmail.com > - 1.17-5
 - Fix Array indexing error in ReadCurve - #448066
 




More information about the fedora-extras-commits mailing list