Accepting request 727520 from home:ftake:branches:M17N
upstream update to 1.5.21 OBS-URL: https://build.opensuse.org/request/show/727520 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=206
This commit is contained in:
parent
a0e26967a4
commit
6d918cb9a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cf1e5ca4b067a3bed3cdfa658d49ac597d817b2de627a1095214565f862d034
|
||||
size 3393487
|
3
ibus-1.5.21.tar.gz
Normal file
3
ibus-1.5.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adc1e5e620d6a89a49306f022b50561f2c05218dec13d0c9b136dc8b6568a2b9
|
||||
size 3463069
|
@ -1,18 +0,0 @@
|
||||
--- ibus-1.5.11/configure.ac.org 2015-07-26 02:12:53.141514441 +0900
|
||||
+++ ibus-1.5.11/configure.ac 2015-07-26 02:34:17.589225723 +0900
|
||||
@@ -267,7 +267,14 @@
|
||||
enable_wayland="no (disabled, use --enable-wayland to enable)"
|
||||
fi
|
||||
|
||||
-enable_appindicator_engine_icon="no"
|
||||
+# --enable_appindicator_engine_icon option.
|
||||
+AC_ARG_ENABLE(appindicator_engine_icon,
|
||||
+ AS_HELP_STRING([--enable-appindicator_engine_icon],
|
||||
+ [Build appindicator engine icon support]),
|
||||
+ [enable_appindicator_engine_icon=$enableval],
|
||||
+ [enable_appindicator_engine_icon=no]
|
||||
+)
|
||||
+
|
||||
if test x"$enable_appindicator" = x"yes"; then
|
||||
enable_appindicator="yes (enabled, use --disable-appindicator to disable)"
|
||||
|
28
ibus.changes
28
ibus.changes
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 16:22:00 UTC 2019 - Fuminobu Takeyama <ftake@geeko.jp>
|
||||
|
||||
- Upstream update to 1.5.21
|
||||
* Enable to run ibus-setup with a different python
|
||||
* Update ibusunicodegen.h for Unicode UCD 12.0
|
||||
* Add ibus.its for IME's component files
|
||||
* Make ISO 639 language names with title
|
||||
* Keep preedit cursor_pos and visible in clearing preedit text
|
||||
* Support long sequences and multiple output characters for
|
||||
compose table
|
||||
- fix boo#1138123
|
||||
* Exit ibus-daemon with parent's death
|
||||
* Update Wayland input-method protocol to unstable v1
|
||||
* Indistinguishable address of ibus-daemon
|
||||
* Update LOCALES_STRING
|
||||
* Fix typos
|
||||
- Drop ibus-fix-check-abs-icon-path-support.patch
|
||||
* not necessary anymore since the current Qt is enough new
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 22 13:13:33 UTC 2019 - Fuminobu Takeyama <ftake@geeko.jp>
|
||||
|
||||
- Stop exporting OOO_FORCE_DESKTOP (boo#1042136)
|
||||
* KDE4 LibreOffice VCL plugin was removed from upstream
|
||||
* New KDE5/Qt5 VCL plugin supporting Qt IM Module will be
|
||||
available
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 09:40:05 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%define with_emoji 0
|
||||
%endif
|
||||
Name: ibus
|
||||
Version: 1.5.20
|
||||
Version: 1.5.21
|
||||
Release: 0
|
||||
Summary: The "Intelligent Input Bus" input method
|
||||
License: LGPL-2.1-or-later
|
||||
@ -51,8 +51,6 @@ Patch4: ibus-xim-fix-re-focus-after-lock.patch
|
||||
# PATCH-FIX-UPSTREAM ftake@geeko.jp
|
||||
# Select an IM engine at the first login
|
||||
Patch8: im-engines-precede-xkb.patch
|
||||
# PATCH-FIX-UPSTREAM ftake@geeko.jp
|
||||
Patch9: ibus-fix-check-abs-icon-path-support.patch
|
||||
# PATCH-FIX-SLE hide-setup-menu.patch bnc#899259 qzhao@suse.com
|
||||
# ibus-setup should not launch from main menu.
|
||||
Patch10: hide-setup-menu.patch
|
||||
@ -178,7 +176,6 @@ docs for ibus.
|
||||
%patch0 -p1
|
||||
%patch4 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
|
||||
cp -r %{SOURCE2} .
|
||||
cp -r %{SOURCE3} .
|
||||
@ -351,6 +348,7 @@ dconf update
|
||||
%{_includedir}/ibus-1.0
|
||||
%{_datadir}/gtk-doc/html/ibus
|
||||
%{_libdir}/pkgconfig/ibus-1.0.pc
|
||||
%{_datadir}/gettext/its/ibus.*
|
||||
%{_datadir}/gir-1.0/IBus-1.0.gir
|
||||
%{_datadir}/vala/vapi/ibus-1.0.deps
|
||||
%{_datadir}/vala/vapi/ibus-1.0.vapi
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _name ibus
|
||||
Name: python-ibus
|
||||
Version: 1.5.20
|
||||
Version: 1.5.21
|
||||
Release: 0
|
||||
Summary: Python2 module for ibus
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user