Hello community,

here is the log from the commit of package ibus-pinyin for openSUSE:Factory 
checked in at 2012-03-22 12:32:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-pinyin (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-pinyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-pinyin", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-pinyin/ibus-pinyin.changes  2011-10-13 
19:43:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-pinyin.new/ibus-pinyin.changes     
2012-03-22 12:33:04.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 20 22:24:17 UTC+8 2012 - hillw...@linuxfans.org
+
+- Update to 1.4.0
+- Fix FSF-address warnings in RPMLINT report
+
+-------------------------------------------------------------------

Old:
----
  ibus-pinyin-1.3.11.tar.gz
  ibus-pinyin-ibus-1.4-build.diff

New:
----
  ibus-pinyin-1.4.0.tar.gz
  ibus-pinyin-fsf-address.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ibus-pinyin.spec ++++++
--- /var/tmp/diff_new_pack.56Nm4S/_old  2012-03-22 12:33:08.000000000 +0100
+++ /var/tmp/diff_new_pack.56Nm4S/_new  2012-03-22 12:33:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-pinyin
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,8 @@
 
 
 Name:           ibus-pinyin
-Version:        1.3.11
-Release:        3
+Version:        1.4.0
+Release:        0
 Summary:        The PinYin engine for IBus platform
 License:        GPL-2.0+
 Group:          System/I18n/Chinese
@@ -27,21 +27,21 @@
 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-1.2.99.tar.bz2
-Patch:          ibus-pinyin-ibus-1.4-build.diff
-
+Patch:          ibus-pinyin-fsf-address.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  gcc-c++ gettext-devel libuuid-devel sqlite3-devel
 BuildRequires:  python >= 2.5
 BuildRequires:  intltool
 BuildRequires:  boost-devel
 BuildRequires:  ibus-devel
-
 Requires:       ibus
 
 %description
 PinYin engine for IBus platform. It provides a Chinese PinYin input method.
-拼音输入法
+
+
+%description -l zh_CN
+IBus 输入平台的拼音输入法支持引擎,本软件包为 IBus 提供中文拼音输入支持。
 
 %prep
 %setup -q
@@ -62,9 +62,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README

++++++ ibus-pinyin-1.3.11.tar.gz -> ibus-pinyin-1.4.0.tar.gz ++++++
++++ 55688 lines of diff (skipped)

++++++ ibus-pinyin-fsf-address.diff ++++++
diff -Nur ibus-pinyin-1.4.0/setup/ibus-setup-pinyin.in 
ibus-pinyin-1.4.0-new/setup/ibus-setup-pinyin.in
--- ibus-pinyin-1.4.0/setup/ibus-setup-pinyin.in        2011-09-17 
10:43:37.000000000 +0800
+++ ibus-pinyin-1.4.0-new/setup/ibus-setup-pinyin.in    2012-03-20 
23:02:51.122057748 +0800
@@ -17,7 +17,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 
 
 prefix=@prefix@
 exec_prefix=@exec_prefix@
diff -Nur ibus-pinyin-1.4.0/setup/main.py ibus-pinyin-1.4.0-new/setup/main.py
--- ibus-pinyin-1.4.0/setup/main.py     2011-09-17 10:43:37.000000000 +0800
+++ ibus-pinyin-1.4.0-new/setup/main.py 2012-03-20 23:03:48.634059716 +0800
@@ -18,7 +18,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 
 import sys
 import gtk
 import ibus
diff -Nur ibus-pinyin-1.4.0/setup/version.py 
ibus-pinyin-1.4.0-new/setup/version.py
--- ibus-pinyin-1.4.0/setup/version.py  2011-12-21 11:13:00.000000000 +0800
+++ ibus-pinyin-1.4.0-new/setup/version.py      2012-03-20 23:02:09.472056323 
+0800
@@ -16,6 +16,6 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 
 def get_version():
     return "1.4.0"
diff -Nur ibus-pinyin-1.4.0/setup/version.py.in 
ibus-pinyin-1.4.0-new/setup/version.py.in
--- ibus-pinyin-1.4.0/setup/version.py.in       2011-09-17 10:43:37.000000000 
+0800
+++ ibus-pinyin-1.4.0-new/setup/version.py.in   2012-03-20 23:02:23.142056791 
+0800
@@ -16,6 +16,6 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 
 def get_version():
     return "@VERSION@"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to