Accepting request 563743 from home:avindra
- 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 OBS-URL: https://build.opensuse.org/request/show/563743 OBS-URL: https://build.opensuse.org/package/show/shells/dash?expand=0&rev=20
This commit is contained in:
parent
239ed5ff07
commit
2fde38b55f
@ -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
3
dash-0.5.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ecd5bea72a93ed10eb15a1be9951dd51b52e5da1d4a7ae020efd9826b49e659
|
||||||
|
size 225217
|
@ -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
|
Thu Apr 9 08:19:38 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dash
|
# 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.
|
# Copyright (c) 2013 Guido Berhoerster.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dash
|
Name: dash
|
||||||
Version: 0.5.8
|
Version: 0.5.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: POSIX-compliant Implementation of /bin/sh
|
Summary: POSIX-compliant Implementation of /bin/sh
|
||||||
License: BSD-3-Clause
|
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)
|
# 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
|
Patch1: dash-remove-backslash-before-in-double-quotes-in-variable.patch
|
||||||
BuildRequires: libedit-devel
|
BuildRequires: libedit-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
|
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
|
ln -s %{_bindir}/dash %{buildroot}/bin/dash
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
%{_bindir}/dash
|
%{_bindir}/dash
|
||||||
/bin/dash
|
/bin/dash
|
||||||
%{_mandir}/man1/dash.1*
|
%{_mandir}/man1/dash.1%{ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user