Name: | libabigail |
---|---|
Version: | 2.3 |
Release: | 1.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 6200694 |
License: | ASL 2.0 |
RPM: | libabigail-2.3-1.el7.x86_64.rpm |
Source RPM: | libabigail-2.3-1.el7.src.rpm |
Build Date: | Fri May 05 2023 |
Build Host: | build-ol7-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://sourceware.org/libabigail/ |
Summary: | Set of ABI analysis tools |
Description: | The libabigail package comprises seven command line utilities: abidiff, kmidiff, abipkgdiff, abicompat, abidw, abilint and fedabipkgdiff. 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. fedabipkgdiff interacts with the Fedora Build System over the internet to let the user compare the ABI of Fedora packages without having to download them manually. Install libabigail if you need to compare the ABI of ELF shared libraries. |
- Update to upstream 2.3 release - Don't do "dos2unix doc/manuals/html/_static/jquery.js" The file doc/manuals/html/_static/jquery.js is no more. Hence, don't BuildRequires: dos2unix anymore. - The libaigail binary is now libabigail.so.2.0.0.
- Update to upstream 2.2 release. - Switch to a tar.xz tarball.
- 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.
- Update to upstream 2.0 tarball - Change License to ASL 2.0 to comply with the upstream license change.
- Update to upstream 1.8.2 point release
- 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
- Update to upstream 1.8 - Add "make check-self-compare" to regression tests - Add BuildRequires python2-koji
- Update to upstream 1.7 - Add Koji as BuildRequires Fixes: RHBZ#1799575
- Update to upstream 1.6 - Remove patches: Support-having-several-debuginfo-search-dirs-for-a-b.patch Add-a-fail-no-debug-info-to-abidiff.patch
- Apply patches Support-having-several-debuginfo-search-dirs-for-a-b.patch and Add-a-fail-no-debug-info-to-abidiff.patch