From 00baca06638e01dc5fa9ee3f1dc671ea8ff760718248be87c2b51372526bde15 Mon Sep 17 00:00:00 2001 From: Hillwood Yang Date: Wed, 7 Mar 2018 04:14:36 +0000 Subject: [PATCH] Accepting request 583728 from home:hillwood:branches:M17N - Update version to 1.5.18 * tools: Do not change keymaps with 'use-system-keyboard-layout' * src: Fix GVariant leaks (Carlos Garnacho) * src: Added some error handlings from a code review * src: Add libgobject.so to LDADD for Debian libtool (Danny) * src: Reintroduce the hex mode keybind with an environment variable (Aaron Muir Hamilton) * ui/gtk3: Translate input method name in ibus (Peng Wu) * Added DBus filtering against malware * Implement Unicode choice on Emojier * Implement ibus-extension-gtk3 for the global keybinding * Disable panel extension for 'gdm' and 'liveuser' user * ui/gtk3: Set title string in gnome-shell * Add ISSUE_TEMPLATE * Updated translations - Update version to 1.5.18 * tools: Do not change keymaps with 'use-system-keyboard-layout' * src: Fix GVariant leaks (Carlos Garnacho) * src: Added some error handlings from a code review * src: Add libgobject.so to LDADD for Debian libtool (Danny) * src: Reintroduce the hex mode keybind with an environment variable (Aaron Muir Hamilton) * ui/gtk3: Translate input method name in ibus (Peng Wu) * Added DBus filtering against malware * Implement Unicode choice on Emojier * Implement ibus-extension-gtk3 for the global keybinding * Disable panel extension for 'gdm' and 'liveuser' user * ui/gtk3: Set title string in gnome-shell * Add ISSUE_TEMPLATE * Updated translations OBS-URL: https://build.opensuse.org/request/show/583728 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=180 --- ibus-1.5.17.tar.gz | 3 --- ibus-1.5.18.tar.gz | 3 +++ ibus.changes | 18 ++++++++++++++++++ ibus.spec | 10 +++++++--- python3-ibus.changes | 18 ++++++++++++++++++ python3-ibus.spec | 7 ++++--- 6 files changed, 50 insertions(+), 9 deletions(-) delete mode 100644 ibus-1.5.17.tar.gz create mode 100644 ibus-1.5.18.tar.gz diff --git a/ibus-1.5.17.tar.gz b/ibus-1.5.17.tar.gz deleted file mode 100644 index cc0ee68..0000000 --- a/ibus-1.5.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0347a8055977ca458e8add750af5f9b76e1a524844cc3b0e2fad70ce153dd219 -size 2522960 diff --git a/ibus-1.5.18.tar.gz b/ibus-1.5.18.tar.gz new file mode 100644 index 0000000..ecd88d1 --- /dev/null +++ b/ibus-1.5.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8551f7d027fb65d48225642fc8f3b232412ea75a4eb375244dd72a4d73c2639e +size 2760121 diff --git a/ibus.changes b/ibus.changes index f3f2186..6631e8d 100644 --- a/ibus.changes +++ b/ibus.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Mar 6 06:32:14 UTC 2018 - hillwood@opensuse.org + +- Update version to 1.5.18 + * tools: Do not change keymaps with 'use-system-keyboard-layout' + * src: Fix GVariant leaks (Carlos Garnacho) + * src: Added some error handlings from a code review + * src: Add libgobject.so to LDADD for Debian libtool (Danny) + * src: Reintroduce the hex mode keybind with an environment variable (Aaron Muir Hamilton) + * ui/gtk3: Translate input method name in ibus (Peng Wu) + * Added DBus filtering against malware + * Implement Unicode choice on Emojier + * Implement ibus-extension-gtk3 for the global keybinding + * Disable panel extension for 'gdm' and 'liveuser' user + * ui/gtk3: Set title string in gnome-shell + * Add ISSUE_TEMPLATE + * Updated translations + ------------------------------------------------------------------- Thu Jan 25 06:27:27 UTC 2018 - qzhao@suse.com diff --git a/ibus.spec b/ibus.spec index ecce658..315db00 100644 --- a/ibus.spec +++ b/ibus.spec @@ -30,14 +30,14 @@ %endif Name: ibus -Version: 1.5.17 +Version: 1.5.18 Release: 0 Summary: Intelligent Input Bus for Linux OS License: LGPL-2.1+ Group: System/I18n/Chinese Url: https://github.com/ibus/ -#Source: https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz -Source: %{name}-%{version}.tar.gz +Source: https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz +#Source: %{name}-%{version}.tar.gz Source2: README.SUSE Source3: xim.ibus.suse.template Source4: xim.d-ibus-121 @@ -91,7 +91,9 @@ BuildRequires: libnotify-devel >= 0.7 BuildRequires: libtool BuildRequires: python-devel BuildRequires: python3-devel +BuildRequires: unicode-ucd BuildRequires: pkgconfig(json-glib-1.0) +BuildRequires: pkgconfig(libnotify) # directory ownership { %if %{with_kde} BuildRequires: oxygen-icon-theme @@ -418,6 +420,8 @@ dconf update %{_bindir}/ibus-setup %{_datadir}/ibus/ %{_datadir}/applications/ibus-setup.desktop +%{_datadir}/applications/org.freedesktop.IBus.Panel.Emojier.desktop +%{_datadir}/applications/org.freedesktop.IBus.Panel.Extension.Gtk3.desktop %{_datadir}/GConf/gsettings/ibus.convert %{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml %{_datadir}/icons/hicolor/*/apps/ibus*.* diff --git a/python3-ibus.changes b/python3-ibus.changes index 26e16b4..ac84fbe 100644 --- a/python3-ibus.changes +++ b/python3-ibus.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Mar 6 06:32:14 UTC 2018 - hillwood@opensuse.org + +- Update version to 1.5.18 + * tools: Do not change keymaps with 'use-system-keyboard-layout' + * src: Fix GVariant leaks (Carlos Garnacho) + * src: Added some error handlings from a code review + * src: Add libgobject.so to LDADD for Debian libtool (Danny) + * src: Reintroduce the hex mode keybind with an environment variable (Aaron Muir Hamilton) + * ui/gtk3: Translate input method name in ibus (Peng Wu) + * Added DBus filtering against malware + * Implement Unicode choice on Emojier + * Implement ibus-extension-gtk3 for the global keybinding + * Disable panel extension for 'gdm' and 'liveuser' user + * ui/gtk3: Set title string in gnome-shell + * Add ISSUE_TEMPLATE + * Updated translations + ------------------------------------------------------------------- Sun Nov 19 13:56:06 UTC 2017 - hillwood@opensuse.org diff --git a/python3-ibus.spec b/python3-ibus.spec index 52fe8b0..0b9d595 100644 --- a/python3-ibus.spec +++ b/python3-ibus.spec @@ -19,14 +19,14 @@ %define _name ibus Name: python3-ibus -Version: 1.5.17 +Version: 1.5.18 Release: 0 Summary: Python3 module for ibus License: LGPL-2.1+ Group: System/I18n/Chinese Url: https://github.com/ibus/ -#Source: https://github.com/ibus/ibus/releases/download/%{version}/%{_name}-%{version}.tar.gz -Source: %{_name}-%{version}.tar.gz +Source: https://github.com/ibus/ibus/releases/download/%{version}/%{_name}-%{version}.tar.gz +# Source: %{_name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE ibus-python-install-dir.patch ftake@geeko.jp Patch0: ibus-python-install-dir.patch # PATCH-FIX-UPSTREAM marguerite@opensuse.org @@ -56,6 +56,7 @@ BuildRequires: python-devel BuildRequires: python3 BuildRequires: python3-devel BuildRequires: python3-gobject2-devel +BuildRequires: unicode-ucd BuildRequires: x11-tools BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(json-glib-1.0)