Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python3-pyside6 for openSUSE:Factory
checked in at 2024-09-08 11:59:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyside6 (Old)
and /work/SRC/openSUSE:Factory/.python3-pyside6.new.10096 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside6"
Sun Sep 8 11:59:46 2024 rev:33 rq:1199236 version:6.7.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyside6/python3-pyside6.changes
2024-06-24 20:53:16.064253196 +0200
+++
/work/SRC/openSUSE:Factory/.python3-pyside6.new.10096/python3-pyside6.changes
2024-09-08 12:01:23.793984537 +0200
@@ -1,0 +2,5 @@
+Thu Sep 5 19:17:03 UTC 2024 - Ben Greiner <[email protected]>
+
+- Tumbleweed now has numpy2: Fix include path
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pyside6.spec ++++++
--- /var/tmp/diff_new_pack.sTdOSP/_old 2024-09-08 12:01:24.302005569 +0200
+++ /var/tmp/diff_new_pack.sTdOSP/_new 2024-09-08 12:01:24.302005569 +0200
@@ -181,6 +181,9 @@
pushd sources/%{pyside_flavor}
+# numpy changed the include path on 2.0
+numpyinc=$(%{__mypython} -c 'import numpy; print(numpy.get_include())')
+
# NOTE:The compiler and linker flags shall not be defined
%cmake_qt6 \
-DBUILD_TESTS:BOOL=ON \
@@ -189,7 +192,7 @@
-DCMAKE_CXX_FLAGS:STRING="" \
-DCMAKE_EXE_LINKER_FLAGS:STRING="" \
-DPython_EXECUTABLE:STRING=%{__mypython} \
- -DNUMPY_INCLUDE_DIR:STRING=%{mypython_sitearch}/numpy/core/include \
+ -DNUMPY_INCLUDE_DIR:STRING=${numpyinc} \
-DCMAKE_BUILD_RPATH_USE_ORIGIN:BOOL=ON \
%if "%{pyside_flavor}" == "shiboken6"
-DCMAKE_SKIP_RPATH:BOOL=ON \