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:
BIN
schily-2020-09-22.tar.bz2
(Stored with Git LFS)
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
BIN
schily-2020-10-09.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
# 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 sccs_version 5.09
|
||||
%global smake_version 1.3
|
||||
%global star_version 1.6.1
|
||||
%global libfind_version 1.8
|
||||
%global ved_version 1.7
|
||||
%define rver 2020-09-22
|
||||
%define rver 2020-10-09
|
||||
|
||||
Name: schily
|
||||
Version: %box_version
|
||||
|
Reference in New Issue
Block a user