rpms/teckit/devel teckit-gcc43.patch,NONE,1.1 teckit.spec,1.3,1.4

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Tue Jan 8 10:23:35 UTC 2008


Author: jnovy

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

Modified Files:
	teckit.spec 
Added Files:
	teckit-gcc43.patch 
Log Message:
gcc-4.3 fixes


teckit-gcc43.patch:

--- NEW FILE teckit-gcc43.patch ---
diff -up TECkit_release_2006-09-19/source/ulong_chartraits.h.gcc43 TECkit_release_2006-09-19/source/ulong_chartraits.h
--- TECkit_release_2006-09-19/source/ulong_chartraits.h.gcc43	2006-09-19 13:47:44.000000000 +0200
+++ TECkit_release_2006-09-19/source/ulong_chartraits.h	2008-01-08 10:57:35.000000000 +0100
@@ -3,6 +3,7 @@
 
 #include <iostream>
 #include <string>
+#include <cstring>
 #include <locale>
 
 /*
diff -up TECkit_release_2006-09-19/source/Engine.cpp.gcc43 TECkit_release_2006-09-19/source/Engine.cpp
--- TECkit_release_2006-09-19/source/Engine.cpp.gcc43	2006-09-19 13:47:44.000000000 +0200
+++ TECkit_release_2006-09-19/source/Engine.cpp	2008-01-08 10:56:37.000000000 +0100
@@ -64,6 +64,7 @@ int	traceLevel = 1;
 #endif
 
 #include <cstdlib>
+#include <cstring>
 #include <algorithm>
 
 #include "zlib.h"
diff -up TECkit_release_2006-09-19/source/Compiler.cpp.gcc43 TECkit_release_2006-09-19/source/Compiler.cpp
--- TECkit_release_2006-09-19/source/Compiler.cpp.gcc43	2006-09-19 13:47:44.000000000 +0200
+++ TECkit_release_2006-09-19/source/Compiler.cpp	2008-01-08 10:59:00.000000000 +0100
@@ -32,6 +32,7 @@ Description:
 #include <iostream>
 #include <iomanip>
 #include <algorithm>
+#include <cstring>
 
 #include "zlib.h"
 


Index: teckit.spec
===================================================================
RCS file: /cvs/extras/rpms/teckit/devel/teckit.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- teckit.spec	23 Aug 2007 07:29:49 -0000	1.3
+++ teckit.spec	8 Jan 2008 10:22:57 -0000	1.4
@@ -1,11 +1,12 @@
 Name:           teckit
 Version:        2.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Conversion library and mapping compiler
 License:        LGPLv2+ or CPL
 Group:          Development/Libraries
 URL:            http://scripts.sil.org/teckit
 Source0:        http://scripts.sil.org/svn-view/teckit/TAGS/TECkit_release_2006-09-19.tar.gz
+Patch0:		teckit-gcc43.patch
 BuildRequires:  expat-devel zlib-devel libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -37,6 +38,8 @@
 
 %prep
 %setup -q -n TECkit_release_2006-09-19
+%patch0 -p1 -b .gcc43
+
 %{__chmod} 0755 ./autogen.sh
 %{__chmod} 0755 ./configure
 %{__rm} -r zlib*
@@ -83,6 +86,9 @@
 %{_libdir}/libTECkit_Compiler.so
 
 %changelog
+* Tue Jan 08 2008 Jindrich Novy <jnovy at redhat.com> 2.2.1-3
+- gcc-4.3 fixes
+
 * Thu Aug 23 2007 Jindrich Novy <jnovy at redhat.com> 2.2.1-2
 - update License
 - rebuild for ppc32




More information about the fedora-extras-commits mailing list