[gawk] Update to upstream 4.1.0 (#962109)

FridolĂ­n PokornĂ˝ fpokorny at fedoraproject.org
Mon May 13 08:25:40 UTC 2013


commit 1b34d917bb4ae1a8e37da81ff22bdd5e53f55f78
Author: Fridolin Pokorny <fpokorny at redhat.com>
Date:   Mon May 13 10:24:05 2013 +0200

    Update to upstream 4.1.0 (#962109)
    
    - Removed FUTURES and LIMITATIONS

 .gitignore |    1 +
 gawk.spec  |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e749e7b..ae6b68b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/gawk.spec b/gawk.spec
index e923ac4..e609971 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.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 at 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 at lists.fedoraproject.org> - 4.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 7cb9da5..4d32940 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d505dc2c9f1eb3e9f8d6cac87d4bd1a  gawk-4.0.2.tar.gz
+13e02513105417818a31ef375f9f9f42  gawk-4.1.0.tar.gz


More information about the scm-commits mailing list