Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gzip for openSUSE:Factory checked in 
at 2021-02-07 15:13:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gzip (Old)
 and      /work/SRC/openSUSE:Factory/.gzip.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gzip"

Sun Feb  7 15:13:46 2021 rev:54 rq:867887 version:1.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/gzip/gzip.changes        2020-11-26 
23:10:16.880881766 +0100
+++ /work/SRC/openSUSE:Factory/.gzip.new.28504/gzip.changes     2021-02-07 
15:13:46.845371158 +0100
@@ -1,0 +2,6 @@
+Wed Jan 27 22:05:47 UTC 2021 - Kristyna Streitova <[email protected]>
+
+- add gzip-1.10-fix_count_of_lines_to_skip.patch to fix count
+  of lines to skip [bsc#1180713]
+
+-------------------------------------------------------------------

New:
----
  gzip-1.10-fix_count_of_lines_to_skip.patch

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

Other differences:
------------------
++++++ gzip.spec ++++++
--- /var/tmp/diff_new_pack.4gm450/_old  2021-02-07 15:13:47.585371949 +0100
+++ /var/tmp/diff_new_pack.4gm450/_new  2021-02-07 15:13:47.589371953 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gzip
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,7 @@
 Patch7:         xz_lzma.patch
 Patch8:         manpage-no-date.patch
 Patch9:         gzip-1.10-ibm_dfltcc_support.patch
+Patch10:        gzip-1.10-fix_count_of_lines_to_skip.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  makeinfo
@@ -58,6 +59,7 @@
 %patch8 -p1
 %ifarch s390x
 %patch9 -p1
+%patch10 -p1
 %endif
 
 %build

++++++ gzip-1.10-fix_count_of_lines_to_skip.patch ++++++
>From 38ae6a4ed36a7c86609a6a595add4298d9c202bc Mon Sep 17 00:00:00 2001
From: Paul Eggert <[email protected]>
Date: Tue, 26 Mar 2019 19:44:43 -0700
Subject: gzexe: fix count of lines to skip

Problem reported by Jakub Martisko (Bug#35002).
* gzexe.in (skip): Bump from 44 to 49.
---
 gzexe.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gzexe.in b/gzexe.in
index 8fca8c8..832cd07 100644
--- a/gzexe.in
+++ b/gzexe.in
@@ -145,7 +145,7 @@ for i do
   if test $decomp -eq 0; then
     (cat <<'EOF' &&
 #!/bin/sh
-skip=44
+skip=49
 
 tab='  '
 nl='
-- 
cgit v1.2.1

Reply via email to