Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruby3.1 for openSUSE:Factory checked in at 2023-02-18 17:10:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby3.1 (Old) and /work/SRC/openSUSE:Factory/.ruby3.1.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby3.1" Sat Feb 18 17:10:04 2023 rev:12 rq:1045280 version:3.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ruby3.1/ruby3.1.changes 2022-12-07 17:33:13.795969103 +0100 +++ /work/SRC/openSUSE:Factory/.ruby3.1.new.22824/ruby3.1.changes 2023-02-18 17:10:05.550624905 +0100 @@ -1,0 +2,5 @@ +Tue Dec 6 16:03:09 UTC 2022 - Marcus Rueckert <mrueck...@suse.de> + +- also skip readline tests because they rely on system ruby + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby3.1.spec ++++++ --- /var/tmp/diff_new_pack.jNFGeH/_old 2023-02-18 17:10:06.074628213 +0100 +++ /var/tmp/diff_new_pack.jNFGeH/_new 2023-02-18 17:10:06.078628239 +0100 @@ -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