Hello community,

here is the log from the commit of package libdwarf for openSUSE:Factory 
checked in at 2019-09-05 12:06:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdwarf (Old)
 and      /work/SRC/openSUSE:Factory/.libdwarf.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdwarf"

Thu Sep  5 12:06:46 2019 rev:15 rq:720712 version:20180129

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdwarf/libdwarf.changes        2018-02-24 
16:37:41.249103231 +0100
+++ /work/SRC/openSUSE:Factory/.libdwarf.new.7948/libdwarf.changes      
2019-09-05 12:06:49.099891959 +0200
@@ -1,0 +2,5 @@
+Fri Aug  2 07:05:36 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Use FAT LTO objects in order to provide proper static library.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libdwarf.spec ++++++
--- /var/tmp/diff_new_pack.bwnVh8/_old  2019-09-05 12:06:50.539891689 +0200
+++ /var/tmp/diff_new_pack.bwnVh8/_new  2019-09-05 12:06:50.539891689 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdwarf
 #
-# 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/
 #
 
 
@@ -20,7 +20,7 @@
 Version:        20180129
 Release:        0
 Summary:        Access DWARF debugging information
-License:        LGPL-2.1+ and GPL-2.0+
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 Url:            http://prevanders.net/dwarf.html
 #Git-Clone:    git://git.code.sf.net/p/libdwarf/code
@@ -35,7 +35,7 @@
 
 %package -n libdwarf1
 Summary:        Library to access DWARF information in object files
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
 
 %description -n libdwarf1
@@ -46,7 +46,7 @@
 
 %package devel
 Summary:        Development files for libdwarf
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 Requires:       libdwarf1 = %{version}
 
@@ -58,7 +58,7 @@
 
 %package devel-static
 Summary:        Static library for libdwarf
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-devel = %{version}
 Provides:       libdwarf-devel:%{_libdir}/libdwarf.a
@@ -72,7 +72,7 @@
 %package tools
 Summary:        DWARF-related tools
 # Debian name for the package; provide it for cross-discoverability.
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
 Provides:       dwarfutils = %{version}-%{release}
 
@@ -81,7 +81,7 @@
 
 %package doc
 Summary:        Documentation for libdwarf
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Documentation/Other
 
 %description doc
@@ -91,6 +91,7 @@
 %setup -q -n dwarf-%{version}
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 export CFLAGS="%{optflags}"
 ## libdwarf
 cd libdwarf


Reply via email to