Mon, 29 Apr 2024 16:32:34 UTC | login

Information for build libabigail-1.4-1.fc29

ID67420
Package Namelibabigail
Version1.4
Release1.fc29
Epoch
SummarySet of ABI analysis tools
DescriptionThe 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 04 Aug 2018 21:32:04 UTC
CompletedSat, 04 Aug 2018 23:30:07 UTC
Taskbuild (f29-candidate, libabigail-1.4-1.fc29.src.rpm)
Tags
f29
RPMs
src
libabigail-1.4-1.fc29.src.rpm (info) (download)
riscv64
libabigail-1.4-1.fc29.riscv64.rpm (info) (download)
libabigail-devel-1.4-1.fc29.riscv64.rpm (info) (download)
libabigail-doc-1.4-1.fc29.riscv64.rpm (info) (download)
libabigail-debuginfo-1.4-1.fc29.riscv64.rpm (info) (download)
libabigail-debugsource-1.4-1.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Dodji Seketeli <dodji@redhat.com> - 1.4-1 - Update to upstream 1.4 - Merge change to build fedabipkgdiff in Fedora only. * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 1.3-2 - Rebuilt for Python 3.7 * Wed May 16 2018 Dodji Seketeli <dodji@redhat.com> - 1.3-1 - Update to upstream 1.3 - Use python3 modules * Mon Mar 19 2018 Dodji Seketeli <dodji@redhat.com> - 1.2-2 - Depend on Koji only on Fedora * Mon Mar 05 2018 Dodji Seketeli <dodji@redhat.com> - 1.2-1 - Update to upstream 1.2 * Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1-4 - Escape macros in %changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1-2 - Switch to %ldconfig_scriptlets * Thu Jan 25 2018 Dodji Seketeli <dodji@redhat.com> - 1.1-1 - Update to upstream 1.1 - Use python2-sphynx, rpm-python2, python2-rpm rather than python-sphinx, rpm-python. * Wed Nov 22 2017 Dodji Seketeli <dodji@seketeli.org> - 1.0-1 - Add missing %{dist} to release. * Tue Nov 07 2017 Dodji Seketeli <dodji@redhat.com> - 1.0-1 - 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 * Fri Oct 06 2017 Troy Dawson <tdawson@redhat.com> - 1.0-0.13.rc6.4 - Fix rawhide FTBFS - Added Buildrequires python2-koji * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.12.rc6.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.11.rc6.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.10.rc6.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.9.rc6.4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Dec 09 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.8.rc6.4 - Fix upstream bug - Fix aborting when reading .foo symbols from a ppc64 binary * Mon Dec 05 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.8.rc6.3 - Fix upstream Bug 20927 - Segfault when abidiff is invoked with $HOME empty Apply the upstream patch here. * Sat Nov 26 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.8.rc6.2 - 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" * Wed Nov 23 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.8.rc6.1 - Update to upstream 1.0.rc6 tarball - Add wget as a build and runtime requirement. It's useful for fedabipkgdiff * Mon Aug 29 2016 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.8.rc5.5 - Update the package description to mention fedabipkgdiff * Mon Aug 29 2016 Chenxiong Qi <cqi@redhat.com> - 1.0-0.8.rc5.4 - Add pyxdg, rpm-python, koji and python2 as runtime dependencies