Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libunwind for openSUSE:Factory 
checked in at 2021-02-02 14:24:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunwind (Old)
 and      /work/SRC/openSUSE:Factory/.libunwind.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunwind"

Tue Feb  2 14:24:21 2021 rev:44 rq:864598 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunwind/libunwind.changes      2020-10-25 
18:08:12.215435206 +0100
+++ /work/SRC/openSUSE:Factory/.libunwind.new.28504/libunwind.changes   
2021-02-02 14:24:23.531272418 +0100
@@ -1,0 +2,21 @@
+Tue Jan 19 21:29:19 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 1.5.0:
+  * dwarf: clang doesn't respect the static alias
+  * Fixed a missing dependency in dwarf-eh.h 
+  * x86_64: Fix tdep_init_done when built with libatomic_ops 
+  * mips: make _step_n64 as a static function
+  * Added braces to suppress empty if/else warnings
+  * Delete hardcode of address size to support MIPS64.
+  * Fix format specifier for int64_t:29
+  * Add initial support for Solaris x86-64
+  * x86_64: Add fixup code if previous RIP was invalid
+  * x86-64: make `is_cached_valid_mem` functional
+  * arm: clear ip thumb/arm mode bit before move to previous instruction
+  * Fix compilation with -fno-common.
+  * Fix off-by-one error in x86_64 stack frames
+  * aarch64: Fix __sigset build issue on muslC
+  * Make SHF_COMPRESSED use contingent on its existence 
+- remove libunwind_U_dyn_info_list.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  libunwind-1.4.0.tar.gz
  libunwind-1.4.0.tar.gz.sig
  libunwind_U_dyn_info_list.patch

New:
----
  libunwind-1.5.0.tar.gz
  libunwind-1.5.0.tar.gz.sig

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

Other differences:
------------------
++++++ libunwind.spec ++++++
--- /var/tmp/diff_new_pack.dMF1o1/_old  2021-02-02 14:24:24.063273245 +0100
+++ /var/tmp/diff_new_pack.dMF1o1/_new  2021-02-02 14:24:24.067273251 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libunwind
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           libunwind
-Version:        1.4.0
+Version:        1.5.0
 Release:        0
 Summary:        Call chain detection library
 License:        MIT
@@ -27,12 +27,11 @@
 Source1:        
https://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
 Source2:        %{name}.keyring
 Source3:        baselibs.conf
-Patch0:         libunwind_U_dyn_info_list.patch
 BuildRequires:  gcc-c++
 BuildRequires:  lzma-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(atomic_ops)
-ExclusiveArch:  %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64 s390x
+ExcludeArch:    s390 riscv64
 
 %description
 A C programming interface (API) to determine the call chain of a program.
@@ -46,18 +45,17 @@
 A C programming interface (API) to determine the call chain of a program.
 
 %prep
-%setup -q -n %{name}-%{version}
-%patch0 -p1
+%setup -q
 
 %build
 %configure \
     --enable-minidebuginfo
-make %{?_smp_mflags}
+%make_build
 
 %check
 %if ! 0%{?qemu_user_space_build}
 # run-coredump-unwind fails
-make check %{?_smp_mflags} || :
+%make_build check || :
 %endif
 
 %install

++++++ libunwind-1.4.0.tar.gz -> libunwind-1.5.0.tar.gz ++++++
++++ 3566 lines of diff (skipped)

Reply via email to