Hello community,

here is the log from the commit of package z for openSUSE:Factory checked in at 
2020-11-05 21:55:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/z (Old)
 and      /work/SRC/openSUSE:Factory/.z.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "z"

Thu Nov  5 21:55:51 2020 rev:2 rq:846233 version:2.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/z/z.changes      2017-12-23 12:19:51.966472409 
+0100
+++ /work/SRC/openSUSE:Factory/.z.new.11331/z.changes   2020-11-05 
21:56:32.619965136 +0100
@@ -1,0 +2,6 @@
+Thu Nov  5 13:08:00 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 2.7.3:
+  * No changelog available.
+
+-------------------------------------------------------------------

Old:
----
  z-2.7.1.tgz

New:
----
  z-2.7.3.tgz

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

Other differences:
------------------
++++++ z.spec ++++++
--- /var/tmp/diff_new_pack.Id3TSO/_old  2020-11-05 21:56:33.059964147 +0100
+++ /var/tmp/diff_new_pack.Id3TSO/_new  2020-11-05 21:56:33.059964147 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package z
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2009 - 2014 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,17 +13,17 @@
 # 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/
 #
 
 
 Name:           z
-Version:        2.7.1
+Version:        2.7.3
 Release:        0
 Summary:        Frontend for compressing and uncompressing
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Archiving/Compression
-URL:            http://www.cs.indiana.edu/~kinzler/z/
+URL:            https://www.cs.indiana.edu/~kinzler/z/
 Source:         http://www.cs.indiana.edu/~kinzler/z/z-%{version}.tgz
 BuildArch:      noarch
 
@@ -32,7 +32,7 @@
 utilities to compress and uncompress files and directories.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 
@@ -46,7 +46,8 @@
         install.man
 
 %files
-%doc README COPYING
+%license COPYING
+%doc README
 %{_bindir}/z
 %{_mandir}/man1/z.1%{?ext_man}
 

++++++ z-2.7.1.tgz -> z-2.7.3.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/z-2.7.1/z new/z-2.7.3/z
--- old/z-2.7.1/z       2014-11-26 20:57:16.000000000 +0100
+++ new/z-2.7.3/z       2019-11-07 19:32:01.000000000 +0100
@@ -1,13 +1,13 @@
 #!/bin/sh -
 
 # z -- safely (un)tar and (de)feather files and directories
-# Steve Kinzler, kinz...@cs.indiana.edu, May 89/Jun 93/Aug 99/Dec 00
-# see website http://www.cs.indiana.edu/~kinzler/z/
-# http://www.cs.indiana.edu/~kinzler/home.html#unix
+# Steve Kinzler, st...@kinzler.com, May 89/Jun 93/Aug 99/Dec 00
+# see website http://kinzler.com/me/z/
+# http://kinzler.com/me/home.html#unix
 
 #   Copyright
 #
-#       Copyright (C) 1989 Stephen B Kinzler <kinz...@cs.indiana.edu>
+#       Copyright (C) 1989 Stephen B Kinzler <st...@kinzler.com>
 #
 #   License
 #
@@ -35,22 +35,27 @@
 #version=2.6.2 # 24 Dec 09: avoid `gzip -S` some for BusyBox gzip
 #version=2.7.0 #  2 Dec 13: added xz support
                #            by Franklin Siler <m...@franksiler.com>
-version=2.7.1  # 26 Nov 14: update FSF address
+#version=2.7.1 # 26 Nov 14: update FSF address
+#version=2.7.2  # 13 Jan 15: wrapped a long case line
+version=2.7.3   # 29 Oct 19: change command and suffix defaults
+
+# Note: Considered supporting .cbz ala .jar but it needs sorted file order
+#      within the archive.
 
 GZIP=; ZIPOPT=; UNZIP=; export GZIP ZIPOPT UNZIP
 
 table=
 verbose=; quiet=-q
 report=
-command=compress
-tag=Z
+command=gzip
+tag=gz
 qopts=
-suffix=.tar.Z
+suffix=.tgz
 mode=go-rwx
 preserve=p
 bad=
 
-dfltopts="-T -V -L -Z -s $suffix -m $mode -p"
+dfltopts="-T -V -L -gz -s $suffix -m $mode -p"
 
 set x $ZOPTS ${1+"$@"}; shift
 
@@ -152,7 +157,9 @@
 # defeather and untar feathered tar files
 ###############################################################################
 
-       
*.tar.[Zz]|*.tar[Zz]|*.ta[Zz]|*.t[Zz]|*.tar.gz|*.targz|*.tagz|*.tgz|*.tar.bz2|*.tarbz2|*.tabz2|*.tbz2|*.tar.lz|*.tlz|*.tar.xz|*.txz|*.zip|*.jar)
+       *.tar.[Zz]|*.tar[Zz]|*.ta[Zz]|*.t[Zz]|*.tar.gz|*.targz|*.tagz|*.tgz|\
+       *.tar.bz2|*.tarbz2|*.tabz2|*.tbz2|*.tar.lz|*.tlz|*.tar.xz|*.txz|*.zip|\
+       *.jar)
                case "$arg" in
                *Z)             ucommand=uncompress;   utag=Z;;
                *zip|*jar)      ucommand=unzip;        utag=;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/z-2.7.1/z.html new/z-2.7.3/z.html
