Hello community,

here is the log from the commit of package rakudo for openSUSE:Factory checked 
in at 2018-12-04 20:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rakudo (Old)
 and      /work/SRC/openSUSE:Factory/.rakudo.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rakudo"

Tue Dec  4 20:54:41 2018 rev:55 rq:653513 version:2018.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes    2018-11-26 
10:21:27.561651496 +0100
+++ /work/SRC/openSUSE:Factory/.rakudo.new.19453/rakudo.changes 2018-12-04 
20:54:43.996825905 +0100
@@ -1,0 +2,6 @@
+Thu Nov 29 17:06:44 UTC 2018 - Guillaume GARDET <[email protected]>
+
+- Disable check on armv6 as it randomly fails
+- Add _constraints to avoid test failures (on armv7)
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ rakudo.spec ++++++
--- /var/tmp/diff_new_pack.1kNI4R/_old  2018-12-04 20:54:44.596825237 +0100
+++ /var/tmp/diff_new_pack.1kNI4R/_new  2018-12-04 20:54:44.600825233 +0100
@@ -42,9 +42,12 @@
 perl Configure.pl --prefix="%{_prefix}"
 make
 
+%ifnarch armv6l armv6hl
+# See armv6 issue: https://github.com/rakudo/rakudo/issues/2513
 %check
 rm t/08-performance/99-misc.t
 make test
+%endif
 
 %install
 %make_install

++++++ _constraints ++++++
<?xml version="1.0"?>
<constraints>
  <hardware>
    <physicalmemory>
    <size unit="M">1500</size>
    </physicalmemory>
  </hardware>
</constraints>

Reply via email to