rpms/scim-tomoe/devel scim-tomoe-moduledir.patch, NONE, 1.1 scim-tomoe.spec, 1.3, 1.4 sources, 1.2, 1.3

Ryo Dairiki (ryo) fedora-extras-commits at redhat.com
Wed Mar 1 06:07:21 UTC 2006


Author: ryo

Update of /cvs/extras/rpms/scim-tomoe/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29356

Modified Files:
	scim-tomoe.spec sources 
Added Files:
	scim-tomoe-moduledir.patch 
Log Message:
update to 0.2.0


scim-tomoe-moduledir.patch:

--- NEW FILE scim-tomoe-moduledir.patch ---
--- src/Makefile.am	2006-03-01 14:35:56.000000000 +0900
+++ src/Makefile.am.new	2006-03-01 14:36:07.000000000 +0900
@@ -12,7 +12,7 @@
 	scim_tomoe_prefs.h \
 	scim_tomoe_prefs_win.h
 
-moduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper
+moduledir = @SCIM_MODULEDIR@/Helper
 module_LTLIBRARIES = tomoe.la
 
 tomoe_la_SOURCES = \
--- src/Makefile.in	2006-03-01 14:44:48.000000000 +0900
+++ src/Makefile.in.new	2006-03-01 14:45:30.000000000 +0900
@@ -257,7 +257,7 @@
 	scim_tomoe_prefs.h \
 	scim_tomoe_prefs_win.h
 
-moduledir = @SCIM_MODULEDIR@/`pkg-config --variable=scim_binary_version scim`/Helper
+moduledir = @SCIM_MODULEDIR@/Helper
 module_LTLIBRARIES = tomoe.la
 tomoe_la_SOURCES = \
 	scim_tomoe.cpp \


Index: scim-tomoe.spec
===================================================================
RCS file: /cvs/extras/rpms/scim-tomoe/devel/scim-tomoe.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- scim-tomoe.spec	13 Feb 2006 06:42:32 -0000	1.3
+++ scim-tomoe.spec	1 Mar 2006 06:07:21 -0000	1.4
@@ -1,8 +1,8 @@
 %define with_libstdc_preview 1 
 
 Name:           scim-tomoe
-Version:        0.1.0
-Release:        3%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        Tomoe module for SCIM for Japanese handwritten input
 
 Group:          System Environment/Libraries
@@ -17,12 +17,15 @@
 %endif
 Requires:       scim
 
+Patch0: scim-tomoe-moduledir.patch
+
 %description
 Scim-tomoe allows Japanese handwritten input of characters using SCIM.
 
 
 %prep
 %setup -q
+%patch0 -p0
 
 
 %build
@@ -62,6 +65,9 @@
 
 
 %changelog
+* Wed Mar  1 2006 Ryo Dairiki <ryo-dairiki at users.sourceforge.net> - 0.2-1
+- update to 0.2
+
 * Mon Feb 13 2006 Jens Petersen <petersen at redhat.com> - 0.1.0-3
 - build conditionally with libstdc++so7 preview library (#166041)
   - add with_libstdc_preview switch and tweak libtool to link against it


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/scim-tomoe/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Sep 2005 09:21:38 -0000	1.2
+++ sources	1 Mar 2006 06:07:21 -0000	1.3
@@ -1 +1 @@
-1c39c1e03069a4a6e15fcf5501cb981f  scim-tomoe-0.1.0.tar.gz
+55bc028af137ed5f99bab4ca042219cf  scim-tomoe-0.2.0.tar.gz




More information about the scm-commits mailing list