Bump to 1.5.23
This commit is contained in:
parent
1ddc1a0b41
commit
66f02b9bd6
1
.gitignore
vendored
1
.gitignore
vendored
@ -57,3 +57,4 @@ ibus-1.3.6.tar.gz
|
||||
/ibus-1.5.20.tar.gz
|
||||
/ibus-1.5.21.tar.gz
|
||||
/ibus-1.5.22.tar.gz
|
||||
/ibus-1.5.23.tar.gz
|
||||
|
0
ibus-HEAD.patch
Normal file
0
ibus-HEAD.patch
Normal file
20
ibus.spec
20
ibus.spec
@ -25,18 +25,15 @@
|
||||
%global dbus_python_version 0.83.0
|
||||
|
||||
Name: ibus
|
||||
Version: 1.5.22
|
||||
Release: 17%{?dist}
|
||||
Version: 1.5.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Intelligent Input Bus for Linux OS
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/ibus/%name/wiki
|
||||
Source0: https://github.com/ibus/%name/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}-xinput
|
||||
Source2: %{name}.conf.5
|
||||
Source3: https://fujiwara.fedorapeople.org/ibus/po/%{name}-simple-1.5.22.20200909.xml.gz
|
||||
Source4: https://fujiwara.fedorapeople.org/ibus/po/%{name}-po-1.5.22-20200914.tar.gz
|
||||
# Patch0: %%{name}-HEAD.patch
|
||||
Patch0: %{name}-HEAD.patch
|
||||
# Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
|
||||
Patch1: %{name}-1385349-segv-bus-proxy.patch
|
||||
|
||||
@ -67,7 +64,6 @@ BuildRequires: vala
|
||||
BuildRequires: iso-codes-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
BuildRequires: cldr-emoji-annotation
|
||||
BuildRequires: unicode-emoji
|
||||
BuildRequires: unicode-ucd
|
||||
@ -247,13 +243,6 @@ the functionality of the installed %{name} package.
|
||||
%autosetup -S git
|
||||
# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c || :
|
||||
# cp client/gtk2/ibusim.c client/gtk3/ibusim.c || :
|
||||
cp client/gtk2/ibusim.c client/gtk3/ibusim.c || :
|
||||
cd engine
|
||||
rm simple.xml.in
|
||||
cp %{SOURCE3} simple.xml.in.gz
|
||||
gunzip simple.xml.in.gz
|
||||
cd ..
|
||||
zcat %{SOURCE4} | tar xfv -
|
||||
|
||||
|
||||
# prep test
|
||||
@ -270,7 +259,6 @@ done
|
||||
#autoreconf -f -i -v
|
||||
#make -C ui/gtk3 maintainer-clean-generic
|
||||
#make -C tools maintainer-clean-generic
|
||||
autoreconf -f -i -v
|
||||
%configure \
|
||||
--disable-static \
|
||||
--enable-gtk2 \
|
||||
@ -289,7 +277,6 @@ autoreconf -f -i -v
|
||||
--enable-install-tests \
|
||||
%{nil}
|
||||
|
||||
make -C ui/gtk3 maintainer-clean-generic
|
||||
%make_build
|
||||
|
||||
%install
|
||||
@ -461,6 +448,9 @@ dconf update || :
|
||||
%{_datadir}/installed-tests/ibus
|
||||
|
||||
%changelog
|
||||
* Tue Sep 29 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.23-1
|
||||
- Bump to 1.5.23
|
||||
|
||||
* Tue Sep 15 2020 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.22-17
|
||||
- Update po files
|
||||
|
||||
|
4
sources
4
sources
@ -1,3 +1 @@
|
||||
SHA512 (ibus-1.5.22.tar.gz) = 0abe89acc6da8cea484a6b9f807c08e94869072f374f9e8f4541a426636f818f1c3cb8b9237f97245771f9e4bf19184983d8ac924177dc4824ca6e8b5304425d
|
||||
SHA512 (ibus-simple-1.5.22.20200909.xml.gz) = bfa809b70dc55f293b9c766b8dfbb8d75ef66c055a6634d42e8b76df7bbbad241ba6a6ef0c38eb453ac547725b6368aa0ccc3e1bea45cb5f843f255630e919d9
|
||||
SHA512 (ibus-po-1.5.22-20200914.tar.gz) = 0d843ea37aa84e47ae135680e7f00f597312d97b1a9f4b5889aa75818f71e0ea4742bfd9c899714d3e8b46aabd1994584c485ea6d376eb0b6aec7373e6a98dc4
|
||||
SHA512 (ibus-1.5.23.tar.gz) = 4ea66d0a7203d665fb5c90e59ddf294614feeafc4f06b10e35989671a9bf39d5977e9061b9be224cd5a9439ac2f697a4326ff221ae868f5ebed46cbb09e9a205
|
||||
|
Loading…
Reference in New Issue
Block a user