[mawk/el6] upgrade to 1.3.4-20121129 (BZ #882867)

mmckinst mmckinst at fedoraproject.org
Tue Dec 4 01:40:44 UTC 2012


commit 61d0e7eb043bc89597415a902d425684015a7077
Author: Mark McKinstry <mmckinst at umich.edu>
Date:   Mon Dec 3 20:40:16 2012 -0500

    upgrade to 1.3.4-20121129 (BZ #882867)

 .gitignore              |    1 +
 mawk-1.3.4-20100625.tgz |  Bin 304970 -> 0 bytes
 mawk.spec               |   12 +++++++++---
 sources                 |    1 +
 4 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..82ed2f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/mawk-1.3.4-20121129.tgz
diff --git a/mawk.spec b/mawk.spec
index 53a493a..8bd19d0 100644
--- a/mawk.spec
+++ b/mawk.spec
@@ -1,14 +1,14 @@
-%global	pver	20100625
+%global	pver	20121129
 
 Name:		mawk
 Version:	1.3.4
-Release:	4.%{pver}%{?dist}
+Release:	%{pver}.1%{?dist}
 Summary:	Interpreter for the AWK programming language
 Group:		Applications/Text
 License:	GPLv2
 URL:		http://invisible-island.net/mawk/
 Source0:	ftp://invisible-island.net/mawk/%{name}-%{version}-%{pver}.tgz
-BuildRoot:	%{_tmppath}/%{name}-%{pversion}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 mawk is an interpreter for the AWK programming language.  The AWK language is
@@ -41,6 +41,12 @@ rm -rf %{buildroot}
 %{_mandir}/man1/mawk.1*
 
 %changelog
+* Tue Dec  4 2012 Mark McKinstry <mmckinst at nexcess.net> - 1.3.4-20121129.1
+- upgrade to 1.3.4-20121129 (BZ #882867)
+
+* Sun Oct 10 2010 Mark McKinstry <mmckinst at nexcess.net> 1.3.4-5.20100625
+- buildroot had a leftover macro from the old way of defining the version
+
 * Thu Oct 7 2010 Mark McKinstry <mmckinst at nexcess.net> 1.3.4-4.20100625
 - only include examples once
 - include a '/' for examples documentation so its clear its a directory
diff --git a/sources b/sources
index e69de29..b85a8ef 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ddd996653943c0d1e35d1b1b6b20f636  mawk-1.3.4-20121129.tgz


More information about the scm-commits mailing list