Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-02-13 10:17:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and      /work/SRC/openSUSE:Factory/.schily.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "schily"

Wed Feb 13 10:17:48 2019 rev:8 rq:670613 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/schily/schily.changes    2018-12-10 
12:26:26.682640462 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.28833/schily.changes 2019-02-13 
10:17:50.689347121 +0100
@@ -1,0 +2,23 @@
+Thu Jan 24 09:08:27 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 2019.01.22
+  * star: fixes for a hang and pipe reading issues
+  * star: The debug printing for the FIFO has been enhanced to
+    print more information from the FIFO control structure to
+    debug problems like the ones mentioned above.
+  * star now ignores SIGPIPE.
+
+-------------------------------------------------------------------
+Thu Dec  6 18:38:56 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 2018.12.06
+  * sccs-prs now prints the SCCS v6 initial path using the new
+    keyword :Gp:.
+  * sccs-prs now prints the SCCS v6 unified random using the new
+    keyword :Gr:.
+  * sccs: libcomobj: A parser for the SCCS v6 flags has been added.
+  * sccs: libcomobj: A parser for SCCS v6 global meta data has
+    been added.
+- Package sccs.
+
+-------------------------------------------------------------------
@@ -579 +602 @@
-- Update to version 3.01a07 Fixed non position independant build of
+- Update to version 3.01a07 Fixed non position independent build of

Old:
----
  schily-2018-11-22.tar.bz2

New:
----
  schily-2019-01-22.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ schily.spec ++++++
--- /var/tmp/diff_new_pack.Km67AE/_old  2019-02-13 10:17:51.385346857 +0100
+++ /var/tmp/diff_new_pack.Km67AE/_new  2019-02-13 10:17:51.385346857 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package schily
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version    2018.11.22
+%global box_version    2019.01.22
 %global cdr_version    3.02~a10
+%global sccs_version   5.09
 %global smake_version  1.3
 %global star_version   1.5.4
 %global libfind_version 1.7
 %global ved_version     1.7
-%define rver   2018-11-22
+%define rver   2019-01-22
 
 Name:           schily
-Version:        2018.11.22
+Version:        2019.01.22
 Release:        0
 Summary:        A collection of command-line utilities maintained by 
J.Schilling
 License:        CDDL-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND 
BSD-2-Clause AND BSD-3-Clause AND HPND AND ISC
@@ -49,7 +50,6 @@
 BuildRequires:  libcap-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  libtool
-BuildRequires:  makedepend
 Conflicts:      cdrkit-cdrtools-compat
 
 %description
@@ -372,6 +372,18 @@
 A tape client would launch something like ssh for the actual
 connection, and through that, have the rmt program executed.
 
+%package -n sccs
+Summary:        Source Code Control System
+License:        CDDL-1.0
+Group:          Development/Tools/Version Control
+
+%description -n sccs
+Source Code Control System (SCCS) is a version control system for
+tracking changes in source code and other text files during the
+development of a piece of software. This allows the user to retrieve
+any of the previous versions of the original source code and the
+changes which are stored.
+
 %package -n smake
 Summary:        The Schily "make" program
 License:        CDDL-1.0
@@ -452,14 +464,14 @@
 # - To enable verbosity, use with CC=cc LDCC=cc DYNLD=cc.
 # - Not fully parallel safe, so stick to default.
 #
-mycf="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC 
-finput-charset=ISO-8859-1"
-gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" config all
+mycf="%optflags -O0 -ggdb3 -fno-strict-aliasing -fno-omit-frame-pointer -fPIC 
-finput-charset=ISO-8859-1"
+gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" SCCS_BIN_PRE="" 
SCCS_HELP_PRE="" config all
 
 %install
 b="%buildroot"
 # D'oh… not parallel safe
-gmake GMAKE_NOWARN=true RUNPATH="" LINKMODE=dynamic \
-       DESTDIR="$b" INS_BASE="%_prefix" install -j1
+gmake GMAKE_NOWARN=true RUNPATH="" LINKMODE=dynamic SCCS_BIN_PRE="" \
+       SCCS_HELP_PRE="" DESTDIR="$b" INS_BASE="%_prefix" install -j1
 # Fix permissions again.
 find "$b" "(" -type d -o -type f ")" -exec chmod u+w "{}" "+"
 
@@ -520,7 +532,7 @@
 # deal with this another time
 find "$b"
 rm -Rfv "$b/usr/ccs" "$b/usr/xpg4" "$b/%_bindir/sccs"
-rm -f \
+rm -Rfv \
    $b/etc/sformat.dat \
    $b/usr/bin/Cstyle \
    $b/usr/bin/calc \
@@ -530,6 +542,7 @@
    $b/usr/bin/copy \
    $b/usr/bin/count \
    $b/usr/bin/cstyle.js \
+   $b/usr/bin/diff \
    $b/usr/bin/dmake \
    $b/usr/bin/hdump \
    $b/usr/bin/label \
