From f319a944bf735cd9ac22c40047b75b4930e5cfe322c57cc91cf947c2f996031e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 28 Mar 2020 11:04:08 +0000 Subject: [PATCH] - Update to release 2020.03.27 OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=89 --- schily-2020-03-11.tar.bz2 | 3 --- schily-2020-03-27.tar.bz2 | 3 +++ schily.changes | 20 ++++++++++++++++++++ schily.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 schily-2020-03-11.tar.bz2 create mode 100644 schily-2020-03-27.tar.bz2 diff --git a/schily-2020-03-11.tar.bz2 b/schily-2020-03-11.tar.bz2 deleted file mode 100644 index c791fe6..0000000 --- a/schily-2020-03-11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62d25b9ab3a29a60c0af0e3a725d492648017b944e3a51342a373d9dea4afd79 -size 4366195 diff --git a/schily-2020-03-27.tar.bz2 b/schily-2020-03-27.tar.bz2 new file mode 100644 index 0000000..37b9066 --- /dev/null +++ b/schily-2020-03-27.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a49eea7bb6c515d3a8d31179e3ff067867babf5395f96d38d84e4aed95cc35 +size 4417889 diff --git a/schily.changes b/schily.changes index f88edbe..bd60f10 100644 --- a/schily.changes +++ b/schily.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Mar 28 11:03:52 UTC 2020 - Jan Engelhardt + +- Update to release 2020.03.27 + * mkisofs: A new option -noatime has been introduced in order + to use the modification time of the files instead of the last + access time. + * mkisofs: New options -creation-date, -effective-date, + -expiration-date have been introduced in order to use the + supplied time stamp instead of the current time in the PVD. + * mkisofs: A new option -reproducible-date has been added. This + option sets -creation-date, -modification-date, + -effective-date and -noatime at the same time and helps to + make usage easier. + * Bourne Shell: The case statement now supports the alternate + end case symbol ";;&" that has been introduced by bash. If + ";;&" is used instead of ";;", the next pattern list is + evaluated and if there is a match, the related command list + is executed. + ------------------------------------------------------------------- Mon Mar 16 09:09:05 UTC 2020 - Jan Engelhardt diff --git a/schily.spec b/schily.spec index ddfc9ca..470cedb 100644 --- a/schily.spec +++ b/schily.spec @@ -17,14 +17,14 @@ # grep -Pir 'define\s+VERSION|strvers' -%global box_version 2020.03.11 +%global box_version 2020.03.27 %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-03-11 +%define rver 2020-03-27 Name: schily Version: %box_version