diff --git a/schily-2020-06-09.tar.bz2 b/schily-2020-06-09.tar.bz2 deleted file mode 100644 index 9d7eeb9..0000000 --- a/schily-2020-06-09.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dbbe282ed00efa1bffcad9e54e7e5fbc305b68146a6476243d58abfad5229c5 -size 4806064 diff --git a/schily-2020-07-01.tar.bz2 b/schily-2020-07-01.tar.bz2 new file mode 100644 index 0000000..8b7e1d3 --- /dev/null +++ b/schily-2020-07-01.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c25767a8fe168b74c237133f677068afae3b5122b38132bed4ac09a730223dc +size 4828878 diff --git a/schily.changes b/schily.changes index 2640159..d843e6f 100644 --- a/schily.changes +++ b/schily.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jul 3 23:46:47 UTC 2020 - Jan Engelhardt + +- 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 + +- Run tests after build. + ------------------------------------------------------------------- Tue Jun 9 23:17:15 UTC 2020 - Jan Engelhardt diff --git a/schily.spec b/schily.spec index 564cc55..33c4966 100644 --- a/schily.spec +++ b/schily.spec @@ -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