Migrate upstream fixes

- Replace push with cd for Posix SH
- Use XDG_CONFIG_HOME for Unix socket directory
- Fix deprecated APIs
- Fix restart crash with inotify read()
- Fix Bug 1658187 exit `ibus emoji` with Escape key
- Add fr(bepo_afnor) keymap
- Add file list in registry file for Silverblue
This commit is contained in:
Takao Fujiwara 2019-11-18 13:38:50 +09:00
parent d2b4f54f21
commit 66e07d2dbc
2 changed files with 2564 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@
Name: ibus
Version: 1.5.21
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
URL: https://github.com/ibus/%name/wiki
@ -269,6 +269,7 @@ fi
#autoreconf -f -i -v
#make -C ui/gtk3 maintainer-clean-generic
#make -C tools maintainer-clean-generic
autoreconf -f -i -v
%configure \
--disable-static \
--enable-gtk2 \
@ -290,6 +291,7 @@ fi
--enable-install-tests \
%{nil}
make -C ui/gtk3 maintainer-clean-generic
make %{?_smp_mflags}
%install
@ -461,6 +463,15 @@ dconf update || :
%{_datadir}/installed-tests/ibus
%changelog
* Mon Nov 18 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-4
- Replace push with cd for Posix SH
- Use XDG_CONFIG_HOME for Unix socket directory
- Fix deprecated APIs
- Fix restart crash with inotify read()
- Fix Bug 1658187 exit `ibus emoji` with Escape key
- Add fr(bepo_afnor) keymap
- Add file list in registry file for Silverblue
* Fri Oct 04 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.21-3
- Fix to allocate compose output buffer with more than two chars