public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Bump to 1.5.23
@ 2026-05-31  2:07 Takao Fujiwara
  0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-05-31  2:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : 66f02b9bd6da51ad8c66c43cbf73a8e9c924927f
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date   : 2020-09-29T21:10:08+09:00
Stats  : +7/-18 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/66f02b9bd6da51ad8c66c43cbf73a8e9c924927f?branch=autotool

Log:
Bump to 1.5.23

---
diff --git a/.gitignore b/.gitignore
index 9c9f857..05db64c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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

diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ibus-HEAD.patch

diff --git a/ibus.spec b/ibus.spec
index 8c550ed..4c59cb5 100644
--- a/ibus.spec
+++ b/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
 

diff --git a/sources b/sources
index 49f0588..ac65da7 100644
--- a/sources
+++ b/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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-31  2:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31  2:07 [rpms/ibus] autotool: Bump to 1.5.23 Takao Fujiwara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox