forked from pool/libabigail
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
b36b134271 | |||
ace385e31b | |||
|
36c73779d7 | ||
|
07e6efd201 | ||
1676004254 |
BIN
libabigail-2.5.tar.xz
(Stored with Git LFS)
Normal file
BIN
libabigail-2.5.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libabigail-2.7.tar.xz
(Stored with Git LFS)
BIN
libabigail-2.7.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,27 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri May 16 08:36:19 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 2.7
|
|
||||||
* abipkgdiff: Add new --verbose-diff option
|
|
||||||
* Add support for reading XZ-compressed files
|
|
||||||
* Normalize declaration names read from DWARF
|
|
||||||
* Fix a case of pointer to void* change filtering
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Apr 3 17:09:26 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
||||||
|
|
||||||
- Workaround Sphinx race condition (boo#1102408)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Mar 30 08:48:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 2.6:
|
|
||||||
* Use type hashing during type canonicalization. This speeds up
|
|
||||||
a number of pathological test cases.
|
|
||||||
* Improve Linux Kernel & Modules comparison using CTF and BTF
|
|
||||||
debug information format.
|
|
||||||
* Better support of some LLVM-specific DWARF lingo.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 28 08:08:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Wed Aug 28 08:08:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libabigail
|
# spec file for package libabigail
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@@ -16,15 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lname libabigail6
|
|
||||||
Name: libabigail
|
Name: libabigail
|
||||||
Version: 2.7
|
%define lname libabigail4
|
||||||
|
Version: 2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
||||||
License: Apache-2.0 WITH LLVM-exception
|
License: Apache-2.0 WITH LLVM-exception
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
#Git-Clone: git://sourceware.org/git/libabigail.git
|
|
||||||
URL: https://sourceware.org/libabigail/
|
URL: https://sourceware.org/libabigail/
|
||||||
|
|
||||||
Source: http://mirrors.kernel.org/sourceware/libabigail/%name-%version.tar.xz
|
Source: http://mirrors.kernel.org/sourceware/libabigail/%name-%version.tar.xz
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: dpkg
|
BuildRequires: dpkg
|
||||||
@@ -38,7 +38,6 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: python3-Sphinx
|
BuildRequires: python3-Sphinx
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.22
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.22
|
||||||
BuildRequires: pkgconfig(libxxhash) >= 0.8.0
|
|
||||||
BuildRequires: pkgconfig(libzip) >= 0.10
|
BuildRequires: pkgconfig(libzip) >= 0.10
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -93,8 +92,7 @@ interesting conclusions about these differences.
|
|||||||
--disable-static --enable-cxx11 --disable-silent-rules
|
--disable-static --enable-cxx11 --disable-silent-rules
|
||||||
%make_build
|
%make_build
|
||||||
pushd doc/manuals
|
pushd doc/manuals
|
||||||
# generate doc non-parallel to avoid triggering https://github.com/sphinx-doc/sphinx/issues/2946
|
make man info
|
||||||
%make_build man info -j1
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user