Rebase to 5.2.2
Resolves: rhbz:2124101
This commit is contained in:
parent
eea33113c1
commit
2b7f9309f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/gawk-5.0.1.tar.xz
|
||||
/gawk-5.1.0.tar.xz
|
||||
/gawk-5.1.1.tar.xz
|
||||
/gawk-5.2.2.tar.xz
|
||||
|
13
gawk.spec
13
gawk.spec
@ -46,8 +46,8 @@
|
||||
|
||||
Name: gawk
|
||||
Summary: The GNU version of the AWK text processing utility
|
||||
Version: 5.1.1
|
||||
Release: 6%{?dist}
|
||||
Version: 5.2.2
|
||||
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
|
||||
|
||||
@ -138,6 +138,8 @@ BuildRequires: make
|
||||
# --------------------- some point in the future:
|
||||
#Patch200: gawk-4.2.1-200-fix-build-for-f29.patch
|
||||
|
||||
#Pma is en experimental feature added in 5.2.0, and the tests is currently not very stable.
|
||||
Patch201: disable-the-pma-test.patch
|
||||
|
||||
%description
|
||||
The gawk package contains the GNU version of AWK text processing utility. AWK is
|
||||
@ -261,6 +263,7 @@ install -m 0644 -p awklib/eg/data/* %{buildroot}%{_docdir}/%{name}/eg/data/
|
||||
#%files -f %{name}.lang
|
||||
%files
|
||||
%{_bindir}/*awk
|
||||
%{_bindir}/gawkbug
|
||||
%{_libdir}/*awk
|
||||
%{_datadir}/*awk
|
||||
%{_libexecdir}/*awk
|
||||
@ -288,10 +291,16 @@ install -m 0644 -p awklib/eg/data/* %{buildroot}%{_docdir}/%{name}/eg/data/
|
||||
%doc %{_docdir}/%{name}/gawkinet.{pdf,ps}
|
||||
%doc %{_docdir}/%{name}/html
|
||||
%doc %{_docdir}/%{name}/eg
|
||||
%doc %{_infodir}/gawk_*
|
||||
|
||||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Mon May 22 2023 Jakub Martisko <jamartis@redhat.com> - 5.2.2-1
|
||||
- New upstream release - 5.2.2
|
||||
- Disable the pma test for now (it breaks the build right now).
|
||||
Resolves rhbz#2124101
|
||||
|
||||
* Tue Apr 11 2023 Lukáš Zaoral <lzaoral@redhat.com> - 5.1.1-6
|
||||
- migrate to SPDX license format
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gawk-5.1.1.tar.xz) = 794538fff03fdb9a8527a6898b26383d01988e8f8456f8d48131676387669a8bb3e706fa1a17f6b6316ddba0ebe653c24ad5dd769f357de509d6ec25f3ff1a43
|
||||
SHA512 (gawk-5.2.2.tar.xz) = 90611e4daba7226d5ce8230843bf479dc71c0101740c005d851ef7c5b935b6cd4c42089b858abc1619adc05ed25fc7234f993690a76d2ea0b8e61bcbb7dc5a58
|
||||
|
Loading…
Reference in New Issue
Block a user