Update to 1.3.1-6.
This commit is contained in:
parent
571f9c094e
commit
3b85084808
@ -1,6 +1,10 @@
|
|||||||
%global require_ibus_version 1.2.99
|
%global require_ibus_version 1.2.99
|
||||||
%global require_libhangul_version 0.0.10
|
%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
|
%if %have_bridge_hotkey
|
||||||
%global _with_hotkeys --with-hotkeys
|
%global _with_hotkeys --with-hotkeys
|
||||||
@ -8,7 +12,7 @@
|
|||||||
|
|
||||||
Name: ibus-hangul
|
Name: ibus-hangul
|
||||||
Version: 1.3.1
|
Version: 1.3.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: The Hangul engine for IBus input platform
|
Summary: The Hangul engine for IBus input platform
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -61,8 +65,11 @@ make DESTDIR=${RPM_BUILD_ROOT} install
|
|||||||
%{_datadir}/ibus/component/*
|
%{_datadir}/ibus/component/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
* 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.
|
- Added ibus-hangul-xx-icon-symbol.patch to enable the engine symbol & hotkeys.
|
||||||
|
Loading…
Reference in New Issue
Block a user