Accepting request 789350 from utilities
- Update to release 2020.03.27 * Support for reproducible .iso builds OBS-URL: https://build.opensuse.org/request/show/789350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=25
This commit is contained in:
BIN
schily-2020-03-11.tar.bz2
(Stored with Git LFS)
BIN
schily-2020-03-11.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
schily-2020-03-27.tar.bz2
(Stored with Git LFS)
Normal file
BIN
schily-2020-03-27.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 28 11:03:52 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user