Compare commits

..

12 commits

Author SHA1 Message Date
Takao Fujiwara
480addfde1 Update era.t with 2026 2026-01-12 10:25:03 +09:00
Takao Fujiwara
84ebd2f5cf Fix back compatibility with IBus.init() 2025-12-18 18:46:16 +09:00
Python Maint
eb8a7d1bf6 Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 12:22:22 +02:00
Takao Fujiwara
8d002f9de3 Use preedit semantic API 2025-09-04 10:35:11 +09:00
Python Maint
5db75b5648 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 12:52:17 +02:00
Takao Fujiwara
2e507c163f Resolves #2385069 Remake aclocal.m4 for automake-1.18.1 2025-07-31 10:53:19 +09:00
Fedora Release Engineering
2b23d1b0f8 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 17:29:19 +00:00
Takao Fujiwara
d41c6ef8b3 Enable compose error notification 2025-06-07 15:41:08 +09:00
Takao Fujiwara
5df253efd2 Bump to 1.5.17 2025-02-18 23:41:06 +09:00
Takao Fujiwara
91398174d8 Delete upstreamed patches 2025-02-18 21:03:59 +09:00
Takao Fujiwara
5bfc0dac3b Resolves #2340630 Update era.t with 2025 2025-01-24 12:26:42 +09:00
Fedora Release Engineering
71320e7c84 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-17 06:49:26 +00:00
5 changed files with 1347 additions and 435 deletions

1
.gitignore vendored
View file

@ -27,3 +27,4 @@ ibus-anthy.png
/ibus-anthy-1.5.14.tar.gz
/ibus-anthy-1.5.15.tar.gz
/ibus-anthy-1.5.16.tar.gz
/ibus-anthy-1.5.17.tar.gz

File diff suppressed because it is too large Load diff

View file

@ -17,12 +17,13 @@
%endif
Name: ibus-anthy
Version: 1.5.16
Version: 1.5.17
Release: %autorelease
Summary: The Anthy engine for IBus input platform
License: GPL-2.0-or-later
URL: https://github.com/ibus/ibus/wiki
Source0: https://github.com/ibus/ibus-anthy/releases/download/%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/ibus/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/ibus/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz.sum#/%{name}.tar.gz.sum
# Upstreamed patches.
# Patch0: %%{name}-HEAD.patch
@ -88,10 +89,16 @@ the functionality of the installed %{name} package.
%prep
SAVED_SUM=$(grep sha512sum %SOURCE1 | awk '{print $2}')
MY_SUM=$(sha512sum %SOURCE0 | awk '{print $1}')
if test x"$SAVED_SUM" != x"$MY_SUM" ; then
abort
fi
%autosetup -S git
%build
#autoreconf -f -i -v
autoreconf -f -i -v
%configure \
%if %have_default_layout
--with-layout='default' \
@ -103,7 +110,6 @@ the functionality of the installed %{name} package.
--with-kasumi-exec=/usr/bin/kasumi-unicode \
%endif
--with-on-off-keys="'Zenkaku_Hankaku', 'Ctrl+space', 'Ctrl+J'" \
--with-python=python3 \
--enable-installed-tests \
--disable-static
# make -C po update-gmo

4
ibus-anthy.tar.gz.sum Normal file
View file

@ -0,0 +1,4 @@
cksum 1682900558 914700 ibus-anthy-1.5.17.tar.gz
sha1sum 7935a5abc2a1cb4dd59ff9295d3582bdb1f0cc83 ibus-anthy-1.5.17.tar.gz
sha256sum 9e1d28ad7da2be5e0d9c0eb0d8fb7557fc89770aa2237272debe197bd61abd40 ibus-anthy-1.5.17.tar.gz
sha512sum 34775879ea4891d2f83c5f9aa341a59bac928332ad60ec4ba8d1475783b0c50c721229e48c7671f050066da3d4053531792c3fa5e5640db2c2e8bd1bc46105a1 ibus-anthy-1.5.17.tar.gz

View file

@ -1 +1 @@
SHA512 (ibus-anthy-1.5.16.tar.gz) = d1a7b9da402d85af955f96fd8618189fb2e682763f57b5d6b54e7bcf052138ba300f4ba8130a4ac0e8e1e8821319e9b6360e57568c84c1f9845438174e51a959
SHA512 (ibus-anthy-1.5.17.tar.gz) = 34775879ea4891d2f83c5f9aa341a59bac928332ad60ec4ba8d1475783b0c50c721229e48c7671f050066da3d4053531792c3fa5e5640db2c2e8bd1bc46105a1