rpms/scim-hangul/devel scim-hangul-0.3.2.gcc43.patch, 1.1, 1.2 scim-hangul.spec, 1.29, 1.30

Hu Zheng (zhu) fedora-extras-commits at redhat.com
Mon Mar 3 06:22:27 UTC 2008


Author: zhu

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

Modified Files:
	scim-hangul-0.3.2.gcc43.patch scim-hangul.spec 
Log Message:
ppc64 build fix

scim-hangul-0.3.2.gcc43.patch:

Index: scim-hangul-0.3.2.gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/scim-hangul/devel/scim-hangul-0.3.2.gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scim-hangul-0.3.2.gcc43.patch	26 Feb 2008 08:13:28 -0000	1.1
+++ scim-hangul-0.3.2.gcc43.patch	3 Mar 2008 06:22:21 -0000	1.2
@@ -1,11 +1,11 @@
 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
++++ scim-hangul-0.3.2/src/scim_hangul_imengine.cpp	2008-03-03 14:18:09.000000000 +0800
 @@ -33,6 +33,7 @@
    #include <config.h>
  #endif
  
-+#include <cstring>
++#include <string.h>
  #include <scim.h>
  #include "scim_hangul_imengine.h"
  


Index: scim-hangul.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-hangul/devel/scim-hangul.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- scim-hangul.spec	26 Feb 2008 08:13:28 -0000	1.29
+++ scim-hangul.spec	3 Mar 2008 06:22:21 -0000	1.30
@@ -1,6 +1,6 @@
 Name:		scim-hangul
 Version:	0.3.2
-Release:	3%{?dist}
+Release:	4%{?dist}
 
 License:	GPLv3
 URL:		http://www.scim-im.org/
@@ -51,6 +51,9 @@
 
 
 %changelog
+* Mon Mar 03 2008 Hu Zheng <zhu at redhat.com> - 0.3.2-4
+- ppc64 build fix.
+
 * Mon Feb 25 2008 Hu Zheng <zhu at redhat.com> - 0.3.2-3
 - Gcc4.3 compile fix.
 




More information about the fedora-extras-commits mailing list