Hello community,

here is the log from the commit of package ibus-anthy for openSUSE:Factory 
checked in at 2018-04-03 12:12:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-anthy (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-anthy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-anthy"

Tue Apr  3 12:12:21 2018 rev:26 rq:593006 version:1.5.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-anthy/ibus-anthy.changes    2017-06-01 
16:32:55.733475517 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-anthy.new/ibus-anthy.changes       
2018-04-03 12:12:21.794816129 +0200
@@ -1,0 +2,15 @@
+Mon Apr  2 13:04:38 UTC 2018 - [email protected]
+
+- Update version to 1.5.10
+  * Fixed a warning in ibus-anthy.appdata.xml 
+  * Fix page_up, page_down, candidate_clicked 
+  * Fixed circle_typing_method for Alt-Romaji, Ctrl-/
+  * Added Shift-F7 shortcut key to convert all to Katakana
+  * tests: Add automation testing
+  * Migrated DConf to GSettings 
+  * Added ISSUE_TEMPLATE
+  * Updated emoji dictionary
+  * Added po/es.po po/cs.po
+- Switch to python3.
+
+-------------------------------------------------------------------

Old:
----
  ibus-anthy-1.5.9.tar.gz

New:
----
  ibus-anthy-1.5.10.tar.gz

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

Other differences:
------------------
++++++ ibus-anthy.spec ++++++
--- /var/tmp/diff_new_pack.vQlSWP/_old  2018-04-03 12:12:22.438792954 +0200
+++ /var/tmp/diff_new_pack.vQlSWP/_new  2018-04-03 12:12:22.438792954 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-anthy
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,19 +17,18 @@
 
 
 Name:           ibus-anthy
-BuildRequires:  anthy-devel
 BuildRequires:  fdupes
-BuildRequires:  gobject-introspection-devel
-BuildRequires:  ibus-devel >= 1.4.99
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
-BuildRequires:  python
-BuildRequires:  python-devel
-BuildRequires:  python-gobject-devel
-BuildRequires:  python-gobject2-devel
+BuildRequires:  python3-gobject
+BuildRequires:  python3-gobject2-devel
 BuildRequires:  swig
 BuildRequires:  update-desktop-files
-Version:        1.5.9
+BuildRequires:  pkgconfig(anthy)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(ibus-1.0) >= 1.4.99
+BuildRequires:  pkgconfig(python3)
+Version:        1.5.10
 Release:        0
 Summary:        The Anthy engine for IBus input platform
 License:        GPL-2.0+
@@ -38,8 +37,6 @@
 Source:         
https://github.com/ibus/ibus-anthy/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-%define python_sitearch %(%{__python} -c "from distutils.sysconfig import 
get_python_lib; print get_python_lib(1)")
-
 %description
 The Anthy engine for IBus platform. It provides Japanese input method from
 libanthy.
@@ -58,33 +55,38 @@
 
 %build
 %configure --disable-static \
-          --libexecdir=%{_libexecdir}
-make %{?jobs:-j %jobs}
+           --libexecdir=%{_libexecdir} \
+           --with-python=python3
+
+make %{?_smp_mflags}
 
 %install
 %makeinstall
-rm -f $RPM_BUILD_ROOT%{python_sitearch}/_anthy.la
-rm -f $RPM_BUILD_ROOT%{_libdir}/libanthygobject-1.0.la
+
+find %{buildroot} -name "*.la" -type f -delete -print
 
 %find_lang %{name}
-%fdupes -s $RPM_BUILD_ROOT
+%fdupes -s %{buildroot}
 
 %suse_update_desktop_file ibus-setup-anthy System Utility settings
 
 %post
 /sbin/ldconfig
+%if 0%{?suse_version} < 1330
 %desktop_database_post
 %icon_theme_cache_post
+%endif
 
 %postun
 /sbin/ldconfig
+%if 0%{?suse_version} < 1330
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README
-#%{_prefix}/%{_lib}/ibus
 %{_libexecdir}/ibus-*
 %{_datadir}/ibus-anthy
 %{_datadir}/ibus
@@ -94,6 +96,7 @@
 %{_libdir}/libanthygobject-*.so.*
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/*
+%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml
 
 %files devel
 %defattr(-,root,root,-)

++++++ ibus-anthy-1.5.9.tar.gz -> ibus-anthy-1.5.10.tar.gz ++++++
++++ 23789 lines of diff (skipped)


Reply via email to