Hello community, here is the log from the commit of package schily for openSUSE:Factory checked in at 2020-01-15 16:08:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/schily (Old) and /work/SRC/openSUSE:Factory/.schily.new.30080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "schily" Wed Jan 15 16:08:26 2020 rev:21 rq:763520 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/schily/schily.changes 2019-12-02 11:28:31.858638158 +0100 +++ /work/SRC/openSUSE:Factory/.schily.new.30080/schily.changes 2020-01-15 16:51:47.273386701 +0100 @@ -1,0 +2,19 @@ +Sun Jan 12 00:42:30 UTC 2020 - Jan Engelhardt <[email protected]> + +- Update to release 2019.12.05 + * libschily: the function getargs() and similar (from the + option parser group) now support an extended format + specifier: Previously, %0 and %1 have been supported, now all + single digit numbers %0..%9 are supported. + * libfind: The functions fetchdir()/dfetchdir(), sortdir(), + cmpdir() now use size_t instead of int for the entry number + count and the allocated size. + * star: The new-volume-script= script is now called at the end + of _every tape_, even at the last one. This now allows to + have a script that automatically renames a standard archive + name into numbered archive names when a tree should be + splitted into chunks. + * star: In "pax" command line mode, star now uses -no-fsync as + default. + +------------------------------------------------------------------- Old: ---- schily-2019-11-11.tar.bz2 New: ---- schily-2019-12-05.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ schily.spec ++++++ --- /var/tmp/diff_new_pack.VIPbkV/_old 2020-01-15 16:51:47.925387007 +0100 +++ /var/tmp/diff_new_pack.VIPbkV/_new 2020-01-15 16:51:47.925387007 +0100 @@ -1,7 +1,7 @@ # # spec file for package schily # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ # grep -Pir 'define\s+VERSION|strvers' -%global box_version 2019.11.11 +%global box_version 2019.12.05 %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-11-11 +%define rver 2019-12-05 Name: schily Version: %box_version @@ -154,14 +154,14 @@ The library implements a heuristic file type determinator, similar to file/libmagic1. -%package -n libfind3_0 +%package -n libfind4_0 Summary: A library for /usr/bin/find-like functionality License: CDDL-1.0 Group: System/Libraries Version: %libfind_version Release: 0 -%description -n libfind3_0 +%description -n libfind4_0 libfind allows to be used for adding find(1)-like command-line features to programs. @@ -259,7 +259,7 @@ Requires: libedc_ecc1_0 = %cdr_version Requires: libedc_ecc_dec1_0 = %cdr_version Requires: libfile1_0 = %box_version -Requires: libfind3_0 = %libfind_version +Requires: libfind4_0 = %libfind_version Requires: librmt1_0 = %box_version Requires: libschily2_0 = %box_version Requires: libxtermcap1_0 = %box_version @@ -537,6 +537,7 @@ rm -Rfv \ $b/etc/sformat.dat \ $b/usr/bin/Cstyle \ + $b/usr/bin/cal \ $b/usr/bin/calc \ $b/usr/bin/calltree \ $b/usr/bin/change \ @@ -586,8 +587,9 @@ $b/usr/share/doc/packages/README \ $b/usr/share/doc/packages/libparanoia/README.interface \ $b/usr/share/doc/packages/libparanoia/README.paranoia \ - $b/usr/share/doc/packages/schilyutils/dotfiles.tar.bz2 \ + $b/usr/share/doc/packages/bsh/dotfiles.tar.bz2 \ $b/usr/share/man/de/man1/sdd.1 \ + $b/usr/share/man/man1/cal.1 \ $b/usr/share/man/man1/calc.1 \ $b/usr/share/man/man1/calltree.1 \ $b/usr/share/man/man1/change.1 \ @@ -682,8 +684,8 @@ %postun -n libedc_ecc_dec1_0 -p /sbin/ldconfig %post -n libfile1_0 -p /sbin/ldconfig %postun -n libfile1_0 -p /sbin/ldconfig -%post -n libfind3_0 -p /sbin/ldconfig -%postun -n libfind3_0 -p /sbin/ldconfig +%post -n libfind4_0 -p /sbin/ldconfig +%postun -n libfind4_0 -p /sbin/ldconfig %post -n libparanoia1_0 -p /sbin/ldconfig %postun -n libparanoia1_0 -p /sbin/ldconfig %post -n librmt1_0 -p /sbin/ldconfig @@ -775,9 +777,9 @@ %license libfile/LEGAL.NOTICE %_libdir/libfile.so.1.0 -%files -n libfind3_0 +%files -n libfind4_0 %license CDDL.Schily.txt -%_libdir/libfind.so.3.0 +%_libdir/libfind.so.4.0 %files -n libparanoia1_0 %license libparanoia/LICENSE @@ -1028,11 +1030,13 @@ %license CDDL.Schily.txt %doc AN-* %config(noreplace) %_sysconfdir/default/star +%_bindir/fifo %_bindir/scpio %_bindir/star %_bindir/tartest %_bindir/ustar %_docdir/star/ +%_mandir/man1/fifo.1* %_mandir/man1/scpio.1* %_mandir/man1/star.1* %_mandir/man1/ustar.1* ++++++ schily-2019-11-11.tar.bz2 -> schily-2019-12-05.tar.bz2 ++++++ ++++ 21307 lines of diff (skipped)
