Commit Graph

169 Commits

Author SHA256 Message Date
Fuminobu Takeyama
9c78fd3ac9 Accepting request 1036950 from home:ftake:branches:M17N
- Switch to use systemd service file to start ibus daemon
  * Fix boo#1201421 
  * Add ibus-ui-gtk3-restart-via-systemd.patch
  * Enable ibus-autostart for xdg-autostart-generator

OBS-URL: https://build.opensuse.org/request/show/1036950
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=273
2022-11-20 14:32:49 +00:00
a2ef387560 Accepting request 1000080 from home:ftake:branches:M17N
- Do not run ibus-autostart with xdg-autostart-generator (KDE etc.)
  * A workaround for boo#1202841
  * Please use org.freedesktop.IBus.session.generic.service instead
    (See boo#1201421)

OBS-URL: https://build.opensuse.org/request/show/1000080
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=271
2022-08-30 05:14:00 +00:00
Fuminobu Takeyama
9aaebaadb4 Accepting request 999517 from home:ftake:branches:M17N
- Upstream update to 1.5.27
  * Disable XKB engines in Plasma Wayland
  * ibusimcontext keycode - 8 for gtk3 keycode generation
  * client/gtk2: Revert CCedilla change for pt-BR
  * Add IBUS_CAP_OSK to IBusCapabilite
  * Enable ibus restart in GNOME desktop
  * Add ibus im-module command
  * Implement new process_key_event for GTK4
  * src/ibusengine: Add focus_in_id()/focus_out_id() class methods
  * Delete xkb:latam:: in denylist.txt
  * Enhance Xutf8TextListToTextProperty
  * Revert Emoji shoftcut key to Super-space
  * Update simple.xml with xkeyboard-config 2.36
  * Fix refcounting issues
    * Drop ibus-fix-refcounting-issues.patch
  * Fix bashisms in org.freedesktop.IBus.session.GNOME.service
  * Update xkb-latin-layouts in gschema
  * Use our own prefix to look up systemd user services dir
  * Add functionality to change IBus panel themes with available GTK themes
  * Update translation
- Refresh im-engines-precede-xkb.patch
- Add pkgconfig(libnotify) for the GTK4 flavor

OBS-URL: https://build.opensuse.org/request/show/999517
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=269
2022-08-27 07:24:29 +00:00
Fuminobu Takeyama
192fafe9e1 Accepting request 998856 from home:ftake:branches:M17N
- Fix ibus-setup to support python3 (boo#1202063)
  * Update setup-switch-im.patch
- Remove X-GNOME-* from ibus-autostart.desktop
  (boo#1201421, boo#1201728)
  * ibus-autostart still does not work with
    systemd-xdg-autostart-generator

OBS-URL: https://build.opensuse.org/request/show/998856
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=267
2022-08-23 14:27:26 +00:00
Hillwood Yang
c0acfe2979 Accepting request 970685 from home:yfjiang:branches:M17N
Suppress quite some warnings in journal.

OBS-URL: https://build.opensuse.org/request/show/970685
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=265
2022-04-19 12:03:28 +00:00
Fuminobu Takeyama
fd756352ff Accepting request 966090 from home:ftake:branches:M17N
- Add install/uninstall scripts for the user service files
- Drop ibus-missing-include.patch
  * fix build error under Leap 15.4

OBS-URL: https://build.opensuse.org/request/show/966090
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=263
2022-03-31 01:51:31 +00:00
Hillwood Yang
80a81aa96d Accepting request 965126 from home:hillwood:branches:M17N
- Update version to 1.5.26
  * Enhance compose keys
  * Enhance Emoji features
  * Implement clear preedit for GTK4
  * Calculate keycode from keysym in GTK3 forward-key-event
  * Fix to send char position at update_preedit_text
  * Deprecate gettext.bind_textdomain_codeset() since Python 3.8
  * Fix ibus_key_event_from_string for gobject-introspection
  * Fix a key event loop with forwarding keys
  * Delete gnome-autogen dependency
  * Change XKB layout string color in panel
  * Add IBUS_INPUT_HINT_PRIVATE for browser private mode
  * mkdir socket dirs instead of socket paths
  * Add org.freedesktop.IBus.session.generic.service
  * Check XDG_SESSION_DESKTOP for Plasma desktop
  * Update simple.xml with xkeyboard-config 2.35.1
  * Update ibusunicodegen.h with unicode-ucd 14.0.0
  * Enhance CI
  * Fix typos
  * Fix wrong cursor location in gtk3 apps
  * Update URLS
  * invalidate cache based on symlink mtime too
  * Fix unref problems with floating references
  * Update man page for Emoji shortcut key
  * Add systemd unit file
  * Fix forward key keycode for GTK4
- Drop ibus-fix-wrong-cursor-location.patch, merged by upstream

OBS-URL: https://build.opensuse.org/request/show/965126
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=261
2022-03-27 04:34:26 +00:00
ba00dea3c6 Accepting request 944023 from home:dimstar:Factory
- Do not introduce ibus-gtk4-32bit unless there will be demand for
  it: drop its definition from baselibs.conf.

OBS-URL: https://build.opensuse.org/request/show/944023
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=260
2022-01-05 17:03:49 +00:00
8bd1422838 Accepting request 941914 from home:dimstar:Factory
- Fix name of gtk4 flavor generated packages (was ibus-gtk4-gtk4).

OBS-URL: https://build.opensuse.org/request/show/941914
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=259
2021-12-26 08:27:43 +00:00
Hillwood Yang
b288863901 Accepting request 940880 from home:dimstar:Factory
- Split build of gtk4 module into an own flavor, allowing us to
  break a build cycle.

OBS-URL: https://build.opensuse.org/request/show/940880
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=258
2021-12-16 13:22:36 +00:00
fe8fca61f9 Accepting request 923267 from home:ftake:branches:M17N
- Enable GTK 4 IM Module for Leap 15.4 and Tumbleweed
- Remove ibus-python-install-dir.patch
  * Not used for build anymore

OBS-URL: https://build.opensuse.org/request/show/923267
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=257
2021-10-06 06:16:51 +00:00
Hillwood Yang
6fbec4a187 Accepting request 917700 from home:predivan:branches:M17N
- Refresh ibus-socket-name-compatibility.patch
- Add ibus-missing-include.patch to fix build on Leap
- Add ibus-fix-wrong-cursor-location.patch
   (based on 936a0e76df.patch)
   (gh#ibus/ibus#2337)
- Drop ibus-python-install-dir.patch
  Two reasons: it's for, disabled in .spec, python2, and patch forces
  the re-generation of configure, which requires aclocal-1.16,
  unavailable on Leap-15.3, and that breaks the build.

OBS-URL: https://build.opensuse.org/request/show/917700
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=256
2021-09-09 14:12:11 +00:00
Hillwood Yang
4a0baf5a1c Accepting request 917124 from home:hillwood:branches:M17N
- Update version to 1.5.25
  * src/tests: Run gnome-session with no-overview mode 
  * client/gtk2: Implement ibus_im_context_set_surrounding_with_selection
  * src/ibuscomposetable: Do not include the same compose file 
  * src/ibusenginesimple: Multi_key to 0xB7
  * src/ibusenginesimple: Make Compose preedit less intrusive 
  * Change default Emoji shortcut key
  * setup: Enhance engine search function
  * client/gtk2/ibusimcontext: Enable sync process in GTK4
  * engine: Update simple.xml with xkeyboard-config 2.33
  * src/ibuscomposetable: Add support for the include directive (lf-)
  * src/ibuscomposetable: Fix a buffer overflow in compose handling (lf-)
  * client/x11: Add support for XFixes ClientDisconnectMode (Olivier Fourdan)
  * setup: Start ibus-daemon with the --daemonize option (Gunnar Hjalmarsson)
  * src: Fix a typo in ibusenginesimple.h (user202729)
  * Update translations

OBS-URL: https://build.opensuse.org/request/show/917124
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=255
2021-09-07 01:48:31 +00:00
Fuminobu Takeyama
db0af2979a Accepting request 907241 from home:dimstar:Factory
- Own /usr/share/GConf and /usr/share/GConf/gsettings: the time
  has come where the migration code is drying out and we can't
  expect the deps to just be in the buildroot (but it still works).

OBS-URL: https://build.opensuse.org/request/show/907241
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=254
2021-07-20 12:53:14 +00:00
Hillwood Yang
0b520a1c5f Accepting request 903162 from home:hillwood:branches:M17N
- Rollback ibus-socket-name-compatibility.patch for Leap 15. Qt5 does 
  not be updated to the new version or patch for ibus on Leap 15. 
  It still needs this patch on leap 15 (boo#1187202).

OBS-URL: https://build.opensuse.org/request/show/903162
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=253
2021-06-30 06:46:05 +00:00
Hillwood Yang
e02aab6ed9 Accepting request 874320 from home:ftake:branches:M17N
- Upstream update to 1.5.24
  * Add GTK4 IM module (currently disabled for openSUSE)
  * Search engine name directly
  * Update IBusInputPurpose and IBusInputHints in ibustypes.h
  * Warn deprecated IBus XKB engines /w dialog
    - Workaround for boo#1177545
  * Update simple.xml
  * Fix arguments in GLib.DBusSignalCallback for Vala 0.50
  * Fix to build emoji-*.dict in CLDR 38
  * Fix build environments
  * Hide IBus Preferences from AppStream
- Drop vala-0.50.patch, merged by upstream
- Remove old "Obsoletes" for ibus-gnome-shell and libibus-1_0-0

OBS-URL: https://build.opensuse.org/request/show/874320
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=251
2021-02-23 01:39:03 +00:00
eb5358a740 Accepting request 870300 from home:ftake:branches:M17N
- Fix the invalid desktop file for auto start (boo#1178447)
- Fix xim.d/ibus so that a Plasma session can use XDG auto start

OBS-URL: https://build.opensuse.org/request/show/870300
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=249
2021-02-08 15:28:00 +00:00
Fuminobu Takeyama
50f9e83063 Accepting request 868399 from home:bmwiedemann:branches:M17N
Do not build in parallel for reproducible build results (boo#1102408)

OBS-URL: https://build.opensuse.org/request/show/868399
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=247
2021-02-01 15:59:57 +00:00
Marguerite Su
a1d49b802f Accepting request 844031 from home:gmbr3:Active
- Add vala-0.50.patch: Fix build with vala 0.50 (gh#ibus/ibus#2265)

OBS-URL: https://build.opensuse.org/request/show/844031
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=245
2020-10-26 13:38:49 +00:00
Ismail Dönmez
1e3be8bf95 Fix changes file
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=243
2020-10-05 06:09:16 +00:00
Ismail Dönmez
90e9154a79 Accepting request 839457 from home:qzhao:branches:M17N
Correct a bug number in the changelog, which should use the Epic number. 
It doesn't have any effects on the function, so I didn't roll the changelog.
Thanks!

OBS-URL: https://build.opensuse.org/request/show/839457
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=242
2020-10-05 06:04:44 +00:00
Hillwood Yang
e01d7565a3 Accepting request 838701 from home:hillwood:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/838701
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=241
2020-09-30 07:34:37 +00:00
Hillwood Yang
a5514344b4 Accepting request 838688 from home:hillwood:branches:M17N
- Update version to 1.5.23
  * Generate simple.xml with denylist 6042974 508527d 37db75b 6879879 59b902a
    568d58d 6ed34f3 5959d6f 5d67a28 394d9a8 ed7bc8d e938846 3aa670e 0d90da4
    e4dd6d1
  * Accept xdigits only for Unicode typing a440942
  * Update emoji-parser with CLDR emoji annotation release-31-0-1 9a9f828
  * Update ibusunicodegen.h with unicode-ucd 13.0.0 e10fc89
  * Delete deprecated ENABLE_APPINDICATOR_ENGINE_ICON check aa3a9f0
  * Fix SEGV 02105c4 f591381
  * Fix some errors in ibus-desktop-testing-runner 7b0d091 8da0167
  * Refactor source files 0b9d936 0ad5e9a
  * Fix string formats in translatable strings 7caead1 f8c468a ce865f6
  * Use WAYLAND_DISPLAY on Wayland sessions to make up IBus socket name (Carlos
    Garnacho) 8ce2520
  * Skip parsing of compose sequence with invalid keysyms (Neil Shepperd)
    0da3cec
  * Tell Pango about the engine language in the candidate panel (Aaron Muir
    Hamilton) 3f098dc 79a09f1
  * Fix for several error spotted by static analyzer (ntfs.hard) 00adea6
  * Remove glib_check_version() in gtk immodule (Changwoo Ryu) 5765bfd
  * Build the Emoji dictionaries in parallel (Changwoo Ryu) 59d0de4
  * Update translation
- Drop 0001-Replace-the-Qt-check-for-appindicator-engine-icon-wi.patch,
  0001-Replace-the-Qt-check-for-appindicator-engine-icon-wi.patch,
  ibus-socket-name-compatibility.patch. Merged by upstream

OBS-URL: https://build.opensuse.org/request/show/838688
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=240
2020-09-30 07:09:17 +00:00
Fuminobu Takeyama
7b23e65698 Accepting request 838319 from home:gmbr3:Active
- Move xim.d files to /usr/etc when available, which is
  currently Tumbleweed only (boo#1176431)

OBS-URL: https://build.opensuse.org/request/show/838319
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=239
2020-09-28 15:08:12 +00:00
Hillwood Yang
e93aac6883 Accepting request 836538 from home:qzhao:branches:M17N
Update ibus.spec: Drop the is_opensuse macro to eliminate the difference between SLE-15 and openSUSE-Leap (jsc#SLE-12084).

OBS-URL: https://build.opensuse.org/request/show/836538
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=238
2020-09-28 04:06:38 +00:00
Fuminobu Takeyama
14a6d3d81d Accepting request 802860 from home:qkzhu:branches:M17N
- Add ibus-socket-name-compatibility.patch: Compatibility for
  ibus-use-wayland-display-for-socket-name.patch. This fixes Qt 
  clients breakage in Wayland (bsc#1171442, gh#ibus/ibus#2195). 

- Add ibus-use-wayland-display-for-socket-name.patch:
  Use WAYLAND_DISPLAY on Wayland sessions to make up IBus socket name
  (bsc#1171442, gh#ibus/ibus#2195).

OBS-URL: https://build.opensuse.org/request/show/802860
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=236
2020-05-12 16:10:45 +00:00
Hillwood Yang
c80a51a7e5 Accepting request 799158 from home:qzhao:branches:M17N
update ibus.changes: add jsc number.

OBS-URL: https://build.opensuse.org/request/show/799158
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=234
2020-05-01 14:27:01 +00:00
Hillwood Yang
509784e7a4 Accepting request 797884 from home:hillwood:branches:M17N
Drop python-ibus. python2 is EOF

OBS-URL: https://build.opensuse.org/request/show/797884
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=232
2020-04-26 12:46:59 +00:00
Hillwood Yang
2c0906ff7b Accepting request 796575 from home:qzhao:branches:M17N
Update the changelog as the the openSUSE:Factory's reviewer required.

OBS-URL: https://build.opensuse.org/request/show/796575
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=231
2020-04-23 14:54:52 +00:00
Hillwood Yang
198e4ca17e Accepting request 796427 from home:hillwood:branches:M17N
- Update python2 macro.

OBS-URL: https://build.opensuse.org/request/show/796427
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=230
2020-04-23 07:17:19 +00:00
Hillwood Yang
df93b1c6a0 Accepting request 796192 from home:qzhao:branches:M17N
Update ibus.spec: Drop the is_opensuse macro to eliminate in behavior in between SLE-15 and openSUSE-Leap.

OBS-URL: https://build.opensuse.org/request/show/796192
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=229
2020-04-23 03:36:14 +00:00
Fuminobu Takeyama
0691f5e7fb Accepting request 783825 from home:alarrosa:branches:M17N
- Enable wayland and emoji features in SLE 15 SP2 (boo#1165844,
  SLE-11652)
- Remove the with_kde option in the spec file and add a patch
  to remove an unneeded qt5 dependency
  * 0001-Replace-the-Qt-check-for-appindicator-engine-icon-wi.patch

- Enable emoji support on armv6l and riscv64, nodejs-emojione is no longer

OBS-URL: https://build.opensuse.org/request/show/783825
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=227
2020-03-11 15:21:14 +00:00
Hillwood Yang
5206bdcc91 Accepting request 782949 from home:Andreas_Schwab:Factory
- Enable emoji also on ppc

OBS-URL: https://build.opensuse.org/request/show/782949
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=226
2020-03-11 02:22:29 +00:00
Hillwood Yang
1f5a8eb96f Accepting request 780499 from home:hillwood:branches:M17N
- Eable emoji support on armv6l and riscv64, nodejs-emojione is no longer
  BuildRequires
- Remove invalid build options
- cleanup spec

OBS-URL: https://build.opensuse.org/request/show/780499
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=224
2020-03-03 08:31:26 +00:00
Hillwood Yang
44f967a0d4 Accepting request 778826 from home:ftake:branches:M17N
Can you check this change carefully?

- Fix dependency between ibus and ibus-dict-emoji
  * Keep ibus and ibus-dict-emoji from the same source
  * Add Conflict to remove old ibus containing emoji dictionary
    files

OBS-URL: https://build.opensuse.org/request/show/778826
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=222
2020-02-25 12:01:58 +00:00
Hillwood Yang
317a60f1af Accepting request 778735 from home:hillwood:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/778735
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=221
2020-02-24 12:09:46 +00:00
Hillwood Yang
75226481d1 Accepting request 778468 from home:hillwood:branches:M17N
* Fix boo#1149065
- Add ibus-fix-Signal-does-not-exist.patch. Fix build on Leap 15.1 and below

OBS-URL: https://build.opensuse.org/request/show/778468
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=220
2020-02-23 05:11:15 +00:00
Hillwood Yang
05d4a2a9f1 Accepting request 778192 from home:hillwood:branches:M17N
- Update version to 1.5.22
  * GDBusAuthObserver security fix, drop 
    ibus-CVE-2019-14822-GDBusServer-peer-authorization.patch
  * Use XDG_RUNTIME_DIR for Unix socket directory 
  * Hangul button press handling
  * Fix deprecated APIs
  * Bug fixes
  * Fix restart crash with inotify read() (Robert Hoffmann) 
  * Make session file header comment more clear (Jason)
  * Amend typos (Jason)
  * Add NotShowIn and Keywords keys to the desktop entry (Changwoo Ryu)
  * Handle small final sigma in ibus_keyval_convert_case (Alex Henrie) 
  * Update translations.
- Update version to 1.5.22
  * No update for this subpackage

OBS-URL: https://build.opensuse.org/request/show/778192
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=219
2020-02-22 12:52:17 +00:00
Marguerite Su
c626e5b66b Accepting request 777720 from home:ftake:branches:M17N
- Split ibus-dict-emoji so that KDE Plasma can use IBus's emoji
  dictionaries without IBus daemon (boo#1161584)

OBS-URL: https://build.opensuse.org/request/show/777720
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=218
2020-02-22 03:25:36 +00:00
Hillwood Yang
af0e241fba Accepting request 770102 from home:iznogood:branches:M17N
Drop lang Recommends

OBS-URL: https://build.opensuse.org/request/show/770102
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=216
2020-02-05 12:44:01 +00:00
75134ded31 Accepting request 762958 from home:ftake:branches:M17N
Revert the previous commit

OBS-URL: https://build.opensuse.org/request/show/762958
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=214
2020-01-13 13:18:20 +00:00
Marguerite Su
f2d76af08e Accepting request 758043 from home:qzhao:branches:M17N
Add ibus-delete-weak-pointer-for-vala-0.43.4.patch:Backport this fix from upstream, To make ibus-1.5.19 in openSUSE:Leap:15.2 can success build with vala-0.43.4(bnc#1159079).

OBS-URL: https://build.opensuse.org/request/show/758043
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=213
2019-12-19 07:51:28 +00:00
Fuminobu Takeyama
1bb112b7ea Accepting request 732043 from home:qzhao:branches:M17N
update hide-setup-menu.patch: make can fit SLE-15's requirement.

OBS-URL: https://build.opensuse.org/request/show/732043
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=211
2019-09-21 05:14:34 +00:00
Fuminobu Takeyama
68f483f2cd Accepting request 731782 from home:iznogood:branches:M17N
- Add ibus-CVE-2019-14822-GDBusServer-peer-authorization.patch:
  bus: Implement GDBusAuthObserver callback, fix CVE-2019-14822.


https://access.redhat.com/security/cve/cve-2019-14822

OBS-URL: https://build.opensuse.org/request/show/731782
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=210
2019-09-19 10:30:35 +00:00
Fuminobu Takeyama
29be0871b5 Accepting request 729082 from home:ftake:branches:M17N
reapply removal of OOO_FORCE_DESKTOP
fix the change log of python-ibus

OBS-URL: https://build.opensuse.org/request/show/729082
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=208
2019-09-07 14:04:19 +00:00
Hillwood Yang
6d918cb9a3 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
2019-09-03 08:20:25 +00:00
Hillwood Yang
a0e26967a4 Accepting request 701537 from home:dimstar:Factory
Move RPM macros to %_rpmmacrodir.

OBS-URL: https://build.opensuse.org/request/show/701537
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=204
2019-05-08 13:39:25 +00:00
Hillwood Yang
5484e6cfea Accepting request 681592 from home:hillwood:branches:M17N
OBS-URL: https://build.opensuse.org/request/show/681592
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=202
2019-03-05 05:44:06 +00:00
Hillwood Yang
681b4e8940 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
2019-03-05 02:53:22 +00:00
165903ac78 Accepting request 678961 from home:ftake:branches:M17N
- Fix boo#1126011: fix unexpected LibreOffice's dependency on IBus
  * Remove "Supplements" for libreoffice-gnome

OBS-URL: https://build.opensuse.org/request/show/678961
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=199
2019-02-25 20:35:50 +00:00