Hello community, here is the log from the commit of package libunwind for openSUSE:Factory checked in at 2019-07-13 13:35:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libunwind (Old) and /work/SRC/openSUSE:Factory/.libunwind.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libunwind" Sat Jul 13 13:35:41 2019 rev:39 rq:713987 version:1.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libunwind/libunwind.changes 2018-02-23 15:27:47.666865836 +0100 +++ /work/SRC/openSUSE:Factory/.libunwind.new.4615/libunwind.changes 2019-07-13 13:35:42.671314886 +0200 @@ -1,0 +2,17 @@ +Sun Jul 7 21:45:20 UTC 2019 - Jan Engelhardt <[email protected]> + +- Ensure neutrality of description. Avoid name repetition in + summaries. + +------------------------------------------------------------------- +Mon Jul 1 09:10:50 UTC 2019 - Andreas Schwab <[email protected]> + +- Update to 1.3.1 + * Iteration of unwind register states support + * Freebsd/Armv6 support + * Many, many dwarf bugfixes + * Mips remote unwind support + * aarch64 ptrace support +- fix_versioning_libunwind_1.2.1.patch: removed + +------------------------------------------------------------------- Old: ---- fix_versioning_libunwind_1.2.1.patch libunwind-1.2.1.tar.gz libunwind-1.2.1.tar.gz.sig New: ---- libunwind-1.3.1.tar.gz libunwind-1.3.1.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libunwind.spec ++++++ --- /var/tmp/diff_new_pack.S3XtYc/_old 2019-07-13 13:35:44.219314476 +0200 +++ /var/tmp/diff_new_pack.S3XtYc/_new 2019-07-13 13:35:44.239314469 +0200 @@ -1,7 +1,7 @@ # # spec file for package libunwind # -# 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,15 +12,15 @@ # 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/ # -%define realver 1.2.1 +%define realver 1.3.1 Name: libunwind -Version: 1.2.1 +Version: 1.3.1 Release: 0 -Summary: Unwind Library +Summary: Call chain detection library License: MIT Group: System/Base Url: http://savannah.nongnu.org/projects/libunwind/ @@ -28,8 +28,6 @@ Source1: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{realver}.tar.gz.sig Source2: %{name}.keyring Source3: baselibs.conf -# PATCH-FIX-UPSTREAM fix_versioning_libunwind_1.2.1.patch gh#libunwind/libunwind#30 [email protected] -- libunwind 1.2.1 UNW_VERSION_MINOR is not an integer. -Patch0: fix_versioning_libunwind_1.2.1.patch BuildRequires: gcc-c++ BuildRequires: lzma-devel BuildRequires: pkgconfig @@ -37,21 +35,18 @@ ExclusiveArch: %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64 %description -A portable and efficient C programming interface (API) to determine the -call chain of a program. +A C programming interface (API) to determine the call chain of a program. %package devel -Summary: Unwind library +Summary: Headers for the Unwind library Group: Development/Libraries/C and C++ Requires: %{name} = %{version} %description devel -A portable and efficient C programming interface (API) to determine the -call-chain of a program. +A C programming interface (API) to determine the call chain of a program. %prep %setup -q -n %{name}-%{realver} -%patch0 -p1 %build %configure \ @@ -59,7 +54,7 @@ make %{?_smp_mflags} %check -%if ! 0%{?qemu_user_space_build:1} +%if ! 0%{?qemu_user_space_build} # run-coredump-unwind fails make check %{?_smp_mflags} || : %endif ++++++ libunwind-1.2.1.tar.gz -> libunwind-1.3.1.tar.gz ++++++ ++++ 14657 lines of diff (skipped)
