From 1dc6ec5939a14c308802dbf259c74d5211618df62ed99df95295a91b94dbde57 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 3 Jul 2020 09:29:07 +0000 Subject: [PATCH 1/3] - Run tests after build. OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=103 --- schily.changes | 5 +++++ schily.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/schily.changes b/schily.changes index 2640159..575aebc 100644 --- a/schily.changes +++ b/schily.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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..9ee4dba 100644 --- a/schily.spec +++ b/schily.spec @@ -642,6 +642,9 @@ rm -Rfv \ %fdupes -s %buildroot/%_prefix +%check +NO_RANDOM=TRUE make tests || : + %post -n cdrecord %set_permissions %_bindir/cdrecord true From ac5a18b103b4194aeec9b2424d3eba8cc54847da632d33ba09db67601f6f07dd Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 3 Jul 2020 15:02:42 +0000 Subject: [PATCH 2/3] setup environment for tests OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=104 --- schily.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schily.spec b/schily.spec index 9ee4dba..b6793e1 100644 --- a/schily.spec +++ b/schily.spec @@ -643,6 +643,8 @@ 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 From 30c909c6814723ecf29760ba92fb3ff14ababd409f1ed96ae416ab5f5dea66a4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 4 Jul 2020 06:44:05 +0000 Subject: [PATCH 3/3] - Update to release 2020.07.01 OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=105 --- schily-2020-06-09.tar.bz2 | 3 --- schily-2020-07-01.tar.bz2 | 3 +++ schily.changes | 15 +++++++++++++++ schily.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 schily-2020-06-09.tar.bz2 create mode 100644 schily-2020-07-01.tar.bz2 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 575aebc..d843e6f 100644 --- a/schily.changes +++ b/schily.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 diff --git a/schily.spec b/schily.spec index b6793e1..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