commit schily for openSUSE:Factory

2020-10-12 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-10-12 13:46:27

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3486 (New)


Package is "schily"

Mon Oct 12 13:46:27 2020 rev:36 rq:840751 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-09-25 
16:23:29.939463462 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.3486/schily.changes  2020-10-12 
13:46:38.577904950 +0200
@@ -1,0 +2,12 @@
+Fri Oct  9 22:54:57 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.10.09
+  * Bourne Shell: The "wait" builtin is now POSIX compliant and
+returns 127 in $? in case that a process id to be waited for
+does not exist.
+  * Bourne Shell: The exit code retrieved by $/ no longer is
+masked by 0xFF when this code originates from a wait(1) call.
+  * Bourne Shell: The exit code from background jobs is now kept
+until the builtin wait(1) is called.
+
+---

Old:

  schily-2020-09-22.tar.bz2

New:

  schily-2020-10-09.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.9ZsJkP/_old  2020-10-12 13:46:40.269905638 +0200
+++ /var/tmp/diff_new_pack.9ZsJkP/_new  2020-10-12 13:46:40.273905640 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.09.22
+%global box_version2020.10.09
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
 %global star_version   1.6.1
 %global libfind_version 1.8
 %global ved_version 1.7
-%define rver   2020-09-22
+%define rver   2020-10-09
 
 Name:   schily
 Version:%box_version

++ schily-2020-09-22.tar.bz2 -> schily-2020-10-09.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schily-2020-09-22/AN-2020-10-09 
new/schily-2020-10-09/AN-2020-10-09
--- old/schily-2020-09-22/AN-2020-10-09 1970-01-01 01:00:00.0 +0100
+++ new/schily-2020-10-09/AN-2020-10-09 2020-10-09 12:27:55.0 +0200
@@ -0,0 +1,389 @@
+New features with AN-2020-10-09:
+
+This is the first localization step for the schily source consolidation. Many
+programs now (hopefully) call gettext() for all strings that need localization.
+
+-  The next step will include dgettext() calls for the libraries and the
+   missing programs
+
+-  The following step will include the extracted strings
+
+-  The last step will include German translations and install support
+   for the resulting binary message object files.
+
+--> Please test and report compilation problems! <-
+
+* NOTE: As mentioned since 2004, frontends to the tools should *
+*  call all programs in the "C" locale*
+*  by e.g. calling: LC_ALL=C cdrecord *
+*  unless these frontends support localized strings   *
+*  used by the cdrtools with NLS support. *
+
+   *** WARNING***
+   *** Need new smake ***
+
+   *** Due to the fact that schily-tools 2014-04-03 introduced to use new 
macro
+   *** expansions and a related bug fix in smake, you need a newer smake
+   *** to compile this source. If your smake is too old and aborts, ensure 
to
+   *** use the recent smake by calling:
+
+   cd ./psmake
+   ./MAKE-all
+   cd ..
+   psmake/smake
+   psmake/smake install
+
+   The new smake version mentioned above is smake-1.2.4
+   The recent smake version is smake-1.3
+
+   *** Due to the fact that schily-tools 2018-01-26 introduced
+   *** optimizations for the Schily version of SunPro Make, you
+   *** need at least the dmake version from 2018/01/11 with support
+   *** for the "export" directive to compile with this makefile system.
+
+
+   WARNING: the new version of the isoinfo program makes use of the 
+   *at() series of functions that have been introduced by Sun
+   in August 2001 and added to POSIX.1-2008. For older platforms,
+   libschily now includes emulations for these functions but
+   these emulations have not yet been tested thoroughly.
+   Please report problems!
+
+   BUG WARNING: Please never report bugs only to Linux distributions as
+   they usually do not forward these bug reports upstream and as
+   the Linux distributions typically do not let skilled people
+   check the bugs. We did not hear about a FIFO problem in star
+   for a long time. 

commit schily for openSUSE:Factory

2020-09-25 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-09-25 16:21:58

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.4249 (New)


Package is "schily"

Fri Sep 25 16:21:58 2020 rev:35 rq:836330 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-09-09 
17:46:46.310418281 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.4249/schily.changes  2020-09-25 
16:23:29.939463462 +0200
@@ -1,0 +2,12 @@
+Wed Sep 23 09:38:47 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.09.22
+  * SCCS: delta now supports to handle nul bytes in the
+diff(1) output.
+  * SCCS: delta now supports nul bytes in the new version of the
+input file if processing SCCSv6 history files.
+  * SCCS: delta now by default uses `fsdiff` instead of `bdiff`.
+  * SCCS: delta, if called as `delta -d ...`, now calls diff(1)
+with the option -a.
+
+---

Old:

  schily-2020-09-04.tar.bz2

New:

  schily-2020-09-22.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.ygwY4x/_old  2020-09-25 16:23:30.895464309 +0200
+++ /var/tmp/diff_new_pack.ygwY4x/_new  2020-09-25 16:23:30.895464309 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.09.04
+%global box_version2020.09.22
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
 %global star_version   1.6.1
 %global libfind_version 1.8
 %global ved_version 1.7
-%define rver   2020-09-04
+%define rver   2020-09-22
 
 Name:   schily
 Version:%box_version

++ schily-2020-09-04.tar.bz2 -> schily-2020-09-22.tar.bz2 ++
 5085 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-09-09 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-09-09 17:46:40

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3399 (New)


Package is "schily"

Wed Sep  9 17:46:40 2020 rev:34 rq:832505 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-08-15 
21:18:50.959570908 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.3399/schily.changes  2020-09-09 
17:46:46.310418281 +0200
@@ -1,0 +2,12 @@
+Sat Sep  5 12:53:54 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.09.04
+  * sccs: get(1) and delta(1) now restore the removed newline at
+the end of the last line if this was a SCCSv6 "^ANxxx" line
+to support files not ending in a newline.
+  * sccs: The delta(1) command now correctly handles deltas where
+the last difference hits the end of the history file.
+  * sccs: The delta(1) command now removes the e.file in case of
+an error abort.
+
+---

Old:

  schily-2020-08-12.tar.bz2

New:

  schily-2020-09-04.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.aJHxD4/_old  2020-09-09 17:46:47.290419078 +0200
+++ /var/tmp/diff_new_pack.aJHxD4/_new  2020-09-09 17:46:47.294419080 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.08.12
+%global box_version2020.09.04
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
 %global star_version   1.6.1
-%global libfind_version 1.7
+%global libfind_version 1.8
 %global ved_version 1.7
-%define rver   2020-08-12
+%define rver   2020-09-04
 
 Name:   schily
 Version:%box_version
@@ -571,7 +571,6 @@
$b/usr/bin/strar \
$b/usr/bin/termcap \
$b/usr/bin/translit \
-   $b/usr/bin/udiff \
$b/usr/lib*/cpp \
$b/usr/lib*/libmakestate.so \
$b/usr/lib*/libmakestate.so.1.0 \
@@ -626,7 +625,6 @@
$b/usr/share/man/man1/tartest.1 \
$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/man3/getopt.3 \
$b/usr/share/man/man3/getsubopt.3 \
$b/usr/share/man/man3/starthandlecond.3 \
@@ -947,6 +945,8 @@
 %_bindir/cdc
 %_bindir/comb
 %_bindir/delta
+%_bindir/fdiff
+%_bindir/fsdiff
 %_bindir/get
 %_bindir/help
 %_bindir/prs
@@ -958,6 +958,7 @@
 %_bindir/sccscvt
 %_bindir/sccsdiff
 %_bindir/sccslog
+%_bindir/udiff
 %_bindir/unget
 %_bindir/val
 %_bindir/vc
@@ -967,6 +968,8 @@
 %_mandir/man1/cdc.1*
 %_mandir/man1/comb.1*
 %_mandir/man1/delta.1*
+%_mandir/man1/fdiff.1*
+%_mandir/man1/fsdiff.1*
 %_mandir/man1/get.1*
 %_mandir/man1/help.1*
 %_mandir/man1/prs.1*
@@ -975,6 +978,7 @@
 %_mandir/man1/rmdel.1*
 %_mandir/man1/sact.1*
 %_mandir/man1/sccs*.1*
+%_mandir/man1/udiff.1*
 %_mandir/man1/unget.1*
 %_mandir/man1/val.1*
 %_mandir/man1/vc.1*

++ schily-2020-08-12.tar.bz2 -> schily-2020-09-04.tar.bz2 ++
 5596 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-08-15 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-08-15 21:18:33

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3399 (New)


Package is "schily"

Sat Aug 15 21:18:33 2020 rev:33 rq:826256 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-07-28 
17:24:28.229845656 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.3399/schily.changes  2020-08-15 
21:18:50.959570908 +0200
@@ -1,0 +2,11 @@
+Thu Aug 13 09:32:01 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.08.12
+  * star: GNU cpio archives may contain longer path names than
+permitted by the AT&T documentation, problems with which
+where fixed.
+  * sccs: sccslog again allows ovelapping delgets and now allows
+overlapping delget groups to be correctly detected as commit
+bundle.
+
+---

Old:

  schily-2020-07-18.tar.bz2

New:

  schily-2020-08-12.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.GHsWaC/_old  2020-08-15 21:18:52.303571675 +0200
+++ /var/tmp/diff_new_pack.GHsWaC/_new  2020-08-15 21:18:52.307571677 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.07.18
+%global box_version2020.08.12
 %global cdr_version3.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   2020-07-18
+%define rver   2020-08-12
 
 Name:   schily
 Version:%box_version

++ schily-2020-07-18.tar.bz2 -> schily-2020-08-12.tar.bz2 ++
 4539 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-07-28 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-07-28 17:24:05

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3592 (New)


Package is "schily"

Tue Jul 28 17:24:05 2020 rev:32 rq:822952 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-07-06 
16:13:09.232187966 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.3592/schily.changes  2020-07-28 
17:24:28.229845656 +0200
@@ -1,0 +2,11 @@
+Sun Jul 19 22:24:38 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.07.18
+  * star: star could dump core if it was used as `star -t ...` or
+`star -x ...` while being in a UTF-8 based locale and trying
+to deal with extremely long pathnames (more than PATH_MAX) in
+the archive.
+  * fifo: the fifo command is based on the star FIFO code and has
+been changed to support a FIFO size > 2 GB as well.
+
+---

Old:

  schily-2020-07-01.tar.bz2

New:

  schily-2020-07-18.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.Jyy15E/_old  2020-07-28 17:24:29.137846686 +0200
