forked from pool/schily
- Update to relesae 2019.11.11
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=77
This commit is contained in:
parent
29bb643543
commit
8c49b8dddf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89548402271f94a2e393b0e09c63c9b9b540b047d00550f5896e121ff2db4cb1
|
||||
size 4412486
|
3
schily-2019-11-11.tar.bz2
Normal file
3
schily-2019-11-11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb29ce195a8f806b3ddeda9cd0f13e46492e4916d807fcdcec4f9044565c92e9
|
||||
size 4517979
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 11:11:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to relesae 2019.11.11
|
||||
* star: When using star -copy, the default is now
|
||||
-no-secure-links. This is what users like since they are
|
||||
copying their own data that per definition cannot be
|
||||
untrusted external data.
|
||||
* star: star -diff is now "more smooth" to use, when the
|
||||
archive type is GNU TAR and the "atime" or "ctime" properties
|
||||
are not present for a specific file. Before, Jan 1 1970 was
|
||||
the assumed time in the archive.
|
||||
* star: star -diff now prints a diff statistics summary.
|
||||
* SCCS: Added a new delta type 'U' that allows to tell get(1)
|
||||
to remove the g-file. Such SCCS history files are going to be
|
||||
used as placeholders for removed files in the upcomming
|
||||
project mode.
|
||||
* SCCS: admin now has a new option -Xunlink. It can be used
|
||||
together with -n to create special SCCS history files that
|
||||
remove the g-file on extraction if a delta is to be extracted
|
||||
that is of type 'U'.
|
||||
* SCCS: get now honors delta table entries that use the new 'U'
|
||||
delta type and removed non-writable g-files on extraction.
|
||||
This feature only works if the history file is in SCCS V6
|
||||
mode.
|
||||
* SCCS a new option -Xmail=address allows admin(1) and delta(1)
|
||||
to add an email address to the delta meta data.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 26 12:11:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package schily
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,15 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
# grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
|
||||
%global box_version 2019.10.25
|
||||
# grep -Pir 'define\s+VERSION|strvers'
|
||||
%global box_version 2019.11.11
|
||||
%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 2019-10-25
|
||||
%define rver 2019-11-11
|
||||
|
||||
Name: schily
|
||||
Version: %box_version
|
||||
|
Loading…
Reference in New Issue
Block a user