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-01-07 21:40:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibus-libpinyin (Old)
 and      /work/SRC/openSUSE:Factory/.ibus-libpinyin.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibus-libpinyin"

Sun Jan  7 21:40:07 2024 rev:37 rq:1137338 version:1.15.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibus-libpinyin/ibus-libpinyin.changes    
2023-12-03 20:50:12.576853487 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-libpinyin.new.28375/ibus-libpinyin.changes 
2024-01-07 21:40:22.088162784 +0100
@@ -1,0 +2,8 @@
+Wed Dec 27 11:33:47 UTC 2024 - Cliff Zhao <qz...@suse.com>
+
+- Update ibus-libpinyin.spec: Change build requirement and installation
+  requirement from python310 to python311 in SLE-15-SP6 and later
+  release, since there's no python310 provided yet.
+  (bsc#1218160)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ibus-libpinyin.spec ++++++
--- /var/tmp/diff_new_pack.FVOMZ4/_old  2024-01-07 21:40:22.548179517 +0100
+++ /var/tmp/diff_new_pack.FVOMZ4/_new  2024-01-07 21:40:22.552179662 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-libpinyin
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2023 Hillwood Yang <hillw...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -47,10 +47,15 @@
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libsoup-3.0)
 %endif
-%if 0%{?suse_version} <= 1500
+%if 0%{?sle_version} >= 150600
+BuildRequires:  python311-base
+Requires:       python311-base
+%else
+%if 0%{?sle_version} < 150600 && 0%{?sle_version} >= 150000
 BuildRequires:  python310-base
 Requires:       python310-base
 %endif
+%endif
 Provides:       locale(ibus:zh_CN;zh_SG)
 %{ibus_requires}
 
@@ -71,8 +76,12 @@
 %if %{with_cloud_input}
            --enable-cloud-input-mode \
 %endif
-%if 0%{?suse_version} <= 1500
-           PYTHON=python3.10 \
+%if 0%{?sle_version}  >= 150600
+           PYTHON=python3.11
+%else
+%if 0%{?sle_version} < 150600 && 0%{?sle_version} >= 150000
+           PYTHON=python3.10
+%endif
 %endif
 
 %make_build

Reply via email to