[arch-commits] Commit in grep/trunk (PKGBUILD testsuite.patch)

Sébastien Luttringer seblu at archlinux.org
Fri Jan 3 12:30:46 UTC 2020


    Date: Friday, January 3, 2020 @ 12:30:46
  Author: seblu
Revision: 372506

upgpkg: grep 3.4-1

Modified:
  grep/trunk/PKGBUILD
Deleted:
  grep/trunk/testsuite.patch

-----------------+
 PKGBUILD        |    8 ++++----
 testsuite.patch |   35 -----------------------------------
 2 files changed, 4 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 12:05:44 UTC (rev 372505)
+++ PKGBUILD	2020-01-03 12:30:46 UTC (rev 372506)
@@ -3,8 +3,8 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=grep
-pkgver=3.3
-pkgrel=3
+pkgver=3.4
+pkgrel=1
 pkgdesc='A string search utility'
 arch=('x86_64')
 license=('GPL3')
@@ -14,8 +14,8 @@
 makedepends=('texinfo')
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('05d0718a1b7cc706a4bdf8115363f1ed'
-         'SKIP')
+sha256sums=('58e6751c41a7c25bfc6e9363a41786cff3ba5709cf11d5ad903cf7cce31cc3fb'
+            'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver

Deleted: testsuite.patch
===================================================================
--- testsuite.patch	2020-01-03 12:05:44 UTC (rev 372505)
+++ testsuite.patch	2020-01-03 12:30:46 UTC (rev 372506)
@@ -1,35 +0,0 @@
-From c505b0bce73c712f1297bc5f424e0de5e4ec3137 Mon Sep 17 00:00:00 2001
-From: Paul Eggert <eggert at cs.ucla.edu>
-Date: Thu, 9 Aug 2018 10:52:48 -0700
-Subject: tests: backref-alt works with glibc 2.28
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Problem reported by Jaroslav Skarvada (Bug#32409).
-* tests/Makefile.am (XFAIL_TESTS) [!USE_INCLUDED_REGEX]:
-Don’t add backref-alt, since this bug is fixed in glibc 2.28.
----
- tests/Makefile.am | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 9f52941..d9f9ee8 100644
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -56,9 +56,9 @@ XFAIL_TESTS = triple-backref
- if USE_INCLUDED_REGEX
- XFAIL_TESTS += equiv-classes
- else
--# The backslash-alt test fails for glibc, which needs to be fixed.
--# FIXME-2015: Remove this once the glibc bug is fixed.
--XFAIL_TESTS += backref-alt
-+# The backslash-alt test fails for glibc 2.27 and earlier.
-+# If you're using older glibc you can upgrade to glibc 2.28 or later,
-+# configure --with-included-regex, or ignore the test failure.
- endif
- 
- TESTS =						\
--- 
-cgit v1.0-41-gc330
-



More information about the arch-commits mailing list