From 8c49b8dddff3caca6e672b1fbbb303267edb65716a441416d51c4548f9f07c7b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 20 Nov 2019 11:17:24 +0000 Subject: [PATCH] - Update to relesae 2019.11.11 OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=77 --- schily-2019-10-25.tar.bz2 | 3 --- schily-2019-11-11.tar.bz2 | 3 +++ schily.changes | 28 ++++++++++++++++++++++++++++ schily.spec | 8 ++++---- 4 files changed, 35 insertions(+), 7 deletions(-) delete mode 100644 schily-2019-10-25.tar.bz2 create mode 100644 schily-2019-11-11.tar.bz2 diff --git a/schily-2019-10-25.tar.bz2 b/schily-2019-10-25.tar.bz2 deleted file mode 100644 index 922835a..0000000 --- a/schily-2019-10-25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89548402271f94a2e393b0e09c63c9b9b540b047d00550f5896e121ff2db4cb1 -size 4412486 diff --git a/schily-2019-11-11.tar.bz2 b/schily-2019-11-11.tar.bz2 new file mode 100644 index 0000000..1a7a58b --- /dev/null +++ b/schily-2019-11-11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb29ce195a8f806b3ddeda9cd0f13e46492e4916d807fcdcec4f9044565c92e9 +size 4517979 diff --git a/schily.changes b/schily.changes index 164380d..3e9d6bd 100644 --- a/schily.changes +++ b/schily.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Nov 20 11:11:10 UTC 2019 - Jan Engelhardt + +- 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 diff --git a/schily.spec b/schily.spec index 97920f8..bcae359 100644 --- a/schily.spec +++ b/schily.spec @@ -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