Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package OpenShadingLanguage for
openSUSE:Factory checked in at 2026-06-01 18:07:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenShadingLanguage (Old)
and /work/SRC/openSUSE:Factory/.OpenShadingLanguage.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenShadingLanguage"
Mon Jun 1 18:07:43 2026 rev:37 rq:1356341 version:1.15.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenShadingLanguage/OpenShadingLanguage.changes
2026-05-30 23:02:36.419294911 +0200
+++
/work/SRC/openSUSE:Factory/.OpenShadingLanguage.new.1937/OpenShadingLanguage.changes
2026-06-01 18:08:38.001819845 +0200
@@ -1,0 +2,5 @@
+Sun May 31 16:53:49 UTC 2026 - Marcus Rueckert <[email protected]>
+
+- restore pybind11 helper to make cmake find the 311 library
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ OpenShadingLanguage.spec ++++++
--- /var/tmp/diff_new_pack.lFWv1Q/_old 2026-06-01 18:08:39.225870609 +0200
+++ /var/tmp/diff_new_pack.lFWv1Q/_new 2026-06-01 18:08:39.229870775 +0200
@@ -226,6 +226,10 @@
export CXX="g++-%{?force_gcc_version}"
%endif
+%if 0%{?suse_version} == 1500
+export pybind11_DIR="$(pybind11-config --cmakedir)"
+%endif
+
%cmake \
%if %{without qt}
-DUSE_QT:BOOL=FALSE \