Update to upstream 4.1.0 (#962109)

- Removed FUTURES and LIMITATIONS
This commit is contained in:
Fridolin Pokorny 2013-05-13 10:24:05 +02:00
parent 3c512ccdf4
commit 1b34d917bb
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ gawk-3.1.8.tar.bz2
/gawk-4.0.0.tar.bz2
/gawk-4.0.1.tar.gz
/gawk-4.0.2.tar.gz
/gawk-4.1.0.tar.gz

View File

@ -1,7 +1,7 @@
Summary: The GNU version of the awk text processing utility
Name: gawk
Version: 4.0.2
Release: 2%{?dist}
Version: 4.1.0
Release: 1%{?dist}
# Most of source files are licensed under GPLv3+,
# several files are GPL or LGPLv2.1+ licensed,
# gettext.h is LGPL and random.c is BSD licensed
@ -61,7 +61,7 @@ fi
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README COPYING FUTURES LIMITATIONS NEWS
%doc README COPYING NEWS
%doc README_d/README.multibyte README_d/README.tests POSIX.STD
%{_bindir}/*awk
%{_mandir}/man1/*
@ -71,6 +71,10 @@ fi
%{_datadir}/awk
%changelog
* Mon May 13 2013 Fridolin Pokorny <fpokorny@redhat.com> - 4.1.0-1
- Update to upstream 4.1.0 (#962109)
- Removed FUTURES and LIMITATIONS
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
4d505dc2c9f1eb3e9f8d6cac87d4bd1a gawk-4.0.2.tar.gz
13e02513105417818a31ef375f9f9f42 gawk-4.1.0.tar.gz