forked from pool/schily
Accepting request 749949 from utilities
- Update to relesae 2019.11.11 OBS-URL: https://build.opensuse.org/request/show/749949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=20
This commit is contained in:
commit
380064de1a
@ -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>
|
||||
|
||||
|
27
schily.spec
27
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
|
||||
@ -560,7 +560,6 @@ rm -Rfv \
|
||||
$b/usr/bin/pxupgrade \
|
||||
$b/usr/bin/scgcheck \
|
||||
$b/usr/bin/scgskeleton \
|
||||
$b/usr/bin/scpio \
|
||||
$b/usr/bin/scut \
|
||||
$b/usr/bin/sdd \
|
||||
$b/usr/bin/sfind \
|
||||
@ -616,7 +615,6 @@ rm -Rfv \
|
||||
$b/usr/share/man/man1/pxupgrade.1 \
|
||||
$b/usr/share/man/man1/scgcheck.1 \
|
||||
$b/usr/share/man/man1/scgskeleton.1 \
|
||||
$b/usr/share/man/man1/scpio.1 \
|
||||
$b/usr/share/man/man1/scut.1 \
|
||||
$b/usr/share/man/man1/sdd.1 \
|
||||
$b/usr/share/man/man1/sfind.1 \
|
||||
@ -630,11 +628,9 @@ rm -Rfv \
|
||||
$b/usr/share/man/man1/translit.1 \
|
||||
$b/usr/share/man/man1/udiff.1 \
|
||||
$b/usr/share/man/man3/getopt.3 \
|
||||
$b/usr/share/man/man5/changeset.5 \
|
||||
$b/usr/share/man/man3/getsubopt.3 \
|
||||
$b/usr/share/man/man5/makefiles.5 \
|
||||
$b/usr/share/man/man5/makerules.5 \
|
||||
$b/usr/share/man/man5/sccschangeset.5 \
|
||||
$b/usr/share/man/man5/sccsfile.5 \
|
||||
$b/usr/share/man/man5/streamarchive.5 \
|
||||
$b/usr/share/man/man8/sformat.8 \
|
||||
$b/usr/share/doc/packages/dotfiles.tar.bz2
|
||||
@ -870,10 +866,18 @@ fi
|
||||
%_mandir/man3/fpipe.3*
|
||||
%exclude %_mandir/man3/fprintf.3*
|
||||
%_mandir/man3/getallargs.3*
|
||||
%_mandir/man3/getargerror.3*
|
||||
%_mandir/man3/getarginit.3*
|
||||
%_mandir/man3/getargs.3*
|
||||
%_mandir/man3/geterrno.3*
|
||||
%_mandir/man3/getfiles.3*
|
||||
%_mandir/man3/getlallargs.3*
|
||||
%_mandir/man3/getlargs.3*
|
||||
%_mandir/man3/getlfiles.3*
|
||||
%exclude %_mandir/man3/getline.3*
|
||||
%_mandir/man3/getvallargs.3*
|
||||
%_mandir/man3/getvargs.3*
|
||||
%_mandir/man3/getvfiles.3*
|
||||
%_mandir/man3/handlecond.3*
|
||||
%_mandir/man3/movebytes.3*
|
||||
%_mandir/man3/ofindline.3*
|
||||
@ -986,6 +990,9 @@ fi
|
||||
%_mandir/man1/val.1*
|
||||
%_mandir/man1/vc.1*
|
||||
%_mandir/man1/what.1*
|
||||
%_mandir/man5/changeset.5*
|
||||
%_mandir/man5/sccschangeset.5*
|
||||
%_mandir/man5/sccsfile.5*
|
||||
|
||||
%files -n schily-mt
|
||||
%license CDDL.Schily.txt
|
||||
@ -1021,10 +1028,12 @@ fi
|
||||
%license CDDL.Schily.txt
|
||||
%doc AN-*
|
||||
%config(noreplace) %_sysconfdir/default/star
|
||||
%_bindir/scpio
|
||||
%_bindir/star
|
||||
%_bindir/tartest
|
||||
%_bindir/ustar
|
||||
%_docdir/star/
|
||||
%_mandir/man1/scpio.1*
|
||||
%_mandir/man1/star.1*
|
||||
%_mandir/man1/ustar.1*
|
||||
%_mandir/man5/star.5*
|
||||
|
Loading…
Reference in New Issue
Block a user