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 2022-08-06 22:08:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyside6 (Old)
and /work/SRC/openSUSE:Factory/.python3-pyside6.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-pyside6"
Sat Aug 6 22:08:29 2022 rev:9 rq:993470 version:6.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyside6/python3-pyside6.changes
2022-06-23 12:49:32.756841879 +0200
+++
/work/SRC/openSUSE:Factory/.python3-pyside6.new.1521/python3-pyside6.changes
2022-08-06 22:08:41.930750865 +0200
@@ -1,0 +2,6 @@
+Sat Aug 6 09:27:06 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Use CMAKE_SKIP_RPATH when building python3-shiboken6 to avoid
+ non-existent RUNPATH entries in the library.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-pyside6.spec ++++++
--- /var/tmp/diff_new_pack.SiPtKc/_old 2022-08-06 22:08:42.374752156 +0200
+++ /var/tmp/diff_new_pack.SiPtKc/_new 2022-08-06 22:08:42.378752168 +0200
@@ -144,6 +144,9 @@
-DPYTHON_EXECUTABLE:STRING=python3 \
-DNUMPY_INCLUDE_DIR:STRING=%{python_sitearch}/numpy/core/include \
-DCMAKE_BUILD_RPATH_USE_ORIGIN:BOOL=ON \
+%if "%{pyside_flavor}" == "shiboken6"
+ -DCMAKE_SKIP_RPATH:BOOL=ON \
+%endif
-DQFP_NO_STRIP:BOOL=ON
%{qt6_build}
@@ -181,6 +184,14 @@
# Needed by the shiboken tests
export LD_LIBRARY_PATH=%{buildroot}%{_qt6_libdir}:$LD_LIBRARY_PATH
+%if "%{pyside_flavor}" == "shiboken6"
+# Since we need CMAKE_SKIP_RPATH to avoid having bogus RUNPATH in the shiboken
libraries,
+# It needs to know the path to a couple tests folders
+for dir in libminimal libother libsample libsmart; do
+ export
LD_LIBRARY_PATH=$PWD/sources/shiboken6/shiboken6/tests/$dir:$LD_LIBRARY_PATH
+done
+%endif
+
%if "%{pyside_flavor}" == "pyside6"
%define xvfb_command xvfb-run -s "-screen 0 1600x1200x16 -ac +extension GLX
+render -noreset" \\