Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruby-build for openSUSE:Factory checked in at 2023-06-16 16:54:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby-build (Old) and /work/SRC/openSUSE:Factory/.ruby-build.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby-build" Fri Jun 16 16:54:10 2023 rev:33 rq:1093268 version:20230615 Changes: -------- --- /work/SRC/openSUSE:Factory/ruby-build/ruby-build.changes 2023-06-14 16:32:34.143659334 +0200 +++ /work/SRC/openSUSE:Factory/.ruby-build.new.15902/ruby-build.changes 2023-06-16 16:55:23.777902860 +0200 @@ -1,0 +2,7 @@ +Thu Jun 15 10:59:46 UTC 2023 - Lukas Müller <expee...@outlook.com> + +- Update to version 20230615. + Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20230615 + * Print a message about the new distribution and license when installing TruffleRuby 23.0 by @eregon in #2209 + +------------------------------------------------------------------- Old: ---- ruby-build-20230614.tar.gz New: ---- ruby-build-20230615.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby-build.spec ++++++ --- /var/tmp/diff_new_pack.7rUfTp/_old 2023-06-16 16:55:24.481907013 +0200 +++ /var/tmp/diff_new_pack.7rUfTp/_new 2023-06-16 16:55:24.485907037 +0200 @@ -24,7 +24,7 @@ %endif Name: ruby-build -Version: 20230614 +Version: 20230615 Release: 0 BuildArch: noarch License: MIT ++++++ ruby-build-20230614.tar.gz -> ruby-build-20230615.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ruby-build-20230614/bin/ruby-build new/ruby-build-20230615/bin/ruby-build --- old/ruby-build-20230614/bin/ruby-build 2023-06-14 10:26:23.000000000 +0200 +++ new/ruby-build-20230615/bin/ruby-build 2023-06-15 11:52:12.000000000 +0200 @@ -14,7 +14,7 @@ # --version Show version of ruby-build # -RUBY_BUILD_VERSION="20230614" +RUBY_BUILD_VERSION="20230615" OLDIFS="$IFS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ruby-build-20230614/share/ruby-build/truffleruby+graalvm-23.0.0 new/ruby-build-20230615/share/ruby-build/truffleruby+graalvm-23.0.0 --- old/ruby-build-20230614/share/ruby-build/truffleruby+graalvm-23.0.0 2023-06-14 10:26:23.000000000 +0200 +++ new/ruby-build-20230615/share/ruby-build/truffleruby+graalvm-23.0.0 2023-06-15 11:52:12.000000000 +0200 @@ -1,3 +1,6 @@ +colorize 1 "TruffleRuby+GraalVM 23.0 and later installed by ruby-build use the faster Oracle GraalVM distribution" && echo +colorize 1 "Oracle GraalVM uses the GFTC license, which is free for development and production use, see https://medium.com/graalvm/161527df3d76" && echo + platform="$(uname -s)-$(uname -m)" case $platform in Linux-x86_64) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ruby-build-20230614/share/ruby-build/truffleruby-23.0.0 new/ruby-build-20230615/share/ruby-build/truffleruby-23.0.0 --- old/ruby-build-20230614/share/ruby-build/truffleruby-23.0.0 2023-06-14 10:26:23.000000000 +0200 +++ new/ruby-build-20230615/share/ruby-build/truffleruby-23.0.0 2023-06-15 11:52:12.000000000 +0200 @@ -1,3 +1,6 @@ +colorize 1 "TruffleRuby 23.0 and later installed by ruby-build use the faster Oracle GraalVM distribution" && echo +colorize 1 "Oracle GraalVM uses the GFTC license, which is free for development and production use, see https://medium.com/graalvm/161527df3d76" && echo + platform="$(uname -s)-$(uname -m)" case $platform in Linux-x86_64)