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

A new commit has been pushed.

Repo   : rpms/ibus
Branch : autotool
Commit : 646a0af7fcc81c27b2adc6cb37033a5612b69a51
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date   : 2018-08-08T20:08:19+09:00
Stats  : +16/-27 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/ibus/c/646a0af7fcc81c27b2adc6cb37033a5612b69a51?branch=autotool

Log:
Bumped to 1.5.19

---
diff --git a/.gitignore b/.gitignore
index 6999955..43746e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@ ibus-1.3.6.tar.gz
 /ibus-1.5.16.tar.gz
 /ibus-1.5.17.tar.gz
 /ibus-1.5.18.tar.gz
+/ibus-1.5.19.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 b6e840b..0fd4a3d 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -4,14 +4,6 @@
 %global with_python2 0
 %endif
 
-%if %with_python2
-%global with_pygobject2 1
-%else
-%global with_pygobject2 0
-%endif
-
-%global with_pygobject3 1
-
 %global with_pkg_config %(pkg-config --version >/dev/null 2>&1 && echo -n "1" || echo -n "0")
 
 %if (0%{?fedora} > 21 || 0%{?rhel} > 7)
@@ -38,8 +30,8 @@
 %global dbus_python_version 0.83.0
 
 Name:           ibus
-Version:        1.5.18
-Release:        14%{?dist}
+Version:        1.5.19
+Release:        1%{?dist}
 Summary:        Intelligent Input Bus for Linux OS
 License:        LGPLv2+
 Group:          System Environment/Libraries
@@ -47,13 +39,11 @@ 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:        %{name}-po-1.5.18-20180627.tar.gz
 # Will remove the annotation tarball once the rpm is available on Fedora
 # Upstreamed patches.
 # Patch0:         %%{name}-HEAD.patch
-Patch0:         %{name}-HEAD.patch
 # Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
-Patch2:         %{name}-1385349-segv-bus-proxy.patch
+Patch1:         %{name}-1385349-segv-bus-proxy.patch
 
 BuildRequires:  gettext-devel
 BuildRequires:  libtool
@@ -161,7 +151,6 @@ Requires(post): glib2 >= %{glib_ver}
 %description gtk3
 This package contains IBus IM module for GTK3
 
-%if %with_pygobject3
 %package setup
 Summary:        IBus setup utility
 Group:          System Environment/Libraries
@@ -174,9 +163,8 @@ BuildArch:      noarch
 
 %description setup
 This is a setup utility for IBus.
-%endif
 
-%if %with_pygobject2
+%if %with_python2
 %package pygtk2
 Summary:        IBus PyGTK2 library
 Group:          System Environment/Libraries
@@ -252,9 +240,7 @@ The ibus-devel-docs package contains developer documentation for IBus
 
 %prep
 %autosetup -S git
-# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
-cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c ||
-zcat %SOURCE3 | tar xfv -
+# cp client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c || :
 
 # prep test
 diff client/gtk2/ibusimcontext.c client/gtk3/ibusimcontext.c
@@ -278,8 +264,7 @@ autoreconf -f -i -v
     --with-python=python3 \
 %if ! %with_python2
     --disable-python2 \
-%endif
-%if %with_pygobject2
+%else
     --enable-python-library \
 %endif
     --enable-wayland \
@@ -322,7 +307,10 @@ desktop-file-install --delete-original          \
 %find_lang %{name}10
 
 %check
-make check DISABLE_GUI_TESTS="ibus-compose test-stress"
+make check \
+    DISABLE_GUI_TESTS="ibus-compose ibus-keypress test-stress" \
+    VERBOSE=1 \
+    %{nil}
 
 %post
 %{_sbindir}/alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_xinputconf} 83 || :
@@ -399,7 +387,6 @@ dconf update || :
 %files gtk3
 %{_libdir}/gtk-3.0/%{gtk3_binary_version}/immodules/im-ibus.so
 
-%if %with_pygobject3
 # The setup package won't include icon files so that
 # gtk-update-icon-cache is executed in the main package only one time.
 %files setup
@@ -407,9 +394,8 @@ dconf update || :
 %{_datadir}/applications/ibus-setup.desktop
 %{_datadir}/ibus/setup
 %{_datadir}/man/man1/ibus-setup.1.gz
-%endif
 
-%if %with_pygobject2
+%if %with_python2
 %files pygtk2
 %dir %{python2_sitelib}/ibus
 %{python2_sitelib}/ibus/*
@@ -438,6 +424,9 @@ dconf update || :
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Wed Aug 08 2019 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.19-1
+- Bumped to 1.5.19
+
 * Mon Aug 06 2018 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.18-14
 - Fixed Man page scan results for ibus
 - Added IBUS_DISCARD_PASSWORD env variable for password dialog in firefox

diff --git a/sources b/sources
index 7ad275d..6d7b9f7 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (ibus-1.5.18.tar.gz) = 34519c3464eaf2cac3320e1568fc76f4edb281afa70f335c015b828ff4e86b3224d77b95cdc0b2e76e42459c54b1044264ff226963fe739dd553ac7326d2f2d3
-SHA512 (ibus-po-1.5.18-20180627.tar.gz) = bd55883fc7b0810e59cc0de0a1a0e39e9a9ee3f8d20001420b9d6f2aefe5fe00a821dae8af3d1e3c3b8b056f8cb0dcc625f6dc14205b72f12a874b956d4e713b
+SHA512 (ibus-1.5.19.tar.gz) = ddcd464c9afb6d081df1cfac65069506877eb4818c3ba5594bcf76f3c6795ef6c17177a778dc89b2ef69d10d87297aa12c8e04f156b750e500b51b32787bd9fc

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

only message in thread, other threads:[~2026-05-31  2:06 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:06 [rpms/ibus] autotool: Bumped to 1.5.19 Takao Fujiwara

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