rpms/uim/devel uim-1.4.1-gcc43.patch,1.1,1.2 uim.spec,1.51,1.52

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


Author: tagoh

Update of /cvs/pkgs/rpms/uim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9410

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

uim-1.4.1-gcc43.patch:

Index: uim-1.4.1-gcc43.patch
===================================================================
RCS file: /cvs/pkgs/rpms/uim/devel/uim-1.4.1-gcc43.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uim-1.4.1-gcc43.patch	31 Jan 2008 06:35:14 -0000	1.1
+++ uim-1.4.1-gcc43.patch	31 Jan 2008 07:39:54 -0000	1.2
@@ -5,8 +5,8 @@
  #endif
  
  #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
++#include <cstdlib>
++#include <cstring>
  #include <locale.h>
  #include <iconv.h>
  #include <errno.h>
@@ -17,7 +17,7 @@
  #endif
  
  #include <stdio.h>
-+#include <stdlib.h>
++#include <cstdlib>
  #include <ctype.h>
  #include <locale.h>
  #include <X11/Xlib.h>


Index: uim.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uim/devel/uim.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- uim.spec	31 Jan 2008 06:35:14 -0000	1.51
+++ uim.spec	31 Jan 2008 07:39:54 -0000	1.52
@@ -3,7 +3,7 @@
 
 Name:		uim
 Version:	1.4.1
-Release:	10%{?dist}
+Release:	11%{?dist}
 # uim itself is licensed under BSD
 # scm/py.scm, helper/eggtrayicon.[ch], qt/pref-kseparator.{cpp,h}
 #   and qt/chardict/chardict-kseparator.{cpp,h} is licensed under LGPLv2+
@@ -387,7 +387,7 @@
 %dir %{_datadir}/uim
 
 %changelog
-* Thu Jan 31 2008 Akira TAGOH <tagoh at redhat.com> - 1.4.1-10
+* Thu Jan 31 2008 Akira TAGOH <tagoh at redhat.com> - 1.4.1-11
 - Use full path to bring up XIM server.
 - uim-1.4.1-gcc43.patch: Fix a build fail with gcc-4.3.
 




More information about the fedora-extras-commits mailing list