Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ibus-libpinyin for openSUSE:Factory 
checked in at 2024-08-01 22:05:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-libpinyin (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-libpinyin.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-libpinyin"

Thu Aug  1 22:05:37 2024 rev:40 rq:1190924 version:1.15.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-libpinyin/ibus-libpinyin.changes    
2024-02-20 21:15:59.793610954 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-libpinyin.new.7232/ibus-libpinyin.changes  
2024-08-01 22:06:26.949465259 +0200
@@ -1,0 +2,7 @@
+Thu Aug  1 08:12:46 UTC 2024 - Hillwood Yang <hillw...@opensuse.org>
+
+- Fix boo#1228652
+  * Use default python3 version
+  * need python311-gobject-Gdk on Leap 15 and python3-gobject-Gdk on Tumbleweed
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ibus-libpinyin.spec ++++++
--- /var/tmp/diff_new_pack.DuAYsp/_old  2024-08-01 22:06:28.401525176 +0200
+++ /var/tmp/diff_new_pack.DuAYsp/_new  2024-08-01 22:06:28.417525837 +0200
@@ -47,14 +47,20 @@
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libsoup-3.0)
 %endif
-%if 0%{?sle_version} >= 150600
+%if 0%{?suse_version} < 1600 && 0%{?sle_version} >= 150600
 BuildRequires:  python311-base
 Requires:       python311-base
-%else
+Requires:       python311-gobject-Gdk
+%endif
 %if 0%{?sle_version} < 150600 && 0%{?sle_version} >= 150000
 BuildRequires:  python310-base
 Requires:       python310-base
+Requires:       python310-gobject-Gdk
 %endif
+%if 0%{?suse_version} > 1500
+BuildRequires:  python3-base
+Requires:       python3-base
+Requires:       python3-gobject-Gdk
 %endif
 Provides:       locale(ibus:zh_CN;zh_SG)
 %{ibus_requires}
@@ -76,12 +82,14 @@
 %if %{with_cloud_input}
            --enable-cloud-input-mode \
 %endif
-%if 0%{?sle_version}  >= 150600
+%if 0%{?suse_version} < 1600 && 0%{?sle_version} >= 150600
            PYTHON=python3.11
-%else
+%endif
 %if 0%{?sle_version} < 150600 && 0%{?sle_version} >= 150000
            PYTHON=python3.10
 %endif
+%if 0%{?suse_version} > 1500
+           PYTHON=python3
 %endif
 
 %make_build

Reply via email to