Hello community,

here is the log from the commit of package beignet for openSUSE:Factory checked 
in at 2019-01-26 22:22:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/beignet (Old)
 and      /work/SRC/openSUSE:Factory/.beignet.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "beignet"

Sat Jan 26 22:22:56 2019 rev:18 rq:668733 version:1.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/beignet/beignet.changes  2019-01-21 
11:03:23.567039948 +0100
+++ /work/SRC/openSUSE:Factory/.beignet.new.28833/beignet.changes       
2019-01-26 22:22:58.410828599 +0100
@@ -1,0 +2,7 @@
+Thu Jan 24 12:09:11 UTC 2019 - alarr...@suse.com
+
+- Add a _constraints file to specify this package needs at least
+  6500 MB of memory to build. Also use %limit_build to be sure
+  parallel builds are taken into account.
+
+-------------------------------------------------------------------
@@ -11 +18 @@
-  * 0008-Add-preliminary-LLVM-7-support.patch
+  * 0008-Add-preliminary-LLVM-7-support.patch (fate#325696)

New:
----
  _constraints

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

Other differences:
------------------
++++++ beignet.spec ++++++
--- /var/tmp/diff_new_pack.0ANa8R/_old  2019-01-26 22:22:58.902828202 +0100
+++ /var/tmp/diff_new_pack.0ANa8R/_new  2019-01-26 22:22:58.902828202 +0100
@@ -31,6 +31,7 @@
 Patch3:         0004-Enable-Coffee-Lake-support.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  memory-constraints
 BuildRequires:  ncurses-devel
 BuildRequires:  opencl-headers
 BuildRequires:  pkgconfig
@@ -76,6 +77,7 @@
 cp docs/Beignet.mdwn README.md
 
 %build
+%limit_build -m 2000
 %cmake \
        -DLLVM_INSTALL_DIR=%{_bindir}/
 %make_jobs

++++++ _constraints ++++++
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
  <hardware>
    <memory>
      <size unit="M">6500</size>
    </memory>
  </hardware>
</constraints>

Reply via email to