@@ -566,32 +579,26 @@
    $b/usr/lib*/libstreamar.so \
    $b/usr/lib*/libstreamar.so.1.0 \
    $b/usr/lib*/svr4.make \
+   $b/%_libdir/help/ \
+   $b/%_libdir/diffh \
    $b/usr/sbin/mountcd \
    $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/man/de/man1/sdd.1 \
-   $b/usr/share/man/man1/admin.1 \
-   $b/usr/share/man/man1/bdiff.1 \
-   $b/usr/share/man/man1/bsh.1 \
    $b/usr/share/man/man1/calc.1 \
    $b/usr/share/man/man1/calltree.1 \
-   $b/usr/share/man/man1/cdc.1 \
    $b/usr/share/man/man1/change.1 \
-   $b/usr/share/man/man1/comb.1 \
    $b/usr/share/man/man1/compare.1 \
    $b/usr/share/man/man1/copy.1 \
    $b/usr/share/man/man1/count.1 \
    $b/usr/share/man/man1/cpp.1 \
    $b/usr/share/man/man1/cstyle.1 \
-   $b/usr/share/man/man1/delta.1 \
    $b/usr/share/man/man1/diff.1 \
    $b/usr/share/man/man1/dmake.1 \
-   $b/usr/share/man/man1/get.1 \
    $b/usr/share/man/man1/gnutar.1 \
    $b/usr/share/man/man1/hdump.1 \
-   $b/usr/share/man/man1/help.1 \
    $b/usr/share/man/man1/label.1 \
    $b/usr/share/man/man1/lndir.1 \
    $b/usr/share/man/man1/make.1 \
@@ -604,33 +611,7 @@
    $b/usr/share/man/man1/p.1 \
    $b/usr/share/man/man1/patch.1 \
    $b/usr/share/man/man1/printf.1 \
-   $b/usr/share/man/man1/prs.1 \
-   $b/usr/share/man/man1/prt.1 \
    $b/usr/share/man/man1/pxupgrade.1 \
-   $b/usr/share/man/man1/rcs2sccs.1 \
-   $b/usr/share/man/man1/rmdel.1 \
-   $b/usr/share/man/man1/sact.1 \
-   $b/usr/share/man/man1/sccs-admin.1 \
-   $b/usr/share/man/man1/sccs-cdc.1 \
-   $b/usr/share/man/man1/sccs-comb.1 \
-   $b/usr/share/man/man1/sccs-cvt.1 \
-   $b/usr/share/man/man1/sccs-delta.1 \
-   $b/usr/share/man/man1/sccs-get.1 \
-   $b/usr/share/man/man1/sccs-help.1 \
-   $b/usr/share/man/man1/sccs-log.1 \
-   $b/usr/share/man/man1/sccs-prs.1 \
-   $b/usr/share/man/man1/sccs-prt.1 \
-   $b/usr/share/man/man1/sccs-rcs2sccs.1 \
-   $b/usr/share/man/man1/sccs-rmdel.1 \
-   $b/usr/share/man/man1/sccs-sact.1 \
-   $b/usr/share/man/man1/sccs-sccsdiff.1 \
-   $b/usr/share/man/man1/sccs-unget.1 \
-   $b/usr/share/man/man1/sccs-val.1 \
-   $b/usr/share/man/man1/sccs.1 \
-   $b/usr/share/man/man1/sccscvt.1 \
-   $b/usr/share/man/man1/sccsdiff.1 \
-   $b/usr/share/man/man1/sccslog.1 \
-   $b/usr/share/man/man1/sccspatch.1 \
    $b/usr/share/man/man1/scgcheck.1 \
    $b/usr/share/man/man1/scgskeleton.1 \
    $b/usr/share/man/man1/scpio.1 \
@@ -646,10 +627,6 @@
    $b/usr/share/man/man1/termcap.1 \
    $b/usr/share/man/man1/translit.1 \
    $b/usr/share/man/man1/udiff.1 \
-   $b/usr/share/man/man1/unget.1 \
-   $b/usr/share/man/man1/val.1 \
-   $b/usr/share/man/man1/vc.1 \
-   $b/usr/share/man/man1/what.1 \
    $b/usr/share/man/man3/getopt.3 \
    $b/usr/share/man/man5/changeset.5 \
    $b/usr/share/man/man5/makefiles.5 \
@@ -741,6 +718,7 @@
 %_bindir/pbosh
 %_bindir/pfbsh
 %_bindir/pfsh
+%_mandir/man1/bsh.1*
 %_mandir/man1/bosh.1*
 %_mandir/man1/jsh.1*
 %_mandir/man1/obosh.1*
@@ -950,6 +928,65 @@
 %_sbindir/rscsi
 %_mandir/man1/rscsi.1*
 
