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
This commit is contained in:
parent
dcab19b5d0
commit
00baca0663
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0347a8055977ca458e8add750af5f9b76e1a524844cc3b0e2fad70ce153dd219
|
||||
size 2522960
|
3
ibus-1.5.18.tar.gz
Normal file
3
ibus-1.5.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8551f7d027fb65d48225642fc8f3b232412ea75a4eb375244dd72a4d73c2639e
|
||||
size 2760121
|
18
ibus.changes
18
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
|
||||
|
||||
|
10
ibus.spec
10
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*.*
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user