Mon, 29 Apr 2024 08:23:40 UTC | login

Information for build libabigail-2.1-1.fc37

ID218710
Package Namelibabigail
Version2.1
Release1.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libabigail.git#efe9c04a1a50aeb85352459182f75dea7ea77e7d
SummarySet of ABI analysis tools
DescriptionThe libabigail package comprises seven command line utilities: abidiff, kmidiff, abipkgdiff, abicompat, abidw, and abilint. The abidiff command line tool compares the ABI of two ELF shared libraries and emits meaningful textual reports about changes impacting exported functions, variables and their types. Simarly, the kmidiff compares the kernel module interface of two Linux kernels. abipkgdiff compares the ABIs of ELF binaries contained in two packages. abicompat checks if a subsequent version of a shared library is still compatible with an application that is linked against it. abidw emits an XML representation of the ABI of a given ELF shared library. abilint checks that a given XML representation of the ABI of a shared library is correct. Install libabigail if you need to compare the ABI of ELF shared libraries.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 16 Nov 2022 09:16:10 UTC
CompletedWed, 16 Nov 2022 12:46:56 UTC
Taskbuild (f37, /rpms/libabigail.git:efe9c04a1a50aeb85352459182f75dea7ea77e7d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libabigail.git#efe9c04a1a50aeb85352459182f75dea7ea77e7d'}}
Tags
f37
f38
RPMs
src
libabigail-2.1-1.fc37.src.rpm (info) (download)
riscv64
libabigail-2.1-1.fc37.riscv64.rpm (info) (download)
libabigail-devel-2.1-1.fc37.riscv64.rpm (info) (download)
libabigail-doc-2.1-1.fc37.riscv64.rpm (info) (download)
libabigail-fedora-2.1-1.fc37.riscv64.rpm (info) (download)
libabigail-debuginfo-2.1-1.fc37.riscv64.rpm (info) (download)
libabigail-debugsource-2.1-1.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Sep 21 2022 Dodji Seketeli <dodji@redhat.com> - 2.1-1 - Update to upstream 2.1 - Add libabigail.so.1 and libabigail.so.1.0.0 to the package. - Enable CTF support when running the tests. - Add binutils-devel as BuildRequires, for CTF. * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Oct 04 2021 Dodji Seketeli <dodji@redhat.com> - 2.0-1 - Update to upstream 2.0 tarball - Change License to ASL 2.0 to comply with the upstream license change. * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Feb 25 2021 Dodji Seketeli <dodji@redhat.com> - 1.8.2-1 - Update to upstream 1.8.2 point release - Require dpkg and koji only on Fedora builds only. * Wed Jan 27 2021 Dodji Seketeli <dodji@seketeli.org> - 1.8.1-1 - Update to upstream fixes up to libabigail-1.8.1 This encompasses this fixes, compared to the last 1.8 release: ir: Add better comments to types_have_similar_structure mainpage: Update web page for 1.8 release Bug 26992 - Try harder to resolve declaration-only classes Bug 27204 - potential loss of some aliased ELF function symbols Ignore duplicated functions and those not associated with ELF symbols Bug 27236 - Pointer comparison wrongly fails because of typedef change Bug 27233 - fedabipkgdiff fails on package gnupg2 from Fedora 33 Bug 27232 - fedabipkgdiff fails on gawk from Fedora 33 dwarf-reader: Support fast DW_FORM_line_strp string comparison gen-changelog.py: Update call to subprocess.Popen & cleanup Bug 27255 - fedabipkgdiff fails on nfs-utils on Fedora 33 abidiff: support --dump-diff-tree with --leaf-changes-only ir: Arrays are indirect types for type structure similarity purposes Add qualifier / typedef / array / pointer test abg-ir: Optimize calls to std::string::find() for a single char. abipkgdiff: Address operator precedence warning * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Dec 01 2020 Dodji Seketeli <dodji@redhat.com> - 1.8-1 - Update to upstream 1.8 - Add 'make check-self-compare' to the regression tests run. - BuildRequires python3-koji