Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2020-08-28 21:12:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opencv (Old)
 and      /work/SRC/openSUSE:Factory/.opencv.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opencv"

Fri Aug 28 21:12:43 2020 rev:84 rq:829005 version:4.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/opencv/opencv.changes    2020-06-23 
21:04:17.765784382 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new.3399/opencv.changes  2020-08-28 
21:13:00.752081055 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 09:02:23 UTC 2020 - Martin Liška <[email protected]>
+
+- Use memoryperjob constraint instead of %limit_build macro.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ opencv.spec ++++++
--- /var/tmp/diff_new_pack.IS4SlL/_old  2020-08-28 21:13:03.496082387 +0200
+++ /var/tmp/diff_new_pack.IS4SlL/_new  2020-08-28 21:13:03.504082391 +0200
@@ -51,7 +51,6 @@
 BuildRequires:  libeigen3-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig
-BuildRequires:  memory-constraints
 # OpenJPEGTargets.cmake erroneously requires the binaries
 BuildRequires:  openjpeg2
 BuildRequires:  tbb-devel
@@ -179,7 +178,6 @@
 rm -f doc/packaging.txt
 
 %build
-%limit_build -m 1000
 # Dynamic dispatch: 
https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options
 # x86: disable SSE on 32bit, do not dispatch AVX and later - SSE3
 #      is the highest extension available on any non-64bit x86 CPU

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.IS4SlL/_old  2020-08-28 21:13:03.540082409 +0200
+++ /var/tmp/diff_new_pack.IS4SlL/_new  2020-08-28 21:13:03.540082409 +0200
@@ -1,12 +1,14 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <constraints>
   <hardware>
     <disk>
-    <!-- build uses 20GB in maintenance projects currently 201502 -->
-       <size unit="G">13</size>
+      <size unit="G">13</size>
     </disk>
     <memory>
       <size unit="M">3000</size>
     </memory>
+    <memoryperjob>
+      <size unit="M">1000</size>
+    </memoryperjob>
   </hardware>
 </constraints>


Reply via email to