Accepting request 254939 from shells
- update to version 0.5.8 - Small optimisation of command -pv change - Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin - Change "characters" for printf precision to "bytes" - Clarify "trap '' signals" syntax in manual page - Clarify that 0 and EXIT are both acceptable for exit traps - command: allow combining -p with -v - getjob: Fix off-by-one error for multiple of four job numbers - Propagate EXP_QPAT in subevalvar - Initialise OPTIND after importing environment - Fixed argument parsing crash in test - Add newline when tracing in poplocalvars - Markup fixes in manual for mandoc 1.12.1 - Use PRIdMAX instead of %j in printf - Fix typo for wait in manual - Add support for ulimit -r - Avoid overflow for very long variable name - Sanitise environment variable names on entry - Allow building without LINEO support - Add top-level autogen.sh - Avoid imaxdiv when only one of the results is wanted - Fix klibc DEBUG compilation - Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmd OBS-URL: https://build.opensuse.org/request/show/254939 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dash?expand=0&rev=16
This commit is contained in:
commit
5766487311
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39
|
||||
size 223794
|
3
dash-0.5.8.tar.gz
Normal file
3
dash-0.5.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f
|
||||
size 223028
|
28
dash.changes
28
dash.changes
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 05:49:53 UTC 2014 - gber@opensuse.org
|
||||
|
||||
- update to version 0.5.8
|
||||
- Small optimisation of command -pv change
|
||||
- Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin
|
||||
- Change "characters" for printf precision to "bytes"
|
||||
- Clarify "trap '' signals" syntax in manual page
|
||||
- Clarify that 0 and EXIT are both acceptable for exit traps
|
||||
- command: allow combining -p with -v
|
||||
- getjob: Fix off-by-one error for multiple of four job numbers
|
||||
- Propagate EXP_QPAT in subevalvar
|
||||
- Initialise OPTIND after importing environment
|
||||
- Fixed argument parsing crash in test
|
||||
- Add newline when tracing in poplocalvars
|
||||
- Markup fixes in manual for mandoc 1.12.1
|
||||
- Use PRIdMAX instead of %j in printf
|
||||
- Fix typo for wait in manual
|
||||
- Add support for ulimit -r
|
||||
- Avoid overflow for very long variable name
|
||||
- Sanitise environment variable names on entry
|
||||
- Allow building without LINEO support
|
||||
- Add top-level autogen.sh
|
||||
- Avoid imaxdiv when only one of the results is wanted
|
||||
- Fix klibc DEBUG compilation
|
||||
- Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving
|
||||
dotcmd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 11:32:47 UTC 2013 - gber@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dash
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 Guido Berhoerster.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -21,7 +21,7 @@ Name: dash
|
||||
Summary: POSIX-compliant Implementation of /bin/sh
|
||||
License: BSD-3-Clause
|
||||
Group: System/Shells
|
||||
Version: 0.5.7
|
||||
Version: 0.5.8
|
||||
Release: 0
|
||||
Url: http://gondor.apana.org.au/~herbert/dash/
|
||||
Source: dash-%{version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user