Bumped to 1.5.6

This commit is contained in:
Takao Fujiwara 2014-09-16 14:38:04 +09:00
parent 9f5eef8cd1
commit a97628d7b5
5 changed files with 5008 additions and 3036 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ ibus-anthy.png
/ibus-anthy-1.5.3.tar.gz
/ibus-anthy-1.5.4.tar.gz
/ibus-anthy-1.5.5.tar.gz
/ibus-anthy-1.5.6.tar.gz

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -13,8 +13,8 @@
%global __python %{__python3}
Name: ibus-anthy
Version: 1.5.5
Release: 9%{?dist}
Version: 1.5.6
Release: 1%{?dist}
Summary: The Anthy engine for IBus input platform
License: GPLv2+
Group: System Environment/Libraries
@ -24,7 +24,8 @@ Source0: %{name}-%{version}.tar.gz
# Upstreamed patches.
# Patch0: %%{name}-HEAD.patch
Patch0: %{name}-HEAD.patch
# Add an input mode icon until ibus-ui-gtk3 is fixed.
Patch1: %%{name}-xx-input-mode.patch
BuildRequires: anthy-devel
BuildRequires: desktop-file-utils
@ -81,7 +82,7 @@ for developers.
%prep
%setup -q
# %%patch0 -p1
%patch0 -p1
%patch1 -p1 -b .input-mode
%build
autoreconf
@ -157,6 +158,10 @@ touch --no-create %{_datadir}/icons/hicolor || :
%{_libdir}/libanthygobject-%{sub_version}.so
%changelog
* Tue Sep 16 2014 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.6-1
- Bumped to 1.5.6
- Added ibus-anthy-xx-input-mode.patch from ibus-anthy-HEAD.patch.
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
0d21a3e24cfd7be22521475a63392276 ibus-anthy-1.5.5.tar.gz
240d049304172f86473c73784fbe577a ibus-anthy-1.5.6.tar.gz