Hello community,

here is the log from the commit of package ruby2.6 for openSUSE:Factory checked 
in at 2019-07-21 11:30:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby2.6 (Old)
 and      /work/SRC/openSUSE:Factory/.ruby2.6.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby2.6"

Sun Jul 21 11:30:13 2019 rev:7 rq:715762 version:2.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby2.6/ruby2.6.changes  2019-05-27 
08:36:44.419109452 +0200
+++ /work/SRC/openSUSE:Factory/.ruby2.6.new.4126/ruby2.6.changes        
2019-07-21 11:30:14.412818901 +0200
@@ -1,0 +2,12 @@
+Tue Jul  9 14:16:36 UTC 2019 - Marcus Rueckert <[email protected]>
+
+- fix running tests (boo#1140844)
+  just passing the DISABLED_TESTS variable is wrong. probably a
+  relict from calling the test scripts directly. use TESTOPTS now.
+
+-------------------------------------------------------------------
+Sun Jun 23 03:01:14 UTC 2019 - Marcus Rueckert <[email protected]>
+
+- add BR for gmp-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ruby2.6.spec ++++++
--- /var/tmp/diff_new_pack.Sjs9Uw/_old  2019-07-21 11:30:15.164818774 +0200
+++ /var/tmp/diff_new_pack.Sjs9Uw/_new  2019-07-21 11:30:15.172818772 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -90,6 +90,7 @@
 BuildRequires:  llvm-devel
 %endif
 BuildRequires:  gdbm-devel
+BuildRequires:  gmp-devel
 %if %{with jemalloc}
 BuildRequires:  jemalloc-devel
 %endif
@@ -392,7 +393,7 @@
 
 %if %{with run_tests}
 %check
-DISABLE_TESTS="-x resolv/test_mdns.rb"
+DISABLE_TESTS=""
 %ifarch armv7l armv7hl armv7hnl
 # test_call_double(DL::TestDL) fails on ARM HardFP
 # http://bugs.ruby-lang.org/issues/6592
@@ -407,7 +408,7 @@
 export OPENSSL_ENABLE_MD5_VERIFY=1
 export LD_LIBRARY_PATH="$PWD"
 # we know some tests will fail when they do not find a /usr/bin/ruby
-make check V=1 ||:
+make check V=1 TESTOPTS="$DISABLE_TESTS" ||:
 %endif
 
 %post   -n %{libname} -p /sbin/ldconfig


Reply via email to