rpms/scim-array/devel scim-array.patch, NONE, 1.1 scim-array.spec, 1.5, 1.6

Ding-Yi Chen (dchen) fedora-extras-commits at redhat.com
Thu Feb 14 00:47:02 UTC 2008


Author: dchen

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

Modified Files:
	scim-array.spec 
Added Files:
	scim-array.patch 
Log Message:
Fix the issue with gcc4.3

scim-array.patch:

--- NEW FILE scim-array.patch ---
diff -up ./src/scim_array_imengine.cpp.orig ./src/scim_array_imengine.cpp
--- ./src/scim_array_imengine.cpp.orig	2008-02-14 10:38:36.000000000 +1000
+++ ./src/scim_array_imengine.cpp	2008-02-14 10:41:15.000000000 +1000
@@ -41,6 +41,7 @@
 
 #include <iostream>
 #include <fstream>
+#include <cstring>
 
 #ifdef HAVE_GETTEXT
   #include <libintl.h>


Index: scim-array.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-array/devel/scim-array.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- scim-array.spec	12 Feb 2008 06:47:02 -0000	1.5
+++ scim-array.spec	14 Feb 2008 00:46:26 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           scim-array
 Version:        0.0.3
-Release:        0%{?dist}
+Release:        1%{?dist}
 Summary:        SCIM Array 30 Input Method Engine
 
 Group:          System Environment/Libraries
@@ -8,8 +8,11 @@
 URL:            http://scimarray.openfoundry.org/
 
 Source0:        http://rt.openfoundry.org/Foundry/Project/Download/Attachment/91593/62957/%{name}-%{version}.tar.gz
+Patch0:		%{name}.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 
+
 BuildRequires:  scim-devel, gettext 
 Requires:       scim
 Summary(zh_TW): SCIM 行列 30 輸入法引擎
@@ -33,6 +36,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .bak
 
 
 %build
@@ -62,9 +66,10 @@
 
 
 %changelog
-* Wed Oct 31 2007 Ding-Yi Chen <dchen at redhat.com> - 0.0.3-0
-- Update to 0.0.3
+* Thu Feb 14 2008 Ding-Yi Chen <dchen at redhat.com> - 0.0.3-1
 - Build with GCC4.3
+* Tue Feb 12 2008 Ding-Yi Chen <dchen at redhat.com> - 0.0.3-0
+- Update to 0.0.3
 * Wed Oct 31 2007 Ding-Yi Chen <dchen at redhat.com> - 0.0.2-1
 - Correct URL
 * Wed Aug 29 2007 Ding-Yi Chen <dchen at redhat.com> - 0.0.2-0




More information about the fedora-extras-commits mailing list