From 433031911647ea56524d5e48f1bc87fde91fe10b83b0955ea91d5f0bfa07b760 Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Fri, 10 Oct 2014 05:53:36 +0000 Subject: [PATCH] - 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/package/show/shells/dash?expand=0&rev=16 --- dash-0.5.7.tar.gz | 3 --- dash-0.5.8.tar.gz | 3 +++ dash.changes | 28 ++++++++++++++++++++++++++++ dash.spec | 4 ++-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 dash-0.5.7.tar.gz create mode 100644 dash-0.5.8.tar.gz diff --git a/dash-0.5.7.tar.gz b/dash-0.5.7.tar.gz deleted file mode 100644 index 6a168a5..0000000 --- a/dash-0.5.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae89fa9f1145b7748cf0740e1df04cd52fdf8a285da4911dd0f04983efba4e39 -size 223794 diff --git a/dash-0.5.8.tar.gz b/dash-0.5.8.tar.gz new file mode 100644 index 0000000..6cc9cc6 --- /dev/null +++ b/dash-0.5.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f +size 223028 diff --git a/dash.changes b/dash.changes index aea3de5..a3e8d66 100644 --- a/dash.changes +++ b/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 diff --git a/dash.spec b/dash.spec index a5a5a3f..7cdf02d 100644 --- a/dash.spec +++ b/dash.spec @@ -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