Rebase to gawk-5.3.0
This commit is contained in:
parent
730d5a282a
commit
9854f33e9b
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/gawk-5.1.0.tar.xz
|
||||
/gawk-5.1.1.tar.xz
|
||||
/gawk-5.2.2.tar.xz
|
||||
/gawk-5.3.0.tar.xz
|
||||
|
10
gawk.spec
10
gawk.spec
@ -46,8 +46,8 @@
|
||||
|
||||
Name: gawk
|
||||
Summary: The GNU version of the AWK text processing utility
|
||||
Version: 5.2.2
|
||||
Release: 2%{?dist}
|
||||
Version: 5.3.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-3-Clause
|
||||
|
||||
@ -73,7 +73,6 @@ BuildRequires: grep
|
||||
BuildRequires: ghostscript
|
||||
|
||||
# Extending GAWK possibilities:
|
||||
BuildRequires: libsigsegv-devel
|
||||
BuildRequires: mpfr-devel
|
||||
BuildRequires: readline-devel
|
||||
|
||||
@ -296,6 +295,11 @@ install -m 0644 -p awklib/eg/data/* %{buildroot}%{_docdir}/%{name}/eg/data/
|
||||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Thu Jan 11 2024 Jakub Martisko <jamartis@redhat.com> - 5.3.0-1
|
||||
- New upstream release - 5.3.0
|
||||
- libsigsegv should no longer be needed for the build
|
||||
Resolves rhbz#2247650
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gawk-5.2.2.tar.xz) = 90611e4daba7226d5ce8230843bf479dc71c0101740c005d851ef7c5b935b6cd4c42089b858abc1619adc05ed25fc7234f993690a76d2ea0b8e61bcbb7dc5a58
|
||||
SHA512 (gawk-5.3.0.tar.xz) = c274a62c7420e7b7769b8ed94db40024bd5917ff49bd50a77ad6df1f16ecf116968aaf85da94015479466bf5570b370b6fdd197f95212ae0c3509dfcb7d9e35a
|
||||
|
Loading…
Reference in New Issue
Block a user