forked from pool/libabigail
- Update to release 2.3
OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=24
This commit is contained in:
parent
e39dae87b0
commit
527d762c08
15
_service
15
_service
@ -1,15 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm" mode="disabled">
|
|
||||||
<param name="url">git://sourceware.org/git/libabigail</param>
|
|
||||||
<param name="revision">libabigail-2.0</param>
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
|
||||||
<param name="versionrewrite-pattern">libabigail-(.*)</param>
|
|
||||||
<param name="exclude">tests</param>
|
|
||||||
</service>
|
|
||||||
<service name="recompress" mode="disabled">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
<service name="set_version" mode="disabled"/>
|
|
||||||
</services>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:853f40265e8bcac5979d4efdee8107815de0952dc458e8be3902e8cd1d8ad68c
|
|
||||||
size 1229528
|
|
3
libabigail-2.3.tar.xz
Normal file
3
libabigail-2.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc214c89f3b7ab8f20113a7c7aa40a207d41574d7ec25c2520501420d8019eb0
|
||||||
|
size 381350984
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 23 02:59:18 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Sun Feb 13 23:37:46 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libabigail
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,24 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libabigail
|
Name: libabigail
|
||||||
%define lname libabigail0
|
%define lname libabigail2
|
||||||
Version: 2.0
|
Version: 2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
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
|
License: GPL-3.0-or-later AND LGPL-2.0-or-later AND LGPL-3.0-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://sourceware.org/libabigail/
|
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
|
Patch1: no-tests.diff
|
||||||
BuildRequires: autoconf >= 2.63
|
BuildRequires: autoconf >= 2.63
|
||||||
BuildRequires: automake >= 1.11.1
|
BuildRequires: automake >= 1.11.1
|
||||||
BuildRequires: dpkg
|
BuildRequires: dpkg
|
||||||
BuildRequires: gcc-c++ >= 4.7
|
BuildRequires: gcc-c++ >= 4.7
|
||||||
|
BuildRequires: libbpf-devel
|
||||||
BuildRequires: libdw-devel >= 0.170
|
BuildRequires: libdw-devel >= 0.170
|
||||||
%if 0%{?suse_version} < 1550
|
|
||||||
BuildRequires: libebl-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libtool >= 2.2
|
BuildRequires: libtool >= 2.2
|
||||||
BuildRequires: libzip-devel
|
BuildRequires: libzip-devel
|
||||||
BuildRequires: makeinfo
|
BuildRequires: makeinfo
|
||||||
@ -115,7 +113,7 @@ popd
|
|||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libabigail.so.0*
|
%_libdir/libabigail.so.2*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%_includedir/%name/
|
%_includedir/%name/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user