forked from pool/schily
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:
commit
345ba5eda3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62d25b9ab3a29a60c0af0e3a725d492648017b944e3a51342a373d9dea4afd79
|
||||
size 4366195
|
3
schily-2020-03-27.tar.bz2
Normal file
3
schily-2020-03-27.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30a49eea7bb6c515d3a8d31179e3ff067867babf5395f96d38d84e4aed95cc35
|
||||
size 4417889
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user