diff --git a/_service b/_service deleted file mode 100644 index 14a40fe..0000000 --- a/_service +++ /dev/null @@ -1,15 +0,0 @@ - - - git://sourceware.org/git/libabigail - libabigail-2.0 - git - @PARENT_TAG@ - libabigail-(.*) - tests - - - *.tar - xz - - - diff --git a/libabigail-2.0.tar.xz b/libabigail-2.0.tar.xz deleted file mode 100644 index eda0c6f..0000000 --- a/libabigail-2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:853f40265e8bcac5979d4efdee8107815de0952dc458e8be3902e8cd1d8ad68c -size 1229528 diff --git a/libabigail-2.3.tar.xz b/libabigail-2.3.tar.xz new file mode 100644 index 0000000..6c3ca46 --- /dev/null +++ b/libabigail-2.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc214c89f3b7ab8f20113a7c7aa40a207d41574d7ec25c2520501420d8019eb0 +size 381350984 diff --git a/libabigail.changes b/libabigail.changes index e836e65..771b3cd 100644 --- a/libabigail.changes +++ b/libabigail.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jun 23 02:59:18 UTC 2023 - Jan Engelhardt + +- Update to release 2.3 + * Added an option to ignore SONAME differences in libraries + * abicompat: support reading CTF and abixml + * symtab: add support for CRC values from __kcrctab + * dwarf-reader: Support DW_OP_GNU_variable_value + * Support binaries with empty symbol table + * Better support an ELF symbol alias that designates several + functions + * Add support for BTF + ------------------------------------------------------------------- Sun Feb 13 23:37:46 UTC 2022 - Jan Engelhardt diff --git a/libabigail.spec b/libabigail.spec index 21da4b9..619bf02 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -1,7 +1,7 @@ # # spec file for package libabigail # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,22 @@ Name: libabigail -%define lname libabigail0 -Version: 2.0 +%define lname libabigail2 +Version: 2.3 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/ -Source: %name-%version.tar.xz +Source: http://mirrors.kernel.org/sourceware/libabigail/%name-%version.tar.xz Patch1: no-tests.diff BuildRequires: autoconf >= 2.63 BuildRequires: automake >= 1.11.1 BuildRequires: dpkg BuildRequires: gcc-c++ >= 4.7 +BuildRequires: libbpf-devel BuildRequires: libdw-devel >= 0.170 -%if 0%{?suse_version} < 1550 -BuildRequires: libebl-devel -%endif BuildRequires: libtool >= 2.2 BuildRequires: libzip-devel BuildRequires: makeinfo @@ -115,7 +113,7 @@ popd %postun -n %lname -p /sbin/ldconfig %files -n %lname -%_libdir/libabigail.so.0* +%_libdir/libabigail.so.2* %files devel %_includedir/%name/