Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2019-08-27 15:55:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openexr (Old)
 and      /work/SRC/openSUSE:Factory/.openexr.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openexr"

Tue Aug 27 15:55:19 2019 rev:31 rq:725106 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/openexr/openexr.changes  2019-07-17 
14:23:44.448015781 +0200
+++ /work/SRC/openSUSE:Factory/.openexr.new.7948/openexr.changes        
2019-08-27 15:55:20.407615801 +0200
@@ -1,0 +2,6 @@
+Wed Aug 21 11:48:22 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Enable tests on architectures with enough memory - boo#1146648
+  * disable imffuzztest as it takes to much resources
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openexr.spec ++++++
--- /var/tmp/diff_new_pack.xdJVsE/_old  2019-08-27 15:55:21.175615160 +0200
+++ /var/tmp/diff_new_pack.xdJVsE/_new  2019-08-27 15:55:21.183615154 +0200
@@ -21,16 +21,13 @@
 %define debug_build 0
 %define sonum 24
 %global so_suffix -2_3-24
-# tests should run at least during local build
-# but do expect a HUGE number of memory, so beware
-%bcond_with tests
 Name:           openexr
 Version:        2.3.0
 Release:        0
 Summary:        Utilities for working with HDR images in OpenEXR format
 License:        BSD-3-Clause
 Group:          Productivity/Graphics/Other
-Url:            http://www.openexr.com/
+URL:            http://www.openexr.com/
 Source0:        
https://github.com/openexr/openexr/releases/download/v%{version}/openexr-%{version}.tar.gz
 Source1:        
https://github.com/openexr/openexr/releases/download/v%{version}/openexr-%{version}.tar.gz.sig
 Source2:        baselibs.conf
@@ -49,6 +46,8 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(IlmBase) >= 2.3.0
 BuildRequires:  pkgconfig(zlib)
+Obsoletes:      OpenEXR <= 1.6.1
+Provides:       OpenEXR = %{version}
 %if %{asan_build} || %{debug_build}
 BuildRequires:  ilmbase-debugsource
 BuildRequires:  libHalf%{sonum}-debuginfo
@@ -57,8 +56,6 @@
 BuildRequires:  libIlmThread%{so_suffix}-debuginfo
 BuildRequires:  libImath%{so_suffix}-debuginfo
 %endif
-Obsoletes:      OpenEXR <= 1.6.1
-Provides:       OpenEXR = %{version}
 
 %description
 OpenEXR is a high dynamic-range (HDR) image file format developed by
@@ -154,7 +151,6 @@
    --disable-static \
    --enable-large-stack \
    --enable-imfexamples \
-   --enable-imffuzztest \
    --enable-imfhugetest
 %if %{asan_build}
 vmemlimit=$(ulimit -v)
@@ -175,7 +171,7 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-%if %{with tests}
+%if %__isa_bits == 64
 make %{?_smp_mflags} check
 %endif
 




Reply via email to