diff --git a/SPECS/ibus-hangul.spec b/SPECS/ibus-hangul.spec index 018ee27..e351542 100644 --- a/SPECS/ibus-hangul.spec +++ b/SPECS/ibus-hangul.spec @@ -3,7 +3,7 @@ Name: ibus-hangul Version: 1.5.1 -Release: 4%{?dist} +Release: 6%{?dist} Summary: The Hangul engine for IBus input platform License: GPLv2+ Group: System Environment/Libraries @@ -12,6 +12,8 @@ Source0: https://github.com/libhangul/ibus-hangul/releases/download/%{version # not upstreamed patches Patch1: ibus-hangul-setup-abspath.patch +# patch from upstream +Patch2: ibus-hangul-fixes-reset-signal.patch BuildRequires: gettext-devel, automake, libtool BuildRequires: intltool @@ -35,6 +37,7 @@ libhangul. %prep %setup -q %patch1 -p1 -b .setup-abspath +%patch2 -p1 -b .reset # autopoint -f # AUTOPOINT='intltoolize --automake --copy' autoreconf -fi @@ -111,6 +114,15 @@ desktop-file-validate ${RPM_BUILD_ROOT}%{_datadir}/applications/ibus-setup-hangu %{_datadir}/icons/hicolor/*/apps/* %changelog +* Mon Jun 8 2020 Peng Wu - 1.5.1-6 +- Rebuild for RHEL 8.3 +- Resolves: #1661079 + +* Tue Dec 3 2019 Peng Wu - 1.5.1-5 +- Fixes reset signal +- Add ibus-hangul-fixes-reset-signal.patch +- Resolves: #1661079 + * Thu Sep 20 2018 Tomas Orsava - 1.5.1-4 - Require the Python interpreter directly instead of using the package name - Related: rhbz#1619153