rpms/CTL/devel ctl-1.4.1-gcc43.patch,NONE,1.1 CTL.spec,1.1,1.2

Chauvet (kwizart) fedora-extras-commits at redhat.com
Tue Jan 8 18:35:06 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/CTL/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22221

Modified Files:
	CTL.spec 
Added Files:
	ctl-1.4.1-gcc43.patch 
Log Message:
- Fix gcc43


ctl-1.4.1-gcc43.patch:

--- NEW FILE ctl-1.4.1-gcc43.patch ---
diff -up ctl-1.4.1/IlmCtl/CtlLex.cpp.gcc43 ctl-1.4.1/IlmCtl/CtlLex.cpp
--- ctl-1.4.1/IlmCtl/CtlLex.cpp.gcc43	2008-01-08 19:18:01.000000000 +0100
+++ ctl-1.4.1/IlmCtl/CtlLex.cpp	2008-01-08 19:18:22.000000000 +0100
@@ -57,6 +57,7 @@
 #include <CtlLContext.h>
 #include <iomanip>
 #include <cassert>
+#include <cstdlib>
 
 
 #if 0
diff -up ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h.gcc43 ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h
--- ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h.gcc43	2008-01-08 19:27:17.000000000 +0100
+++ ctl-1.4.1/IlmCtlSimd/CtlSimdReg.h	2008-01-08 19:28:31.000000000 +0100
@@ -50,6 +50,7 @@
 #define INCLUDED_CTL_SIMD_REG_H
 
 #include <typeinfo>
+#include <cstring>
 #include <CtlExc.h>
 #include <Iex.h>
 


Index: CTL.spec
===================================================================
RCS file: /cvs/pkgs/rpms/CTL/devel/CTL.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CTL.spec	17 Nov 2007 00:37:47 -0000	1.1
+++ CTL.spec	8 Jan 2008 18:34:23 -0000	1.2
@@ -1,13 +1,13 @@
 Name:           CTL
 Version:        1.4.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        The Color Transformation Language
 
 Group:          System Environment/Libraries
 License:        AMPAS BSD
 URL:            http://ampasctl.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/ampasctl/ctl-%{version}.tar.gz
-#Patch0:         ctl-1.4.1-disable_rpath.patch
+Patch0:         ctl-1.4.1-gcc43.patch
 Patch1:         ctl-1.4.1-fix_pkgconfig.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -42,7 +42,7 @@
 
 %prep
 %setup -q -n ctl-%{version}
-#patch0 -p1 -b .rpath
+%patch0 -p1 -b .gcc43
 %patch1 -p1 -b .fix_pkg-config
 
 # Was needed to disable rpath from configure -> patch0
@@ -96,6 +96,9 @@
 %doc doc/CtlManual.pdf doc/CtlManual.doc
 
 %changelog
+* Tue Jan  8 2008 kwizart < kwizart at gmail.com > - 1.4.1-4
+- Fix gcc43
+
 * Fri Nov  9 2007 kwizart < kwizart at gmail.com > - 1.4.1-3
 - Change package name from ctl to CTL
 




More information about the fedora-extras-commits mailing list