Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-scipy for openSUSE:Factory 
checked in at 2022-12-10 21:17:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scipy (Old)
 and      /work/SRC/openSUSE:Factory/.python-scipy.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-scipy"

Sat Dec 10 21:17:44 2022 rev:59 rq:1041891 version:1.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-scipy/python-scipy.changes        
2022-12-08 16:50:18.551213987 +0100
+++ /work/SRC/openSUSE:Factory/.python-scipy.new.1835/python-scipy.changes      
2022-12-10 21:18:02.369630568 +0100
@@ -1,0 +2,9 @@
+Thu Dec  8 17:07:18 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Ensure the test flavor has a different source name than the main
+  flavor: OBS uses the source names to create the dep-chain. With
+  the test package having the same name as the mani flavor, all
+  builds behind python-scipy are blocked until the test suite
+  passed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-scipy.spec ++++++
--- /var/tmp/diff_new_pack.7dLRi6/_old  2022-12-10 21:18:03.641638006 +0100
+++ /var/tmp/diff_new_pack.7dLRi6/_new  2022-12-10 21:18:03.645638029 +0100
@@ -60,7 +60,11 @@
 %{?with_hpc:%{hpc_requires}}
 %bcond_with ringdisabled
 %if %{without hpc}
+%if "%{flavor}" == ""
 %define package_name %{pname}
+%else
+%define package_name %{pname}-%{flavor}
+%endif
 # for file section
 %define p_python_sitearch %{python_sitearch}
 # for inside python_expand

Reply via email to