packages: mawk/mawk-fix_mawk_path.patch, mawk/mawk.spec, mawk/mawk-LDFLAGS....

arekm arekm at pld-linux.org
Thu Sep 30 21:59:26 CEST 2010


Author: arekm                        Date: Thu Sep 30 19:59:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 1.3.4 (drop obsolete; unmaintained patches)

---- Files affected:
packages/mawk:
   mawk-fix_mawk_path.patch (1.2 -> 1.3) , mawk.spec (1.64 -> 1.65) , mawk-LDFLAGS.patch (1.1 -> NONE)  (REMOVED), mawk-ac-ac.patch (1.2 -> NONE)  (REMOVED), mawk-debian.patch (1.1 -> NONE)  (REMOVED), mawk-resolve.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/mawk/mawk-fix_mawk_path.patch
diff -u packages/mawk/mawk-fix_mawk_path.patch:1.2 packages/mawk/mawk-fix_mawk_path.patch:1.3
--- packages/mawk/mawk-fix_mawk_path.patch:1.2	Tue May  2 10:38:59 2000
+++ packages/mawk/mawk-fix_mawk_path.patch	Thu Sep 30 21:59:20 2010
@@ -1,18 +1,72 @@
-diff -Nru mawk-1.3.3/examples/ct_length.awk mawk-1.3.3.new/examples/ct_length.awk
---- mawk-1.3.3/examples/ct_length.awk	Sat Jul  3 20:58:46 1993
-+++ mawk-1.3.3.new/examples/ct_length.awk	Wed Feb  9 07:56:44 2000
+diff -urN mawk-1.3.4.org/examples/ct_length.awk mawk-1.3.4/examples/ct_length.awk
+--- mawk-1.3.4.org/examples/ct_length.awk	2008-09-09 22:52:55.000000000 +0200
++++ mawk-1.3.4/examples/ct_length.awk	2010-09-30 21:51:50.144198850 +0200
 @@ -1,4 +1,4 @@
--#!/usr/local/bin/mawk -f
+-#!/usr/bin/mawk -f
 +#!/bin/mawk -f
  
  #  ct_length.awk
  #
-diff -Nru mawk-1.3.3/examples/hcal mawk-1.3.3.new/examples/hcal
---- mawk-1.3.3/examples/hcal	Sun Aug 25 20:45:47 1996
-+++ mawk-1.3.3.new/examples/hcal	Wed Feb  9 07:56:55 2000
+diff -urN mawk-1.3.4.org/examples/deps.awk mawk-1.3.4/examples/deps.awk
+--- mawk-1.3.4.org/examples/deps.awk	2008-09-09 22:52:55.000000000 +0200
++++ mawk-1.3.4/examples/deps.awk	2010-09-30 21:51:50.144198850 +0200
 @@ -1,4 +1,4 @@
--#!/usr/local/bin/mawk -We
+-#!/usr/bin/mawk -f
++#!/bin/mawk -f
+ 
+ # find include dependencies in C source
+ #
+diff -urN mawk-1.3.4.org/examples/eatc.awk mawk-1.3.4/examples/eatc.awk
+--- mawk-1.3.4.org/examples/eatc.awk	2008-09-09 22:52:55.000000000 +0200
++++ mawk-1.3.4/examples/eatc.awk	2010-09-30 21:51:50.144198850 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/mawk -f
++#!/bin/mawk -f
+ 
+ #  eatc.awk
+ #  another program to remove comments
+diff -urN mawk-1.3.4.org/examples/gdecl.awk mawk-1.3.4/examples/gdecl.awk
+--- mawk-1.3.4.org/examples/gdecl.awk	2008-09-09 22:52:55.000000000 +0200
++++ mawk-1.3.4/examples/gdecl.awk	2010-09-30 21:51:50.144198850 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/mawk
++#!/bin/mawk
+ 
+ # parse a C declaration by recursive descent
+ # 
+diff -urN mawk-1.3.4.org/examples/hcal mawk-1.3.4/examples/hcal
+--- mawk-1.3.4.org/examples/hcal	2008-09-09 22:52:55.000000000 +0200
++++ mawk-1.3.4/examples/hcal	2010-09-30 21:51:50.147532449 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/mawk -We
 +#!/bin/mawk -We
