Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gajim for openSUSE:Factory checked 
in at 2024-04-19 19:16:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gajim (Old)
 and      /work/SRC/openSUSE:Factory/.gajim.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gajim"

Fri Apr 19 19:16:39 2024 rev:64 rq:1169193 version:1.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gajim/gajim.changes      2023-12-12 
19:33:06.198394185 +0100
+++ /work/SRC/openSUSE:Factory/.gajim.new.26366/gajim.changes   2024-04-19 
19:26:09.545817625 +0200
@@ -1,0 +2,8 @@
+Fri Apr 19 11:25:39 UTC 2024 - Max Lin <[email protected]>
+
+- Fix Leap15 build
+  * Add %{?sle15_python_module_pythons}
+  * Run build_metadata.py and install_metadata.py with a
+    specific executable python flavor
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gajim.spec ++++++
--- /var/tmp/diff_new_pack.9VJqgM/_old  2024-04-19 19:26:11.437887191 +0200
+++ /var/tmp/diff_new_pack.9VJqgM/_new  2024-04-19 19:26:11.437887191 +0200
@@ -21,8 +21,8 @@
 # Build only one time
 %define pythons %{primary_python}
 %else
-# Requires at least python 3.10
-%define pythons python310
+# Build only with python 3.11
+%{?sle15_python_module_pythons}
 %endif
 Name:           gajim
 Version:        1.8.4
@@ -46,9 +46,9 @@
 BuildRequires:  python-rpm-generators >= 20220912
 BuildRequires:  python-rpm-macros >= 20220912
 BuildRequires:  update-desktop-files
-Requires:       %{python3_dist gssapi}
-Requires:       %{python3_dist omemo-dr}
-Requires:       %{python3_dist qrcode}
+Requires:       %{python_flavor}-gssapi
+Requires:       %{python_flavor}-omemo-dr
+Requires:       %{python_flavor}-qrcode
 Requires:       %{python_flavor}-gobject-Gdk
 Requires:       %{python_flavor}-gobject-cairo
 Requires:       ca-certificates-mozilla
@@ -89,11 +89,11 @@
 
 %build
 %pyproject_wheel
-./pep517build/build_metadata.py -o dist/metadata
+python%{python_bin_suffix} ./pep517build/build_metadata.py -o dist/metadata
 
 %install
 %pyproject_install
-./pep517build/install_metadata.py dist/metadata --prefix=%{buildroot}%{_prefix}
+python%{python_bin_suffix} ./pep517build/install_metadata.py dist/metadata 
--prefix=%{buildroot}%{_prefix}
 
 mkdir -p %{buildroot}%{_datadir}/
 mv %{buildroot}{%{python_sitelib}/%{name}/data,%{_datadir}/%{name}}/

Reply via email to