Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruby3.1 for SUSE:ALP:Workbench checked in at 2023-04-06 14:03:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:ALP:Workbench.OBS/ruby3.1 (Old) and /work/SRC/SUSE:ALP:Workbench.OBS/.ruby3.1.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby3.1" Thu Apr 6 14:03:12 2023 rev:2 rq: version:3.1.3 Changes: -------- --- /work/SRC/SUSE:ALP:Workbench.OBS/ruby3.1/ruby3.1.changes 2023-04-04 12:10:18.890178830 +0200 +++ /work/SRC/SUSE:ALP:Workbench.OBS/.ruby3.1.new.19717/ruby3.1.changes 2023-04-06 14:03:13.254430046 +0200 @@ -1,0 +2,5 @@ +Tue Dec 6 16:03:09 UTC 2022 - Marcus Rueckert <[email protected]> + +- also skip readline tests because they rely on system ruby + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby3.1.spec ++++++ --- /var/tmp/diff_new_pack.fhAIfQ/_old 2023-04-06 14:03:14.118435019 +0200 +++ /var/tmp/diff_new_pack.fhAIfQ/_new 2023-04-06 14:03:14.122435041 +0200 @@ -405,13 +405,13 @@ %if "%{flavor}" == "testsuite" %check -DISABLE_TESTS="" +DISABLE_TESTS="-x test_rinda -x test_address_resolve -x test_tcp -x test_gem_installer -x test_readline" # Allow MD5 in OpenSSL. # https://bugs.ruby-lang.org/issues/9154 export OPENSSL_ENABLE_MD5_VERIFY=1 export LD_LIBRARY_PATH="$PWD" export PATH=%{buildroot}%{_bindir}:$PATH -make test test-tool test-all V=1 TESTOPTS="%{?_smp_mflags} -q --tty=no $DISABLE_TESTS" TESTS="-x test_rinda -x test_address_resolve -x test_tcp -x test_gem_installer " +make test test-tool test-all V=1 TESTOPTS="%{?_smp_mflags} -q --tty=no" TESTS="${DISABLE_TESTS}" %else
