Hello community,

here is the log from the commit of package kimtoy for openSUSE:Factory checked 
in at 2015-06-09 08:49:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kimtoy (Old)
 and      /work/SRC/openSUSE:Factory/.kimtoy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kimtoy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kimtoy/kimtoy.changes    2014-04-03 
17:08:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kimtoy.new/kimtoy.changes       2015-06-09 
08:50:22.000000000 +0200
@@ -1,0 +2,13 @@
+Sun Jun  7 05:37:45 UTC 2015 - i...@marguerite.su
+
+- update version 1.10.1
+  * use openssl instead of qca2
+  * fix theme animation with libpng 1.6+
+  * update libpng-apng copy to 1.6.17
+- changes in 1.10.0
+  * encrypted sogou input theme import support
+  * fix compability with ibus 1.5.x but ctrl+space is 
+    the only supported hotkey
+  * fix zombie process issue when opening setting dialog
+
+-------------------------------------------------------------------

Old:
----
  kimtoy-1.9.2.git20130710.tar.gz

New:
----
  140967-kimtoy-1.10.1.tar.bz2

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

Other differences:
------------------
++++++ kimtoy.spec ++++++
--- /var/tmp/diff_new_pack.OqcvUR/_old  2015-06-09 08:50:22.000000000 +0200
+++ /var/tmp/diff_new_pack.OqcvUR/_new  2015-06-09 08:50:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kimtoy
 #
-# Copyright (c) 2013 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,28 +17,21 @@
 
 
 Name:           kimtoy
-Version:        1.9.2.git20130710
+Version:        1.10.1
 Release:        0
 Summary:        An input method frontend for KDE
 License:        GPL-2.0+
 Group:          System/I18n/Chinese
 Url:            http://kde-apps.org/content/show.php/KIMToy?content=140967
-# https://projects.kde.org/projects/extragear/utils/kimtoy
-Source:         %{name}-%{version}.tar.gz
+Source:         
http://kde-apps.org/CONTENT/content-files/140967-kimtoy-%{version}.tar.bz2
 Source1:        xim.d-kimtoy
 Source2:        draw-freehand.svg
 Source3:        draw-freehand.svgz
 BuildRequires:  cmake
-%if 0%{?suse_version} > 1210
-BuildRequires:  libdbus-c++-devel
-%endif
 BuildRequires:  gcc-c++
 BuildRequires:  ibus-devel
 BuildRequires:  intltool
 BuildRequires:  libkde4-devel
-%if 0%{?suse_version} < 1320
-BuildRequires:  strigi-devel
-%endif
 BuildRequires:  libtool
 BuildRequires:  libunique-devel
 # libpng Upstream rejected Mozilla's apng, thus can't be included in SuSE 
either.
@@ -47,9 +40,15 @@
 BuildRequires:  scim-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-1)
+Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#Recommends:     %{name}-lang = %{version}
-%kde4_runtime_requires
+%{kde4_runtime_requires}
+%if 0%{?suse_version} > 1210
+BuildRequires:  libdbus-c++-devel
+%endif
+%if 0%{?suse_version} < 1320
+BuildRequires:  strigi-devel
+%endif
 
 %description
 KIMToy is an input method frontend for KDE. It is an alternative to kimpanel 
plasmoid. KIMToy uses the same dbus ipc specification as kimpanel, say 
org.kde.impanel, so where kimpanel works, where KIMToy works.
@@ -67,7 +66,7 @@
 Group:          System/I18n/Chinese
 Requires:       %{name} = %{version}
 Requires:       scim
-%kde4_runtime_requires
+%{kde4_runtime_requires}
 
 %description backend-scim
 KIMToy is an input method frontend for KDE.
@@ -79,14 +78,14 @@
 Group:          System/I18n/Chinese
 Requires:       %{name} = %{version}
 Requires:       ibus >= 1.5.0
-%kde4_runtime_requires
+%{kde4_runtime_requires}
 
 %description backend-ibus
 KIMToy is an input method frontend for KDE.
 
 This contains its ibus backend.
 
-#%lang_package
+%lang_package
 
 %prep
 %setup -q
@@ -94,8 +93,8 @@
 %build
 mkdir build
 cd build
-CXXFLAGS="-pthread" cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
-DLIB_INSTALL_DIR=%{_libdir}
-make %{?_sm_mflags}
+CXXFLAGS="-pthread" cmake .. -DCMAKE_INSTALL_PREFIX=%{_prefix} 
-DLIB_INSTALL_DIR=%{_libdir}
+make %{?_smp_mflags}
 
 %install
 cd build
@@ -143,7 +142,7 @@
 sed -i "38d" %{buildroot}%{_datadir}/autostart/%{name}.desktop
 sed -i "38iX-KDE-autostart-condition=kimtoyrc:behavior:AutostartKIMToy:true" 
%{buildroot}%{_datadir}/autostart/%{name}.desktop
 
-#%find_lang %{name}
+%find_lang %{name}
 
 %files
 %defattr(-,root,root,-)
@@ -163,14 +162,15 @@
 %dir %{_sysconfdir}/X11/xim.d
 %config %{_sysconfdir}/X11/xim.d/*
 
-#%files lang -f %{name}.lang
+%files lang -f %{name}.lang
+%defattr(-,root,root,-)
 
 %files backend-scim
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/scim-1.0/*
 
 %files backend-ibus
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/ibus-kconfig
 %{_libdir}/ibus-ui-impanel
 %{_datadir}/ibus/




Reply via email to