rebase: updated to latest stable version from upstream (gawk-4.1.4)

Two new 'BuildRequires' have been added (texlive-ac, texlive-cm-super).
  Something has changed between texinfo-6.0 and texinfo-6.1, thus
  causing texinfo-6.1+ fail to find/compile the documentation without
  these fonts...
This commit is contained in:
David Kaspar [Dee'Kej] 2016-09-19 13:52:45 +02:00
parent b5b97bf3d2
commit bc69bcc6c0
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/gawk-4.1.3.tar.xz
/gawk-4.1.4.tar.xz

View File

@ -1,7 +1,7 @@
Name: gawk
Summary: The GNU version of the AWK text processing utility
Version: 4.1.3
Release: 9%{?dist}
Version: 4.1.4
Release: 1%{?dist}
# LICENSE NOTE: There are more licenses used inside the gawk source tarball from
# ------------- upstream than listed below, however, some of those files with
@ -39,10 +39,15 @@ Requires(post): info
Requires(preun): info
BuildRequires: ghostscript-core
BuildRequires: git
# Extending GAWK possibilities:
BuildRequires: libsigsegv-devel
BuildRequires: mpfr-devel
BuildRequires: readline-devel
# Documentation (gawk-doc):
BuildRequires: texinfo-tex
BuildRequires: texlive-ec
BuildRequires: texlive-cm-super
# NOTE: In case any patch updates the awkgram.y or command.y (IOW if anything
# changes the timestamp of awkgram.y, and it becomes newer than awkgram.c,
@ -231,6 +236,9 @@ fi
# =============================================================================
%changelog
* Mon Sep 12 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.1.4-1
- Update to latest stable release from upstream
* Mon Sep 12 2016 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 4.1.3-9
- Build gawk with readline support (useful for gawk debugger)

View File

@ -1 +1 @@
97f8f44149ea9b9e94be97f68988be87 gawk-4.1.3.tar.xz
4e7dbc81163e60fd4f0b52496e7542c9 gawk-4.1.4.tar.xz