Update to 1.4.1-2.
This commit is contained in:
parent
0d1374b7e4
commit
93277e766f
@ -5,10 +5,16 @@
|
||||
%else
|
||||
%define have_bridge_hotkey 0
|
||||
%endif
|
||||
# ibus pulls pygobject3 since F-17
|
||||
%if 0%{?fedora} > 16 || 0%{?rhel} > 6
|
||||
%define need_pygobject3 0
|
||||
%else
|
||||
%define need_pygobject3 1
|
||||
%endif
|
||||
|
||||
Name: ibus-hangul
|
||||
Version: 1.4.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Hangul engine for IBus input platform
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -30,6 +36,9 @@ BuildRequires: desktop-file-utils
|
||||
|
||||
Requires: ibus >= %{require_ibus_version}
|
||||
Requires: libhangul >= %{require_libhangul_version}
|
||||
%if %need_pygobject3
|
||||
Requires: pygobject3
|
||||
%endif
|
||||
|
||||
%description
|
||||
The Hangul engine for IBus platform. It provides Korean input method from
|
||||
@ -82,6 +91,11 @@ fi
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue May 1 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-2
|
||||
- Add pygobject3 to dependencies on F-16.
|
||||
- Fix bug 816890 - [abrt] ibus-hangul-1.4.0-5.fc16:
|
||||
main.py:23:<module>:ImportError: No module named gi.repository
|
||||
|
||||
* Tue Apr 17 2012 Daiki Ueno <dueno@redhat.com> - 1.4.1-1
|
||||
- Update version to 1.4.1.
|
||||
- Check RHEL version as well as Fedora version.
|
||||
|
Loading…
Reference in New Issue
Block a user