Use SPDX format for license designation
Also, fix a compilation warning with (newer) GCC 13.x Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
06ecafff64
commit
d1cbeb3b8e
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/libabigail-2.1.tar.gz
|
||||
/libabigail-2.2.tar.xz
|
||||
/libabigail-2.3.tar.xz
|
||||
/0001-ir-Remove-redundant-virtual-member-functions.patch
|
||||
|
||||
@ -3,16 +3,18 @@
|
||||
|
||||
Name: libabigail
|
||||
Version: 2.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
License: ASL 2.0
|
||||
License: Apache 2.0 WITH LLVM-exception
|
||||
URL: https://sourceware.org/libabigail/
|
||||
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.xz
|
||||
# fix configure for removal of 'imp' in Python 3.12; code already fixed
|
||||
# https://sourceware.org/pipermail/libabigail/2023q3/005581.html
|
||||
Patch0: 0001-Fix-fedabipkgdiff-configure-check-for-Python-3.12.patch
|
||||
|
||||
# Fix compilation warning with GCC 13. This is fixed upstream by
|
||||
# https://inbox.sourceware.org/libabigail/87fs2goyz4.fsf@redhat.com/
|
||||
Patch1: 0001-ir-Remove-redundant-virtual-member-functions.patch
|
||||
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: gcc-c++
|
||||
@ -163,6 +165,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libabigail-2.3.tar.xz) = fdf0df51e2c262c723c11bef58cd0b89b27e67be196edeb33444fc06e7e61d3c2c227f59cb961aea6fc0c9b7f6f04e08b787a1cbbeb3d5507b968b8ae7630527
|
||||
SHA512 (0001-ir-Remove-redundant-virtual-member-functions.patch) = 4c7e4b3a0651ac156922024c2055ce18917dc5b7570e1cbb14f2ba54031dd5c884bbeeaee7f5c829b25e1adfdd3798df17c9b9609dfc4ff3163a770401d9a95c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user