Update to 1.3.1-6.

This commit is contained in:
Daiki Ueno 2011-08-19 17:51:59 +09:00
parent 571f9c094e
commit 3b85084808

View File

@ -1,6 +1,10 @@
%global require_ibus_version 1.2.99
%global require_libhangul_version 0.0.10
%global have_bridge_hotkey 0
%if 0%{?fedora} > 15
%define have_bridge_hotkey 1
%else
%define have_bridge_hotkey 0
%endif
%if %have_bridge_hotkey
%global _with_hotkeys --with-hotkeys
@ -8,7 +12,7 @@
Name: ibus-hangul
Version: 1.3.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: The Hangul engine for IBus input platform
License: GPLv2+
Group: System Environment/Libraries
@ -61,8 +65,11 @@ make DESTDIR=${RPM_BUILD_ROOT} install
%{_datadir}/ibus/component/*
%changelog
* Fri Aug 19 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-6
- Enable --with-hotkeys for F16 or later.
* Thu Jul 7 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-5
- don't specify --with-hotkeys.
- Don't specify --with-hotkeys.
* Mon Jul 4 2011 Daiki Ueno <dueno@redhat.com> - 1.3.1-4
- Added ibus-hangul-xx-icon-symbol.patch to enable the engine symbol & hotkeys.