Hello community, here is the log from the commit of package libstfl for openSUSE:Factory checked in at 2019-09-16 10:53:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstfl (Old) and /work/SRC/openSUSE:Factory/.libstfl.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstfl" Mon Sep 16 10:53:15 2019 rev:13 rq:731052 version:0.24 Changes: -------- --- /work/SRC/openSUSE:Factory/libstfl/libstfl.changes 2018-02-21 14:13:44.317290735 +0100 +++ /work/SRC/openSUSE:Factory/.libstfl.new.7948/libstfl.changes 2019-09-16 10:53:17.355149797 +0200 @@ -1,0 +2,5 @@ +Tue Sep 10 20:31:49 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Use -ffat-lto-objects when building static libraries. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstfl.spec ++++++ --- /var/tmp/diff_new_pack.qglmIr/_old 2019-09-16 10:53:17.983149716 +0200 +++ /var/tmp/diff_new_pack.qglmIr/_new 2019-09-16 10:53:17.987149715 +0200 @@ -1,7 +1,7 @@ # # spec file for package libstfl # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,9 +21,9 @@ Version: 0.24 Release: 0 Summary: Structured Terminal Forms Library -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ -Url: http://www.clifford.at/stfl/ +URL: http://www.clifford.at/stfl/ Source: http://www.clifford.at/stfl/stfl-%{version}.tar.gz Source99: libstfl-rpmlintrc Patch1: stfl-optflags.patch @@ -67,6 +67,7 @@ %patch2 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects make %{?_smp_mflags} \ CC="gcc" \ OPTFLAGS="%{optflags}"\ @@ -91,7 +92,8 @@ %postun -n libstfl%{sover} -p /sbin/ldconfig %files -n libstfl%{sover} -%doc COPYING README +%license COPYING +%doc README %{_libdir}/libstfl.so.%{sover} %{_libdir}/libstfl.so.%{sover}.*
