From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] sed: Update to 4.7 Date: Fri, 21 Jun 2019 14:45:42 +0200 Message-ID: <20190621124542.26262-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7005403007250907486==" List-Id: --===============7005403007250907486== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a major update to the latest available version of sed. Signed-off-by: Stefan Schantl --- 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 @@ ############################################################################= ### =20 name =3D sed -version =3D 4.2.2 -release =3D 2 +version =3D 4.7 +release =3D 1 =20 groups =3D Applications/Text url =3D http://sed.sourceforge.net/ @@ -21,12 +21,19 @@ description end =20 source_dl =3D ftp://ftp.gnu.org/gnu/sed/ +sources =3D %{thisapp}.tar.xz =20 build configure_options +=3D \ --without-included-regex =20 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 --=20 2.20.1 --===============7005403007250907486==--