[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект libabigail-2.6-1.el9

Имя libabigail
Эпоха 0
Версия 2.6
Релиз 1.el9
Сайт https://sourceware.org/libabigail/
Лицензия Apache-2.0 WITH LLVM-exception
Время сборки 2025-03-31 13:42:28
Хост сборки builder-x86-05.inferitos.ru
Краткое описание Set of ABI analysis tools
Репозитории CRB
Полное описание The libabigail package comprises six 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.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
libabigail-2.6-1.el9.x86_64 Set of ABI analysis tools 46845c77375b35a66a411cdb4aee96a3735a2a439f6ff21105cd9c59ca132855 download
i686
libabigail-2.6-1.el9.i686 Set of ABI analysis tools ed4c8ff5a92c4f37cebef02764e8fb802c3bee2e1adc6cc90c632ccd6494f088 download
aarch64
libabigail-2.6-1.el9.aarch64 Set of ABI analysis tools 77020318cb2c97f90b5fcee86e8d22a3eb53a443545f3754b8cf744da1d4fca8 download
src
libabigail-2.6-1.el9.src Set of ABI analysis tools 78609b7a3a207ecb70fd7a7c47c9f87592f048babc3f62ff328866aaf2e11b6b download
История изменений link
* Thu Mar 20 2025 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.6-1
- Rebuilt for MSVSphere 9.6-beta

* Fri Nov 08 2024 Dodji Seketeli <dodji@redhat.com> - 2.6.1
- Update to upstream 2.6 tarball
- Update to changing SONAME (libabigail.so.5.0.0)
- Add BuildRequires xxhash-devel
- Disable abidb as its dependencies are not present in RHEL 9.6
- Resolves https://issues.redhat.com/browse/RHEL-64069

* Tue Apr 23 2024 Dodji Seketeli <dodji@redhat.com> - 2.5-1
- Update to upstream 2.5 tarball
- Drop patches (as they are now upstream):
  0001-Bug-31045-Don-t-try-setting-translation-unit-for-uni.patch
  0002-suppression-Add-has_strict_flexible_array_data_membe.patch
- Add BuildRequires: python3-devel
- Remove BuildRequires: %{_bindir}/python3

* Fri Nov 17 2023 Dodji Seketeli <dodji@redhat.com> - 2.4-3
- Fix SPDX Licensing string

* Thu Nov 16 2023 Dodji Seketeli <dodji@redhat.com> - 2.4-2
- Apply patch: 0001-Bug-31045-Don-t-try-setting-translation-unit-for-uni.patch
  Resolves: https://issues.redhat.com/browse/RHEL-16614
- Apply patch: 0002-suppression-Add-has_strict_flexible_array_data_membe.patch
  Resolves: https://issues.redhat.com/browse/RHEL-16629
- Add git as a build requirement as we need git to apply the patches
  aboves that apply binaries.
- Use %autosetup to handle applying the patches using git.
- autoreconf after the patches touched at least one Makefile.am file.

* Wed Nov 01 2023 Dodji Seketeli <dodji@redhat.com> - 2.4-1
- Update to upstream 2.4
- Use SPDX licensing naming
- Build BTF support
- Add BuildRequires: libbpf-devel
- Update for SONAME bump
- Show details about the check and check-self-targets targets
  separatly.
- Resolves: RHEL-12491

* Tue May 09 2023 Dodji Seketeli <dodji@redhat.com> - 2.3-1
- Update to upstream 2.3
- Remove the dos2unix surgery as it's now useless
- Update for the soname bump
- Resolves: RHELPLAN-154803