From 7a8de3735ee30021b8e3a5ccd133cb6fd4fbabef Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Nov 24 2011 02:41:37 +0000 Subject: Update to 1.3.2-1. --- diff --git a/.gitignore b/.gitignore index 4ec688a..1ef17d0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ ibus-hangul-1.2.0.20100102.tar.gz ibus-hangul-1.3.0.20100329.tar.gz /ibus-hangul-1.3.0.20100329.tar.gz /ibus-hangul-1.3.1.tar.gz +/ibus-hangul-1.3.2.tar.gz diff --git a/ibus-hangul.spec b/ibus-hangul.spec index 1344f1f..312262d 100644 --- a/ibus-hangul.spec +++ b/ibus-hangul.spec @@ -1,14 +1,18 @@ %global require_ibus_version 1.2.99 -%global require_libhangul_version 0.0.10 -%global have_bridge_hotkey 0 +%global require_libhangul_version 0.1.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 %endif Name: ibus-hangul -Version: 1.3.1 -Release: 6%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Summary: The Hangul engine for IBus input platform License: GPLv2+ Group: System Environment/Libraries @@ -59,14 +63,26 @@ make DESTDIR=${RPM_BUILD_ROOT} install %{_libexecdir}/ibus-setup-hangul %{_datadir}/ibus-hangul %{_datadir}/ibus/component/* +%{_libdir}/ibus-hangul/setup/* %changelog +* Thu Nov 24 2011 Daiki Ueno - 1.3.2-1 +- Update version to 1.3.2. +- Require libhangul >= 0.1.0. + +* Mon Oct 24 2011 Daiki Ueno - 1.3.1-8 +- Rebuild with the latest libhangul. + +* Fri Aug 19 2011 Daiki Ueno - 1.3.1-7 +- Enable --with-hotkeys for F16 or later. +- Fix bug 731913 - No Hangul Key in keyboard Shortcuts + * Mon Jul 18 2011 Daiki Ueno - 1.3.1-6 - Fix entity reference for icon symbol. - Fix bug 722566 - Cannot select Hangul Input Method on Ibus Preferences * 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. diff --git a/sources b/sources index 916dd0e..922b536 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b71565bba3a1439a47212611b774ecf7 ibus-hangul-1.3.1.tar.gz +b8132e8b11afadd803b2602c63294da5 ibus-hangul-1.3.2.tar.gz