+ 
  # edit the above to be the full pathname of 'mawk'
  # @(#) hcal - v01.00.02 - Tue Feb 27 21:21:21 EST 1996
- # @(#) prints a 3-month (highlighted) calendar centered on the target month
+diff -urN mawk-1.3.4.org/examples/nocomment.awk mawk-1.3.4/examples/nocomment.awk
+--- mawk-1.3.4.org/examples/nocomment.awk	2008-09-09 22:52:55.000000000 +0200
++++ mawk-1.3.4/examples/nocomment.awk	2010-09-30 21:51:50.147532449 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/mawk -f
++#!/bin/mawk -f
+ 
+ # remove C comments  from a list of files
+ # using a comment as the record separator
+diff -urN mawk-1.3.4.org/examples/primes.awk mawk-1.3.4/examples/primes.awk
+--- mawk-1.3.4.org/examples/primes.awk	2008-09-09 22:52:55.000000000 +0200
++++ mawk-1.3.4/examples/primes.awk	2010-09-30 21:51:50.147532449 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/mawk -f
++#!/bin/mawk -f
+ 
+ # primes.awk
+ #
+diff -urN mawk-1.3.4.org/examples/qsort.awk mawk-1.3.4/examples/qsort.awk
+--- mawk-1.3.4.org/examples/qsort.awk	2008-09-09 22:52:55.000000000 +0200
++++ mawk-1.3.4/examples/qsort.awk	2010-09-30 21:51:50.147532449 +0200
+@@ -1,4 +1,4 @@
+-#!/usr/bin/mawk -f
++#!/bin/mawk -f
+ 
+ # qsort text files
+ #

================================================================
Index: packages/mawk/mawk.spec
diff -u packages/mawk/mawk.spec:1.64 packages/mawk/mawk.spec:1.65
--- packages/mawk/mawk.spec:1.64	Fri Feb 29 23:32:24 2008
+++ packages/mawk/mawk.spec	Thu Sep 30 21:59:20 2010
@@ -12,18 +12,15 @@
 Summary(tr.UTF-8):	Posix AWK Yorumlayıcısı
 Summary(uk.UTF-8):	Інтерпретатор мови програмування awk
 Name:		mawk
-Version:	1.3.3
-Release:	33
+Version:	1.3.4
+Release:	1
 License:	GPL
 Group:		Applications/Text
-Source0:	ftp://ftp.fu-berlin.de/pub/unix/languages/mawk/%{name}%{version}.tar.gz
-# Source0-md5:	ad46743641924e1234b2bfba92641085
+Source0:	ftp://invisible-island.net/mawk/%{name}-%{version}.tgz
+# Source0-md5:	b1d27324ae80302452d0fa0c98447b65
 Source1:	%{name}.1.pl
 Patch0:		%{name}-fix_%{name}_path.patch
-Patch1:		%{name}-ac-ac.patch
-Patch2:		%{name}-debian.patch
-Patch3:		%{name}-resolve.patch
-Patch4:		%{name}-LDFLAGS.patch
+URL:		http://invisible-island.net/mawk/mawk.html
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	bison
@@ -104,14 +101,8 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
-autoupdate mawk.ac.m4
-autoupdate configure.in
 %{__aclocal}
 %{__autoconf}
 %configure
@@ -171,6 +162,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.65  2010/09/30 19:59:20  arekm
+- up to 1.3.4 (drop obsolete; unmaintained patches)
+
 Revision 1.64  2008/02/29 22:32:24  pluto
 -  BR: bison.
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mawk/mawk-fix_mawk_path.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mawk/mawk.spec?r1=1.64&r2=1.65&f=u



More information about the pld-cvs-commit mailing list