Hello community,

here is the log from the commit of package dub for openSUSE:Factory checked in 
at 2019-01-28 20:48:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dub (Old)
 and      /work/SRC/openSUSE:Factory/.dub.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dub"

Mon Jan 28 20:48:15 2019 rev:15 rq:668743 version:1.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dub/dub.changes  2019-01-08 12:31:02.172104909 
+0100
+++ /work/SRC/openSUSE:Factory/.dub.new.28833/dub.changes       2019-01-28 
20:49:13.285856021 +0100
@@ -1,0 +2,6 @@
+Fri Jan 25 07:29:14 UTC 2019 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Add _constraints to avoid OOM errors
+- Fix builds with ldc on %ix86
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ dub.spec ++++++
--- /var/tmp/diff_new_pack.FlX9IW/_old  2019-01-28 20:49:14.053855212 +0100
+++ /var/tmp/diff_new_pack.FlX9IW/_new  2019-01-28 20:49:14.053855212 +0100
@@ -61,13 +61,14 @@
 
 %if %{with dcompiler_dmd}
   dmd -defaultlib=:libphobos2.so \
+  -g \
 %else
   ldmd2 \
-%endif
-  -ofbin/dub -w -O \
-%ifnarch %{arm}
+%ifnarch %{arm} %{ix86}
   -g \
 %endif
+%endif
+  -ofbin/dub -w -O \
   -version=DubUseCurl -Isource -L-lcurl @build-files.txt
 
 %install

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

Reply via email to