rpms/scim-tables/devel scim-tables-0.5.7-4.gcc.patch, NONE, 1.1 scim-tables.spec, 1.34, 1.35

Caius Chance (cchance) fedora-extras-commits at redhat.com
Thu Feb 14 06:43:38 UTC 2008


Author: cchance

Update of /cvs/pkgs/rpms/scim-tables/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6763

Modified Files:
	scim-tables.spec 
Added Files:
	scim-tables-0.5.7-4.gcc.patch 
Log Message:
rebuild for gcc43


scim-tables-0.5.7-4.gcc.patch:

--- NEW FILE scim-tables-0.5.7-4.gcc.patch ---
diff -up scim-tables-0.5.7/src/scim_generic_table.cpp.3-gcc scim-tables-0.5.7/src/scim_generic_table.cpp
diff -up scim-tables-0.5.7/src/scim_table_private.h.3-gcc scim-tables-0.5.7/src/scim_table_private.h
diff -up scim-tables-0.5.7/src/scim_table_imengine_setup.cpp.3-gcc scim-tables-0.5.7/src/scim_table_imengine_setup.cpp
diff -up scim-tables-0.5.7/src/Makefile.am.3-gcc scim-tables-0.5.7/src/Makefile.am
diff -up scim-tables-0.5.7/src/scim_make_table.cpp.3-gcc scim-tables-0.5.7/src/scim_make_table.cpp
diff -up scim-tables-0.5.7/src/Makefile.in.3-gcc scim-tables-0.5.7/src/Makefile.in
diff -up scim-tables-0.5.7/src/scim_table_imengine.cpp.3-gcc scim-tables-0.5.7/src/scim_table_imengine.cpp
diff -up scim-tables-0.5.7/src/scim_generic_table.h.3-gcc scim-tables-0.5.7/src/scim_generic_table.h
--- scim-tables-0.5.7/src/scim_generic_table.h.3-gcc	2008-01-31 02:03:34.000000000 +1000
+++ scim-tables-0.5.7/src/scim_generic_table.h	2008-01-31 02:05:45.000000000 +1000
@@ -32,6 +32,7 @@
 #include <scim_event.h>
 #include <vector>
 #include <string>
+#include <cstring>
 #include <algorithm>
 #include <stdio.h>
 
diff -up scim-tables-0.5.7/src/scim_table_imengine.cpp.2-bz217639.3-gcc scim-tables-0.5.7/src/scim_table_imengine.cpp.2-bz217639
diff -up scim-tables-0.5.7/src/scim_table_imengine.h.3-gcc scim-tables-0.5.7/src/scim_table_imengine.h


Index: scim-tables.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-tables/devel/scim-tables.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- scim-tables.spec	17 Apr 2007 09:12:44 -0000	1.34
+++ scim-tables.spec	14 Feb 2008 06:43:04 -0000	1.35
@@ -6,7 +6,7 @@
 
 Name:           scim-tables
 Version:        0.5.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        SCIM Generic Table IMEngine
 
 License:        GPL
@@ -23,6 +23,7 @@
 Requires:       scim
 Patch1:         tables-skip-ja-ko.patch
 Patch2:         scim-tables-0.5.7-2.bz217639.patch
+Patch3:         scim-tables-0.5.7-4.gcc.patch
 
 %description
 This package contains the Generic Table IMEngine for SCIM.
@@ -195,8 +196,9 @@
 
 %if !%{jk_tables}
 %patch1 -p1 -b -1.JK
-# patch1 touches a Makefile.am file
 %patch2 -p1 -b .2-bz217639
+%patch3 -p1 -b .3-gcc
+
 autoreconf
 %endif
 
@@ -419,6 +421,9 @@
 
 
 %changelog
+* Wed Feb 13 2008 Caius Chance <cchance at redhat.com> - 0.5.7-4.fc9
+- Rebuild for F9.
+
 * Tue Apr 17 2007 Jens Petersen <petersen at redhat.com> - 0.5.7-3
 - make the main package own the tables directory (#226399)
 




More information about the fedora-extras-commits mailing list