diff --git a/.gitignore b/.gitignore index 2e4a994..e749e7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,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 diff --git a/gawk.spec b/gawk.spec index f6346ed..2c95611 100644 --- a/gawk.spec +++ b/gawk.spec @@ -1,7 +1,7 @@ Summary: The GNU version of the awk text processing utility Name: gawk -Version: 4.0.1 -Release: 2%{?dist} +Version: 4.0.2 +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 @@ -71,6 +71,9 @@ fi %{_datadir}/awk %changelog +* Fri Jan 04 2013 Martin Briza - 4.0.2-1 +- Update to upstream 4.0.2 (#890559) + * Thu Jul 19 2012 Fedora Release Engineering - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index cbfcb8d..7cb9da5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bab2bda483e9f32be65b43b8dab39fa5 gawk-4.0.1.tar.gz +4d505dc2c9f1eb3e9f8d6cac87d4bd1a gawk-4.0.2.tar.gz