+++ /var/tmp/diff_new_pack.Jyy15E/_new  2020-07-28 17:24:29.137846686 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.07.01
+%global box_version2020.07.18
 %global cdr_version3.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   2020-07-01
+%define rver   2020-07-18
 
 Name:   schily
 Version:%box_version
@@ -644,7 +644,7 @@
 
 %check
 locale
-export LD_LIBRARY_PATH="$(find . -type d -name pic | perl -pe 's{\n}{:}gs')"
+export LD_LIBRARY_PATH="$(find "$PWD" -type d -name pic | perl -pe 
's{\n}{:}gs')"
 NO_RANDOM=TRUE make tests || :
 
 %post -n cdrecord

++ schily-2020-07-01.tar.bz2 -> schily-2020-07-18.tar.bz2 ++
 9008 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-07-06 16:12:54

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3060 (New)


Package is "schily"

Mon Jul  6 16:12:54 2020 rev:31 rq:818728 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-06-11 
14:43:18.197138021 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.3060/schily.changes  2020-07-06 
16:13:09.232187966 +0200
@@ -1,0 +2,20 @@
+Fri Jul  3 23:46:47 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.07.01
+  * star: Backslashes are now honored when looking for the
+substitution separators in options like -s /from/to/ or
+-pax-s /from/to/
+  * cdda2wav: The default for the CDDB database has been changed
+to gnudb.gnudb.org, as freedb.freedb.org has shutdown.
+  * Full support for SCCSv6 history files.
+  * SCCS: A new sccs(1) subcommand "histfile" has been
+implemented.
+  * SCCS: admin fixed a potential buffer overflow related to the
+user (programmer) name that is used in the delta table.
+
+---
+Fri Jul  3 09:28:52 UTC 2020 - Jan Engelhardt 
+
+- Run tests after build.
+
+---

Old:

  schily-2020-06-09.tar.bz2

New:

  schily-2020-07-01.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.gQWwsp/_old  2020-07-06 16:13:11.264194196 +0200
+++ /var/tmp/diff_new_pack.gQWwsp/_new  2020-07-06 16:13:11.268194209 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.06.09
+%global box_version2020.07.01
 %global cdr_version3.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   2020-06-09
+%define rver   2020-07-01
 
 Name:   schily
 Version:%box_version
@@ -642,6 +642,11 @@
 
 %fdupes -s %buildroot/%_prefix
 
+%check
+locale
+export LD_LIBRARY_PATH="$(find . -type d -name pic | perl -pe 's{\n}{:}gs')"
+NO_RANDOM=TRUE make tests || :
+
 %post -n cdrecord
 %set_permissions %_bindir/cdrecord
 true

++ schily-2020-06-09.tar.bz2 -> schily-2020-07-01.tar.bz2 ++
 12314 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-06-11 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-06-11 14:42:40

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3606 (New)


Package is "schily"

Thu Jun 11 14:42:40 2020 rev:30 rq:813059 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-06-02 
14:33:11.534487413 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.3606/schily.changes  2020-06-11 
14:43:18.197138021 +0200
@@ -1,0 +2,15 @@
+Tue Jun  9 23:17:15 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.06.09
+  * star: A new option -one-file has been added that causes star
+to exit after a single file has been extracted as a result
+from a pattern match or command line argument match.
+  * star: A new option iskip=# has been introduced. The argument
+is the number of bytes to skip before looking for the first
+archive header in the first tape block read after star
+started.
+  * star: A new option mtskip=# has been introduced. This option
+causes star to issue a "mt fsr xxx" equivalent on a tape
+archive.
+
+---

Old:

  schily-2020-05-25.tar.bz2

New:

  schily-2020-06-09.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.jHHtnp/_old  2020-06-11 14:43:19.181140888 +0200
+++ /var/tmp/diff_new_pack.jHHtnp/_new  2020-06-11 14:43:19.185140900 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.05.25
+%global box_version2020.06.09
 %global cdr_version3.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   2020-05-25
+%define rver   2020-06-09
 
 Name:   schily
 Version:%box_version

++ schily-2020-05-25.tar.bz2 -> schily-2020-06-09.tar.bz2 ++
 3874 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-06-02 14:33:07

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3606 (New)


Package is "schily"

Tue Jun  2 14:33:07 2020 rev:29 rq:809032 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-05-14 
23:23:27.388805785 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.3606/schily.changes  2020-06-02 
14:33:11.534487413 +0200
@@ -1,0 +2,28 @@
+Tue May 26 11:32:10 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.05.25
+  * mkisofs: Fixed an integer overflow bug in mac_label.c with
+Apple -chrp boot.
+  * star: The subst command for pax now supports the \1, \2, ...
+escapes for \(...\) selections in the from pattern, like it
+is used by sed(1).
+  * star: A new subst option -pax-s has been added that supports
+sed(1) like substitutions. The old option -s continues to
+support change(1) like substititions.
+  * SCCS: A new option -X0 has been introduced to allow to use
+nul byte separated file names on stdin when using the file
+argument "-".
+  * SCCS: The commands sccslog and sccscvt now also support the
+argument "-" as a directive to read filenames from stdin.
+  * SCCS: `sccs init` now by default creates an empty changeset
+history file with release 1.0 as
+$SRC_ROOT/.sccs/SCCS/s.changeset This signals SCCS to work in
+project mode where a group of files is managed together and
+the version 1.0 allows the first proect release to become
+1.1.
+  * SCCS: `sccs init -s` now allows to initialize a directory
+tree without creating a $SRC_ROOT/.sccs/SCCS/s.changeset
+history file. This signals SCCS to work in single file mode.
+- Drop large_mac_iso.patch (merged)
+
+---

Old:

  large_mac_iso.patch
  schily-2020-05-11.tar.bz2

New:

  schily-2020-05-25.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.btYKBy/_old  2020-06-02 14:33:12.786491374 +0200
+++ /var/tmp/diff_new_pack.btYKBy/_new  2020-06-02 14:33:12.790491387 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.05.11
+%global box_version2020.05.25
 %global cdr_version3.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   2020-05-11
+%define rver   2020-05-25
 
 Name:   schily
 Version:%box_version
@@ -41,7 +41,6 @@
 # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
 Patch1: iconv-name.diff
 Patch2: schily-2018-05-25_star_configuration.patch
-Patch3: large_mac_iso.patch
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -970,34 +969,13 @@
 %_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/sccs*.1*
 %_mandir/man1/unget.1*
 %_mandir/man1/val.1*
 %_mandir/man1/vc.1*
 %_mandir/man1/what.1*
 %_mandir/man5/changeset.5*
-%_mandir/man5/sccschangeset.5*
-%_mandir/man5/sccsfile.5*
+%_mandir/man5/sccs*.5*
 
 %files -n schily-mt
 %license CDDL.Schily.txt

++ schily-2020-05-11.tar.bz2 -> schily-2020-05-25.tar.bz2 ++
 5363 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-05-14 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-05-14 23:23:22

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.2738 (New)


Package is "schily"

Thu May 14 23:23:22 2020 rev:28 rq:805236 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-05-12 
22:29:15.179483833 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.2738/schily.changes  2020-05-14 
23:23:27.388805785 +0200
@@ -1,0 +2,12 @@
+Wed May 13 09:21:22 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.05.11
+  * SCCS: the "sccs root" command now checks for too many
+arguments and only allows zero or one path arguments.
+  * mkisofs: README.eltorito has been enhanced to mention
+"-boot-load-size" and "-eltorito-platform efi".
+  * isoinfo: Identifying an EFI boot record has been added to
+mkisofs. Isoinfo is now able to print "efi" instead of the
+unexpected "Unknown arch".
+
+---

Old:

  schily-2020-04-18.tar.bz2

New:

  schily-2020-05-11.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.HZbhLj/_old  2020-05-14 23:23:28.580808387 +0200
+++ /var/tmp/diff_new_pack.HZbhLj/_new  2020-05-14 23:23:28.584808396 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.04.18
+%global box_version2020.05.11
 %global cdr_version3.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   2020-04-18
+%define rver   2020-05-11
 
 Name:   schily
 Version:%box_version
@@ -482,7 +482,7 @@
mkdir -p "$b/%_libdir"
mv "$b/%_prefix/lib"/* "$b/%_libdir/"
 fi
-find "$b/%_libdir" -type f -name "*.a" -delete
+find "$b/%_libdir" -type f -name "*.a" -print -delete
 find "$b/%_libdir" -type f -name "*.so.*" -exec chmod a+x "{}" "+"
 
 # Install documentation

++ schily-2020-04-18.tar.bz2 -> schily-2020-05-11.tar.bz2 ++
 4572 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-05-12 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-05-12 22:27:56

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.2738 (New)


Package is "schily"

Tue May 12 22:27:56 2020 rev:27 rq:802735 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-05-08 
23:02:39.309531741 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.2738/schily.changes  2020-05-12 
22:29:15.179483833 +0200
@@ -1,0 +2,7 @@
+Mon May 11 11:47:23 UTC 2020 - Adam Majer 
+
+- mkisofs: fix integer overflow in partition table calculation
+  when chrp-boot is enabled and a large ISO image is created.
+  (large_mac_iso.patch, bsc#1169420)
+
+---

New:

  large_mac_iso.patch



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.OoYbkE/_old  2020-05-12 22:29:19.143492105 +0200
+++ /var/tmp/diff_new_pack.OoYbkE/_new  2020-05-12 22:29:19.147492113 +0200
@@ -41,6 +41,7 @@
 # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
 Patch1: iconv-name.diff
 Patch2: schily-2018-05-25_star_configuration.patch
+Patch3: large_mac_iso.patch
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -445,8 +446,7 @@
 GB).
 
 %prep
-%setup -qn %name-%rver
-%patch -P 1 -P 2 -p1
+%autosetup -n %name-%rver -p1
 find . "(" -type d -o -type f ")" -exec chmod u+w "{}" "+"
 
 cp %{SOURCE1} .

++ large_mac_iso.patch ++
From: Adam Majer 
Date: 2020-05-11 11:47:23+

Fix an integer overflow in partition table calculation when chrp-boot
is enabled and a large ISO image is created.

Index: cdrtools-3.02/mkisofs/mac_label.c
===
--- cdrtools-3.02.orig/mkisofs/mac_label.c
+++ cdrtools-3.02/mkisofs/mac_label.c
@@ -67,8 +67,8 @@ gen_prepboot_label(ml)
 {
struct directory_entry *de;
int i = 0;
-   int block;
-   int size;
+   unsigned block;
+   unsigned size;
MacLabel*mac_label = (MacLabel *) ml;
 
if (verbose > 1) {
@@ -98,7 +98,7 @@ gen_prepboot_label(ml)
mac_label->image[i].startSect[2] = 0;
mac_label->image[i].startSect[3] = 0;
 
-   size = (last_extent - session_start) * 2048 / 512;
+   size = (unsigned)(last_extent - session_start) * (2048 / 512);
mac_label->image[i].size[0] = size & 0xff;
mac_label->image[i].size[1] = (size >> 8) & 0xff;
mac_label->image[i].size[2] = (size >> 16) & 0xff;
@@ -115,7 +115,7 @@ gen_prepboot_label(ml)
/* NOTREACHED */
}
/* get size and block in 512-byte blocks */
-   block = get_733(de->isorec.extent) * 2048 / 512;
+   block = get_733(de->isorec.extent) * (2048 / 512);
size = get_733(de->isorec.size) / 512 + 1;
fprintf(stderr, _("PReP boot partition %d is \"%s\"\n"),
i + 1, prep_boot_image[i - use_chrp_boot]);



