rpms/scim-hangul/devel scim-hangul-0.3.2.gcc43.patch, NONE, 1.1 scim-hangul.spec, 1.28, 1.29

Hu Zheng (zhu) fedora-extras-commits at redhat.com
Tue Feb 26 08:14:11 UTC 2008


Author: zhu

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

Modified Files:
	scim-hangul.spec 
Added Files:
	scim-hangul-0.3.2.gcc43.patch 
Log Message:
gcc-4.3 compile fix

scim-hangul-0.3.2.gcc43.patch:

--- NEW FILE scim-hangul-0.3.2.gcc43.patch ---
diff -u -r scim-hangul-0.3.2.orig/src/scim_hangul_imengine.cpp scim-hangul-0.3.2/src/scim_hangul_imengine.cpp
--- scim-hangul-0.3.2.orig/src/scim_hangul_imengine.cpp	2006-10-23 20:42:47.000000000 +0800
+++ scim-hangul-0.3.2/src/scim_hangul_imengine.cpp	2008-02-25 14:56:22.000000000 +0800
@@ -33,6 +33,7 @@
   #include <config.h>
 #endif
 
+#include <cstring>
 #include <scim.h>
 #include "scim_hangul_imengine.h"
 
diff -u -r scim-hangul-0.3.2.orig/src/scim_hangul_imengine_setup.cpp scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp
--- scim-hangul-0.3.2.orig/src/scim_hangul_imengine_setup.cpp	2006-10-23 20:42:47.000000000 +0800
+++ scim-hangul-0.3.2/src/scim_hangul_imengine_setup.cpp	2008-02-25 14:56:57.000000000 +0800
@@ -34,6 +34,7 @@
   #include <config.h>
 #endif
 
+#include <cstring>
 #include <scim.h>
 #include <gtk/scimkeyselection.h>
 


Index: scim-hangul.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-hangul/devel/scim-hangul.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- scim-hangul.spec	20 Feb 2008 08:42:12 -0000	1.28
+++ scim-hangul.spec	26 Feb 2008 08:13:28 -0000	1.29
@@ -1,12 +1,13 @@
 Name:		scim-hangul
 Version:	0.3.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 
 License:	GPLv3
 URL:		http://www.scim-im.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	scim-devel >= 1.2.0 libhangul-devel
 Source0:	http://dl.sourceforge.net/scim/%{name}-%{version}.tar.gz
+Patch0:		scim-hangul-0.3.2.gcc43.patch
 
 
 Summary:	Hangul Input Method Engine for SCIM
@@ -19,6 +20,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1 -b .gcc43
 
 
 %build
@@ -49,6 +51,9 @@
 
 
 %changelog
+* Mon Feb 25 2008 Hu Zheng <zhu at redhat.com> - 0.3.2-3
+- Gcc4.3 compile fix.
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.3.2-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list