Hello community,

here is the log from the commit of package fcitx-chewing for openSUSE:Factory 
checked in at 2013-06-26 20:28:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-chewing (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-chewing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-chewing"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx-chewing/fcitx-chewing.changes      
2013-01-29 12:07:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx-chewing.new/fcitx-chewing.changes 
2013-06-26 20:28:07.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Jun 26 15:44:50 UTC 2013 - [email protected]
+
+- update version 0.2.1
+  * Fix space selection 
+  * Fix layout configuration 
+  * Automatically commit existing buffer when losing focus. 
+  * Add support of change selection key 
+  * Add new chewing icon. 
+
+-------------------------------------------------------------------

Old:
----
  fcitx-chewing-0.2.0.tar.bz2

New:
----
  fcitx-chewing-0.2.1.tar.xz

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

Other differences:
------------------
++++++ fcitx-chewing.spec ++++++
--- /var/tmp/diff_new_pack.8Eny5L/_old  2013-06-26 20:28:08.000000000 +0200
+++ /var/tmp/diff_new_pack.8Eny5L/_new  2013-06-26 20:28:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx-chewing
 #
-# Copyright (c) 2010 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,23 +17,24 @@
 
 
 Name:           fcitx-chewing
-Version:       0.2.0
+Version:        0.2.1
 Release:       0
-License:       GPL-2.0+
 Summary:       Chewing Wrapper for Fcitx
-Url:           https://github.com/fcitx/fcitx-chewing
+License:        GPL-2.0+
 Group:         System/I18n/Chinese
-#Source:               
http://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
-Source:     %{name}-%{version}.tar.bz2
-BuildRequires: libchewing-devel
-BuildRequires: fcitx-devel
+Url:            https://github.com/fcitx/fcitx-chewing
+Source:         https://fcitx.googlecode.com/files/%{name}-%{version}.tar.xz
 BuildRequires: cmake
-BuildRequires: gettext
+BuildRequires:  fcitx-devel
+BuildRequires:  fdupes
 BuildRequires: gcc-c++
+BuildRequires:  gettext
+BuildRequires:  hicolor-icon-theme
 BuildRequires: intltool
-BuildRequires: fdupes
+BuildRequires:  libchewing-devel
+BuildRequires:  xz
+Provides:       locale(fcitx:zh_TW)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Provides:       locale(fcitx:zh_SG)
 
 %description
 Fcitx-chewing is a Chewing(新酷音) Wrapper for Fcitx.
@@ -44,7 +45,7 @@
 %setup -q
 
 %build
-%{__mkdir} -pv build
+mkdir -pv build
 pushd build
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
       -DLIB_INSTALL_DIR=%{_lib} ..
@@ -52,10 +53,10 @@
 
 %install
 pushd build
-make DESTDIR=%{buildroot} install
+%make_install
 popd
 
-%{__strip} %{buildroot}%{_libdir}/fcitx/%{name}.so
+strip %{buildroot}%{_libdir}/fcitx/%{name}.so
 %if 0%{?suse_version}
 %fdupes %{buildroot}
 %else
@@ -71,5 +72,6 @@
 %defattr(-,root,root)
 %{_libdir}/fcitx/
 %{_datadir}/fcitx/
+%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 %changelog

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

Reply via email to