Hello community,

here is the log from the commit of package fcitx-libpinyin for openSUSE:Factory 
checked in at 2013-07-03 10:23:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-libpinyin (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-libpinyin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-libpinyin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-libpinyin/fcitx-libpinyin.changes  
2012-10-16 11:35:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-libpinyin.new/fcitx-libpinyin.changes     
2013-07-03 10:23:34.000000000 +0200
@@ -1,0 +2,16 @@
+Mon Jul  1 12:17:46 UTC 2013 - [email protected]
+
+- update version 0.3.0
+  * Support typing mixed Chinese/English when selection is done in half way.
+  * Add new dictionary manager
+  * Translation Update 
+
+-------------------------------------------------------------------
+Wed Jun 26 15:49:21 UTC 2013 - [email protected]
+
+- update version 0.2.92
+  * compatible with libpinyin api change 0.8.93->0.9.0
+  * fix shuangpinyin might cause crash when using cloudpinyin
+  * complete dictionary management 
+
+-------------------------------------------------------------------

Old:
----
  fcitx-libpinyin-0.2.1.tar.bz2

New:
----
  fcitx-libpinyin-0.3.0_dict.tar.xz

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

Other differences:
------------------
++++++ fcitx-libpinyin.spec ++++++
--- /var/tmp/diff_new_pack.TmVFjL/_old  2013-07-03 10:23:36.000000000 +0200
+++ /var/tmp/diff_new_pack.TmVFjL/_new  2013-07-03 10:23:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-libpinyin
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,41 +17,44 @@
 
 
 Name:           fcitx-libpinyin
-Version:       0.2.1
+Version:        0.3.0
 Release:       0
-License:       GPL-2.0+        
 Summary:       Libpinyin Wrapper for Fcitx
-Url:           https://github.com/fcitx/fcitx-libpinyin
+License:        GPL-2.0+
 Group:         System/I18n/Chinese
-Source:                %{name}-%{version}.tar.bz2
+Url:            https://github.com/fcitx/fcitx-libpinyin
+Source:                        
http://download.fcitx-im.org/fcitx-libpinyin/%{name}-%{version}_dict.tar.xz
 BuildRequires: cmake
+BuildRequires:  fcitx-devel
 BuildRequires: gcc-c++
-BuildRequires: intltool
 BuildRequires: gettext
-BuildRequires: fcitx-devel
 BuildRequires: glib2-devel
+BuildRequires:  intltool
+BuildRequires:  libQtWebKit-devel
 BuildRequires: libpinyin-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
 Provides:       locale(fcitx:zh_CN;zh_SG)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%{fcitx_requires}
 
 %description
 Fcitx-libpinyin is a Frontend of the Intelligent Pinyin IME Backend.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
 
 %build
-%{__mkdir} -pv build
+mkdir -pv build
 pushd build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_lib} ..
 make %{?_smp_mflags}
 
 %install
 pushd build
-make DESTDIR=%{buildroot} install
+make install DESTDIR=%{buildroot}
 popd
 
-%{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so
+strip %{buildroot}%{_libdir}/fcitx/%{name}.so
 %find_lang %{name}
 
 %post -p /sbin/ldconfig
@@ -60,8 +63,14 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%{_libdir}/fcitx/
-%{_datadir}/fcitx/
+%{_fcitx_libdir}/%{name}.so
+%{_fcitx_libdir}/qt/lib%{name}-dictmanager.so
+%{_fcitx_addondir}/%{name}.conf
+%{_fcitx_descdir}/%{name}.desc
+%{_fcitx_inputmethoddir}/pinyin-libpinyin.conf
+%{_fcitx_inputmethoddir}/shuangpin-libpinyin.conf
+%{_fcitx_inputmethoddir}/zhuyin-libpinyin.conf
 %{_datadir}/icons/hicolor/48x48/status/fcitx-bopomofo.png
+%{_fcitx_datadir}/libpinyin
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to