commit schily for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-05-08 23:02:33

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.2738 (New)


Package is "schily"

Fri May  8 23:02:33 2020 rev:26 rq:800636 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-03-30 
22:51:28.399775312 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.2738/schily.changes  2020-05-08 
23:02:39.309531741 +0200
@@ -1,0 +2,8 @@
+Wed Apr 29 08:26:30 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.04.18
+  * smake: A new option -a has been added. This option allows to
+tell smake not to set up the automake specific make macros
+MAKE_ARCH, MAKE_OS and similar.
+
+---

Old:

  schily-2020-03-27.tar.bz2

New:

  schily-2020-04-18.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.l4RwUQ/_old  2020-05-08 23:02:40.241533646 +0200
+++ /var/tmp/diff_new_pack.l4RwUQ/_new  2020-05-08 23:02:40.245533654 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.03.27
+%global box_version2020.04.18
 %global cdr_version3.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   2020-03-27
+%define rver   2020-04-18
 
 Name:   schily
 Version:%box_version

++ schily-2020-03-27.tar.bz2 -> schily-2020-04-18.tar.bz2 ++
 4021 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-03-30 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-03-30 22:51:27

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3160 (New)


Package is "schily"

Mon Mar 30 22:51:27 2020 rev:25 rq:789350 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-03-19 
19:49:38.280161207 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.3160/schily.changes  2020-03-30 
22:51:28.399775312 +0200
@@ -1,0 +2,20 @@
+Sat Mar 28 11:03:52 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.03.27
+  * mkisofs: A new option -noatime has been introduced in order
+to use the modification time of the files instead of the last
+access time.
+  * mkisofs: New options -creation-date, -effective-date,
+-expiration-date have been introduced in order to use the
+supplied time stamp instead of the current time in the PVD.
+  * mkisofs: A new option -reproducible-date has been added. This
+option sets -creation-date, -modification-date,
+-effective-date and -noatime at the same time and helps to
+make usage easier.
+  * Bourne Shell: The case statement now supports the alternate
+end case symbol ";;&" that has been introduced by bash. If
+";;&" is used instead of ";;", the next pattern list is
+evaluated and if there is a match, the related command list
+is executed.
+
+---

Old:

  schily-2020-03-11.tar.bz2

New:

  schily-2020-03-27.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.w4Lxoh/_old  2020-03-30 22:51:28.963775620 +0200
+++ /var/tmp/diff_new_pack.w4Lxoh/_new  2020-03-30 22:51:28.963775620 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.03.11
+%global box_version2020.03.27
 %global cdr_version3.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   2020-03-11
+%define rver   2020-03-27
 
 Name:   schily
 Version:%box_version

++ schily-2020-03-11.tar.bz2 -> schily-2020-03-27.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schily-2020-03-11/AN-2020-03-27 
new/schily-2020-03-27/AN-2020-03-27
--- old/schily-2020-03-11/AN-2020-03-27 1970-01-01 01:00:00.0 +0100
+++ new/schily-2020-03-27/AN-2020-03-27 2020-03-27 13:15:59.0 +0100
@@ -0,0 +1,219 @@
+New features with AN-2020-03-27:
+
+This is the first localization step for the schily source consolidation. Many
+programs now (hopefully) call gettext() for all strings that need localization.
+
+-  The next step will include dgettext() calls for the libraries and the
+   missing programs
+
+-  The following step will include the extracted strings
+
+-  The last step will include German translations and install support
+   for the resulting binary message object files.
+
+--> Please test and report compilation problems! <-
+
+* NOTE: As mentioned since 2004, frontends to the tools should *
+*  call all programs in the "C" locale*
+*  by e.g. calling: LC_ALL=C cdrecord *
+*  unless these frontends support localized strings   *
+*  used by the cdrtools with NLS support. *
+
+   *** WARNING***
+   *** Need new smake ***
+
+   *** Due to the fact that schily-tools 2014-04-03 introduced to use new 
macro
+   *** expansions and a related bug fix in smake, you need a newer smake
+   *** to compile this source. If your smake is too old and aborts, ensure 
to
+   *** use the recent smake by calling:
+
+   cd ./psmake
+   ./MAKE-all
+   cd ..
+   psmake/smake
+   psmake/smake install
+
+   The new smake version mentioned above is smake-1.2.4
+   The recent smake version is smake-1.3
+
+   *** Due to the fact that schily-tools 2018-01-26 introduced
+   *** optimizations for the Schily version of SunPro Make, you
+   *** need at least the dmake version from 2018/01/11 with support
+   *** for the "export" directive to compile with this makefile system.
+
+
+   WARNING: the new version of the isoinfo program makes use of the 
+   *at() series of functions that have been introduced by Sun
+   in August 2001 and added to POSIX.1-2008. For older platforms,
+   libschily now includes emulations for these functions but
+   these em

commit schily for openSUSE:Factory

2020-03-19 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-03-19 19:45:59

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3160 (New)


Package is "schily"

Thu Mar 19 19:45:59 2020 rev:24 rq:785530 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-02-22 
18:56:23.453168939 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.3160/schily.changes  2020-03-19 
19:49:38.280161207 +0100
@@ -1,0 +2,12 @@
+Mon Mar 16 09:09:05 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.03.11
+  * Bourne Shell: set -m now works in scripts as well. Before,
+bosh did never call startjobs() when the shell startup was
+done with a shell script.
+  * Bourne Shell: The shell now supports the alternate ;& switch
+command limiter in addition to ;; where ;& implements a
+fallthrough to the next command list regardless on thether
+there is a match or not.
+
+---

Old:

  schily-2020-02-11.tar.bz2

New:

  schily-2020-03-11.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.NCuStZ/_old  2020-03-19 19:49:38.976161608 +0100
+++ /var/tmp/diff_new_pack.NCuStZ/_new  2020-03-19 19:49:38.984161613 +0100
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2020.02.11
+%global box_version2020.03.11
 %global cdr_version3.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   2020-02-11
+%define rver   2020-03-11
 
 Name:   schily
 Version:%box_version

++ schily-2020-02-11.tar.bz2 -> schily-2020-03-11.tar.bz2 ++
 6908 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/schily-2020-02-11/AN-2020-03-11 new/schily-2020-03-11/AN-2020-03-11
--- old/schily-2020-02-11/AN-2020-03-11 1970-01-01 01:00:00.0 +0100
+++ new/schily-2020-03-11/AN-2020-03-11 2020-03-11 21:55:11.0 +0100
@@ -0,0 +1,210 @@
+New features with AN-2020-03-11:
+
+This is the first localization step for the schily source consolidation. Many
+programs now (hopefully) call gettext() for all strings that need localization.
+
+-  The next step will include dgettext() calls for the libraries and the
+   missing programs
+
+-  The following step will include the extracted strings
+
+-  The last step will include German translations and install support
+   for the resulting binary message object files.
+
+--> Please test and report compilation problems! <-
+
+* NOTE: As mentioned since 2004, frontends to the tools should *
+*  call all programs in the "C" locale*
+*  by e.g. calling: LC_ALL=C cdrecord *
+*  unless these frontends support localized strings   *
+*  used by the cdrtools with NLS support. *
+
+   *** WARNING***
+   *** Need new smake ***
+
+   *** Due to the fact that schily-tools 2014-04-03 introduced to use new 
macro
+   *** expansions and a related bug fix in smake, you need a newer smake
+   *** to compile this source. If your smake is too old and aborts, ensure 
to
+   *** use the recent smake by calling:
+
+   cd ./psmake
+   ./MAKE-all
+   cd ..
+   psmake/smake
+   psmake/smake install
+
+   The new smake version mentioned above is smake-1.2.4
+   The recent smake version is smake-1.3
+
+   *** Due to the fact that schily-tools 2018-01-26 introduced
+   *** optimizations for the Schily version of SunPro Make, you
+   *** need at least the dmake version from 2018/01/11 with support
+   *** for the "export" directive to compile with this makefile system.
+
+
+   WARNING: the new version of the isoinfo program makes use of the 
+   *at() series of functions that have been introduced by Sun
+   in August 2001 and added to POSIX.1-2008. For older platforms,
+   libschily now includes emulations for these functions but
+   these emulations have not yet been tested thoroughly.
+   Please report problems!
+
+   BUG WARNING: Please never report bugs only to Linux di

commit schily for openSUSE:Factory

2020-02-22 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-02-22 18:56:20

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.26092 (New)


Package is "schily"

Sat Feb 22 18:56:20 2020 rev:23 rq:777390 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-02-09 
21:02:43.423363978 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.26092/schily.changes 2020-02-22 
18:56:23.453168939 +0100
@@ -1,0 +2,14 @@
+Wed Feb 12 15:08:56 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.02.11
+  * Bourne Shell: A new variable ${.sh.path} returns the absolute
+path of the binary associated to the exec() for this shell.
+  * Bourne Shell: `for i in; do cmd ...; done` is now valid
+syntax even though this is useless.
+  * SCCS: comb.c now puts the filename in the created shell
+script in single quotes.
+  * SCCS: comb.c now forbids single quotes and backslashes in
+filenames as they would cause problems with the shell script
+created by comb.
+
+---

Old:

  schily-2019-12-05.tar.bz2

New:

  schily-2020-02-11.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.XFu8oH/_old  2020-02-22 18:56:24.113170217 +0100
