Hello community, here is the log from the commit of package opencv for openSUSE:Factory checked in at 2019-11-06 13:46:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opencv (Old) and /work/SRC/openSUSE:Factory/.opencv.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opencv" Wed Nov 6 13:46:38 2019 rev:78 rq:745040 version:4.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/opencv/opencv.changes 2019-10-17 12:16:27.516049970 +0200 +++ /work/SRC/openSUSE:Factory/.opencv.new.2990/opencv.changes 2019-11-06 13:46:43.471546219 +0100 @@ -1,0 +2,8 @@ +Sun Nov 3 19:50:04 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Limit build parallelism with limit_build, some ARM and PPC workers + have a high SMP/memory ratio and run out of memory otherwise. +- Apply memory constraints (3GB) to all architectures, avoid being + scheduled on very weak workers. + +------------------------------------------------------------------- @@ -43,0 +52 @@ + * Security fixes: CVE-2019-15939 (boo#1149742). @@ -78,0 +88,2 @@ + * Security fixes: CVE-2019-14491 (boo#1144352), CVE-2019-14492 + (boo#1144348). @@ -174,0 +186 @@ + * Fix cmake mapping of RelWithDebInfo (boo#1154091). ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opencv.spec ++++++ --- /var/tmp/diff_new_pack.BzWqB3/_old 2019-11-06 13:46:46.707549727 +0100 +++ /var/tmp/diff_new_pack.BzWqB3/_new 2019-11-06 13:46:46.723549745 +0100 @@ -54,6 +54,7 @@ BuildRequires: libjasper-devel BuildRequires: libjpeg-devel BuildRequires: pkgconfig +BuildRequires: memory-constraints BuildRequires: tbb-devel BuildRequires: unzip BuildRequires: pkgconfig(IlmBase) @@ -177,6 +178,7 @@ 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.BzWqB3/_old 2019-11-06 13:46:46.819549849 +0100 +++ /var/tmp/diff_new_pack.BzWqB3/_new 2019-11-06 13:46:46.823549853 +0100 @@ -5,16 +5,8 @@ <!-- build uses 20GB in maintenance projects currently 201502 --> <size unit="G">13</size> </disk> + <memory> + <size unit="M">3000</size> + </memory> </hardware> - <overwrite> - <conditions> - <arch>i586</arch> - <arch>x86_64</arch> - </conditions> - <hardware> - <memory> - <size unit="M">2500</size> - </memory> - </hardware> - </overwrite> </constraints>
