Date: Thursday, September 9, 2010 @ 01:37:32 Author: allan Revision: 90203
upgpkg: m4 1.4.15-1 upstream update, remove unneeded patch Modified: m4/trunk/PKGBUILD Deleted: m4/trunk/m4-1.4.14-stat_h.patch ------------------------+ PKGBUILD | 12 +++++------- m4-1.4.14-stat_h.patch | 11 ----------- 2 files changed, 5 insertions(+), 18 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-09 05:28:23 UTC (rev 90202) +++ PKGBUILD 2010-09-09 05:37:32 UTC (rev 90203) @@ -3,8 +3,8 @@ # Contributor: Andreas Radke <[email protected]> pkgname=m4 -pkgver=1.4.14 -pkgrel=2 +pkgver=1.4.15 +pkgrel=1 pkgdesc="The GNU macro processor" arch=('i686' 'x86_64') url="http://www.gnu.org/software/m4" @@ -12,16 +12,14 @@ groups=('base-devel') depends=('glibc' 'bash') install=m4.install -source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz - m4-1.4.14-stat_h.patch) -md5sums=('e2b871099546846d1df586f195f79b53' - 'ccb7b698bdade1ae38c17f8e9d7cd3bc') +source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz) +md5sums=('1caf3410e6590f493834dc99ee04d027') build() { cd ${srcdir}/$pkgname-$pkgver - patch -Np1 -i $srcdir/m4-1.4.14-stat_h.patch ./configure --prefix=/usr make + make check } package() { Deleted: m4-1.4.14-stat_h.patch =================================================================== --- m4-1.4.14-stat_h.patch 2010-09-09 05:28:23 UTC (rev 90202) +++ m4-1.4.14-stat_h.patch 2010-09-09 05:37:32 UTC (rev 90203) @@ -1,11 +0,0 @@ -diff -Naur a/src/m4.h b/src/m4.h ---- a/src/m4.h 2010-06-16 15:09:25.926731245 +0000 -+++ b/src/m4.h 2010-06-16 15:20:05.120422787 +0000 -@@ -33,6 +33,7 @@ - #include <stdint.h> - #include <string.h> - #include <sys/types.h> -+#include <sys/stat.h> - - #include "binary-io.h" - #include "clean-temp.h"