+++ /var/tmp/diff_new_pack.XFu8oH/_new  2020-02-22 18:56:24.117170225 +0100
@@ -17,14 +17,14 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%global box_version2019.12.05
+%global box_version2020.02.11
 %global cdr_version3.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-12-05
+%define rver   2020-02-11
 
 Name:   schily
 Version:%box_version
@@ -467,7 +467,8 @@
 # - Not fully parallel safe, so stick to default.
 #
 mycf="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC 
-finput-charset=ISO-8859-1 -fcommon"
-gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" SCCS_BIN_PRE="" 
SCCS_HELP_PRE="" config all
+gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" SCCS_BIN_PRE="" 
SCCS_HELP_PRE="" config
+gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" SCCS_BIN_PRE="" 
SCCS_HELP_PRE="" all
 
 %install
 b="%buildroot"
@@ -562,7 +563,6 @@
$b/usr/bin/scgcheck \
$b/usr/bin/scgskeleton \
$b/usr/bin/scut \
-   $b/usr/bin/sdd \
$b/usr/bin/sfind \
$b/usr/bin/sformat \
$b/usr/bin/sgrow \
@@ -618,7 +618,6 @@
$b/usr/share/man/man1/scgcheck.1 \
$b/usr/share/man/man1/scgskeleton.1 \
$b/usr/share/man/man1/scut.1 \
-   $b/usr/share/man/man1/sdd.1 \
$b/usr/share/man/man1/sfind.1 \
$b/usr/share/man/man1/sgrow.1 \
$b/usr/share/man/man1/spaste.1 \
@@ -631,6 +630,8 @@
$b/usr/share/man/man1/udiff.1 \
$b/usr/share/man/man3/getopt.3 \
$b/usr/share/man/man3/getsubopt.3 \
+   $b/usr/share/man/man3/starthandlecond.3 \
+   $b/usr/share/man/man3/unhandlecond.3 \
$b/usr/share/man/man5/makefiles.5 \
$b/usr/share/man/man5/makerules.5 \
$b/usr/share/man/man5/streamarchive.5 \
@@ -925,7 +926,9 @@
 %files -n readcd
 %license CDDL.Schily.txt
 %_bindir/readcd
+%_bindir/sdd
 %_mandir/man1/readcd.1*
+%_mandir/man1/sdd.1*
 
 %files -n rscsi
 %license CDDL.Schily.txt

++ schily-2019-12-05.tar.bz2 -> schily-2020-02-11.tar.bz2 ++
 12617 lines of diff (skipped)




commit schily for openSUSE:Factory

2020-02-09 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2020-02-09 21:02:23

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.26092 (New)


Package is "schily"

