rpms/scim-python/devel .cvsignore, 1.7, 1.8 scim-python.spec, 1.10, 1.11 sources, 1.7, 1.8

Huang Peng (phuang) fedora-extras-commits at redhat.com
Tue Jan 8 07:46:28 UTC 2008


Author: phuang

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

Modified Files:
	.cvsignore scim-python.spec sources 
Log Message:
Add post script to create indexes in pinyin phrase database.
Update to 0.1.9.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	28 Dec 2007 04:42:58 -0000	1.7
+++ .cvsignore	8 Jan 2008 07:45:52 -0000	1.8
@@ -1 +1 @@
-scim-python-0.1.8.tar.bz2
+scim-python-0.1.9.tar.bz2


Index: scim-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/scim-python.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- scim-python.spec	28 Dec 2007 04:42:58 -0000	1.10
+++ scim-python.spec	8 Jan 2008 07:45:52 -0000	1.11
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %define mod_path scim-0.1
 Name:       scim-python
-Version:    0.1.8
+Version:    0.1.9
 Release:    1%{?dist}
 Summary:    Python wrapper for Smart Common Input Method platform
 
@@ -52,6 +52,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post chinese
+cd /usr/share/scim-python/engine/PinYin
+echo "Creating INDEX in phrases database."
+python -c "import PYSQLiteDB; db = PYSQLiteDB.PYSQLiteDB (); db.create_indexes ();"
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README TODO
@@ -77,6 +82,10 @@
 # %{_datadir}/scim-python/setupui/PinYin
 
 %changelog
+* Fri Jan 08 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.8-1
+- Add post script to create indexes in pinyin phrase database.
+- Update to 0.1.9.
+
 * Fri Dec 28 2007 Huang Peng <shawn.p.huang at gmail.com> - 0.1.8-1
 - Update to 0.1.8.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scim-python/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	28 Dec 2007 04:42:58 -0000	1.7
+++ sources	8 Jan 2008 07:45:52 -0000	1.8
@@ -1 +1 @@
-7e42f30b965d11d5c30e3369b85bcb4e  scim-python-0.1.8.tar.bz2
+d1d4f7834f3be6091308ba282e0b945b  scim-python-0.1.9.tar.bz2




More information about the fedora-extras-commits mailing list