Mon, 29 Apr 2024 09:05:12 UTC | login

Information for build libabigail-1.6-1.fc31

ID87666
Package Namelibabigail
Version1.6
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libabigail.git#421f9a7f8d6ee4b668cdaa374179c63b3758728a
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
StartedSun, 14 Jul 2019 03:51:58 UTC
CompletedSun, 14 Jul 2019 05:10:15 UTC
Taskbuild (f31-candidate, /rpms/libabigail.git:421f9a7f8d6ee4b668cdaa374179c63b3758728a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libabigail.git#421f9a7f8d6ee4b668cdaa374179c63b3758728a'}}
Tags
f31
RPMs
src
libabigail-1.6-1.fc31.src.rpm (info) (download)
riscv64
libabigail-1.6-1.fc31.riscv64.rpm (info) (download)
libabigail-devel-1.6-1.fc31.riscv64.rpm (info) (download)
libabigail-doc-1.6-1.fc31.riscv64.rpm (info) (download)
libabigail-fedora-1.6-1.fc31.riscv64.rpm (info) (download)
libabigail-debuginfo-1.6-1.fc31.riscv64.rpm (info) (download)
libabigail-debugsource-1.6-1.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Mar 27 2019 Dodji Seketeli <dodji@redhat.com> - 1.6-1 - Update to upstream 1.6 - Removed patches that are now upstream Support-having-several-debuginfo-search-dirs-for-a-b.patch Add-a-fail-no-debug-info-to-abidiff.patch * Wed Mar 13 2019 Mathieu Bridon <bochecha@daitauha.fr> - 1.5-4 - Remove unnecessary dependencies: python3-unittest2 and wget which was referred to twice. - Better group dependencies: Many dependencies are only required for fedabipkgdiff, so let's put them under the right conditional. - Split fedabipkgdiff to its own subpackage This tool is very specific, and only useful to Fedora developers, not all developers. It also has lots of dependencies which aren't required by the other tools. Splitting it to its own specialized package makes the main package, with its library and utilities, much lighter. * Thu Mar 07 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 1.5-4 - Remove obsolete requirements for %post/%preun scriptlets * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 12 2018 Dodji Seketeli <dodji@seketeli.org> - 1.5-2 - Apply patches Support-having-several-debuginfo-search-dirs-for-a-b.patch and Add-a-fail-no-debug-info-to-abidiff.patch * Thu Oct 25 2018 Dodji Seketeli <dodji@seketeli.org> - 1.5-1 - Update to upstream 1.5 * Wed Jul 25 2018 Nils Philippsen <nils@tiptoe.de> - 1.4-2 - explicitly use Python 3 for fedabipkgdiff * 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