Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c90c403e22 | ||
|
|
1cc739278b |
3 changed files with 12 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -45,3 +45,4 @@
|
|||
/libabigail-2.6.tar.xz
|
||||
/libabigail-2.7.tar.xz
|
||||
/libabigail-2.8.tar.xz
|
||||
/libabigail-2.9.tar.xz
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
%global tarball_name %{name}-%{version}
|
||||
|
||||
Name: libabigail
|
||||
Version: 2.8
|
||||
Release: 2%{?dist}
|
||||
Version: 2.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception
|
||||
|
|
@ -130,8 +130,7 @@ make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot}
|
|||
%endif
|
||||
|
||||
%check
|
||||
time make %{?_smp_mflags} check || (cat tests/test-suite.log && exit 2)
|
||||
time make %{?_smp_mflags} check-self-compare ENABLE_SLOW_TEST=yes || (cat tests/test-suite.log && exit 2)
|
||||
time make %{?_smp_mflags} check check-self-compare || (cat tests/test-suite.log && exit 2)
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
|
|
@ -145,8 +144,8 @@ time make %{?_smp_mflags} check-self-compare ENABLE_SLOW_TEST=yes || (cat tests/
|
|||
%if %{with abidb}
|
||||
%{_bindir}/abidb
|
||||
%endif
|
||||
%{_libdir}/libabigail.so.7
|
||||
%{_libdir}/libabigail.so.7.0.0
|
||||
%{_libdir}/libabigail.so.8
|
||||
%{_libdir}/libabigail.so.8.0.0
|
||||
%{_libdir}/libabigail/default.abignore
|
||||
%doc README AUTHORS ChangeLog
|
||||
%license LICENSE.txt license-change-2020.txt
|
||||
|
|
@ -170,6 +169,11 @@ time make %{?_smp_mflags} check-self-compare ENABLE_SLOW_TEST=yes || (cat tests/
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 06 2025 Dodji Seketeli <dodji@redhat.com> - 2.9-1
|
||||
- Update to upstream 2.9 tarball
|
||||
- Support new libabigail.so.8.0.0 SONAME
|
||||
- Run 'make check check-self-compare' instead of two separate make invocations.
|
||||
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (libabigail-2.8.tar.xz) = e919f12c914addb9c64d15d40c50e50ce1b08ac8f64f11adb9274cbdfc568b7e2eb99f669866b413a3e6c6246611b529be1f8d226cf58f7a5c6e2a7061d88e8c
|
||||
SHA512 (libabigail-2.9.tar.xz) = 5bdf5ec49a5931a61bf28317b41eee583d6277d00ac621b2d2a97bbc0d816c3662bcfe13a5ac7aeee11c947afb69a5a0a9a8015fcebad09965b45af9b1e23606
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue