Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package schily for openSUSE:Factory checked 
in at 2021-09-04 22:32:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/schily (Old)
 and      /work/SRC/openSUSE:Factory/.schily.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "schily"

Sat Sep  4 22:32:06 2021 rev:44 rq:915655 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/schily/schily.changes    2021-08-19 
10:00:46.703281467 +0200
+++ /work/SRC/openSUSE:Factory/.schily.new.1899/schily.changes  2021-09-04 
22:32:20.963912536 +0200
@@ -1,0 +2,8 @@
+Wed Sep  1 23:41:15 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2021.09.01
+  * smake: The man page now better describes pattern macro
+    replacement.
+- Drop schily-stksz.diff (resolved upstream)
+
+-------------------------------------------------------------------

Old:
----
  schily-2021-08-14.tar.bz2
  schily-stksz.diff

New:
----
  schily-2021-09-01.tar.bz2

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

Other differences:
------------------
++++++ schily.spec ++++++
--- /var/tmp/diff_new_pack.V0Jepl/_old  2021-09-04 22:32:21.503913250 +0200
+++ /var/tmp/diff_new_pack.V0Jepl/_new  2021-09-04 22:32:21.503913250 +0200
@@ -17,8 +17,8 @@
 
 
 # grep -Pir 'define\s+VERSION|strvers'
-%define rver   2021-08-14
-%global box_version    2021.08.14
+%define rver   2021-09-01
+%global box_version    2021.09.01
 %global cdr_version    3.02~a10
 %global sccs_version   5.09
 %global smake_version  1.6
@@ -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:         schily-stksz.diff
 BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++++++ schily-2018-05-25_star_configuration.patch ++++++
--- /var/tmp/diff_new_pack.V0Jepl/_old  2021-09-04 22:32:21.527913281 +0200
+++ /var/tmp/diff_new_pack.V0Jepl/_new  2021-09-04 22:32:21.531913288 +0200
@@ -18,10 +18,10 @@
  star/star.mk            |    4 ++--
  11 files changed, 24 insertions(+), 28 deletions(-)
 
-Index: schily-2018-10-30/DEFAULTS/Defaults.linux
+Index: schily-2021-09-01/DEFAULTS/Defaults.linux
 ===================================================================
---- schily-2018-10-30.orig/DEFAULTS/Defaults.linux
-+++ schily-2018-10-30/DEFAULTS/Defaults.linux
+--- schily-2021-09-01.orig/DEFAULTS/Defaults.linux
++++ schily-2021-09-01/DEFAULTS/Defaults.linux
 @@ -26,7 +26,7 @@ DEFLINKMODE= static
  # If the next line is uncommented, compilation is done with minimal warnings
  #
@@ -59,10 +59,10 @@
  DEFINSMODEX=  755
  DEFINSUSR=    root
  DEFINSGRP=    bin
-Index: schily-2018-10-30/include/schily/schily.h
+Index: schily-2021-09-01/include/schily/schily.h
 ===================================================================
