Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package subunit for openSUSE:Factory checked 
in at 2023-03-28 17:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/subunit (Old)
 and      /work/SRC/openSUSE:Factory/.subunit.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subunit"

Tue Mar 28 17:48:38 2023 rev:12 rq:1074481 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/subunit/subunit.changes  2023-02-21 
15:35:48.652207288 +0100
+++ /work/SRC/openSUSE:Factory/.subunit.new.31432/subunit.changes       
2023-03-28 17:48:40.562775314 +0200
@@ -1,0 +2,6 @@
+Fri Mar 24 06:07:32 UTC 2023 - Johannes Kastl <ka...@b1-systems.de>
+
+- set PYTHON environment variable in %build step, to allow
+  builds even if /usr/bin/python3 does not exist
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ subunit.spec ++++++
--- /var/tmp/diff_new_pack.JqT57a/_old  2023-03-28 17:48:41.030777572 +0200
+++ /var/tmp/diff_new_pack.JqT57a/_new  2023-03-28 17:48:41.038777610 +0200
@@ -205,8 +205,10 @@
 %build
 # Generate the configure script
 autoreconf -fvi
-# Build for everything except python3
 export INSTALLDIRS=perl
+# any python will do, this is only for the non-python part of the package
+PYTHON=$(find %_bindir -name 'python3*[0-9]' -print -quit)
+export PYTHON
 %configure \
   --enable-shared \
   --disable-static

Reply via email to