Bumped to 1.5.1

This commit is contained in:
Takao Fujiwara 2013-05-11 22:56:25 +09:00
parent c7ef472a7d
commit a8b6f5cf2d
3 changed files with 18 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ ibus-anthy.png
/ibus-anthy-1.4.99.20120327.tar.gz /ibus-anthy-1.4.99.20120327.tar.gz
/ibus-anthy-1.4.99.20121006.tar.gz /ibus-anthy-1.4.99.20121006.tar.gz
/ibus-anthy-1.5.0.tar.gz /ibus-anthy-1.5.0.tar.gz
/ibus-anthy-1.5.1.tar.gz

View File

@ -3,9 +3,15 @@
%global have_default_layout 1 %global have_default_layout 1
%global have_bridge_hotkey 1 %global have_bridge_hotkey 1
%if (0%{?fedora} > 18 || 0%{?rhel} > 6)
%global with_ctrl_space 1
%else
%global with_ctrl_space 0
%endif
Name: ibus-anthy Name: ibus-anthy
Version: 1.5.0 Version: 1.5.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: The Anthy engine for IBus input platform Summary: The Anthy engine for IBus input platform
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -66,6 +72,11 @@ for developers.
%endif %endif
%if %have_bridge_hotkey %if %have_bridge_hotkey
--with-hotkeys \ --with-hotkeys \
%endif
%if %with_ctrl_space
--with-on-off-keys="'Zenkaku_Hankaku', 'Ctrl+space', 'Ctrl+J'" \
%else
--with-on-off-keys="'Ctrl+J'" \
%endif %endif
--disable-static --disable-static
# make -C po update-gmo # make -C po update-gmo
@ -124,6 +135,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
%{_libdir}/libanthygobject-%{sub_version}.so %{_libdir}/libanthygobject-%{sub_version}.so
%changelog %changelog
* Sat May 11 2013 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.1-1
- Bumped to 1.5.1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
4ff000bec3c342f5cd5a6d9e05a4abdf ibus-anthy-1.5.0.tar.gz 08cd077cd8f5ed6704ca2953f9dc19f3 ibus-anthy-1.5.1.tar.gz