--- old/z-2.7.1/z.html  2014-11-26 20:57:16.000000000 +0100
+++ new/z-2.7.3/z.html  2019-10-29 23:26:06.000000000 +0100
@@ -1,6 +1,6 @@
 <html><head>
 <title>z(1) man page</title>
-<link rev="made" href="mailto:kinz...@cs.indiana.edu";>
+<link rev="made" href="mailto:st...@kinzler.com";>
 </head><body bgcolor="#FFFFFF">
 
 <h2>NAME</h2>
@@ -58,7 +58,7 @@
     instead of <b>-1</b> and <b>--best</b> instead of <b>-9</b>.
 <dt>-gz
 <dd>Uses <i>gzip</i>(1) and a <b>.gz</b> compression suffix when
-    feathering.
+    feathering.  Default.
 <dt>-h
 <dd>Prints a helpful usage message.
 <dt>-I
@@ -90,7 +90,7 @@
     where ordinary users are allowed to run <i>chown</i>(2).
 <dt>-s suffix
 <dd>Creates tar and feather files using the given suffix style.
-    The default suffix style is <b>.tar.Z</b>.  Note that the suffix
+    The default suffix style is <b>.tgz</b>.  Note that the suffix
     style does not dictate the program used for feathering nor the
     compression suffix.
 <dt>-t
@@ -109,7 +109,7 @@
     feathering.
 <dt>-Z
 <dd>Uses <i>compress</i>(1) and a <b>.Z</b> compression suffix when
-    feathering.  Default.
+    feathering.
 <dt>-zip, -jar
 <dd>Uses <i>zip</i>(1) and a <b>.zip</b> or <b>.jar</b> compression
     suffix when tarring and/or feathering.  The zip format combines
@@ -160,18 +160,18 @@
 
 <h2>VERSION</h2>
 
-<p>2.7.1</p>
+<p>2.7.3</p>
 
 <h2>AUTHOR</h2>
 
-<p><a href="http://www.cs.indiana.edu/~kinzler/";>Steve Kinzler</a>,
-<a href="mailto:kinz...@cs.indiana.edu";>kinz...@cs.indiana.edu</a>,
+<p><a href="http://kinzler.com/me/";>Steve Kinzler</a>,
+<a href="mailto:st...@kinzler.com";>st...@kinzler.com</a>,
 May 89/Jun 93/Aug 99/Dec 00</p>
 
 <h2>URL</h2>
 
-<p><a href="http://www.cs.indiana.edu/~kinzler/z/";>
-http://www.cs.indiana.edu/~kinzler/z</a></p>
+<p><a href="http://kinzler.com/me/z/";>
+http://kinzler.com/me/z</a></p>
 
 <h2>SEE ALSO</h2>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/z-2.7.1/z.man new/z-2.7.3/z.man
--- old/z-2.7.1/z.man   2014-11-26 20:57:16.000000000 +0100
+++ new/z-2.7.3/z.man   2019-10-29 23:26:06.000000000 +0100
@@ -1,4 +1,4 @@
-.TH Z 1 2.7.0
+.TH Z 1 2.7.3
 .SH NAME
 z \- safely (un)tar and (de)feather files and directories
 .SH SYNOPSIS
@@ -115,6 +115,7 @@
 Uses
 .IR gzip (1)
 and a \fB.gz\fP compression suffix when feathering.
+Default.
 .TP 10
 \-h
 Prints a helpful usage message.
@@ -168,7 +169,7 @@
 .TP 10
 \-s suffix
 Creates tar and feather files using the given suffix style.
-The default suffix style is \fB.tar.Z\fP.
+The default suffix style is \fB.tgz\fP.
 Note that the suffix style does not dictate the program used
 for feathering nor the compression suffix.
 .TP 10
@@ -199,7 +200,6 @@
 Uses
 .IR compress (1)
 and a \fB.Z\fP compression suffix when feathering.
-Default.
 .TP 10
 \-zip, \-jar
 Uses
@@ -269,11 +269,11 @@
 However, there are never any guarantees,
 so please use at your own risk.
 .SH VERSION
-2.7.1
+2.7.3
 .SH AUTHOR
-Steve Kinzler, kinz...@cs.indiana.edu, May 89/Jun 93/Aug 99/Dec 00
+Steve Kinzler, st...@kinzler.com, May 89/Jun 93/Aug 99/Dec 00
 .SH URL
-http://www.cs.indiana.edu/~kinzler/z
+http://kinzler.com/me/z
 .SH "SEE ALSO"
 compress(1), uncompress(1), gzip(1), bzip2(1), lzip(1), xz(1), tar(1), zip(1),
 unzip(1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/z-2.7.1/zzcat new/z-2.7.3/zzcat
--- old/z-2.7.1/zzcat   2014-11-26 20:57:16.000000000 +0100
+++ new/z-2.7.3/zzcat   2019-10-29 23:26:06.000000000 +0100
@@ -2,8 +2,8 @@
 umask 077
 
 # zzcat - uncompress stdin and/or files to stdout
-# Steve Kinzler, kinz...@cs.indiana.edu, Nov 11
-# http://www.cs.indiana.edu/~kinzler/home.html#unix
+# Steve Kinzler, st...@kinzler.com, Nov 11
+# http://kinzler.com/me/home.html#unix
 
 case "$#" in
 0)     set x -; shift;;


Reply via email to