Hello community, here is the log from the commit of package gmic for openSUSE:Leap:15.2 checked in at 2020-01-17 12:05:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/gmic (Old) and /work/SRC/openSUSE:Leap:15.2/.gmic.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gmic" Fri Jan 17 12:05:16 2020 rev:4 rq:764889 version:2.8.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/gmic/gmic.changes 2020-01-15 15:04:17.805868681 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.gmic.new.26092/gmic.changes 2020-01-17 12:05:17.808605928 +0100 @@ -1,0 +2,11 @@ +Tue Jan 14 20:44:14 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 2.8.2. No changelog. + +------------------------------------------------------------------- +Tue Jan 14 17:54:46 UTC 2020 - Andreas Schneider <[email protected]> + +- Disable LTO as it removes required symbols + * https://discuss.pixls.us/t/gmic-lookup-symbol-err-on-opensuse-darktable-master-build/15827 + +------------------------------------------------------------------- Old: ---- gmic_2.8.1.tar.gz New: ---- gmic_2.8.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gmic.spec ++++++ --- /var/tmp/diff_new_pack.Fknjo9/_old 2020-01-17 12:05:18.672606308 +0100 +++ /var/tmp/diff_new_pack.Fknjo9/_new 2020-01-17 12:05:18.676606310 +0100 @@ -1,7 +1,7 @@ # # spec file for package gmic # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,15 @@ # +# Disable LTO as it removes important symbols +# +# g++ use_libgmic.cpp -o use_gmic -L/tmp/local/gmic/lib64 -lgmic +# use_libgmic.cpp:function main: error: undefined reference to 'cimg_library::CImgList<float>::assign(unsigned int)' +# +# https://discuss.pixls.us/t/gmic-lookup-symbol-err-on-opensuse-darktable-master-build/15827 +# +%define _lto_cflags %{nil} + %global _gimpplugindir %(gimptool-2.0 --gimpplugindir)/plug-ins %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200 %bcond_without digikam_plugin @@ -29,7 +38,7 @@ %bcond_with opencv %endif Name: gmic -Version: 2.8.1 +Version: 2.8.2 Release: 0 Summary: GREYC's Magick for Image Computing (denoise and others) # gmic-qt is GPL-3.0-or-later, zart is CECILL-2.0, libgmic and cli program are ++++++ gmic_2.8.1.tar.gz -> gmic_2.8.2.tar.gz ++++++ ++++ 74221 lines of diff (skipped)
