Mon, 29 Apr 2024 11:42:50 UTC | login

Information for build libabigail-1.7-1.fc33

ID153347
Package Namelibabigail
Version1.7
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libabigail.git#faf082c2efd1321d47b5670610322b21aafb8dcd
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
StartedSat, 28 Mar 2020 18:44:43 UTC
CompletedSat, 28 Mar 2020 21:05:37 UTC
Taskbuild (f33, /rpms/libabigail.git:faf082c2efd1321d47b5670610322b21aafb8dcd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libabigail.git#faf082c2efd1321d47b5670610322b21aafb8dcd'}}
Tags
f33
RPMs
src
libabigail-1.7-1.fc33.src.rpm (info) (download)
riscv64
libabigail-1.7-1.fc33.riscv64.rpm (info) (download)
libabigail-devel-1.7-1.fc33.riscv64.rpm (info) (download)
libabigail-doc-1.7-1.fc33.riscv64.rpm (info) (download)
libabigail-fedora-1.7-1.fc33.riscv64.rpm (info) (download)
libabigail-debuginfo-1.7-1.fc33.riscv64.rpm (info) (download)
libabigail-debugsource-1.7-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Feb 25 2020 Dodji Seketeli <dodji@redhat.com> - 1.7-1 - Update to upstream 1.7 * Mon Feb 17 2020 Sinny Kumari <skumari@fedoraproject.org> - 1.6-4 - Add koji as BuildRequires - Fixes: RHBZ#1799575 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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