Name: | libabigail |
---|---|
Version: | 1.1 |
Release: | 1.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 5129363 |
License: | LGPLv3+ |
RPM: | libabigail-1.1-1.el7.x86_64.rpm |
Source RPM: | libabigail-1.1-1.el7.src.rpm |
Build Date: | Sun Mar 18 2018 |
Build Host: | x86-ol6-builder-03.us.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 1.1
- Add missing %{dist} to release.
- Update to upstream 1.0 tarball - Adjust tarball_revision and tarball_name macros - Adjust Release macro - Remove the koji build require as python2-koji is enough - Replace the pyxdg build require with the python2-pyxdg one. - Added missing build and runtime require 'mailcap' to allow fedabipkgdiff to detect RPM files - Update description to account for the new kmidiff tool - Remove patches that got applied upstream: 0001-A-suppressed-diff-node-implies-suppressing-all-equiv.patch 0001-Bug-20927-Segfault-when-HOME-is-not-set.patch 0001-Fix-aborting-when-reading-.foo-symbols-from-a-ppc64-.patch - Add kmidiff to the RPM
- Fix upstream bug - Fix aborting when reading .foo symbols from a ppc64 binary
- Fix upstream Bug 20927 - Segfault when abidiff is invoked with $HOME not set Apply the upstream patch here.
- Fix an issue where some suppressed diff nodes are still visible in change reports This implies applying upstream patch: "[PATCH] A suppressed diff node implies suppressing all equivalent nodes too"
- Update to upstream 1.0.rc6 tarball - Add pyxdg, rpm-python, koji and python2 as runtime dependencies. - Add wget as a build and runtime requirement. It's useful for fedabipkgdiff. - Update package description to mention fedabipkgdiff
- Add README
- Update to upstream 1.0.rc5 tarball - Add new build requires for new fedabipkgdiff tool: python2-devel, rpm-python, python-mock, koji, pyxdg, python-unittest2 - Add new %{_bindir}/fedabipkgdiff binary and %{_libdir}/libabigail/default.abignore configuration file to the set of distributed files. - Drop patches that were integrated upstream: 0001-Bug-19961-Distinguish-between-PI-executable-and-shar.patch 0002-Bug-19964-Cannot-load-function-aliases-on-ppc64.patch
- Fix PIE and ppc64 function aliases handling. The exact two upstream bugs fixed are: Bug 19961 - Distinguish between PI executable and shared library Bug 19964 - Cannot load function aliases on ppc64 The two upstream patches applied are 8944ceb9ef03a4187 and 2529f84ae0e2ca2a