Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package OpenImageIO for openSUSE:Factory 
checked in at 2025-02-25 16:47:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenImageIO (Old)
 and      /work/SRC/openSUSE:Factory/.OpenImageIO.new.1873 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenImageIO"

Tue Feb 25 16:47:41 2025 rev:61 rq:1248215 version:2.5.18.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenImageIO/OpenImageIO.changes  2025-02-11 
21:30:54.097794146 +0100
+++ /work/SRC/openSUSE:Factory/.OpenImageIO.new.1873/OpenImageIO.changes        
2025-02-25 16:47:53.515674020 +0100
@@ -1,0 +2,10 @@
+Thu Feb 13 03:13:34 UTC 2025 - Marcus Rueckert <mrueck...@suse.de>
+
+- disable python and imageviewer on leap
+
+-------------------------------------------------------------------
+Thu Feb 13 02:36:56 UTC 2025 - Marcus Rueckert <mrueck...@suse.de>
+
+- on Leap use a newer libboost for getting blender to work
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ OpenImageIO.spec ++++++
--- /var/tmp/diff_new_pack.hIGQLD/_old  2025-02-25 16:47:54.551717319 +0100
+++ /var/tmp/diff_new_pack.hIGQLD/_new  2025-02-25 16:47:54.555717487 +0100
@@ -16,21 +16,31 @@
 #
 
 
+%if 0%{?suse_version} > 1500
 %ifarch aarch64 %{arm}
 %bcond_with imageviewer
 %else
 %bcond_without imageviewer
 %endif
+%else
+%bcond_with imageviewer
+%endif
+
 %if 0%{?suse_version} > 1500
 %bcond_without libheif
+%bcond_without python_bindings
 %else
 %bcond_with libheif
+%bcond_with python_bindings
 %endif
 %bcond_without opencv
-%bcond_without python_bindings
 %bcond_with apidocs
 %bcond_with ptex
 
+%if 0%{?suse_version} == 1500
+%global force_boost_version 1_75_0
+%endif
+
 %define images_ts 20241104T095817
 %define so_ver 2_5
 %define major_minor_ver 2.5
@@ -56,10 +66,10 @@
 BuildRequires:  giflib-devel >= 5.0
 BuildRequires:  hdf5-devel
 # can be dropped when upgrading to 3.x again
-BuildRequires:  libboost_atomic-devel
-BuildRequires:  libboost_filesystem-devel
-BuildRequires:  libboost_system-devel
-BuildRequires:  libboost_thread-devel
+BuildRequires:  libboost_atomic%{?force_boost_version}-devel
+BuildRequires:  libboost_filesystem%{?force_boost_version}-devel
+BuildRequires:  libboost_system%{?force_boost_version}-devel
+BuildRequires:  libboost_thread%{?force_boost_version}-devel
 #/ can be dropped when upgrading to 3.x again
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel >= 1.6.0
@@ -265,7 +275,9 @@
 %doc src/doc/CHANGES-0.x.md src/doc/CHANGES-1.x.md
 %license LICENSE.md
 %{_bindir}/*
+%if %{with imageviewer}
 %{_mandir}/man1/*.1%{ext_man}
+%endif
 
 %if %{with apidocs}
 %files devel-doc

Reply via email to