diff --git a/ibus-1.5.19.tar.gz b/ibus-1.5.19.tar.gz deleted file mode 100644 index f31a8a9..0000000 --- a/ibus-1.5.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b66c798dab093f0fa738e5c10688d395a463287d13678c208a81051af5d2429 -size 2842274 diff --git a/ibus-1.5.20.tar.gz b/ibus-1.5.20.tar.gz new file mode 100644 index 0000000..89bc727 --- /dev/null +++ b/ibus-1.5.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf1e5ca4b067a3bed3cdfa658d49ac597d817b2de627a1095214565f862d034 +size 3393487 diff --git a/ibus.changes b/ibus.changes index 9ab2261..89f21e9 100644 --- a/ibus.changes +++ b/ibus.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Mar 4 15:48:52 UTC 2019 - Fuminobu Takeyama + +- Fix boo#1127711 + * Remove nodejs-emojione form BuildRequires + +------------------------------------------------------------------- +Sat Mar 2 07:19:12 UTC 2019 - Fuminobu Takeyama + +- 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 + ------------------------------------------------------------------- Mon Feb 25 15:33:01 UTC 2019 - ftake@geeko.jp diff --git a/ibus.spec b/ibus.spec index fa5a573..9229f8d 100644 --- a/ibus.spec +++ b/ibus.spec @@ -30,7 +30,7 @@ %define with_emoji 0 %endif Name: ibus -Version: 1.5.19 +Version: 1.5.20 Release: 0 Summary: The "Intelligent Input Bus" input method License: LGPL-2.1-or-later @@ -70,7 +70,6 @@ BuildRequires: glib2-devel >= 2.34.0 BuildRequires: gobject-introspection-devel >= 0.9.6 BuildRequires: gtk-doc >= 1.9 BuildRequires: gtk2-devel -BuildRequires: intltool BuildRequires: iso-codes-devel BuildRequires: libnotify-devel >= 0.7 BuildRequires: libtool @@ -107,7 +106,6 @@ BuildRequires: libqt5-qtbase-devel BuildRequires: pkgconfig(wayland-client) >= 1.2.0 %endif %if %{with_emoji} -BuildRequires: nodejs-emojione BuildRequires: unicode-emoji BuildRequires: pkgconfig(cldr-emoji-annotation) %endif @@ -197,7 +195,6 @@ cp -r %{SOURCE11} . %build autoreconf -fi -intltoolize -f %configure --disable-static \ --enable-gtk3 \ --enable-vala \ @@ -265,7 +262,7 @@ touch %{buildroot}/%{_sysconfdir}/dconf/db/ibus mkdir -p %{buildroot}%{_sysconfdir}/rpm install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/rpm -%suse_update_desktop_file -r %{name}-setup Settings DesktopSettings X-SuSE-Core-System +%suse_update_desktop_file -r org.freedesktop.IBus.Setup Settings DesktopSettings X-SuSE-Core-System %fdupes %{buildroot} @@ -305,7 +302,7 @@ dconf update %{_bindir}/ibus-daemon %{_bindir}/ibus-setup %{_datadir}/ibus/ -%{_datadir}/applications/ibus-setup.desktop +%{_datadir}/applications/org.freedesktop.IBus.Setup.desktop %{_datadir}/GConf/gsettings/ibus.convert %{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.gschema.xml %{_datadir}/icons/hicolor/*/apps/ibus*.* diff --git a/python-ibus.changes b/python-ibus.changes index 20691de..82527dc 100644 --- a/python-ibus.changes +++ b/python-ibus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 4 15:58:26 UTC 2019 - Fuminobu Takeyama + +- Update version to 1.5.20 + * No update for this subpackage + ------------------------------------------------------------------- Thu Sep 6 13:26:53 UTC 2018 - Fuminobu Takeyama diff --git a/python-ibus.spec b/python-ibus.spec index 31dacc3..d5fe436 100644 --- a/python-ibus.spec +++ b/python-ibus.spec @@ -19,7 +19,7 @@ %define _name ibus Name: python-ibus -Version: 1.5.19 +Version: 1.5.20 Release: 0 Summary: Python2 module for ibus License: LGPL-2.1-or-later