From 502b100ed5c1e3ec0261903f73db3de6e3384231 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 21 Jun 2019 14:45:42 +0200 Subject: [PATCH] sed: Update to 4.7 This is a major update to the latest available version of sed. Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- sed/sed.nm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sed/sed.nm b/sed/sed.nm index 49a44e463..7e1691b27 100644 --- a/sed/sed.nm +++ b/sed/sed.nm @@ -4,8 +4,8 @@ ############################################################################### name = sed -version = 4.2.2 -release = 2 +version = 4.7 +release = 1 groups = Applications/Text url = http://sed.sourceforge.net/ @@ -21,12 +21,19 @@ description end source_dl = ftp://ftp.gnu.org/gnu/sed/ +sources = %{thisapp}.tar.xz build configure_options += \ --without-included-regex test + # Disable broken tests. + sed \ + -e 's|testsuite/inplace-selinux.sh||g' \ + -e 's|testsuite/panic-tests.sh||g' \ + -i Makefile + make check end end