parent
3c512ccdf4
commit
1b34d917bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
gawk.spec
10
gawk.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user