Dominique Leuenberger 2018-04-26 11:33:39 +00:00 committed by Git OBS Bridge
commit 31aeb2de7e
4 changed files with 14 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f
size 223028

3
dash-0.5.9.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ecd5bea72a93ed10eb15a1be9951dd51b52e5da1d4a7ae020efd9826b49e659
size 225217

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 4 23:15:40 UTC 2017 - aavindraa@gmail.com
- update to version 0.5.9.1
* For complete list of changes, see:
https://git.kernel.org/pub/scm/utils/dash/dash.git/log/?qt=range&q=v0.5.8..v0.5.9.1
- lint with spec-cleaner
-------------------------------------------------------------------
Thu Apr 9 08:19:38 UTC 2015 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package dash
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: dash
Version: 0.5.8
Version: 0.5.9.1
Release: 0
Summary: POSIX-compliant Implementation of /bin/sh
License: BSD-3-Clause
@ -30,7 +30,6 @@ 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)
Patch1: dash-remove-backslash-before-in-double-quotes-in-variable.patch
BuildRequires: libedit-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
@ -55,10 +54,9 @@ mkdir -p %{buildroot}/bin
ln -s %{_bindir}/dash %{buildroot}/bin/dash
%files
%defattr(-,root,root,-)
%doc ChangeLog
%{_bindir}/dash
/bin/dash
%{_mandir}/man1/dash.1*
%{_mandir}/man1/dash.1%{ext_man}
%changelog