8 Commits

Author SHA256 Message Date
5b1df8eb30 libabigail 2.9 2026-02-05 12:24:16 +01:00
54bfc87485 Delete empty line 2025-05-19 11:57:20 +02:00
ad7083d434 libabigail 2.7 2025-05-16 10:53:23 +02:00
495f65d966 Use explicit -j1 for Sphinx doc
Keep using %make_build, in case there are other flags of interest in the
macro, and use an explicit -j1 marker at the end instead.
2025-04-04 14:28:08 +02:00
Bernhard M. Wiedemann
9529be6860 Workaround Sphinx race 2025-04-03 19:10:49 +02:00
Dirk Müller
680284b59c update to 2.6.0 2025-03-30 13:21:25 +02:00
ef87c769ac Enable CTF frontend 2024-08-28 10:35:00 +02:00
d0388edf1d libabigail 2.5 2024-08-28 10:19:50 +02:00
4 changed files with 30 additions and 6 deletions

Binary file not shown.

BIN
libabigail-2.9.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Feb 5 11:17:40 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.9
* tools-utils: Fix XZ decompression after all compression data is
read
* elf-reader: Fix elfutils initialization of debuginfo lookup paths
* Fixed a regression in support for absolute path to alt DWARF
* Fixed abicompat not filtering out harmless diff nodes
* Improve harmless integral type change filtering
* Fixed classes_have_same_layout & types_are_compatible entering
an endless loop
* elf-reader,symtab-reader: Fix suppression of aliased symbols
* Implemented `abidw --force-early-suppression`
* Fixed a crash of `abidw --follow-dependencies <binary>`
* ir: Avoid crashing canonicalizing anonymous types with member
fns
* abidb --submit: add "--no-corpus-path" to abidw invocation
* abipkgdiff: new option ``-ignore-soname``
* symtab-reader: Speedup
lookup_undefined_{function,variable}_symbol
* Fixed memory leaks in tools-utils, ctf-reader, and an fd leak
in elf-reader
-------------------------------------------------------------------
Fri May 16 08:36:19 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libabigail
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
%define lname libabigail6
%define lname libabigail8
Name: libabigail
Version: 2.7
Version: 2.9
Release: 0
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
License: Apache-2.0 WITH LLVM-exception