auto-import changelog data from gawk-3.1.3-9.src.rpm
Mon Jun 28 2004 Thomas Woerner <twoerner@redhat.com> 3.1.3-9 - fixed "read only one input file on 64-bit architectures"
This commit is contained in:
parent
270b5645ce
commit
c6509509fd
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU version of the awk text processing utility.
|
Summary: The GNU version of the awk text processing utility.
|
||||||
Name: gawk
|
Name: gawk
|
||||||
Version: 3.1.3
|
Version: 3.1.3
|
||||||
Release: 8
|
Release: 9
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2
|
Source0: ftp://ftp.gnu.org/gnu/gawk/gawk-%{version}.tar.bz2
|
||||||
@ -12,6 +12,7 @@ Patch5: gawk-3.1.3-fix3.patch
|
|||||||
Patch6: gawk-3.1.3-fix4.patch
|
Patch6: gawk-3.1.3-fix4.patch
|
||||||
Patch7: gawk-3.1.3-fix5.patch
|
Patch7: gawk-3.1.3-fix5.patch
|
||||||
Patch8: gawk-3.1.3-getpgrp_void.patch
|
Patch8: gawk-3.1.3-getpgrp_void.patch
|
||||||
|
Patch9: gawk-3.1.3-numfiles.patch
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Requires: /bin/mktemp
|
Requires: /bin/mktemp
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
@ -32,6 +33,7 @@ considered to be a standard Linux tool for processing text.
|
|||||||
%patch6 -p1 -b .fix4
|
%patch6 -p1 -b .fix4
|
||||||
%patch7 -p1 -b .fix5
|
%patch7 -p1 -b .fix5
|
||||||
%patch8 -p1 -b .getpgrp_void
|
%patch8 -p1 -b .getpgrp_void
|
||||||
|
%patch9 -p1 -b .fix64
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -80,6 +82,9 @@ fi
|
|||||||
%{_datadir}
|
%{_datadir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 28 2004 Thomas Woerner <twoerner@redhat.com> 3.1.3-9
|
||||||
|
- fixed "read only one input file on 64-bit architectures"
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user