Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ART for openSUSE:Factory checked in at 2025-01-07 20:51:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ART (Old) and /work/SRC/openSUSE:Factory/.ART.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ART" Tue Jan 7 20:51:45 2025 rev:28 rq:1235109 version:1.24.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ART/ART.changes 2025-01-05 15:31:38.206701112 +0100 +++ /work/SRC/openSUSE:Factory/.ART.new.1881/ART.changes 2025-01-07 20:52:11.529867662 +0100 @@ -1,0 +2,6 @@ +Mon Jan 6 01:03:49 UTC 2025 - Marcus Rueckert <mrueck...@suse.de> + +- consistently set CC/CXX variables +- enable CTL support in the devel project + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ART.spec ++++++ --- /var/tmp/diff_new_pack.EgDW5J/_old 2025-01-07 20:52:12.381902888 +0100 +++ /var/tmp/diff_new_pack.EgDW5J/_new 2025-01-07 20:52:12.385903054 +0100 @@ -20,6 +20,12 @@ %global force_gcc_version 12 %endif +%if (0%{?suse_version} >= 1590) || ("%{_project}" == "graphics") +%bcond_without art_ctl +%else +%bcone_with art_ctl +%endif + Name: ART Version: 1.24.5 Release: 0 @@ -33,7 +39,7 @@ Source2: %{name}.keyring Patch0: fix-missing-lm.patch BuildRequires: OpenColorIO-devel -%if 0%{?suse_version} > 1590 +%if %{with art_ctl} BuildRequires: ctl-devel %endif BuildRequires: cmake @@ -95,8 +101,13 @@ export CFLAGS="%(echo %{optflags} | sed 's/-O2/-O3/' | sed 's/-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=3/')" export CXXFLAGS="$CFLAGS" +%if 0%{?force_gcc_version} +export CC=gcc-%{?force_gcc_version} +export CXX=gcc-%{?force_gcc_version} +%else export CC=gcc export CXX=gcc +%endif %cmake \ %if 0%{?force_gcc_version} @@ -107,7 +118,7 @@ -DCMAKE_C_FLAGS="$CFLAGS" \ -DCACHE_NAME_SUFFIX="" \ -DENABLE_LIBRAW="ON" \ -%if 0%{?suse_version} > 1590 +%if %{with art_ctl} -DENABLE_CTL="ON" \ -DCTL_INCLUDE_DIR="%{_includedir}/CTL" \ %endif