Moved language setting on IBusEmojier to ibus-setup.

Enabled strcasecmp to match emoji annotations.
Added a build error message if emoji xml files are not found.
This commit is contained in:
Takao Fujiwara 2017-03-27 20:36:32 +09:00
parent 6a3b677013
commit 424038a8b9
2 changed files with 1907 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
Name: ibus
Version: 1.5.15
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
@ -235,6 +235,7 @@ The ibus-devel-docs package contains developer documentation for IBus
%build
#autoreconf -f -i -v
autoreconf -f -i -v
#make -C ui/gtk3 maintainer-clean-generic
#make -C tools maintainer-clean-generic
%configure \
@ -426,6 +427,11 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
%{_datadir}/gtk-doc/html/*
%changelog
* Mon Mar 27 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-5
- Moved language setting on IBusEmojier to ibus-setup.
- Enabled strcasecmp to match emoji annotations.
- Added a build error message if emoji xml files are not found.
* Wed Mar 15 2017 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.15-4
- Implemented Ctrl-[f|b|n|p|h|e|a|u] for cursor operations on emoji dialog
- Added XSetIOErrorHandler() for GNOME3 desktop