SHA256
1
0
forked from pool/schily

- Update to release 2020.10.09

OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=116
This commit is contained in:
2020-10-10 07:01:19 +00:00
committed by Git OBS Bridge
parent 657f8160cc
commit 17b53cb65a
4 changed files with 17 additions and 5 deletions

BIN
schily-2020-09-22.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
schily-2020-10-09.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Oct 9 22:54:57 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2020.10.09
* Bourne Shell: The "wait" builtin is now POSIX compliant and
returns 127 in $? in case that a process id to be waited for
does not exist.
* Bourne Shell: The exit code retrieved by $/ no longer is
masked by 0xFF when this code originates from a wait(1) call.
* Bourne Shell: The exit code from background jobs is now kept
until the builtin wait(1) is called.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 23 09:38:47 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Wed Sep 23 09:38:47 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -17,14 +17,14 @@
# grep -Pir 'define\s+VERSION|strvers' # grep -Pir 'define\s+VERSION|strvers'
%global box_version 2020.09.22 %global box_version 2020.10.09
%global cdr_version 3.02~a10 %global cdr_version 3.02~a10
%global sccs_version 5.09 %global sccs_version 5.09
%global smake_version 1.3 %global smake_version 1.3
%global star_version 1.6.1 %global star_version 1.6.1
%global libfind_version 1.8 %global libfind_version 1.8
%global ved_version 1.7 %global ved_version 1.7
%define rver 2020-09-22 %define rver 2020-10-09
Name: schily Name: schily
Version: %box_version Version: %box_version