This commit is contained in:
Tim Waugh 2021-08-02 10:07:49 +01:00
commit 6958cd94fe
No known key found for this signature in database
GPG key ID: B7C20D079491EA63
8 changed files with 45 additions and 100 deletions

View file

@ -1,13 +1,11 @@
Summary: GNU collection of diff utilities
Name: diffutils
Version: 3.7
Release: 10%{?dist}
Version: 3.8
Release: 1%{?dist}
URL: https://www.gnu.org/software/diffutils/diffutils.html
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
@ -35,12 +33,6 @@ Install diffutils if you need to compare text files.
%patch2 -p1 -b .i18n
# 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
@ -67,6 +59,9 @@ make check
%{_infodir}/diffutils.info*
%changelog
* Mon Aug 2 2021 Tim Waugh <twaugh@redhat.com> - 3.8-1
- 3.8.
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild