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.changes    2018-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 <[email protected]>
+
+- Package bsh, pfbsh symlinks.
+
+-------------------------------------------------------------------
+Fri Nov 23 19:09:47 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- 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_version    2018.10.30
+# grep -r define.VERSION (sometimes also noted down in schily-%rver/AN-%rver)
+%global box_version    2018.11.22
 %global cdr_version    3.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*
+%_mandir/man1/pfbsh.1*
 %_mandir/man1/pfsh.1*
 
 %files -n btcflash

++++++ schily-2018-10-30.tar.bz2 -> schily-2018-11-22.tar.bz2 ++++++
++++ 9038 lines of diff (skipped)


Reply via email to