Handle SIGSTKSZ no longer being a constant (bug #1943016).

This commit is contained in:
Tim Waugh 2021-04-12 11:13:23 +01:00
commit 775035f1b7
No known key found for this signature in database
GPG key ID: B7C20D079491EA63
2 changed files with 32 additions and 0 deletions

View file

@ -7,6 +7,7 @@ Source: https://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.xz
Patch1: diffutils-cmp-s-empty.patch
Patch2: diffutils-i18n.patch
Patch3: diffutils-fix-gnulib-tests.patch
Patch4: diffutils-sigstksz.patch
License: GPLv3+
Provides: bundled(gnulib)
BuildRequires: gcc
@ -37,6 +38,9 @@ Install diffutils if you need to compare text files.
# Fix from gnulib upstream, commit 175e0bc (bug #1863423).
%patch3 -p1 -b .fix-gnulib-tests
# Handle SIGSTKSZ no longer being a constant (bug #1943016).
%patch4 -p1 -b .sigstksz
# Run autoreconf for aarch64 support (bug #925256).
autoreconf
@ -63,6 +67,9 @@ make check
%{_infodir}/diffutils.info*
%changelog
* Mon Apr 12 2021 Tim Waugh <twaugh@redhat.com> - 3.7-9
- Handle SIGSTKSZ no longer being a constant (bug #1943016).
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild