From f9202b5f7ef61301f349830ce96750b431f70adbd97dbd05e1223049c7ac70a1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 15 Mar 2020 22:10:24 +0000 Subject: [PATCH] - Update to release 1.7 OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=17 --- _service | 6 +++--- libabigail-1.7.tar.xz | 3 +++ libabigail-1.7~git84.tar.xz | 3 --- libabigail.changes | 9 +++++++++ libabigail.spec | 8 +++++--- 5 files changed, 20 insertions(+), 9 deletions(-) create mode 100644 libabigail-1.7.tar.xz delete mode 100644 libabigail-1.7~git84.tar.xz diff --git a/_service b/_service index bb7e449..206dbda 100644 --- a/_service +++ b/_service @@ -1,10 +1,10 @@ git://sourceware.org/git/libabigail - master + libabigail-1.7 git - libabigail-1.6 - 1.7~git@TAG_OFFSET@ + libabigail-1.7 + 1.7 tests diff --git a/libabigail-1.7.tar.xz b/libabigail-1.7.tar.xz new file mode 100644 index 0000000..b0376d2 --- /dev/null +++ b/libabigail-1.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8d69c9acdbb4096d348550a1bc7a97be6bf21299945719f59b18451f9ba419 +size 1170100 diff --git a/libabigail-1.7~git84.tar.xz b/libabigail-1.7~git84.tar.xz deleted file mode 100644 index 527a309..0000000 --- a/libabigail-1.7~git84.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fb5c794c25e7891645431ee25326a603790e19311c6ca71790511fbc611bf8e -size 1137876 diff --git a/libabigail.changes b/libabigail.changes index 24019ba..dce6de4 100644 --- a/libabigail.changes +++ b/libabigail.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Mar 15 20:31:55 UTC 2020 - Jan Engelhardt + +- Update to release 1.7 + * Fix ELF reader not inteprreting interpret ksymtab with + kernel 4.19+ + * Support string form DW_FORM_strx{1,4} from DWARF 5. + * Support decl DIEs referring to symbols using DW_AT_ranges. + ------------------------------------------------------------------- Thu Aug 22 19:14:09 UTC 2019 - Jan Engelhardt diff --git a/libabigail.spec b/libabigail.spec index c4ba3a0..6013a3e 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -1,7 +1,7 @@ # # spec file for package libabigail # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -18,12 +18,12 @@ Name: libabigail %define lname libabigail0 -Version: 1.7~git84 +Version: 1.7 Release: 0 Summary: Application Binary Interface Generic Analysis and Instrumentation Library License: GPL-3.0-or-later AND LGPL-2.0-or-later AND LGPL-3.0-or-later Group: Development/Libraries/C and C++ -Url: https://sourceware.org/libabigail/ +URL: https://sourceware.org/libabigail/ Source: %name-%version.tar.xz Patch1: no-tests.diff @@ -32,7 +32,9 @@ BuildRequires: automake >= 1.11.1 BuildRequires: dpkg BuildRequires: gcc-c++ >= 4.7 BuildRequires: libdw-devel >= 0.160 +%if 0%{?suse_version} < 1550 BuildRequires: libebl-devel +%endif BuildRequires: libtool >= 2.2 BuildRequires: libzip-devel BuildRequires: makeinfo