Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gswrap for openSUSE:Factory checked 
in at 2021-09-20 23:33:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gswrap (Old)
 and      /work/SRC/openSUSE:Factory/.gswrap.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gswrap"

Mon Sep 20 23:33:19 2021 rev:5 rq:920263 version:0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gswrap/gswrap.changes    2020-10-08 
13:13:53.399265095 +0200
+++ /work/SRC/openSUSE:Factory/.gswrap.new.1899/gswrap.changes  2021-09-20 
23:36:09.655396525 +0200
@@ -1,0 +2,5 @@
+Mon Sep 20 07:40:46 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Map -o with its argument to -sOutputFile= (boo#1190614) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gswrap.spec ++++++
--- /var/tmp/diff_new_pack.LVL516/_old  2021-09-20 23:36:10.075397043 +0200
+++ /var/tmp/diff_new_pack.LVL516/_new  2021-09-20 23:36:10.079397048 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gswrap
 #
-# 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
@@ -31,7 +31,7 @@
 BuildRequires:  sed
 BuildRequires:  update-alternatives
 Requires(post): update-alternatives
-Requires(preun): update-alternatives
+Requires(preun):update-alternatives
 BuildArch:      noarch
 %define debug_package %nil
 

++++++ gswrap ++++++
--- /var/tmp/diff_new_pack.LVL516/_old  2021-09-20 23:36:10.103397078 +0200
+++ /var/tmp/diff_new_pack.LVL516/_new  2021-09-20 23:36:10.103397078 +0200
@@ -71,6 +71,16 @@
     -dSAFER)
        let safer++
        ;;
+    -o)
+       if ((argc+1 >= ${#argv[@]}))
+       then
+           echo "GS: found -o without argument" 1>&2
+           exit 1
+       else
+           unset argv[argc]
+           argv[argc+1]=-sOutputFile=${argv[argc+1]}
+       fi
+       ;;
     -sOutputFile=*)
        case "${arg#-sOutputFile=}" in
        %stdout%|%stderr%|%stdout|%stderr|-|"")

Reply via email to