Accepting request 295131 from shells

1

OBS-URL: https://build.opensuse.org/request/show/295131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dash?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2015-04-10 07:49:19 +00:00 committed by Git OBS Bridge
commit 7657586fd7
2 changed files with 14 additions and 5 deletions

View File

@ -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

View File

@ -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