forked from pool/schily
Accepting request 840751 from utilities
- Update to release 2020.10.09 OBS-URL: https://build.opensuse.org/request/show/840751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=36
This commit is contained in:
commit
cd75316d87
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:832bb7686c60268f077501ffaac725ed4430e3d8cc6ead5f3ead04b814566c27
|
||||
size 4806893
|
3
schily-2020-10-09.tar.bz2
Normal file
3
schily-2020-10-09.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94f4634226bbc9c4184d962f97253db494919480884e07087d56eea4a3a22561
|
||||
size 4818571
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user