diff --git a/dash.changes b/dash.changes index a3e8d66..c158ca8 100644 --- a/dash.changes +++ b/dash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 9 08:19:38 UTC 2015 - mpluskal@suse.com + +- Use fnmatch and glob from glibc +- Use url for source + ------------------------------------------------------------------- Fri Oct 10 05:49:53 UTC 2014 - gber@opensuse.org diff --git a/dash.spec b/dash.spec index 7cdf02d..b039c09 100644 --- a/dash.spec +++ b/dash.spec @@ -1,7 +1,7 @@ # # spec file for package dash # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -18,13 +18,13 @@ Name: dash +Version: 0.5.8 +Release: 0 Summary: POSIX-compliant Implementation of /bin/sh License: BSD-3-Clause Group: System/Shells -Version: 0.5.8 -Release: 0 Url: http://gondor.apana.org.au/~herbert/dash/ -Source: dash-%{version}.tar.gz +Source: http://gondor.apana.org.au/~herbert/dash/files/dash-%{version}.tar.gz # PATCH-FIX-UPSTREAM dash-0.5.7-do-not-close-stderr.patch gber@opensuse.org -- Prevents closing stderr when /dev/tty fails to open (backported from upstream git) Patch0: dash-0.5.7-do-not-close-stderr.patch # PATCH-FIX-UPSTREAM dash-remove-backslash-before-in-double-quotes-in-variable.patch gber@opensuse.org -- Remove backslash before } in double-quotes in variable as it prevents the closing brace from terminating the substitution (from FreeBSD/Debian) @@ -42,7 +42,10 @@ possible without sacrificing speed where possible. %patch1 -p1 %build -%configure --with-libedit +%configure \ + --enable-fnmatch \ + --enable-glob \ + --with-libedit make %{?_smp_mflags} %install