Tue, 24 Sep 2024 20:28:06 UTC | login

Information for build libabigail-2.5-3.fc41

ID327760
Package Namelibabigail
Version2.5
Release3.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libabigail.git#ad139c75a2bcef797758042c82106cd26d837572
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
StartedFri, 02 Aug 2024 14:44:44 UTC
CompletedFri, 02 Aug 2024 19:04:03 UTC
Taskbuild (f41, /rpms/libabigail.git:ad139c75a2bcef797758042c82106cd26d837572)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libabigail.git#ad139c75a2bcef797758042c82106cd26d837572'}}
Tags
f41
RPMs
src
libabigail-2.5-3.fc41.src.rpm (info) (download)
riscv64
libabigail-2.5-3.fc41.riscv64.rpm (info) (download)
libabigail-devel-2.5-3.fc41.riscv64.rpm (info) (download)
libabigail-doc-2.5-3.fc41.riscv64.rpm (info) (download)
libabigail-fedora-2.5-3.fc41.riscv64.rpm (info) (download)
libabigail-debuginfo-2.5-3.fc41.riscv64.rpm (info) (download)
libabigail-debugsource-2.5-3.fc41.riscv64.rpm (info) (download)
Logs
riscv64
state.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Thu May 16 2024 Adam Williamson <awilliam@redhat.com> - 2.5-2 - Rebuild with fixed CI metadata * Thu Apr 18 2024 Dodji Seketeli <dodji@redhat.com> - 2.5-1 - Update to upstream 2.5 tarball - Drop patches 0001-Bug-31045-Don-t-try-setting-translation-unit-for-uni.patch 0002-suppression-Add-has_strict_flexible_array_data_membe.patch 0003-Replace-deprecated-mock-with-unittest.mock.patch - Package libabigail.so.4 rather than the previous libabigail.so.3. - Add abidb to the package Added BuildRequires: python3-GitPython, python3-libarchive-c - Better handle error handling when tests fails. * Fri Jan 26 2024 Maxwell G <maxwell@gtmx.me> - 2.4-7 - Remove python3-mock dependency - Apply patch 0003-Replace-deprecated-mock-with-unittest.mock.patch * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Nov 20 2023 Dodji Seketeli <dodji@redhat.com> - 2.4-4 - Fix SPDX licensing string * Wed Nov 15 2023 Dodji Seketeli <dodji@redhat.com> - 2.4-3 - Fix sourceware.org/PR31017 "Support Flex array conversion suppression" Apply patch 0002-suppression-Add-has_strict_flexible_array_data_membe.patch * Tue Nov 14 2023 Dodji Seketeli <dodji@redhat.com> - 2.4-2 - Fix sourceware.org/PR31045 "Don't try setting translation unit for unique types" Apply patch 0001-Bug-31045-Don-t-try-setting-translation-unit-for-uni.patch. That patch is applied in upstream mainline and will be available in libabigail 2.5. - Use %autosetup instead of the previous %setup and %patch macros. - Add git as a build requirement * Fri Oct 20 2023 Dodji Seketeli <dodji@redhat.com> - 2.4-1 - Update to upstream 2.4 tarball - Drop patches 0001-Fix-fedabipkgdiff-configure-check-for-Python-3.12.patch and 0001-Fix-fedabipkgdiff-configure-check-for-Python-3.12.patch - Enable build with support for BTF - Added BuildRequires: libbpf-devel - Support soname bumped to libabigail.so.3.0.0 * Thu Oct 12 2023 Dodji Seketeli <dodji@redhat.com> - 2.3-3 - Use the SPDX format to express the license of the package - Fix a compilation warning * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Apr 27 2023 Dodji Seketeli <dodji@redhat.com> - 2.3-1 - 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. * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Dec 02 2022 Dodji Seketeli <dodji@redhat.com> - 2.2-1 - Update to upstream 2.2 release. - Switch to a tar.xz tarball. * Wed Sep 21 2022 Dodji Seketeli <dodji@redhat.com> - 2.1-1 - 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. * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild