Accepting request 681511 from home:ftake:branches:M17N

- Fix boo#1127711
  * Remove nodejs-emojione form BuildRequires 
- Upstream update to 1.5.20
  * Support Shift-Space to insert a Space on Emojier preedit
  * Do not add emojis in compose category to emoji variants
  * Implement mouse click with Hangul in ibus side
  * Delete Gconf dependencies and migrate intool to gettext
  * Do not delete IBUS_CAP_SURROUNDING_TEXT
  * Show compose preedit with custom compose file
  * Fix Atom and Slack for Flatpak
  * Delete Super-space notification
  * Use ISO 639-3 to have names for more languages
  * introspection: Tell the GI scanner to include the C headers
  * Add Uzbek layouts
  * Allow using non-abstract UNIX domain sockets
  * Fix minor build problems, bugs, and typos 
- Update version to 1.5.20
  * No update for this subpackage

OBS-URL: https://build.opensuse.org/request/show/681511
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=201
This commit is contained in:
Hillwood Yang 2019-03-05 02:53:22 +00:00 committed by Git OBS Bridge
parent 165903ac78
commit 681b4e8940
6 changed files with 37 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b66c798dab093f0fa738e5c10688d395a463287d13678c208a81051af5d2429
size 2842274

3
ibus-1.5.20.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cf1e5ca4b067a3bed3cdfa658d49ac597d817b2de627a1095214565f862d034
size 3393487

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Mar 4 15:48:52 UTC 2019 - Fuminobu Takeyama <ftake@geeko.jp>
- Fix boo#1127711
* Remove nodejs-emojione form BuildRequires
-------------------------------------------------------------------
Sat Mar 2 07:19:12 UTC 2019 - Fuminobu Takeyama <ftake@geeko.jp>
- Upstream update to 1.5.20
* Support Shift-Space to insert a Space on Emojier preedit
* Do not add emojis in compose category to emoji variants
* Implement mouse click with Hangul in ibus side
* Delete Gconf dependencies and migrate intool to gettext
* Do not delete IBUS_CAP_SURROUNDING_TEXT
* Show compose preedit with custom compose file
* Fix Atom and Slack for Flatpak
* Delete Super-space notification
* Use ISO 639-3 to have names for more languages
* introspection: Tell the GI scanner to include the C headers
* Add Uzbek layouts
* Allow using non-abstract UNIX domain sockets
* Fix minor build problems, bugs, and typos
-------------------------------------------------------------------
Mon Feb 25 15:33:01 UTC 2019 - ftake@geeko.jp

View File

@ -30,7 +30,7 @@
%define with_emoji 0
%endif
Name: ibus
Version: 1.5.19
Version: 1.5.20
Release: 0
Summary: The "Intelligent Input Bus" input method
License: LGPL-2.1-or-later
@ -70,7 +70,6 @@ BuildRequires: glib2-devel >= 2.34.0
BuildRequires: gobject-introspection-devel >= 0.9.6
BuildRequires: gtk-doc >= 1.9
BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: iso-codes-devel
BuildRequires: libnotify-devel >= 0.7
BuildRequires: libtool
@ -107,7 +106,6 @@ BuildRequires: libqt5-qtbase-devel
BuildRequires: pkgconfig(wayland-client) >= 1.2.0
%endif
%if %{with_emoji}
BuildRequires: nodejs-emojione
BuildRequires: unicode-emoji
BuildRequires: pkgconfig(cldr-emoji-annotation)
%endif
@ -197,7 +195,6 @@ cp -r %{SOURCE11} .
%build
autoreconf -fi
intltoolize -f
%configure --disable-static \
--enable-gtk3 \
--enable-vala \
@ -265,7 +262,7 @@ touch %{buildroot}/%{_sysconfdir}/dconf/db/ibus
mkdir -p %{buildroot}%{_sysconfdir}/rpm
install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/rpm
%suse_update_desktop_file -r %{name}-setup Settings DesktopSettings X-SuSE-Core-System
%suse_update_desktop_file -r org.freedesktop.IBus.Setup Settings DesktopSettings X-SuSE-Core-System
%fdupes %{buildroot}
@ -305,7 +302,7 @@ dconf update
%{_bindir}/ibus-daemon
%{_bindir}/ibus-setup
%{_datadir}/ibus/
%{_datadir}/applications/ibus-setup.desktop
%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop
%{_datadir}/GConf/gsettings/ibus.convert
%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml
%{_datadir}/icons/hicolor/*/apps/ibus*.*

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 15:58:26 UTC 2019 - Fuminobu Takeyama <ftake@geeko.jp>
- Update version to 1.5.20
* No update for this subpackage
-------------------------------------------------------------------
Thu Sep 6 13:26:53 UTC 2018 - Fuminobu Takeyama <ftake@geeko.jp>

View File

@ -19,7 +19,7 @@
%define _name ibus
Name: python-ibus
Version: 1.5.19
Version: 1.5.20
Release: 0
Summary: Python2 module for ibus
License: LGPL-2.1-or-later