81206a0b70
- Update to 1.13: * zless now diagnoses gzip failures, if using less 623 or later. * When SIGPIPE is ignored, gzip now exits with status 2 (warning) instead of status 1 (error) when writing to a broken pipe. This is more useful with programs like 'less' that treat gzip exit status 2 as a non-failure. * 'gzip -d' no longer fails to report invalid compressed data that uses a dictionary distance outside the input window. [bug present since the beginning] * Port to C23, which does not allow K&R-style function definitions with parameters, and which does not define __alignas_is_defined. - Refreshed manpage-no-date.patch OBS-URL: https://build.opensuse.org/request/show/1108152 OBS-URL: https://build.opensuse.org/package/show/Base:System/gzip?expand=0&rev=95
22 lines
665 B
Diff
22 lines
665 B
Diff
Index: gzip-1.12/doc/gzip.texi
|
|
===================================================================
|
|
--- gzip-1.12.orig/doc/gzip.texi
|
|
+++ gzip-1.12/doc/gzip.texi
|
|
@@ -9,7 +9,7 @@
|
|
@c %**end of header
|
|
@copying
|
|
This manual is for GNU Gzip
|
|
-(version @value{VERSION}, @value{UPDATED}),
|
|
+(version @value{VERSION}),
|
|
and documents commands for compressing and decompressing data.
|
|
|
|
Copyright @copyright{} 1998--1999, 2001--2002, 2006--2007, 2009--2023 Free
|
|
@@ -47,7 +47,6 @@ Free Documentation License''.
|
|
@title GNU gzip
|
|
@subtitle The data compression program
|
|
@subtitle for Gzip version @value{VERSION}
|
|
-@subtitle @value{UPDATED}
|
|
@author by Jean-loup Gailly
|
|
|
|
@page
|