Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ART for openSUSE:Factory checked in at 2022-08-19 17:56:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ART (Old) and /work/SRC/openSUSE:Factory/.ART.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ART" Fri Aug 19 17:56:05 2022 rev:2 rq:997981 version:1.15 Changes: -------- --- /work/SRC/openSUSE:Factory/ART/ART.changes 2022-08-17 18:32:52.708579779 +0200 +++ /work/SRC/openSUSE:Factory/.ART.new.2083/ART.changes 2022-08-19 17:58:57.632412482 +0200 @@ -1,0 +2,5 @@ +Thu Aug 18 12:59:51 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com> + +- Disable LTO, since it makes the program crashing. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ART.spec ++++++ --- /var/tmp/diff_new_pack.7TQTs8/_old 2022-08-19 17:58:58.152413572 +0200 +++ /var/tmp/diff_new_pack.7TQTs8/_new 2022-08-19 17:58:58.160413589 +0200 @@ -1,7 +1,7 @@ # # spec file for package ART # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,9 +29,9 @@ BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: glibmm2-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel -BuildRequires: glibmm2-devel BuildRequires: libraw-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(exiv2) @@ -80,23 +80,16 @@ %build # Upstream recommended '-O3' optimisation, do not change -# Adding -fno-tree-loop-vectorize due to https://github.com/Beep6581/RawTherapee/issues/5749 -export CFLAGS="%(echo %{optflags} | sed 's/-O2/-O3/' | sed 's/-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=3/') -fno-tree-loop-vectorize" +export CFLAGS="%(echo %{optflags} | sed 's/-O2/-O3/' | sed 's/-D_FORTIFY_SOURCE=2/-D_FORTIFY_SOURCE=3/')" export CXXFLAGS="$CFLAGS" -echo "CFLAGS: "$CFLAGS -echo "CXXFLAGS: "$CXXFLAGS - %cmake \ - -DCMAKE_SHARED_LINKER_FLAGS="-flto=auto -Wl,--as-needed -Wl,-z,now" \ - -DPROC_TARGET_NUMBER="2" \ + -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \ -DCACHE_NAME_SUFFIX="" \ - -DWITH_LTO="ON" \ -DENABLE_LIBRAW="ON" - -%make_build +%cmake_build %install %cmake_install