rpms/scim-anthy/devel scim-anthy-1.2.4-gcc43.patch, 1.1, 1.2 scim-anthy.spec, 1.48, 1.49

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Thu Jan 31 07:38:00 UTC 2008


Author: tagoh

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

Modified Files:
	scim-anthy-1.2.4-gcc43.patch scim-anthy.spec 
Log Message:
Use c\(.*\) instead of \1.h

scim-anthy-1.2.4-gcc43.patch:

Index: scim-anthy-1.2.4-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/scim-anthy/devel/scim-anthy-1.2.4-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scim-anthy-1.2.4-gcc43.patch	31 Jan 2008 07:24:58 -0000	1.1
+++ scim-anthy-1.2.4-gcc43.patch	31 Jan 2008 07:37:49 -0000	1.2
@@ -5,7 +5,7 @@
   *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
   */
  
-+#include <string.h>
++#include <cstring>
  #include "scim_anthy_kana.h"
  #include "scim_anthy_factory.h"
  #include "scim_anthy_imengine.h"
@@ -16,7 +16,7 @@
    #include <config.h>
  #endif
  
-+#include <string.h>
++#include <cstring>
  #include "scim_anthy_factory.h"
  #include "scim_anthy_imengine.h"
  #include "scim_anthy_preedit.h"
@@ -27,7 +27,7 @@
   */
  
  #define SCIM_ANTHY_USE_GTK
-+#include <string.h>
++#include <cstring>
  #include <scim.h>
  #include "scim_anthy_prefs.h"
  #include "scim_anthy_intl.h"
@@ -38,7 +38,7 @@
    #include <config.h>
  #endif
  
-+#include <string.h>
++#include <cstring>
  #include <gtk/gtk.h>
  #include <gdk/gdkkeysyms.h>
  
@@ -49,7 +49,7 @@
   *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
   */
  
-+#include <string.h>
++#include <cstring>
  #include <sys/wait.h>
  #include <sys/types.h>
  #include <unistd.h>


Index: scim-anthy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-anthy/devel/scim-anthy.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- scim-anthy.spec	31 Jan 2008 07:24:58 -0000	1.48
+++ scim-anthy.spec	31 Jan 2008 07:37:49 -0000	1.49
@@ -1,6 +1,6 @@
 Name:           scim-anthy
 Version:        1.2.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 License:        GPLv2+
 URL:            http://scim-imengine.sourceforge.jp/
@@ -57,7 +57,7 @@
 
 
 %changelog
-* Thu Jan 31 2008 Akira TAGOH <tagoh at redhat.com> - 1.2.4-3
+* Thu Jan 31 2008 Akira TAGOH <tagoh at redhat.com> - 1.2.4-4
 - scim-anthy-1.2.4-gcc43.patch: Fix a build fail with gcc-4.3.
 
 * Wed Oct 31 2007 Akira TAGOH <tagoh at redhat.com>




More information about the fedora-extras-commits mailing list