Hello community,

here is the log from the commit of package fcitx-libpinyin for openSUSE:Factory 
checked in at 2015-09-08 17:38:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2014-04-26 10:00:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-libpinyin.new/fcitx-libpinyin.changes     
2015-09-08 17:39:18.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Aug 25 16:06:07 UTC 2015 - [email protected]
+
+- update version 0.3.2
+  * bind_textdomain_codeset to utf8
+  * Close Issue#9 Disable all dictionary by default
+  * add missing libintl libraries
+  * no matter libpinyin tools found or not,we can build it
+  * compatible with new libpinyin
+  * add phrase to actual user dictionary
+  * fix sogou download wrong file name encoding
+
+-------------------------------------------------------------------

Old:
----
  fcitx-libpinyin-0.3.1_dict.tar.xz

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

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

Other differences:
------------------
++++++ fcitx-libpinyin.spec ++++++
--- /var/tmp/diff_new_pack.FdxTQj/_old  2015-09-08 17:39:51.000000000 +0200
+++ /var/tmp/diff_new_pack.FdxTQj/_new  2015-09-08 17:39:51.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-libpinyin
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:           fcitx-libpinyin
-Version:        0.3.1
+Version:        0.3.2
 Release:        0
 Summary:        Libpinyin Wrapper for Fcitx
 License:        GPL-2.0+
@@ -26,6 +26,7 @@
 Source:         
http://download.fcitx-im.org/fcitx-libpinyin/%{name}-%{version}_dict.tar.xz
 BuildRequires:  cmake
 BuildRequires:  fcitx-devel
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  glib2-devel
@@ -41,21 +42,22 @@
 Fcitx-libpinyin is a Frontend of the Intelligent Pinyin IME Backend.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-mkdir -pv build
-pushd build
-cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL_DIR=%{_lib} ..
+mkdir build && pushd build
+CXXFLAGS+="%{optflags}" cmake \
+       -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+       -DLIB_INSTALL_DIR=%{_libdir} \
+       ..
 make %{?_smp_mflags}
 
 %install
 pushd build
-make install DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 popd
-
-strip %{buildroot}%{_libdir}/fcitx/%{name}.so
 %find_lang %{name}
+%fdupes %{buildroot}
 
 %post -p /sbin/ldconfig
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.FdxTQj/_old  2015-09-08 17:39:51.000000000 +0200
+++ /var/tmp/diff_new_pack.FdxTQj/_new  2015-09-08 17:39:51.000000000 +0200
@@ -1,13 +1,17 @@
 <services>
-       <service name="tar_scm" mode="disabled">
-               
-               
-               
-               
-       <param 
name="url">http://github.com/fcitx/fcitx-libpinyin.git</param><param 
name="versionprefix">0.1.0git</param><param name="scm">git</param></service>
-       <service name="recompress" mode="disabled">
-               <param name="file">*.tar</param>
-               <param name="compression">bz2</param>
-       </service>
-       <service name="set_version" mode="disabled"/>
+  <service name="tar_scm" mode="disabled">
+    <param name="url">https://github.com/fcitx/fcitx-libpinyin</param>
+    <param name="scm">git</param>
+    <param name="exclude">.git</param>
+    <param name="versionformat">0.3.2+git%cd.%h</param>
+    <param name="revision">master</param>
+    <param name="changesgenerate">enable</param>
+  </service>
+  <service name="recompress" mode="disabled">
+    <param name="file">fcitx-libpinyin-*.tar</param>
+    <param name="compression">xz</param>
+  </service>
+  <service name="set_version" mode="disabled">
+    <param name="basename">fcitx-libpinyin</param>
+  </service>
 </services>

++++++ fcitx-libpinyin-0.3.1_dict.tar.xz -> fcitx-libpinyin-0.3.2_dict.tar.xz 
++++++
/work/SRC/openSUSE:Factory/fcitx-libpinyin/fcitx-libpinyin-0.3.1_dict.tar.xz 
/work/SRC/openSUSE:Factory/.fcitx-libpinyin.new/fcitx-libpinyin-0.3.2_dict.tar.xz
 differ: char 26, line 1


Reply via email to