Hello community,

here is the log from the commit of package scim-unikey for openSUSE:Factory 
checked in at 2016-06-20 11:07:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scim-unikey (Old)
 and      /work/SRC/openSUSE:Factory/.scim-unikey.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scim-unikey"

Changes:
--------
--- /work/SRC/openSUSE:Factory/scim-unikey/scim-unikey.changes  2015-09-24 
06:13:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.scim-unikey.new/scim-unikey.changes     
2016-06-20 11:07:13.000000000 +0200
@@ -1,0 +2,19 @@
+Fri Jun 17 19:55:04 UTC 2016 - [email protected]
+
+- update version 0.3.2
+  * replace deprecated gtk_signal_connect and GTK_OBJECT
+  * gcc6: narrowing conversion from char to unsigned char
+  * update pot file and zh_CN translation
+- drop patch: gtk-replace-gtk_signal_connect-and-GTK_OBJECT.patch
+  upstreamed.
+- drop patch: scim-unikey-static_cast.patch, upstreamed
+- change source URL from google code to github
+
+-------------------------------------------------------------------
+Fri Jun 17 10:15:09 UTC 2016 - [email protected]
+
+- add patch scim-unikey-static_cast.patch, fix boo#985186
+  * fix narrowing conversion from char to unsigned char
+  * modified from fcitx one
+
+-------------------------------------------------------------------

Old:
----
  gtk-replace-gtk_signal_connect-and-GTK_OBJECT.patch
  scim-unikey-0.3.1.tar.gz

New:
----
  scim-unikey-0.3.2.tar.gz

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

Other differences:
------------------
++++++ scim-unikey.spec ++++++
--- /var/tmp/diff_new_pack.d7QTvy/_old  2016-06-20 11:07:14.000000000 +0200
+++ /var/tmp/diff_new_pack.d7QTvy/_new  2016-06-20 11:07:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package scim-unikey
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,17 +17,17 @@
 
 
 Name:           scim-unikey
-Version:        0.3.1
+Version:        0.3.2
 Release:        0
 Summary:        Vietnamese Input Method Engine for SCIM using Unikey IME
 License:        GPL-2.0
 Group:          System/Localization
-Url:            http://code.google.com/p/scim-unikey/
-Source:         
https://scim-unikey.googlecode.com/files/scim-unikey-0.3.1.tar.gz
-#FIX-FOR-UPSTREAM replace old gtk functions for openSUSE
-Patch1:         gtk-replace-gtk_signal_connect-and-GTK_OBJECT.patch
+Url:            https://github.com/scim-im/scim-unikey
+Source:         
https://github.com/scim-im/scim-unikey/archive/v%{version}/scim-unikey-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  scim-devel >= 1.4.7
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,35 +39,30 @@
 
 %prep
 %setup -q
-%if %suse_version >= 1140
-%patch1 -p1
-%endif
+NOCONFIGURE=1 ./autogen.sh
 
 %build
 %configure --libdir=%{_libdir}
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-find %{buildroot} -name "*.la" -delete -print
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_scim_enginedir}/unikey.so
-%if 0%{?suse_version} >= 1140
 %{_scim_helperdir}/unikey-helper.so
 %{_libexecdir}/scim-setup-unikey
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/setup
 %{_datadir}/%{name}/setup/setup-macro.glade
 %{_datadir}/%{name}/setup/setup-main.glade
-%endif
 %{_libdir}/libunikey-scim.so
 %{_libdir}/libunikey-scim.so.1
 %{_libdir}/libunikey-scim.so.1.0.0

++++++ scim-unikey-0.3.1.tar.gz -> scim-unikey-0.3.2.tar.gz ++++++
++++ 52393 lines of diff (skipped)


Reply via email to