Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2022-09-15 22:57:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netpbm (Old)
 and      /work/SRC/openSUSE:Factory/.netpbm.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netpbm"

Thu Sep 15 22:57:52 2022 rev:76 rq:1003558 version:10.96.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes    2021-12-28 
12:26:28.160477229 +0100
+++ /work/SRC/openSUSE:Factory/.netpbm.new.2083/netpbm.changes  2022-09-15 
22:58:06.645032499 +0200
@@ -1,0 +2,5 @@
+Wed Sep 14 13:15:23 UTC 2022 - Andreas Schwab <sch...@suse.de>
+
+- ppmforge-test.patch: fix ppmforge test to avoid float overflow
+
+-------------------------------------------------------------------

New:
----
  ppmforge-test.patch

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

Other differences:
------------------
++++++ netpbm.spec ++++++
--- /var/tmp/diff_new_pack.IjtcaW/_old  2022-09-15 22:58:07.337034453 +0200
+++ /var/tmp/diff_new_pack.IjtcaW/_new  2022-09-15 22:58:07.341034464 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netpbm
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,8 @@
 Patch7:         big-endian.patch
 # bsc#1144255 disable jpeg2k support due to removal of jasper
 Patch8:         netpbm-disable-jasper.patch
+# PATCH-FIX-UPSTREAM fix ppmforge test to avoid float overflow
+Patch9:         ppmforge-test.patch
 BuildRequires:  flex
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel

++++++ ppmforge-test.patch ++++++
Index: netpbm-10.96.4/test/ppmforge.test
===================================================================
--- netpbm-10.96.4.orig/test/ppmforge.test
+++ netpbm-10.96.4/test/ppmforge.test
@@ -44,9 +44,9 @@ rm ${test_ppm}
 
 echo "Test 5."
 ppmforge -seed 1 -stars 0 -ice 0.01 \
-    -inclination 9  -hour 12 -power 200 > ${test_ppm} 
+    -inclination 9  -hour 12 -power 20 > ${test_ppm} 
 ppmforge -seed 1 -stars 0 -ice 0.01 \
-    -inclination 10 -hour 12 -power 200 | \
+    -inclination 10 -hour 12 -power 20 | \
   pnmpsnr -target1=53.89 -target2=49.38 -target3=65.15 - ${test_ppm}
 
 rm ${test_ppm}

Reply via email to