rpms/ibus-pinyin/F-11 .cvsignore, 1.13, 1.14 ibus-pinyin.spec, 1.15, 1.16 sources, 1.13, 1.14

Huang Peng phuang at fedoraproject.org
Fri Sep 25 07:24:43 UTC 2009


Author: phuang

Update of /cvs/pkgs/rpms/ibus-pinyin/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24045

Modified Files:
	.cvsignore ibus-pinyin.spec sources 
Log Message:
back port f12 to f11


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-pinyin/F-11/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	12 Jun 2009 07:12:20 -0000	1.13
+++ .cvsignore	25 Sep 2009 07:24:43 -0000	1.14
@@ -1,2 +1,2 @@
-ibus-pinyin-1.1.0.20090612.tar.gz
 pinyin-database-0.1.10.6.tar.bz2
+ibus-pinyin-1.2.0.20090915.tar.gz


Index: ibus-pinyin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-pinyin/F-11/ibus-pinyin.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- ibus-pinyin.spec	12 Jun 2009 07:12:20 -0000	1.15
+++ ibus-pinyin.spec	25 Sep 2009 07:24:43 -0000	1.16
@@ -1,5 +1,7 @@
+%define reqiure_ibus_version 1.2.0
+
 Name:       ibus-pinyin
-Version:    1.1.0.20090612
+Version:    1.2.0.20090915
 Release:    1%{?dist}
 Summary:    The PinYin engine for IBus platform
 License:    GPLv2+
@@ -7,14 +9,15 @@ Group:      System Environment/Libraries
 URL:        http://code.google.com/p/ibus/
 Source0:    http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:    http://scim-python.googlecode.com/files/pinyin-database-0.1.10.6.tar.bz2
-Patch0:     ibus-pinyin-HEAD.patch
+# Patch0:     ibus-pinyin-HEAD.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
 BuildRequires:  gettext-devel
 
-Requires:   ibus
+Requires:   ibus >= %{reqiure_ibus_version}
+Requires:   python-enchant
 
 %description
 PinYin engine for IBus platform. It provides a Chinese PinYin input method.
@@ -51,50 +54,60 @@ python -c "import pysqlitedb; db = pysql
 %{_libexecdir}/ibus-setup-pinyin
 
 %changelog
-* Fri Jun 12 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090612-1
+* Tue Sep 15 2009 Peng Huang <shawn.p.huang at gmail.com> - 1.2.0.20090915-1
+- Update to 1.2.0.20090915.
+- Fix bug 508006 - The color of English Candidates doesn't work
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0.20090617-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Jun 17 2009 Peng Huang <shawn.p.huang at gmail.com> - 1.2.0.20090617-1
+- Update to 1.2.0.20090617.
+
+* Fri Jun 12 2009 Peng Huang <shawn.p.huang at gmail.com> - 1.1.0.20090612-1
 - Update to 1.1.0.20090612.
 
-* Mon May 25 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090303-2
+* Mon May 25 2009 Peng Huang <shawn.p.huang at gmail.com> - 1.1.0.20090303-2
 - Update to HEAD version in upstream git repository
 - Fix bug 500762 - The iBus input speed becomes much slower after "Fuzzy PinYin" enabled
 - Fix bug 501218 - make the pinyin setup window come to the front
 - Fix bug 500763 - User DB is unavailable in ibus for liveCD
 
-* Tue Mar 3 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090303-1
+* Tue Mar 3 2009 Peng Huang <shawn.p.huang at gmail.com> - 1.1.0.20090303-1
 - Update to 1.1.0.20090303.
 
-* Wed Feb 25 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090225-1
+* Wed Feb 25 2009 Peng Huang <shawn.p.huang at gmail.com> - 1.1.0.20090225-1
 - Update to 1.1.0.20090225.
 
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0.20090211-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Wed Feb 11 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090211-1
+* Wed Feb 11 2009 Peng Huang <shawn.p.huang at gmail.com> - 1.1.0.20090211-1
 - Update version to 1.1.0.20090211.
 
-* Thu Feb 05 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090205-1
+* Thu Feb 05 2009 Peng Huang <shawn.p.huang at gmail.com> - 1.1.0.20090205-1
 - Update version to 1.1.0.20090205.
 
 * Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.1.1.20081004-2
 - Rebuild for Python 2.6
 
-* Sat Oct 04 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.1.20081004-1
+* Sat Oct 04 2008 Peng Huang <shawn.p.huang at gmail.com> - 0.1.1.20081004-1
 - Update version to 0.1.1.20081004.
 
-* Thu Sep 18 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.1.20080918-1
+* Thu Sep 18 2008 Peng Huang <shawn.p.huang at gmail.com> - 0.1.1.20080918-1
 - Update version to 0.1.1.20080918.
 
-* Mon Sep 01 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.1.20080901-1
+* Mon Sep 01 2008 Peng Huang <shawn.p.huang at gmail.com> - 0.1.1.20080901-1
 - Update version to 0.1.1.20080901.
 
-* Sat Aug 23 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.1.20080823-1
+* Sat Aug 23 2008 Peng Huang <shawn.p.huang at gmail.com> - 0.1.1.20080823-1
 - Update version to 0.1.1.20080823.
 
-* Fri Aug 15 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.1.20080815-1
+* Fri Aug 15 2008 Peng Huang <shawn.p.huang at gmail.com> - 0.1.1.20080815-1
 - Update version to 0.1.1.20080815.
 
-* Thu Aug 12 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.1.20080812-1
+* Thu Aug 12 2008 Peng Huang <shawn.p.huang at gmail.com> - 0.1.1.20080812-1
 - Update version to 0.1.1.20080812.
 
-* Sun Aug 10 2008 Huang Peng <shawn.p.huang at gmail.com> - 0.1.0.20080810-1
+* Sun Aug 10 2008 Peng Huang <shawn.p.huang at gmail.com> - 0.1.0.20080810-1
 - The first version.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ibus-pinyin/F-11/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	12 Jun 2009 07:12:20 -0000	1.13
+++ sources	25 Sep 2009 07:24:43 -0000	1.14
@@ -1,2 +1,2 @@
-161e83587f14150da6d41b815f2450e5  ibus-pinyin-1.1.0.20090612.tar.gz
 ebd8d2381993372bb97a877b549e14a0  pinyin-database-0.1.10.6.tar.bz2
+97b3c95280bec6a56c587d12158139a2  ibus-pinyin-1.2.0.20090915.tar.gz




More information about the fedora-extras-commits mailing list