---- schily-2018-10-30.orig/include/schily/schily.h
-+++ schily-2018-10-30/include/schily/schily.h
+--- schily-2021-09-01.orig/include/schily/schily.h
++++ schily-2021-09-01/include/schily/schily.h
 @@ -431,7 +431,7 @@ extern     int     _comerr         __PR((FILE *, int, i
  #endif        /* EOF */
  
@@ -72,10 +72,10 @@
  /*PRINTFLIKE1*/
  extern        int     gterror __PR((const char *, ...)) __printflike__(1, 2);
  
-Index: schily-2018-10-30/man/Makefile
+Index: schily-2021-09-01/man/Makefile
 ===================================================================
---- schily-2018-10-30.orig/man/Makefile
-+++ schily-2018-10-30/man/Makefile
+--- schily-2021-09-01.orig/man/Makefile
++++ schily-2021-09-01/man/Makefile
 @@ -7,7 +7,7 @@ RULESDIR=      RULES
  include               $(SRCROOT)/$(RULESDIR)/rules.top
  ###########################################################################
@@ -85,10 +85,10 @@
  
  ###########################################################################
  include               $(SRCROOT)/$(RULESDIR)/rules.dir
-Index: schily-2018-10-30/mt/Makefile
+Index: schily-2021-09-01/mt/Makefile
 ===================================================================
---- schily-2018-10-30.orig/mt/Makefile
-+++ schily-2018-10-30/mt/Makefile
+--- schily-2021-09-01.orig/mt/Makefile
++++ schily-2021-09-01/mt/Makefile
 @@ -7,7 +7,7 @@ include                $(SRCROOT)/$(RULESDIR)/rules.to
  
  INSDIR=               bin
@@ -97,20 +97,20 @@
 +#SYMLINKS=    mt
  CPPOPTS +=    -DUSE_REMOTE
  CPPOPTS +=    -DSCHILY_PRINT
- 
-@@ -17,7 +17,7 @@ CFILES=              mt.c
+ CPPOPTS +=    -DUSE_NLS               # Include locale support
+@@ -21,7 +21,7 @@ CFILES=              mt.c
  # LIB_CAP is needed for Linux capability support in librmt.
  #
- LIBS=         -lrmt -lschily $(LIB_SOCKET) $(LIB_CAP)
+ LIBS=         -lrmt -lschily $(LIB_SOCKET) $(LIB_CAP) $(LIB_INTL)
 -XMK_FILE=     Makefile.man mt.mk1
 +XMK_FILE=     Makefile.man
  
  ###########################################################################
  include               $(SRCROOT)/$(RULESDIR)/rules.cmd
-Index: schily-2018-10-30/rmt/Makefile
+Index: schily-2021-09-01/rmt/Makefile
 ===================================================================
---- schily-2018-10-30.orig/rmt/Makefile
-+++ schily-2018-10-30/rmt/Makefile
+--- schily-2021-09-01.orig/rmt/Makefile
++++ schily-2021-09-01/rmt/Makefile
 @@ -5,8 +5,8 @@ RULESDIR=      RULES
  include               $(SRCROOT)/$(RULESDIR)/rules.top
  ###########################################################################
@@ -122,10 +122,10 @@
  CPPOPTS +=    -DUSE_REMOTE
  CPPOPTS +=    -DUSE_LARGEFILES
  CFILES=               rmt.c
-Index: schily-2018-10-30/rmt/Makefile.man
+Index: schily-2021-09-01/rmt/Makefile.man
 ===================================================================
---- schily-2018-10-30.orig/rmt/Makefile.man
-+++ schily-2018-10-30/rmt/Makefile.man
+--- schily-2021-09-01.orig/rmt/Makefile.man
++++ schily-2021-09-01/rmt/Makefile.man
 @@ -8,7 +8,7 @@ include                $(SRCROOT)/$(RULESDIR)/rules.to
  ###########################################################################
  
@@ -135,10 +135,10 @@
  MANSECT=      $(MANSECT_CMD)
  MANSUFFIX=    $(MANSUFF_CMD)
  MANFILE=      rmt.1
-Index: schily-2018-10-30/rmt/rmt.1
+Index: schily-2021-09-01/rmt/rmt.1
 ===================================================================
---- schily-2018-10-30.orig/rmt/rmt.1
-+++ schily-2018-10-30/rmt/rmt.1
+--- schily-2021-09-01.orig/rmt/rmt.1
++++ schily-2021-09-01/rmt/rmt.1
 @@ -17,9 +17,8 @@
  .SH NAME
  rmt \- remote magnetic tape protocol server
@@ -150,10 +150,10 @@
  
  .SH DESCRIPTION
  .IX  "rmt command"  ""  "\fLrmt\fP \(em remote magnetic tape protocol server"
-Index: schily-2018-10-30/rmt/rmt.dfl
+Index: schily-2021-09-01/rmt/rmt.dfl
 ===================================================================
---- schily-2018-10-30.orig/rmt/rmt.dfl
-+++ schily-2018-10-30/rmt/rmt.dfl
+--- schily-2021-09-01.orig/rmt/rmt.dfl
++++ schily-2021-09-01/rmt/rmt.dfl
 @@ -18,15 +18,13 @@
  # Each USER= entry adds the listed user to the users who may run rmt
  #
@@ -186,10 +186,10 @@
 -ACCESS=*      *       /dev/zero
 +#ACCESS=*     *       /dev/zero
  #ACCESS=*     *       *
-Index: schily-2018-10-30/star/all.mk
+Index: schily-2021-09-01/star/all.mk
 ===================================================================
---- schily-2018-10-30.orig/star/all.mk
-+++ schily-2018-10-30/star/all.mk
+--- schily-2021-09-01.orig/star/all.mk
++++ schily-2021-09-01/star/all.mk
 @@ -12,7 +12,7 @@ include              $(SRCROOT)/$(RULESDIR)/rules.to
  # and copy star_fat.mk to Makefile.
  #
@@ -199,10 +199,10 @@
  
  ###########################################################################
  include               $(SRCROOT)/$(RULESDIR)/rules.mks
-Index: schily-2018-10-30/star/pax.mk
+Index: schily-2021-09-01/star/pax.mk
 ===================================================================
---- schily-2018-10-30.orig/star/pax.mk
-+++ schily-2018-10-30/star/pax.mk
+--- schily-2021-09-01.orig/star/pax.mk
++++ schily-2021-09-01/star/pax.mk
 @@ -8,7 +8,7 @@ include                $(SRCROOT)/$(RULESDIR)/rules.to
  
  INSDIR=               bin
@@ -212,10 +212,10 @@
  CPPOPTS +=    -D__STAR__
  CPPOPTS +=    -DSET_CTIME -DFIFO -DUSE_MMAP -DUSE_REMOTE -DUSE_RCMD_RSH
  #CPPOPTS +=   -DSET_CTIME -DFIFO -DUSE_MMAP
-Index: schily-2018-10-30/star/star.mk
+Index: schily-2021-09-01/star/star.mk
 ===================================================================
---- schily-2018-10-30.orig/star/star.mk
-+++ schily-2018-10-30/star/star.mk
+--- schily-2021-09-01.orig/star/star.mk
++++ schily-2021-09-01/star/star.mk
 @@ -8,7 +8,7 @@ include                $(SRCROOT)/$(RULESDIR)/rules.to
  
  INSDIR=               bin
@@ -225,7 +225,7 @@
  CPPOPTS +=    -D__STAR__
  CPPOPTS +=    -DSET_CTIME -DFIFO -DUSE_MMAP -DUSE_REMOTE -DUSE_RCMD_RSH
  #CPPOPTS +=   -DSET_CTIME -DFIFO -DUSE_MMAP
-@@ -38,7 +38,7 @@ HFILES=              star.h starsubs.h dirtime.h xta
+@@ -39,7 +39,7 @@ HFILES=              star.h starsubs.h dirtime.h xta
                movearch.h table.h props.h fifo.h diff.h restore.h \
                checkerr.h dumpdate.h bitstring.h
  LIBS=         -ldeflt -lrmt -lfind -lschily $(LIB_ACL) $(LIB_ATTR) 
$(LIB_SOCKET) $(LIB_INTL)

++++++ schily-2021-08-14.tar.bz2 -> schily-2021-09-01.tar.bz2 ++++++
++++ 18487 lines of diff (skipped)

Reply via email to