Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory checked 
in at 2023-02-04 14:11:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exiv2 (Old)
 and      /work/SRC/openSUSE:Factory/.exiv2.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exiv2"

Sat Feb  4 14:11:02 2023 rev:75 rq:1062964 version:0.27.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes      2023-02-02 
18:23:44.129761441 +0100
+++ /work/SRC/openSUSE:Factory/.exiv2.new.4462/exiv2.changes    2023-02-04 
14:14:02.985089289 +0100
@@ -7,0 +8,7 @@
+Tue Jan 24 10:40:48 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Disable bugfixes.github.test_CVE_2018_12265.AdditionOverflowInLoaderExifJpeg
+  as it is broken on some archs
+  See: https://github.com/Exiv2/exiv2/issues/933
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ exiv2.spec ++++++
--- /var/tmp/diff_new_pack.OhASIo/_old  2023-02-04 14:14:03.685093098 +0100
+++ /var/tmp/diff_new_pack.OhASIo/_new  2023-02-04 14:14:03.689093120 +0100
@@ -132,7 +132,12 @@
 %cmake_install
 
 %check
-%ctest -- -j1
+%ifarch aarch64 ppc64 ppc64le ppc
+# bugfixes.github.test_CVE_2018_12265.AdditionOverflowInLoaderExifJpeg is 
broken on some archs
+# See: https://github.com/Exiv2/exiv2/issues/933
+export disabled_tests="-E bugfixTests"
+%endif
+%ctest -- -j1 $disabled_tests
 
 for t in \
     addmoddel \

Reply via email to