Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ibus for openSUSE:Factory checked in at 2022-03-29 18:14:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ibus (Old) and /work/SRC/openSUSE:Factory/.ibus.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ibus" Tue Mar 29 18:14:03 2022 rev:113 rq:965127 version:1.5.26 Changes: -------- --- /work/SRC/openSUSE:Factory/ibus/ibus.changes 2022-01-07 12:45:43.459818088 +0100 +++ /work/SRC/openSUSE:Factory/.ibus.new.1900/ibus.changes 2022-03-29 18:14:13.515062257 +0200 @@ -1,0 +2,31 @@ +Sun Mar 27 04:28:04 UTC 2022 - Hillwood Yang <hillw...@opensuse.org> + +- 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 + +------------------------------------------------------------------- Old: ---- ibus-1.5.25.tar.gz ibus-fix-wrong-cursor-location.patch New: ---- ibus-1.5.26.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ibus.spec ++++++ --- /var/tmp/diff_new_pack.OgPMIC/_old 2022-03-29 18:14:14.151062842 +0200 +++ /var/tmp/diff_new_pack.OgPMIC/_new 2022-03-29 18:14:14.159062849 +0200 @@ -35,7 +35,7 @@ %define _name ibus Name: %{_name}%{?nsuffix} -Version: 1.5.25 +Version: 1.5.26 Release: 0 Summary: The "Intelligent Input Bus" input method License: LGPL-2.1-or-later @@ -73,9 +73,8 @@ # it still needs this patch on leap 15. (boo#1187202) Patch15: ibus-socket-name-compatibility.patch Patch16: ibus-missing-include.patch -# PATCH-FIX-UPSTREAM ibus-fix-wrong-cursor-location.patch gh#ibus/ibus#2337 -Patch17: ibus-fix-wrong-cursor-location.patch BuildRequires: pkgconfig(iso-codes) +BuildRequires: pkgconfig(systemd) %if ! 0%{?with_gtk4} BuildRequires: fdupes BuildRequires: gettext-devel @@ -232,7 +231,6 @@ %patch15 -p1 %patch16 -p1 %endif -%patch17 -p1 %build %configure --disable-static \ @@ -347,6 +345,8 @@ rm -rf %{buildroot}%{_libdir}/ibus rm -rf %{buildroot}%{_libdir}/libibus* rm -rf %{buildroot}%{_libdir}/pkgconfig +rm -rf %{buildroot}%{_prefix}/lib/systemd +rm -rf %{buildroot}%{_sysconfdir}/xdg %post -n %{_name}-gtk4 %{gtk4_immodule_post} @@ -374,6 +374,8 @@ %else %config %{_sysconfdir}/X11/xim.d/* %endif +%dir %{_sysconfdir}/xdg/Xwayland-session.d +%{_sysconfdir}/xdg/Xwayland-session.d/10-ibus-x11 %{_bindir}/ibus %{_bindir}/ibus-autostart %{_bindir}/ibus-daemon @@ -407,6 +409,9 @@ %{_mandir}/man1/ibus-setup.1%{ext_man} %{_mandir}/man5/00-upstream-settings.5%{ext_man} %{_mandir}/man5/ibus.5%{ext_man} +%dir %{_prefix}/lib/systemd/user/gnome-session.target.wants +%{_prefix}/lib/systemd/user/gnome-session.target.wants/org.freedesktop.IBus.session.GNOME.service +%{_prefix}/lib/systemd/user/*.service %if %{with_emoji} %{_datadir}/applications/org.freedesktop.IBus.Panel.Emojier.desktop ++++++ ibus-1.5.25.tar.gz -> ibus-1.5.26.tar.gz ++++++ ++++ 186606 lines of diff (skipped)