forked from pool/schily
Accepting request 818728 from utilities
- Update to release 2020.07.01 OBS-URL: https://build.opensuse.org/request/show/818728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=31
This commit is contained in:
commit
d0ac711a8f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dbbe282ed00efa1bffcad9e54e7e5fbc305b68146a6476243d58abfad5229c5
|
||||
size 4806064
|
3
schily-2020-07-01.tar.bz2
Normal file
3
schily-2020-07-01.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c25767a8fe168b74c237133f677068afae3b5122b38132bed4ac09a730223dc
|
||||
size 4828878
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 3 23:46:47 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2020.07.01
|
||||
* star: Backslashes are now honored when looking for the
|
||||
substitution separators in options like -s /from/to/ or
|
||||
-pax-s /from/to/
|
||||
* cdda2wav: The default for the CDDB database has been changed
|
||||
to gnudb.gnudb.org, as freedb.freedb.org has shutdown.
|
||||
* Full support for SCCSv6 history files.
|
||||
* SCCS: A new sccs(1) subcommand "histfile" has been
|
||||
implemented.
|
||||
* SCCS: admin fixed a potential buffer overflow related to the
|
||||
user (programmer) name that is used in the delta table.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 3 09:28:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Run tests after build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 23:17:15 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
# grep -Pir 'define\s+VERSION|strvers'
|
||||
%global box_version 2020.06.09
|
||||
%global box_version 2020.07.01
|
||||
%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-06-09
|
||||
%define rver 2020-07-01
|
||||
|
||||
Name: schily
|
||||
Version: %box_version
|
||||
@ -642,6 +642,11 @@ rm -Rfv \
|
||||
|
||||
%fdupes -s %buildroot/%_prefix
|
||||
|
||||
%check
|
||||
locale
|
||||
export LD_LIBRARY_PATH="$(find . -type d -name pic | perl -pe 's{\n}{:}gs')"
|
||||
NO_RANDOM=TRUE make tests || :
|
||||
|
||||
%post -n cdrecord
|
||||
%set_permissions %_bindir/cdrecord
|
||||
true
|
||||
|
Loading…
Reference in New Issue
Block a user