+%files -n sccs
+%_bindir/admin
+%_bindir/bdiff
+%_bindir/cdc
+%_bindir/comb
+%_bindir/delta
+%_bindir/get
+%_bindir/help
+%_bindir/prs
+%_bindir/prt
+%_bindir/rcs2sccs
+%_bindir/rmchg
+%_bindir/rmdel
+%_bindir/sact
+%_bindir/sccscvt
+%_bindir/sccsdiff
+%_bindir/sccslog
+%_bindir/unget
+%_bindir/val
+%_bindir/vc
+%_bindir/what
+%_mandir/man1/admin.1*
+%_mandir/man1/bdiff.1*
+%_mandir/man1/cdc.1*
+%_mandir/man1/comb.1*
+%_mandir/man1/delta.1*
+%_mandir/man1/get.1*
+%_mandir/man1/help.1*
+%_mandir/man1/prs.1*
+%_mandir/man1/prt.1*
+%_mandir/man1/rcs2sccs.1*
+%_mandir/man1/rmdel.1*
+%_mandir/man1/sact.1*
+%_mandir/man1/sccs-admin.1*
+%_mandir/man1/sccs-cdc.1*
+%_mandir/man1/sccs-comb.1*
+%_mandir/man1/sccs-cvt.1*
+%_mandir/man1/sccs-delta.1*
+%_mandir/man1/sccs-get.1*
+%_mandir/man1/sccs-help.1*
+%_mandir/man1/sccs-log.1*
+%_mandir/man1/sccs-prs.1*
+%_mandir/man1/sccs-prt.1*
+%_mandir/man1/sccs-rcs2sccs.1*
+%_mandir/man1/sccs-rmdel.1*
+%_mandir/man1/sccs-sact.1*
+%_mandir/man1/sccs-sccsdiff.1*
+%_mandir/man1/sccs-unget.1*
+%_mandir/man1/sccs-val.1*
+%_mandir/man1/sccs.1*
+%_mandir/man1/sccscvt.1*
+%_mandir/man1/sccsdiff.1*
+%_mandir/man1/sccslog.1*
+%_mandir/man1/sccspatch.1*
+%_mandir/man1/unget.1*
+%_mandir/man1/val.1*
+%_mandir/man1/vc.1*
+%_mandir/man1/what.1*
+
 %files -n schily-mt
 %license CDDL.Schily.txt
 %_bindir/smt

++++++ iconv-name.diff ++++++
--- /var/tmp/diff_new_pack.Km67AE/_old  2019-02-13 10:17:51.425346841 +0100
+++ /var/tmp/diff_new_pack.Km67AE/_new  2019-02-13 10:17:51.425346841 +0100
@@ -16,11 +16,11 @@
  mkisofs/mkisofs.c |    4 ++--
  2 files changed, 8 insertions(+), 9 deletions(-)
 
-Index: schily-2018-03-16/mkisofs/mkisofs.8
+Index: schily-2019-01-22/mkisofs/mkisofs.8
 ===================================================================
---- schily-2018-03-16.orig/mkisofs/mkisofs.8
-+++ schily-2018-03-16/mkisofs/mkisofs.8
-@@ -2344,8 +2344,8 @@ Input charset that defines the character
+--- schily-2019-01-22.orig/mkisofs/mkisofs.8
++++ schily-2019-01-22/mkisofs/mkisofs.8
+@@ -2414,8 +2414,8 @@ Input charset that defines the character
  used with the
  .I \-mac\-name
  option.
@@ -31,7 +31,7 @@
  (Mac Roman)
  See
  .B "CHARACTER SETS
-@@ -2555,7 +2555,7 @@ any of the various Apple/Unix file forma
+@@ -2625,7 +2625,7 @@ any of the various Apple/Unix file forma
  option. See the
  .B HFS MACINTOSH FILE NAMES
  for more information. Defaults to
@@ -40,7 +40,7 @@
  (Mac Roman).
  .TP
  .B \-output\-hfs\-charset
-@@ -3070,13 +3070,12 @@ name will be used in the TRANS.TBL file,
+@@ -3140,13 +3140,12 @@ name will be used in the TRANS.TBL file,
  .PP
  The character set used to convert any HFS file name to a Joliet/Rock Ridge
  file name defaults to
@@ -57,10 +57,10 @@
  .PP
  Note: the character codes used by HFS file names taken from the various
  Apple/Unix formats will not be converted as they are assumed to be in the
-Index: schily-2018-03-16/mkisofs/mkisofs.c
+Index: schily-2019-01-22/mkisofs/mkisofs.c
 ===================================================================
---- schily-2018-03-16.orig/mkisofs/mkisofs.c
-+++ schily-2018-03-16/mkisofs/mkisofs.c
+--- schily-2019-01-22.orig/mkisofs/mkisofs.c
++++ schily-2019-01-22/mkisofs/mkisofs.c
 @@ -2849,7 +2849,7 @@ setcharset:
  
  #ifdef APPLE_HYB

++++++ schily-2018-11-22.tar.bz2 -> schily-2019-01-22.tar.bz2 ++++++
++++ 15566 lines of diff (skipped)


Reply via email to