SHA256
1
0
forked from pool/schily

Accepting request 822952 from utilities

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/822952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2020-07-28 15:24:05 +00:00 committed by Git OBS Bridge
commit db03fd05d8
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c25767a8fe168b74c237133f677068afae3b5122b38132bed4ac09a730223dc
size 4828878

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2e86c730d6e0787f320f2f85ac845306a361bcf03f457287c7028e6b1192064
size 4856458

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jul 19 22:24:38 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2020.07.18
* star: star could dump core if it was used as `star -t ...` or
`star -x ...` while being in a UTF-8 based locale and trying
to deal with extremely long pathnames (more than PATH_MAX) in
the archive.
* fifo: the fifo command is based on the star FIFO code and has
been changed to support a FIFO size > 2 GB as well.
-------------------------------------------------------------------
Fri Jul 3 23:46:47 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,14 +17,14 @@
# grep -Pir 'define\s+VERSION|strvers'
%global box_version 2020.07.01
%global box_version 2020.07.18
%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.7
%global ved_version 1.7
%define rver 2020-07-01
%define rver 2020-07-18
Name: schily
Version: %box_version
@ -644,7 +644,7 @@ rm -Rfv \
%check
locale
export LD_LIBRARY_PATH="$(find . -type d -name pic | perl -pe 's{\n}{:}gs')"
export LD_LIBRARY_PATH="$(find "$PWD" -type d -name pic | perl -pe 's{\n}{:}gs')"
NO_RANDOM=TRUE make tests || :
%post -n cdrecord