Bumped to 1.5.6
This commit is contained in:
parent
9f5eef8cd1
commit
a97628d7b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ ibus-anthy.png
|
|||||||
/ibus-anthy-1.5.3.tar.gz
|
/ibus-anthy-1.5.3.tar.gz
|
||||||
/ibus-anthy-1.5.4.tar.gz
|
/ibus-anthy-1.5.4.tar.gz
|
||||||
/ibus-anthy-1.5.5.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
4997
ibus-anthy-xx-input-mode.patch
Normal file
4997
ibus-anthy-xx-input-mode.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -13,8 +13,8 @@
|
|||||||
%global __python %{__python3}
|
%global __python %{__python3}
|
||||||
|
|
||||||
Name: ibus-anthy
|
Name: ibus-anthy
|
||||||
Version: 1.5.5
|
Version: 1.5.6
|
||||||
Release: 9%{?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
|
||||||
@ -24,7 +24,8 @@ Source0: %{name}-%{version}.tar.gz
|
|||||||
|
|
||||||
# Upstreamed patches.
|
# Upstreamed patches.
|
||||||
# Patch0: %%{name}-HEAD.patch
|
# 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: anthy-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -81,7 +82,7 @@ for developers.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
# %%patch0 -p1
|
# %%patch0 -p1
|
||||||
%patch0 -p1
|
%patch1 -p1 -b .input-mode
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf
|
autoreconf
|
||||||
@ -157,6 +158,10 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|||||||
%{_libdir}/libanthygobject-%{sub_version}.so
|
%{_libdir}/libanthygobject-%{sub_version}.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user