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
This commit is contained in:
2022-04-19 12:03:28 +00:00
committed by Git OBS Bridge
parent fd756352ff
commit c0acfe2979
3 changed files with 282 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 19 03:36:44 UTC 2022 - Yifan Jiang <yfjiang@suse.com>
- Add patch ibus-fix-refcounting-issues.patch:
This addresses the possible GLib warnings, fixes the possible
double unrefs happening on IBusText used in signals, and fixes
the missing unrefs on IBusText objects created from static
strings (gh#ibus/ibus#2387, gh#ibus/ibus#2393).
-------------------------------------------------------------------
Tue Mar 29 13:47:00 UTC 2022 - Fuminobu Takeyama <ftake@geeko.jp>