Tue, 08 Oct 2024 16:48:13 CST | login

Information for build libabigail-2.2-2.el9

ID24789
Package Namelibabigail
Version2.2
Release2.el9
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/libabigail.git#a14ffb211b718235378aab96a8264e83ccd15c0b
SummarySet of ABI analysis tools
DescriptionThe libabigail package comprises six 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 bydistrobuild
State complete
Volume DEFAULT
StartedThu, 11 May 2023 00:38:08 CST
CompletedThu, 11 May 2023 00:59:55 CST
Taskbuild (dist-circle9, /stage/rpms/libabigail.git:a14ffb211b718235378aab96a8264e83ccd15c0b)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/libabigail.git?#a14ffb211b718235378aab96a8264e83ccd15c0b'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
libabigail-2.2-2.el9.src.rpm (info) (download)
aarch64
libabigail-2.2-2.el9.aarch64.rpm (info) (download)
libabigail-devel-2.2-2.el9.aarch64.rpm (info) (download)
libabigail-doc-2.2-2.el9.aarch64.rpm (info) (download)
libabigail-debuginfo-2.2-2.el9.aarch64.rpm (info) (download)
libabigail-debugsource-2.2-2.el9.aarch64.rpm (info) (download)
i686
libabigail-2.2-2.el9.i686.rpm (info) (download)
libabigail-devel-2.2-2.el9.i686.rpm (info) (download)
libabigail-doc-2.2-2.el9.i686.rpm (info) (download)
libabigail-debuginfo-2.2-2.el9.i686.rpm (info) (download)
libabigail-debugsource-2.2-2.el9.i686.rpm (info) (download)
ppc64le
libabigail-2.2-2.el9.ppc64le.rpm (info) (download)
libabigail-devel-2.2-2.el9.ppc64le.rpm (info) (download)
libabigail-doc-2.2-2.el9.ppc64le.rpm (info) (download)
libabigail-debuginfo-2.2-2.el9.ppc64le.rpm (info) (download)
libabigail-debugsource-2.2-2.el9.ppc64le.rpm (info) (download)
s390x
libabigail-2.2-2.el9.s390x.rpm (info) (download)
libabigail-devel-2.2-2.el9.s390x.rpm (info) (download)
libabigail-doc-2.2-2.el9.s390x.rpm (info) (download)
libabigail-debuginfo-2.2-2.el9.s390x.rpm (info) (download)
libabigail-debugsource-2.2-2.el9.s390x.rpm (info) (download)
x86_64
libabigail-2.2-2.el9.x86_64.rpm (info) (download)
libabigail-devel-2.2-2.el9.x86_64.rpm (info) (download)
libabigail-doc-2.2-2.el9.x86_64.rpm (info) (download)
libabigail-debuginfo-2.2-2.el9.x86_64.rpm (info) (download)
libabigail-debugsource-2.2-2.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
i686
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * Tue Dec 13 2022 Dodji Seketeli <dodji@redhat.com> - 2.2-1 - Update to upstream 2.2 - Switch to .xz tarball - Resolves: rhbz#2152553 * Wed Nov 02 2022 Martin Cermak <mcermak@redhat.com> - 2.1-2 - NVR bump and rebuild * Fri Sep 30 2022 Dodji Seketeli <dodji@redhat.com> - 2.1-1 - Update to upstream 2.1 release. - Remove the now useless text about getting the source from git. - Update the license reference. - Resolves: rhbz#1944096 * Thu Jan 28 2021 Dodji Seketeli <dodji@redhat.com> - 1.8.1-1 - Update to upsteram 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 -Resolves: rhbz#1901016