Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2017-12-19 10:56:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-table.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-table"

Tue Dec 19 10:56:43 2017 rev:23 rq:557219 version:1.9.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes    2014-09-29 
12:40:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes       
2017-12-19 10:56:46.278321191 +0100
@@ -1,0 +2,22 @@
+Fri Dec 15 04:27:29 UTC 2017 - hillw...@opensuse.org
+
+- Update to 1.9.17. This update will fix boo#939462
+  * Load .desktop file for ibus-setup-table correctly under Gnome Wayland
+  * Set WM_CLASS of ibus-setup-table correctly
+  * Avoid running initialization code of ibus_table_location.py
+  * when using ibus-table-createdb.
+  * Make it work on Python 3.6 (Unbreak sqlite on Python 3.6)
+  * (Resolves: rhbz#1413580).
+  * Update translations from zanata (ca, de, fr, uk updated)
+  * Point to new home-page in the “About” tab.
+  * Improve README
+  * Fix bug in Unihan_Variants.txt, 乾 U+4E7E is both simplified and 
traditional 
+    Chinese (thanks to Heiher r...@hev.cc)
+  * When ignoring key release events, “False” should be returned, not “True”
+  * Resolves: Resolves: rhbz#1369514
+  * add ibus-table.appdata.xml and make it translatable
+  * pull some new translations and updates from Zanata (ca, fr, pt_BR, and uk 
+    are new, ja, zh_CN, and zh_TW have updates).
+- Drop ibus-table-python3.patch, It is needless.
+
+-------------------------------------------------------------------

Old:
----
  ibus-table-1.8.11.tar.gz
  ibus-table-python3.patch

New:
----
  ibus-table-1.9.17.tar.gz

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

Other differences:
------------------
++++++ ibus-table.spec ++++++
--- /var/tmp/diff_new_pack.XG7BYd/_old  2017-12-19 10:56:46.822294931 +0100
+++ /var/tmp/diff_new_pack.XG7BYd/_new  2017-12-19 10:56:46.822294931 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,20 +17,23 @@
 
 
 Name:           ibus-table
-Version:        1.8.11
+Version:        1.9.17
 Release:        0
 Summary:        The Table engine for IBus platform
 License:        LGPL-2.1+
 Group:          System/I18n/Chinese
 Url:            https://github.com/mike-fabian/ibus-table/
-Source:         
https://mfabian.fedorapeople.org/%{name}/%{name}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM marguer...@opensuse.org
+Source:         
https://github.com/mike-fabian/ibus-table/archive/%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM marguer...@opensuse.org
 # replace file() to open()
-Patch:          ibus-table-python3.patch
+# Patch:          ibus-table-python3.patch
+BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
-BuildRequires:  ibus-devel >= 1.4.99
+BuildRequires:  gettext-tools
+BuildRequires:  gnome-common
 BuildRequires:  pkg-config
-BuildRequires:  python3-devel
+BuildRequires:  pkgconfig(ibus-1.0)
+BuildRequires:  pkgconfig(python3)
 Requires:       ibus >= 1.4.99
 Requires:       python3
 Requires:       python3-curses
@@ -49,25 +52,27 @@
 
 %prep
 %setup -q
-%patch -p1
+# %patch -p1
 chmod -x AUTHORS COPYING README
 
 %build
 export PYTHON=python3
-%configure \
-       --disable-static \
+NOCONFIGURE=1 ./autogen.sh
+%configure --disable-static \
+           --enable-additional \
        --libexecdir=%{_libdir}/ibus
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make DESTDIR=${RPM_BUILD_ROOT} NO_INDEX=true install
 
 %find_lang %{name}
+
 %fdupes %{buildroot}
 
 %files -f %{name}.lang
-%defattr(-,root,root)
-%doc AUTHORS COPYING README
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README NEWS ChangeLog
 %{_bindir}/%{name}-createdb
 %{_ibus_libdir}/ibus-engine-table
 %{_ibus_libdir}/ibus-setup-table
@@ -75,6 +80,7 @@
 %{_datadir}/%{name}
 %{_ibus_componentdir}/table.xml
 %{_mandir}/man1/%{name}-createdb.1.gz
+%{_datadir}/appdata/ibus-table.appdata.xml
 
 %files devel
 %defattr(-,root,root)

++++++ ibus-table-1.8.11.tar.gz -> ibus-table-1.9.17.tar.gz ++++++
++++ 48864 lines of diff (skipped)


Reply via email to