Sun Feb  9 21:02:23 2020 rev:22 rq:770063 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2020-01-15 
16:51:47.273386701 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.26092/schily.changes 2020-02-09 
21:02:43.423363978 +0100
@@ -1,0 +2,5 @@
+Tue Feb  4 16:54:19 UTC 2020 - Jan Engelhardt 
+
+- Set -fcommon [boo#1160291].
+
+---



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.Kl59LX/_old  2020-02-09 21:02:45.811365332 +0100
+++ /var/tmp/diff_new_pack.Kl59LX/_new  2020-02-09 21:02:45.847365353 +0100
@@ -466,7 +466,7 @@
 # - 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"
+mycf="%optflags -fno-strict-aliasing -fno-omit-frame-pointer -fPIC 
-finput-charset=ISO-8859-1 -fcommon"
 gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" SCCS_BIN_PRE="" 
SCCS_HELP_PRE="" config all
 
 %install




commit schily for openSUSE:Factory

2020-01-15 Thread root
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.changes2019-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 
+
+- 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_version2019.11.11
+%global box_version2019.12.05
 %global cdr_version3.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/

commit schily for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-12-02 11:27:17

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.4691 (New)


Package is "schily"

Mon Dec  2 11:27:17 2019 rev:20 rq:749949 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-10-27 
13:35:35.976858964 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.4691/schily.changes  2019-12-02 
11:28:31.858638158 +0100
@@ -1,0 +2,28 @@
+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.
+
+---

Old:

  schily-2019-10-25.tar.bz2

New:

  schily-2019-11-11.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.No7InC/_old  2019-12-02 11:28:34.466636951 +0100
+++ /var/tmp/diff_new_pack.No7InC/_new  2019-12-02 11:28:34.470636949 +0100
@@ -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_version2019.10.25
+# grep -Pir 'define\s+VERSION|strvers'
+%global box_version2019.11.11
 %global cdr_version3.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 @@
$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 @@
$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 @@
$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 @@
 %_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 @@
 %_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

commit schily for openSUSE:Factory

2019-10-27 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-10-27 13:35:34

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.2990 (New)


Package is "schily"

Sun Oct 27 13:35:34 2019 rev:19 rq:743143 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-10-11 
17:14:49.305604658 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.2990/schily.changes  2019-10-27 
13:35:35.976858964 +0100
@@ -1,0 +2,8 @@
+Sat Oct 26 12:11:10 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2019.10.25
+  * libfind: The recent changes to support "find dir/name -name
+name" did not work with -depth because the name base index
+needs a reset after processing the directory content.
+
+---

Old:

  schily-2019-10-07.tar.bz2

New:

  schily-2019-10-25.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.KcXsDO/_old  2019-10-27 13:35:37.860861364 +0100
+++ /var/tmp/diff_new_pack.KcXsDO/_new  2019-10-27 13:35:37.908861425 +0100
@@ -17,14 +17,14 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.10.07
+%global box_version2019.10.25
 %global cdr_version3.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-07
+%define rver   2019-10-25
 
 Name:   schily
 Version:%box_version

++ schily-2019-10-07.tar.bz2 -> schily-2019-10-25.tar.bz2 ++
 6441 lines of diff (skipped)




commit schily for openSUSE:Factory

2019-10-11 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-10-11 17:14:47

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.2352 (New)


Package is "schily"

Fri Oct 11 17:14:47 2019 rev:18 rq:736747 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-08-27 
15:50:27.695770504 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.2352/schily.changes  2019-10-11 
17:14:49.305604658 +0200
@@ -1,0 +2,18 @@
+Tue Oct  8 16:06:28 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2019.10.07
+  * Fixed infinite recursion of following symlinks in libschily/resolvepath.c.
+  * smake: The error message for failed shell commands has been
+modified to "Code %d (%s) from command line..." in order to
+cause less confusion with the text printed by smake.
+  * bosh: introduced shared memory to be able to forward the
+special exit cause (NOTFOUND or NOEXEC) to the parent even in
+case it used fork() instead of vfork().
+  * bosh: Added support for a new automatic parameter "$/" to
+complement the existing parameter "$?".
+  * star: The option -no-secure-links now may be configured as a
+global default via the tag STAR_SECURE_LINKS= in the file
+/etc/default/star and as a private default via an environment
+of the same name.
+
+---

Old:

  schily-2019-08-13.tar.bz2

New:

  schily-2019-10-07.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.bUY7AB/_old  2019-10-11 17:14:50.029602804 +0200
+++ /var/tmp/diff_new_pack.bUY7AB/_new  2019-10-11 17:14:50.029602804 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.08.13
+%global box_version2019.10.07
 %global cdr_version3.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-08-13
+%define rver   2019-10-07
 
 Name:   schily
 Version:%box_version
@@ -452,7 +452,7 @@
 cp %{SOURCE1} .
 
 %build
-%define _lto_cflags %{nil}
+%define _lto_cflags %nil
 perl -i -pe 's{\@echo}{echo}' RULES/cc-*
 # Static link libhfs, only used by mkisofs.
 rm -fv libhfs_iso/shlhfs.mk
@@ -636,7 +636,8 @@
$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/man/man8/sformat.8 \
+   $b/usr/share/doc/packages/dotfiles.tar.bz2
 
 # Remove documentation (will be added in %_datadir/doc/packages/*)
 #rm -Rf "$b/%_datadir/doc"/*
@@ -703,13 +704,13 @@
 %postun -n libxtermcap1_0 -p /sbin/ldconfig
 
 %verifyscript -n cdrecord
-%{verify_permissions -e %_bindir/cdrecord}
+%verify_permissions -e %_bindir/cdrecord
 
 %verifyscript -n cdda2wav
-%{verify_permissions -e %_bindir/cdda2wav}
+%verify_permissions -e %_bindir/cdda2wav
 
 %verifyscript -n readcd
-%{verify_permissions -e %_bindir/readcd}
+%verify_permissions -e %_bindir/readcd
 
 %files -n bosh
 %license CDDL.Schily.txt
@@ -996,9 +997,9 @@
 
 %files -n schily-rmt
 %license CDDL.Schily.txt
-%{_docdir}/schily-rmt
 %config(noreplace) %_sysconfdir/default/rmt
 %_docdir/rmt/
+%_docdir/schily-rmt
 %_bindir/srmt
 %_mandir/man1/srmt.1*
 %ghost %_sysconfdir/alternatives/rmt

++ schily-2019-08-13.tar.bz2 -> schily-2019-10-07.tar.bz2 ++
 27617 lines of diff (skipped)




commit schily for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-08-27 15:50:26

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.7948 (New)


Package is "schily"

Tue Aug 27 15:50:26 2019 rev:17 rq:726011 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-08-16 
15:27:50.718004380 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.7948/schily.changes  2019-08-27 
15:50:27.695770504 +0200
@@ -1,0 +2,7 @@
+Sat Aug 24 15:42:42 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.08.13
+  * mkisofs: The struct attrinfo in apple.h has been enhanced by the
+struct members objid_low, objid_high, rsrc_length.
+
+---

Old:

  schily-2019-07-22.tar.bz2

New:

  schily-2019-08-13.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.8PvxcH/_old  2019-08-27 15:50:28.291770358 +0200
+++ /var/tmp/diff_new_pack.8PvxcH/_new  2019-08-27 15:50:28.295770357 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.07.22
+%global box_version2019.08.13
 %global cdr_version3.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-07-22
+%define rver   2019-08-13
 
 Name:   schily
 Version:%box_version
@@ -37,11 +37,10 @@
 
 Source: https://downloads.sf.net/schilytools/%name-%rver.tar.bz2
 Source1:README-FIRST
-Patch1: iconv-name.diff
-Patch2: schily-2018-05-25_star_configuration.patch
 # Honor 
https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Upstream_policy
 # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch1: iconv-name.diff
+Patch2: schily-2018-05-25_star_configuration.patch
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -735,7 +734,6 @@
 %_mandir/man1/btcflash.1*
 
 %files -n cdda2wav
-%defattr(-,root,root)
 %license CDDL.Schily.txt
 %doc cdda2wav/Changelog cdda2wav/FAQ cdda2wav/Frontends cdda2wav/HOWTOUSE
 %doc cdda2wav/NEEDED cdda2wav/README cdda2wav/THANKS cdda2wav/TODO
@@ -754,7 +752,6 @@
 %_mandir/man1/cdda2wav.1*
 
 %files -n cdrecord
-%defattr(-,root,root)
 %license CDDL.Schily.txt cdrecord/COPYING
 %doc cdrecord/README*
 %config %_sysconfdir/default/cdrecord
@@ -899,7 +896,6 @@
 %_libdir/libxtermcap.so.1.0
 
 %files -n mkisofs
-%defattr(-,root,root)
 %license mkisofs/COPYING
 %doc mkisofs/ChangeLog mkisofs/ChangeLog.mkhybrid mkisofs/README*
 %doc mkisofs/RELEASE

++ schily-2019-07-22.tar.bz2 -> schily-2019-08-13.tar.bz2 ++
 1934 lines of diff (skipped)




commit schily for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-08-16 15:27:49

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.22127 (New)


Package is "schily"

Fri Aug 16 15:27:49 2019 rev:16 rq:722927 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-07-12 
12:00:23.088172525 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.22127/schily.changes 2019-08-16 
15:27:50.718004380 +0200
@@ -1,0 +2,8 @@
+Mon Aug 12 16:46:46 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.07.22
+  * The smake man page now mentions -N,-T,-u,-w,-j,-m-R
+  * smake: fixed a potential crash when printing current directory
+  * smake: implemented the -C option for gmake compatibility
+
+---

Old:

  schily-2019-06-13.tar.bz2

New:

  schily-2019-07-22.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.lKPQzi/_old  2019-08-16 15:27:51.410004227 +0200
+++ /var/tmp/diff_new_pack.lKPQzi/_new  2019-08-16 15:27:51.414004225 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.06.13
+%global box_version2019.07.22
 %global cdr_version3.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-06-13
+%define rver   2019-07-22
 
 Name:   schily
 Version:%box_version

++ schily-2019-06-13.tar.bz2 -> schily-2019-07-22.tar.bz2 ++
 3562 lines of diff (skipped)




commit schily for openSUSE:Factory

2019-07-12 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-07-12 12:00:15

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.4615 (New)


Package is "schily"

Fri Jul 12 12:00:15 2019 rev:15 rq:714789 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-06-25 
22:17:21.664711972 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.4615/schily.changes  2019-07-12 
12:00:23.088172525 +0200
@@ -1,0 +2,6 @@
+Thu Jul 11 17:42:58 UTC 2019 - Dominique Leuenberger 
+
+- Disable LTO: mkisofs makes weird memory accesses otherwise
+  (boo#1141188).
+
+---



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.THWaSB/_old  2019-07-12 12:00:24.496172243 +0200
+++ /var/tmp/diff_new_pack.THWaSB/_new  2019-07-12 12:00:24.504172242 +0200
@@ -453,6 +453,7 @@
 cp %{SOURCE1} .
 
 %build
+%define _lto_cflags %{nil}
 perl -i -pe 's{\@echo}{echo}' RULES/cc-*
 # Static link libhfs, only used by mkisofs.
 rm -fv libhfs_iso/shlhfs.mk




commit schily for openSUSE:Factory

2019-06-25 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-06-25 22:17:20

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.4615 (New)


Package is "schily"

Tue Jun 25 22:17:20 2019 rev:14 rq:711285 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-06-04 
12:09:52.679870162 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.4615/schily.changes  2019-06-25 
22:17:21.664711972 +0200
@@ -1,0 +2,16 @@
+Fri Jun 14 07:18:30 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.06.13
+  * cdrecord: The manpage now lists all supported media types and
+which media types are preferred over others.
+  * star 1.6.1: fixed a bug in the FIFO code where star reported "star:
+Implementation botch: with FIFO_MEOF" as the tar side of the
+FIFO did sometimes not wait for the FIFO_IWAIT state when
+called as "star -multivolume -tv f=... f=... ..."
+  * bsh: When expanding file names, the directory entries "." and
+".." are now skipped and not part of the results. This is to
+make bsh to behave similar to the Bourne Shell with respect
+to globbing.
+
+---
+

Old:

  schily-2019-05-28.tar.bz2

New:

  schily-2019-06-13.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.4WPiOs/_old  2019-06-25 22:17:22.252712878 +0200
+++ /var/tmp/diff_new_pack.4WPiOs/_new  2019-06-25 22:17:22.264712896 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.05.28
+%global box_version2019.06.13
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
-%global star_version   1.6
+%global star_version   1.6.1
 %global libfind_version 1.7
 %global ved_version 1.7
-%define rver   2019-05-28
+%define rver   2019-06-13
 
 Name:   schily
 Version:%box_version

++ schily-2019-05-28.tar.bz2 -> schily-2019-06-13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schily-2019-05-28/AN-2019-06-13 
new/schily-2019-06-13/AN-2019-06-13
--- old/schily-2019-05-28/AN-2019-06-13 1970-01-01 01:00:00.0 +0100
+++ new/schily-2019-06-13/AN-2019-06-13 2019-06-13 14:15:36.0 +0200
@@ -0,0 +1,232 @@
+New features with AN-2019-06-13:
+
+This is the first localization step for the schily source consolidation. Many
+programs now (hopefully) call gettext() for all strings that need localization.
+
+-  The next step will include dgettext() calls for the libraries and the
+   missing programs
+
+-  The following step will include the extracted strings
+
+-  The last step will include German translations and install support
+   for the resulting binary message object files.
+
+--> Please test and report compilation problems! <-
+
+* NOTE: As mentioned since 2004, frontends to the tools should *
+*  call all programs in the "C" locale*
+*  by e.g. calling: LC_ALL=C cdrecord *
+*  unless these frontends support localized strings   *
+*  used by the cdrtools with NLS support. *
+
+   *** WARNING***
+   *** Need new smake ***
+
+   *** Due to the fact that schily-tools 2014-04-03 introduced to use new 
macro
+   *** expansions and a related bug fix in smake, you need a new smake
+   *** to compile this source. If your smake is too old and aborts, ensure 
this
+   *** by calling:
+
+   cd ./psmake
+   ./MAKE-all
+   cd ..
+   psmake/smake
+   psmake/smake install
+
+   The new smake version mentioned above is smake-1.2.4
+   The recent smake version is smake-1.3
+
+   *** Due to the fact that schily-tools 2014-01-26 introduced
+   *** optimizations for the Schily version of SunPro Make, you
+   *** need at least the dmake version from 2018/01/11 with support
+   *** for the "export" directive to compile with this makefile system.
+
+
+   WARNING: the new version of the isoinfo program makes use of the 
+   *at() series of functions that have been introduced by Sun
+   in August 2001 and added to POSIX.1-2008. For older platforms,
+   libschily now includes emulations for these functions but
+   these emulations have not yet been tested thoroughly.
+   Please report problems!
+
+   BUG WARNING: Please never report bugs to Linux distributions as they
+ 

commit schily for openSUSE:Factory

2019-06-04 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-06-04 12:09:47

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.5148 (New)


Package is "schily"

Tue Jun  4 12:09:47 2019 rev:13 rq:706880 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-05-03 
22:27:58.324353300 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.5148/schily.changes  2019-06-04 
12:09:52.679870162 +0200
@@ -1,0 +2,6 @@
+Sun Jun  2 07:30:57 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.05.28
+  * SCCS: man page and help text updates
+
+---

Old:

  schily-2019-04-29.tar.bz2

New:

  schily-2019-05-28.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.XkbHxW/_old  2019-06-04 12:09:53.767869805 +0200
+++ /var/tmp/diff_new_pack.XkbHxW/_new  2019-06-04 12:09:53.767869805 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.04.29
+%global box_version2019.05.28
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
 %global star_version   1.6
 %global libfind_version 1.7
 %global ved_version 1.7
-%define rver   2019-04-29
+%define rver   2019-05-28
 
 Name:   schily
 Version:%box_version

++ schily-2019-04-29.tar.bz2 -> schily-2019-05-28.tar.bz2 ++
 15312 lines of diff (skipped)




commit schily for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-05-03 22:27:56

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.5148 (New)


Package is "schily"

Fri May  3 22:27:56 2019 rev:12 rq:700266 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-04-04 
12:01:49.697334274 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.5148/schily.changes  2019-05-03 
22:27:58.324353300 +0200
@@ -1,0 +2,14 @@
+Thu May  2 19:08:02 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.04.29
+  * cdda2wav: The read Fallback-C2 funcion that tries to read
+with the better Sony SCSI commands did not correctly fall
+back to the MMC-C2 read function, which has been fixed.
+  * readcd: a new option spt=# allows to limit the number of
+sectors per transfer for testing purposes.
+  * Bourne Shell: "trap -- ..." now correctly handles "--" even
+if the next argument is "-".
+  * Bourne Shell: trap now supports a new option -p that allows
+to restore the whole trap state.
+
+---

Old:

  schily-2019-03-29.tar.bz2

New:

  schily-2019-04-29.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.aiCQ5W/_old  2019-05-03 22:27:59.048353063 +0200
+++ /var/tmp/diff_new_pack.aiCQ5W/_new  2019-05-03 22:27:59.052353061 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.03.29
+%global box_version2019.04.29
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
 %global star_version   1.6
 %global libfind_version 1.7
 %global ved_version 1.7
-%define rver   2019-03-29
+%define rver   2019-04-29
 
 Name:   schily
 Version:%box_version

++ schily-2019-03-29.tar.bz2 -> schily-2019-04-29.tar.bz2 ++
 3410 lines of diff (skipped)




commit schily for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-04-04 12:01:49

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.3908 (New)


Package is "schily"

Thu Apr  4 12:01:49 2019 rev:11 rq:690323 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-03-18 
10:35:21.367530805 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.3908/schily.changes  2019-04-04 
12:01:49.697334274 +0200
@@ -1,0 +2,15 @@
+Mon Apr  1 10:52:01 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.03.29
+  * Bourne Shell: "readonly", "export" and "local" now expand
+the tilde.
+  * star: several forgotten fields of the tar header now support
+base-256 encoding.
+  * star: support for new BSD and Linux file flags has been added.
+  * star: The old star format no longer causes a warning when
+plain files from *BSD are imported on a UNIX with contiguous
+minor device bits.
+  * star: Support for the "lzma" and "freeze2" compression has
+been added.
+
+---

Old:

  schily-2019-03-11.tar.bz2

New:

  schily-2019-03-29.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.HbBqXb/_old  2019-04-04 12:01:50.581334982 +0200
+++ /var/tmp/diff_new_pack.HbBqXb/_new  2019-04-04 12:01:50.597334995 +0200
@@ -17,14 +17,14 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.03.11
+%global box_version2019.03.29
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
 %global star_version   1.6
 %global libfind_version 1.7
 %global ved_version 1.7
-%define rver   2019-03-11
+%define rver   2019-03-29
 
 Name:   schily
 Version:%box_version

++ schily-2019-03-11.tar.bz2 -> schily-2019-03-29.tar.bz2 ++
 28138 lines of diff (skipped)




commit schily for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-03-18 10:35:12

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.28833 (New)


Package is "schily"

Mon Mar 18 10:35:12 2019 rev:10 rq:685554 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-02-28 
21:23:41.265927398 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.28833/schily.changes 2019-03-18 
10:35:21.367530805 +0100
@@ -1,0 +2,27 @@
+Sat Mar 16 08:49:52 UTC 2019 - Jan Engelhardt 
+
+- Add Conflict markers for file-based conflicts identified
+  by repo-checker.
+
+---
+Fri Mar 15 10:09:54 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.03.11
+  * star: Support for base-256 numbers in timestamps and UID/GID
+has been added. This has been planned in the 1990s already,
+when star invented the base-256 coding, but it has been
+forgotten in favor of the POSIX.1-2001 enhanded archive
+headers. Now it seems that GNU tar that copied the format
+from star uses it for timestamps and UID/GID and we need to
+implement it in order to get archive compatibility.
+  * star: star did print archives with illegal 32 byte user/group
+names (where the NUL terminator is missing) "correctly", when
+in list mode but it used only the first 31 bytes when
+extractig such archives.
+  * star: Creating multi volume archives without using the FIFO
+did dump core.
+  * star: Creating multi volume archives without POSIX.1-2001
+support no longer sets POSIX.1-2001 extension flags for the
+volume header.
+
+---

Old:

  schily-2019-02-18.tar.bz2

New:

  schily-2019-03-11.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.XtGoex/_old  2019-03-18 10:35:24.307530167 +0100
+++ /var/tmp/diff_new_pack.XtGoex/_new  2019-03-18 10:35:24.355530157 +0100
@@ -17,23 +17,23 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.02.18
+%global box_version2019.03.11
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
 %global star_version   1.6
 %global libfind_version 1.7
 %global ved_version 1.7
-%define rver   2019-02-18
+%define rver   2019-03-11
 
 Name:   schily
-Version:2019.02.18
+Version:%box_version
 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
 Group:  Productivity/Multimedia/CD/Record
-Url:http://cdrtools.sourceforge.net/private/cdrecord.html
-#Freshcode-Url:http://freshcode.club/projects/schily
+URL:http://cdrtools.sourceforge.net/private/cdrecord.html
+#Freshcode-URL:http://freshcode.club/projects/schily
 
 Source: https://downloads.sf.net/schilytools/%name-%rver.tar.bz2
 Source1:README-FIRST
@@ -59,6 +59,7 @@
 Summary:Multibyte-capable POSIX-conforming Bourne shell
 License:CDDL-1.0
 Group:  System/Shells
+Conflicts:  bsh
 
 %description -n bosh
 bosh is a Bourne-style POSIX command interpreter (shell), similar to dash,
@@ -71,9 +72,8 @@
 
 %description -n btcflash
 Btcflash is used to read update the Firmware for a BTC DRW1008
-DVD+/-RW recorder. Be very careful when writing firmware as this
+DVD±RW recorder. Be very careful when writing firmware as this
 program does not check for the correctness of the target device.
-Build from clean sources without patches.
 
 %package -n cdda2wav
 Summary:A CD Digital Audio Extraction tool
@@ -376,6 +376,8 @@
 Summary:Source Code Control System
 License:CDDL-1.0
 Group:  Development/Tools/Version Control
+Conflicts:  delta
+Conflicts:  ksh
 
 %description -n sccs
 Source Code Control System (SCCS) is a version control system for

++ schily-2019-02-18.tar.bz2 -> schily-2019-03-11.tar.bz2 ++
 2809 lines of diff (skipped)




commit schily for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2019-02-28 21:23:34

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.28833 (New)


Package is "schily"

Thu Feb 28 21:23:34 2019 rev:9 rq:677814 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2019-02-13 
10:17:50.689347121 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.28833/schily.changes 2019-02-28 
21:23:41.265927398 +0100
@@ -1,0 +2,7 @@
+Wed Feb 20 18:42:13 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.02.18
+  * star 1.6: Two more FIFO problems (mainly visible on Linux)
+have been fixed.
+
+---

Old:

  schily-2019-01-22.tar.bz2

New:

  schily-2019-02-18.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.7LRJXB/_old  2019-02-28 21:23:42.433927007 +0100
+++ /var/tmp/diff_new_pack.7LRJXB/_new  2019-02-28 21:23:42.433927007 +0100
@@ -17,17 +17,17 @@
 
 
 # grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
-%global box_version2019.01.22
+%global box_version2019.02.18
 %global cdr_version3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.3
-%global star_version   1.5.4
+%global star_version   1.6
 %global libfind_version 1.7
 %global ved_version 1.7
-%define rver   2019-01-22
+%define rver   2019-02-18
 
 Name:   schily
-Version:2019.01.22
+Version:2019.02.18
 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
@@ -464,7 +464,7 @@
 # - To enable verbosity, use with CC=cc LDCC=cc DYNLD=cc.
 # - Not fully parallel safe, so stick to default.
 #
-mycf="%optflags -O0 -ggdb3 -fno-strict-aliasing -fno-omit-frame-pointer -fPIC 
-finput-charset=ISO-8859-1"
+mycf="%optflags -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

++ schily-2019-01-22.tar.bz2 -> schily-2019-02-18.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schily-2019-01-22/.links new/schily-2019-02-18/.links
--- old/schily-2019-01-22/.links2018-11-15 14:43:29.0 +0100
+++ new/schily-2019-02-18/.links2019-02-11 12:32:56.0 +0100
@@ -237,6 +237,7 @@
 ./psmake/streql.c
 ./psmake/strlcpy.c
 ./psmake/strncpy.c
+./psmake/strnlen.c
 ./psmake/uname.c
 ./psmake/update.c
 ./psmake/version.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/schily-2019-01-22/AN-2019-02-18 
new/schily-2019-02-18/AN-2019-02-18
--- old/schily-2019-01-22/AN-2019-02-18 1970-01-01 01:00:00.0 +0100
+++ new/schily-2019-02-18/AN-2019-02-18 2019-02-18 12:51:17.0 +0100
@@ -0,0 +1,243 @@
+New features with AN-2019-02-18:
+
+This is the first localization step for the schily source consolidation. Many
+programs now (hopefully) call gettext() for all strings that need localization.
+
+-  The next step will include dgettext() calls for the libraries and the
+   missing programs
+
+-  The following step will include the extracted strings
+
+-  The last step will include German translations and install support
+   for the resulting binary message object files.
+
+--> Please test and report compilation problems! <-
+
+* NOTE: As mentioned since 2004, frontends to the tools should *
+*  call all programs in the "C" locale*
+*  by e.g. calling: LC_ALL=C cdrecord *
+*  unless these frontends support localized strings   *
+*  used by the cdrtools with NLS support. *
+
+   *** WARNING***
+   *** Need new smake ***
+
+   *** Due to the fact that schily-tools 2014-04-03 introduced to use new 
macro
+   *** expansions and a related bug fix in smake, you need a new smake
+   *** to compile this source. If your smake is too old and aborts, ensure 
this
+   *** by calling:
+
+   cd ./psmake
+   ./MAKE-all
+   cd ..
+   psmake/smake
+   psmake/smake install
+
+   The new smake version mentioned above is smake-1.2.4
+   The recent smake version is smake-1.3
+
+   *** Due to the fact that schily-tools 2014-01-26 introduced
+   *** optimizations for the Schily version of SunPro Make, yo

commit schily for openSUSE:Factory

2019-02-13 Thread root
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.changes2018-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 
+
+- 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 
+
+- 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_version2018.11.22
+%global box_version2019.01.22
 %global cdr_version3.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 w

commit schily for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2018-12-10 12:26:17

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new.19453 (New)


Package is "schily"

Mon Dec 10 12:26:17 2018 rev:7 rq:653794 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2018-11-18 
23:21:51.382233416 +0100
+++ /work/SRC/openSUSE:Factory/.schily.new.19453/schily.changes 2018-12-10 
12:26:26.682640462 +0100
@@ -1,0 +2,19 @@
+Sun Nov 25 16:42:28 UTC 2018 - Jan Engelhardt 
+
+- Package bsh, pfbsh symlinks.
+
+---
+Fri Nov 23 19:09:47 UTC 2018 - Jan Engelhardt 
+
+- Update to new upstream release 2018.11.22
+  * include/schily/getopt.h: A new include file has been created
+for our libgetopt that includes an enhanced getopt()
+implementation.
+  * libschily: resolvenpath() did not work as expected when some
+path names do not exist. A stat() call that should check
+whether we already reached the "/" directory caused a return
+(-1) even with (flags & RSPF_EXIST) == 0. This bug caused
+star to classify more symlinks as dangerous than needed.
+- Remove schily-linker.diff (resolved upstream)
+
+---

Old:

  schily-2018-10-30.tar.bz2
  schily-linker.diff

New:

  schily-2018-11-22.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.mHUwNt/_old  2018-12-10 12:26:27.210639934 +0100
+++ /var/tmp/diff_new_pack.mHUwNt/_new  2018-12-10 12:26:27.210639934 +0100
@@ -16,16 +16,17 @@
 #
 
 
-# See schily-%rver/AN-%rver for changelog and when subprogram versions might 
change
-%global box_version2018.10.30
+# grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
+%global box_version2018.11.22
 %global cdr_version3.02~a10
 %global smake_version  1.3
 %global star_version   1.5.4
 %global libfind_version 1.7
-%define rver   2018-10-30
+%global ved_version 1.7
+%define rver   2018-11-22
 
 Name:   schily
-Version:2018.10.30
+Version:2018.11.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
@@ -37,7 +38,6 @@
 Source1:README-FIRST
 Patch1: iconv-name.diff
 Patch2: schily-2018-05-25_star_configuration.patch
-Patch3: schily-linker.diff
 # Honor 
https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Upstream_policy
 # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -422,6 +422,8 @@
 Summary:The Visual Editor
 License:CDDL-1.0
 Group:  Productivity/Editors/Other
+Version:%ved_version
+Release:0
 
 %description -n ved
 Ved (visual editor) is a screen-oriented editor that implements a
@@ -431,7 +433,7 @@
 
 %prep
 %setup -qn %name-%rver
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -P 2 -p1
 find . "(" -type d -o -type f ")" -exec chmod u+w "{}" "+"
 
 cp %{SOURCE1} .
@@ -516,11 +518,11 @@
 find "$b/usr/share/doc" -type f -name "*big*" -print -delete
 
 # deal with this another time
+find "$b"
 rm -Rfv "$b/usr/ccs" "$b/usr/xpg4" "$b/%_bindir/sccs"
 rm -f \
$b/etc/sformat.dat \
$b/usr/bin/Cstyle \
-   $b/usr/bin/bsh \
$b/usr/bin/calc \
$b/usr/bin/calltree \
$b/usr/bin/change \
@@ -538,9 +540,7 @@
$b/usr/bin/mdigest \
$b/usr/bin/od \
$b/usr/bin/opatch \
-   $b/usr/bin/osh \
$b/usr/bin/p \
-   $b/usr/bin/pfbsh \
$b/usr/bin/printf \
$b/usr/bin/pxupgrade \
$b/usr/bin/scgcheck \
@@ -601,10 +601,8 @@
$b/usr/share/man/man1/mountcd.1 \
$b/usr/share/man/man1/od.1 \
$b/usr/share/man/man1/opatch.1 \
-   $b/usr/share/man/man1/osh.1 \
$b/usr/share/man/man1/p.1 \
$b/usr/share/man/man1/patch.1 \
-   $b/usr/share/man/man1/pfbsh.1 \
$b/usr/share/man/man1/printf.1 \
$b/usr/share/man/man1/prs.1 \
$b/usr/share/man/man1/prt.1 \
@@ -652,6 +650,7 @@
$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 \
$b/usr/share/man/man5/makerules.5 \
@@ -735,15 +734,18 @@
 
 %files -n bosh
 %license CDDL.Schily.txt
+%_bindir/bsh
 %_bindir/bosh
 %_bindir/jsh
 %_bindir/obosh
 %_bindir/pbosh
+%_bindir/pfbsh
 %_bindir/pfsh
 %_mandir/man1/bosh.1*
 %_mandir/man1/jsh.1*
 %_mandir/man1/obosh.1*
 %_mandir/man1/pbosh.1*
+%_m

commit schily for openSUSE:Factory

2018-11-18 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2018-11-18 23:21:37

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new (New)


Package is "schily"

Sun Nov 18 23:21:37 2018 rev:6 rq:648728 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2018-09-03 
10:45:27.969914994 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new/schily.changes   2018-11-18 
23:21:51.382233416 +0100
@@ -1,0 +2,34 @@
+Thu Nov  8 09:32:40 UTC 2018 - Jan Engelhardt 
+
+- Trim SELINUX from schily-2018-05-25_star_configuration.patch,
+  it is already determined by %configure now.
+
+---
+Tue Nov  6 16:33:45 UTC 2018 - Jan Engelhardt 
+
+- Update to new upstream release 2018.10.30
+  * bsh/Bourne Shell/star: a very long path name could cause a
+core dump with a "chdir()" operation in some cases.
+  * star: "star -c H=exustar -pax-o binary" now correctly results in
+unencoded strings for uname/gname/path/linkpath.
+  * star: a new option -no-secure-links allows to disable the secure
+default behavior.
+  * Changes to libfind options like -mount/-xdev and -perm;
+for details, see the AN-* files in the documentation directory.
+  * New libfind primaries -chatime, -chctime, -chfile, -chown, etc.
+see AN-* for details.
+  * star: Added "volatile" to a selection of struct members in
+struct m_head. This should help to avoid specific
+optimization from newer compilers that could cause problems
+with the synchronization of the fifo.
+  * star: make sure that "star -c" results in a non-zero exit
+code if it is interupted by Ctrl-C.
+  * star: Added new code to allow to debug a hanging FIFO.
+  * star: the path name length and the link name length are now
+set from the POSIX 2001 extended tar headers in case that a
+name appears in that extended meta data.
+- Removed schily-2018-05-25_star_lock.patch (no longer needed).
+- Added schily-linker.diff.
+- Add smake and ved subpackages.
+
+---

Old:

  schily-2018-05-25_star_lock.patch
  schily-2018-08-24.tar.bz2

New:

  schily-2018-10-30.tar.bz2
  schily-linker.diff



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.d22CL8/_old  2018-11-18 23:21:52.910231547 +0100
+++ /var/tmp/diff_new_pack.d22CL8/_new  2018-11-18 23:21:52.910231547 +0100
@@ -12,19 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 # See schily-%rver/AN-%rver for changelog and when subprogram versions might 
change
-%global box_version2018.08.24
+%global box_version2018.10.30
 %global cdr_version3.02~a10
 %global smake_version  1.3
 %global star_version   1.5.4
-%define rver   2018-08-24
+%global libfind_version 1.7
+%define rver   2018-10-30
 
 Name:   schily
-Version:2018.08.24
+Version:2018.10.30
 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
@@ -36,7 +37,7 @@
 Source1:README-FIRST
 Patch1: iconv-name.diff
 Patch2: schily-2018-05-25_star_configuration.patch
-Patch4: schily-2018-05-25_star_lock.patch
+Patch3: schily-linker.diff
 # Honor 
https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Upstream_policy
 # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -158,6 +159,8 @@
 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
 libfind allows to be used for adding find(1)-like command-line features
@@ -239,12 +242,12 @@
 %description -n libscgcmd1_0
 A library to create and parse SCSI commands (at the byte level).
 
-%package -n libschily1_0
+%package -n libschily2_0
 Summary:Support library for utilities from the Schily toolbox
 License:CDDL-1.0
 Group:  System/Libraries
 
-%description -n libschily1_0
+%description -n libschily2_0
 libschily contains many OS abstraction functions used by the Schily
 tools.
 
@@ -257,9 +260,9 @@
 Requires:   libedc_ecc1_0 = %cdr_version
 Requires:   libedc_ecc_dec1_0 = %cdr_version
 Requires:   

commit schily for openSUSE:Factory

2018-09-03 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2018-09-03 10:45:07

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new (New)


Package is "schily"

Mon Sep  3 10:45:07 2018 rev:5 rq:632482 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2018-08-24 
16:50:32.197109142 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new/schily.changes   2018-09-03 
10:45:27.969914994 +0200
@@ -1,0 +2,37 @@
+Wed Aug 29 07:57:23 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.08.24
+  * star: SELinux support has been added.
+  * star: dotdot atacks are now also detected if they are based
+on DOS filesystem semantics.
+  * star: Added a new check for the exit code of the compress
+program.
+  * star: A hard EOF on input now results in a non-zero exit code.
+  * star: Now defaults to use "ssh" for the remote tape interface.
+  * star: There is now a way to make -no-fsync the default
+behavior to avoid slow operation on platforms with slow
+buffer cache.
+  * librmt: added a way to configure the remote shell and the
+remote tape server path.
+  * star: support for unlimited file path length.
+  * libschily: a new set of gt*() and fgt*() functions with
+gettext() support have been added.
+  * Bourne Shell: avoid a core dump with missing HOME.
+  * libfind: added a new primary "-call" that allows to call back
+into the program instead of calling exec().
+  * libfind: new primaries -newerat, -newermt, -newerct.
+- Remove schily-2018-05-25_star_detect_gzip_failures.patch,
+  schily-2018-05-25_star_use_ssh_by_default.patch,
+  schily-2018-05-25_star_no_fsync.patch,
+  schily-2018-05-25_star_selinux.patch
+  (merged upstream)
+- Remove schily-2018-05-25_star_mk.patch (no longer needed)
+
+---
+Wed Aug 29 07:45:44 UTC 2018 - jeng...@inai.de
+
+- Drop Conflicts against cpio-mt/tar-rmt, since update-alternatives
+  is used as an arbitraring mechanism.
+- Add Provides: mt, rmt.
+
+---

Old:

  schily-2018-05-25.tar.bz2
  schily-2018-05-25_star_detect_gzip_failures.patch
  schily-2018-05-25_star_mk.patch
  schily-2018-05-25_star_no_fsync.patch
  schily-2018-05-25_star_selinux.patch
  schily-2018-05-25_star_use_ssh_by_default.patch

New:

  schily-2018-08-24.tar.bz2



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.qIDHfG/_old  2018-09-03 10:45:31.825921522 +0200
+++ /var/tmp/diff_new_pack.qIDHfG/_new  2018-09-03 10:45:31.829921528 +0200
@@ -17,14 +17,14 @@
 
 
 # See schily-%rver/AN-%rver for changelog and when subprogram versions might 
change
-%global box_version2018.05.25
+%global box_version2018.08.24
 %global cdr_version3.02~a10
 %global smake_version  1.3
 %global star_version   1.5.4
-%define rver   2018-05-25
+%define rver   2018-08-24
 
 Name:   schily
-Version:2018.05.25
+Version:2018.08.24
 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
@@ -36,12 +36,7 @@
 Source1:README-FIRST
 Patch1: iconv-name.diff
 Patch2: schily-2018-05-25_star_configuration.patch
-Patch3: schily-2018-05-25_star_no_fsync.patch
 Patch4: schily-2018-05-25_star_lock.patch
-Patch5: schily-2018-05-25_star_detect_gzip_failures.patch
-Patch7: schily-2018-05-25_star_use_ssh_by_default.patch
-Patch8: schily-2018-05-25_star_mk.patch
-Patch9: schily-2018-05-25_star_selinux.patch 
 # Honor 
https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Upstream_policy
 # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -159,12 +154,12 @@
 The library implements a heuristic file type determinator,
 similar to file/libmagic1.
 
-%package -n libfind2_0
+%package -n libfind3_0
 Summary:A library for /usr/bin/find-like functionality
 License:CDDL-1.0
 Group:  System/Libraries
 
-%description -n libfind2_0
+%description -n libfind3_0
 libfind allows to be used for adding find(1)-like command-line features
 to programs.
 
@@ -262,7 +257,7 @@
 Requires:   libedc_ecc1_0 = %cdr_version
 Requires:   libedc_ecc_dec1_0 = %cdr_version
 Requires:   libfile1_0 = %box_version
-Requires:   libfind2_0 = %box_version
+Requires:   libfind3_0 = %box_version
 Requires:   librmt1_0 = %box_version
 Requires:   l

commit schily for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2018-08-24 16:50:15

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new (New)


Package is "schily"

Fri Aug 24 16:50:15 2018 rev:4 rq:630358 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2018-06-08 
23:09:06.501837236 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new/schily.changes   2018-08-24 
16:50:32.197109142 +0200
@@ -1,0 +2,6 @@
+Sun Aug 19 06:27:37 UTC 2018 - bwiedem...@suse.com
+
+- Run make config before build instead of in the middle,
+  to have reproducible builds (boo#1102408)
+
+---



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.06uoy9/_old  2018-08-24 16:50:32.677109707 +0200
+++ /var/tmp/diff_new_pack.06uoy9/_new  2018-08-24 16:50:32.681109712 +0200
@@ -439,7 +439,7 @@
 # - 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=""
+gmake RUNPATH="" LINKMODE=dynamic COPTOPT="$mycf" LDOPTX="" config all
 
 %install
 b="%buildroot"




commit schily for openSUSE:Factory

2018-06-08 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2018-06-08 23:09:03

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new (New)


Package is "schily"

Fri Jun  8 23:09:03 2018 rev:3 rq:614856 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2018-04-17 
11:08:31.231710516 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new/schily.changes   2018-06-08 
23:09:06.501837236 +0200
@@ -1,0 +2,87 @@
+Wed Jun  6 20:23:02 UTC 2018 - jeng...@inai.de
+
+- Remove schily-2018-05-25_star_bufferoverflow.patch
+  (the bug is long gone, the patch has no effect)
+
+---
+Tue Jun  5 08:21:16 UTC 2018 - kstreit...@suse.com
+
+- add patches from the star package
+  * schily-2018-05-25_star_configuration.patch
+  * schily-2018-05-25_star_no_fsync.patch
+  * schily-2018-05-25_star_lock.patch
+  * schily-2018-05-25_star_detect_gzip_failures.patch
+  * schily-2018-05-25_star_bufferoverflow.patch
+  * schily-2018-05-25_star_use_ssh_by_default.patch
+  * schily-2018-05-25_star_mk.patch
+  * schily-2018-05-25_star_selinux.patch
+- add missing BuildRequires for star:
+  * autoconf (because of selinux patch)
+  * libacl-devel
+  * libattr-devel
+  * libselinux-devel
+  * libtool
+- install README-FIRST (as schily-rmt) documentation
+- add noreplace for %_sysconfdir/default/rmt and
+  %_sysconfdir/default/star
+- move srmt from sbindir to bindir
+- do not ship star_sym and suntar
+
+---
+Mon May 28 12:20:09 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.05.25
+  * star: user name, group name, path and linkpath are now
+automatically added to the POSIX.1-2001 extended header in
+case that they include non-ASCII characters (outside the
+7-bit range).
+- Remove gccwarns.diff (fixed upstream), gcc48wa.diff (we no
+  longer have gcc-4.8)
+
+---
+Thu May 17 14:06:18 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.05.17
+  * smake: Now using TYPE_MAXVAL(time_t) in gnewtime() instead of
+the method from 1996, to work around a problem with gcc-8.1
+and clang-6.0.
+  * mkisofs: The link count computation did incorrectly count all
+directory entries for large (multi extent) files. This
+resulted in a link count that was "real number" + (sizeof
+file / 2GB)
+  * mkisofs: File meta data for UDF directories that refer to a
+Rock Ridge relocated directory had been emitted as all
+zeroes.
+  * star: nanosecond timestamp support
+  * libfind: nanosecond timestamp support
+  * star: Added a new archive format "epax". This is the same as
+"pax", but it always includes a POSIX.1-2001 extended header
+with timestamps with nanosecond resolution.
+
+---
+Wed May 16 16:38:42 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.05.02
+  * bsh: fixed a NULL deref when the file content was "#!"
+  * bsh: Avoid a coredump from expressions like
+"$222" that cause an integer overflow while
+converting the number.
+  * mkisofs: fixed crash during Joliet info creation
+  * Better support for Address Sanitizer
+  * (s)patch: CVE-2018-1000156 was fixed
+  * star: star -diff is now able to compare nanoseconds in
+timestamps.
+- Drop mkisofs-j-crash.diff (fixed upstream)
+- Add gccwarns.diff to address some undefined behavior.
+
+---
+Tue May  8 15:53:47 UTC 2018 - jeng...@inai.de
+
+- Add update-alternatives handling for (s)rmt and (s)mt
+
+---
+Tue May  8 14:48:48 UTC 2018 - jeng...@inai.de
+
+- Add spax and star subpackages
+
+---

Old:

  gcc48wa.diff
  mkisofs-j-crash.diff
  schily-2018-03-16.tar.bz2

New:

  README-FIRST
  schily-2018-05-25.tar.bz2
  schily-2018-05-25_star_configuration.patch
  schily-2018-05-25_star_detect_gzip_failures.patch
  schily-2018-05-25_star_lock.patch
  schily-2018-05-25_star_mk.patch
  schily-2018-05-25_star_no_fsync.patch
  schily-2018-05-25_star_selinux.patch
  schily-2018-05-25_star_use_ssh_by_default.patch



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.EFTAJj/_old  2018-06-08 23:09:07.501801135 +0200
+++ /var/tmp/diff_new_pack.EFTAJj/_new  2018-06-08 23:09:07.505800990 +0200
@@ -16,12 +16,15 @@
 #
 
 
-%global box_version2018.03.16
-%global cdr_version   

commit schily for openSUSE:Factory

2018-04-17 Thread root
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2018-04-17 11:08:25

Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and  /work/SRC/openSUSE:Factory/.schily.new (New)


Package is "schily"

Tue Apr 17 11:08:25 2018 rev:2 rq:595769 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/schily/schily.changes2018-04-10 
10:36:21.252897195 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new/schily.changes   2018-04-17 
11:08:31.231710516 +0200
@@ -1,0 +2,6 @@
+Wed Apr 11 19:03:52 UTC 2018 - jeng...@inai.de
+
+- Add iconv-name.diff; rename cp1 to macintosh to workaround
+  glibc [boo#1089126]
+
+---

New:

  iconv-name.diff



Other differences:
--
++ schily.spec ++
--- /var/tmp/diff_new_pack.ijx0yX/_old  2018-04-17 11:08:32.139668185 +0200
+++ /var/tmp/diff_new_pack.ijx0yX/_new  2018-04-17 11:08:32.143667999 +0200
@@ -32,6 +32,7 @@
 Source: https://downloads.sf.net/schilytools/%name-%rver.tar.bz2
 Patch1: gcc48wa.diff
 Patch2: mkisofs-j-crash.diff
+Patch3: iconv-name.diff
 # Honor 
https://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Upstream_policy
 # and submit patches upstream FIRST (cc to the bspkg maintainer perhaps).
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -155,9 +156,10 @@
 
 %package -n libparanoia1_0
 Summary:Compact Disc Digital audio extraction library
-Version:%cdr_version
-License:LGPL-2.1
+License:LGPL-2.1-only
 Group:  System/Libraries
+Version:%cdr_version
+Release:0
 
 %description -n libparanoia1_0
 libparanoia is a Compact Disc Digital Audio (CD-DA) Digital Audio
@@ -356,7 +358,7 @@
 
 %prep
 %setup -qn %name-%rver
-%patch -P 1 -P 2 -p1
+%patch -P 1 -P 2 -P 3 -p1
 find . "(" -type d -o -type f ")" -exec chmod u+w "{}" "+"
 
 %build
@@ -643,7 +645,6 @@
$b/usr/share/man/man5/streamarchive.5 \
$b/usr/share/man/man8/sformat.8
 
-
 # Remove documentation (will be added in %_datadir/doc/packages/*)
 #rm -Rf "$b/%_datadir/doc"/*
 

++ iconv-name.diff ++
From: Jan Engelhardt 
Date: 2018-04-11 20:00:58.584068848 +0200

Workaround a shortcoming in glibc which lacks cp1XXX identifiers
without having to install any siconv tables.
---
 mkisofs/mkisofs.8 |   13 ++---
 mkisofs/mkisofs.c |4 ++--
 2 files changed, 8 insertions(+), 9 deletions(-)

Index: schily-2018-03-16/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
 used with the
 .I \-mac\-name
 option.
-The default charset is cp1 (Mac Roman)
-.I cp1
+The default charset is
+.I macintosh
 (Mac Roman)
 See
 .B "CHARACTER SETS
@@ -2555,7 +2555,7 @@ any of the various Apple/Unix file forma
 option. See the
 .B HFS MACINTOSH FILE NAMES
 for more information. Defaults to
-.I cp1
+.I macintosh
 (Mac Roman).
 .TP
 .B \-output\-hfs\-charset
@@ -3070,13 +3070,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
-.I cp1
+.I macintosh
 (Mac Roman).
 The character set used can be specified using the
 .I \-input\-hfs\-charset
-option. Other built in HFS character sets are: cp10006 (MacGreek),
-cp10007 (MacCyrillic), cp10029 (MacLatin2), cp10079 (MacIcelandic) and
-cp10081 (MacTurkish).
+option. Other built in HFS character sets are:
+MAC-CYRILLIC (MacCyrillic), MAC-CENTRALEUROPE (MacLatin2), MAC-IS 
(MacIcelandic).
 .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
===
--- schily-2018-03-16.orig/mkisofs/mkisofs.c
+++ schily-2018-03-16/mkisofs/mkisofs.c
@@ -2849,7 +2849,7 @@ setcharset:
 
 #ifdef APPLE_HYB
if (hfs_icharset == NULL || strcmp(hfs_icharset, "mac-roman") == 0) {
-   hfs_icharset = "cp1";
+   hfs_icharset = "macintosh";
}
hfs_inls = sic_open(hfs_icharset);
 
@@ -2857,7 +2857,7 @@ setcharset:
hfs_ocharset = hfs_inls ? hfs_inls->sic_name : NULL;
}
if (hfs_ocharset == NULL || strcmp(hfs_ocharset, "mac-roman") == 0) {
-   hfs_ocharset = "cp1";
+   hfs_ocharset = "macintosh";
}
hfs_onls = sic_open(hfs_ocharset);