Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruby3.3 for openSUSE:Factory checked in at 2024-07-10 16:47:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruby3.3 (Old) and /work/SRC/openSUSE:Factory/.ruby3.3.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruby3.3" Wed Jul 10 16:47:52 2024 rev:7 rq:1186347 version:3.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ruby3.3/ruby3.3.changes 2024-06-13 15:37:42.269284747 +0200 +++ /work/SRC/openSUSE:Factory/.ruby3.3.new.2080/ruby3.3.changes 2024-07-10 16:47:57.164175098 +0200 @@ -1,0 +2,13 @@ +Tue Jul 9 09:35:15 UTC 2024 - Marcus Rueckert <mrueck...@suse.de> + +- Update to 3.3.4 + This release fixes a regression in Ruby 3.3.3 that dependencies + are missing in the gemspec of some bundled gems: net-pop, + net-ftp, net-imap, and prime [Bug #20581]. The fix allows Bundler + to successfully install those gems on platforms like Heroku. If + your bundle install runs correctly now, you may not have this + issue. + + https://github.com/ruby/ruby/releases/tag/v3_3_4 + +------------------------------------------------------------------- Old: ---- ruby-3.3.3.tar.xz New: ---- ruby-3.3.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruby3.3.spec ++++++ --- /var/tmp/diff_new_pack.C3oGL4/_old 2024-07-10 16:47:58.156211524 +0200 +++ /var/tmp/diff_new_pack.C3oGL4/_new 2024-07-10 16:47:58.156211524 +0200 @@ -36,7 +36,7 @@ %global patch_level p0 Name: ruby3.3%{psuffix} -Version: 3.3.3 +Version: 3.3.4 Release: 0 %global pkg_version %{version} # make the exported API version explicit ++++++ _service ++++++ --- /var/tmp/diff_new_pack.C3oGL4/_old 2024-07-10 16:47:58.200213140 +0200 +++ /var/tmp/diff_new_pack.C3oGL4/_new 2024-07-10 16:47:58.204213286 +0200 @@ -1,6 +1,6 @@ <services> <service name="cargo_vendor" mode="manual"> - <param name="srcdir">ruby-3.3.3/yjit</param> + <param name="srcdir">ruby-3.3.4/yjit</param> <param name="update">false</param> <param name="compression">xz</param> </service> ++++++ ruby-3.3.3.tar.xz -> ruby-3.3.4.tar.xz ++++++ /work/SRC/openSUSE:Factory/ruby3.3/ruby-3.3.3.tar.xz /work/SRC/openSUSE:Factory/.ruby3.3.new.2080/ruby-3.3.4.tar.xz differ: char 27, line 1 ++++++ vendor.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.cargo/config new/.cargo/config --- old/.cargo/config 1970-01-01 01:00:00.000000000 +0100 +++ new/.cargo/config 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.cargo/config.toml new/.cargo/config.toml --- old/.cargo/config.toml 1970-01-01 01:00:00.000000000 +0100 +++ new/.cargo/config.toml 1970-01-01 01:00:00.000000000 +0100 @@ -0,0 +1,5 @@ +[source.crates-io] +replace-with = "vendored-sources" + +[source.vendored-sources] +directory = "vendor"