From 3b85084808ec20839e44b75832b5f16d94f458f8 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Fri, 19 Aug 2011 17:51:59 +0900 Subject: [PATCH] Update to 1.3.1-6. --- ibus-hangul.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/ibus-hangul.spec b/ibus-hangul.spec index 48a696a..9eae7ac 100644 --- a/ibus-hangul.spec +++ b/ibus-hangul.spec @@ -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 - 1.3.1-6 +- Enable --with-hotkeys for F16 or later. + * Thu Jul 7 2011 Daiki Ueno - 1.3.1-5 -- don't specify --with-hotkeys. +- Don't specify --with-hotkeys. * Mon Jul 4 2011 Daiki Ueno - 1.3.1-4 - Added ibus-hangul-xx-icon-symbol.patch to enable the engine symbol & hotkeys.