Hello community,

here is the log from the commit of package gmic for openSUSE:Factory checked in 
at 2020-01-14 21:12:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gmic (Old)
 and      /work/SRC/openSUSE:Factory/.gmic.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gmic"

Tue Jan 14 21:12:46 2020 rev:5 rq:764405 version:2.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gmic/gmic.changes        2019-12-27 
13:49:29.224493271 +0100
+++ /work/SRC/openSUSE:Factory/.gmic.new.6675/gmic.changes      2020-01-14 
21:14:07.414952104 +0100
@@ -1,0 +2,6 @@
+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
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gmic.spec ++++++
--- /var/tmp/diff_new_pack.YvoayV/_old  2020-01-14 21:14:08.250952484 +0100
+++ /var/tmp/diff_new_pack.YvoayV/_new  2020-01-14 21:14:08.282952499 +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



Reply via email to