Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ruby* to *3.3.6* has Succeeded.
Next steps:
- apply the patch: git am 0001-ruby-upgrade-3.3.5-3.3.6.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From 4c76c8b8771871c8f509b574582ae19047c2e867 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sun, 17 Nov 2024 06:37:39 +0000
Subject: [PATCH] ruby: upgrade 3.3.5 -> 3.3.6
---
.../0001-extmk-fix-cross-compilation-of-external-gems.patch | 2 +-
...-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch | 2 +-
.../ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch | 2 +-
.../ruby/0003-rdoc-build-reproducible-documentation.patch | 2 +-
...b-mkmf.rb-sort-list-of-object-files-in-generated-M.patch | 2 +-
...Mark-Gemspec-reproducible-change-fixing-784225-too.patch | 6 +++---
.../ruby/ruby/0006-Make-gemspecs-reproducible.patch | 2 +-
meta/recipes-devtools/ruby/{ruby_3.3.5.bb => ruby_3.3.6.bb} | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
rename meta/recipes-devtools/ruby/{ruby_3.3.5.bb => ruby_3.3.6.bb} (98%)
diff --git
a/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
b/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
index bd8f736247..57ba9b3e16 100644
---
a/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
+++
b/meta/recipes-devtools/ruby/ruby/0001-extmk-fix-cross-compilation-of-external-gems.patch
@@ -1,4 +1,4 @@
-From b74950d4f06bbfb91b2e68044147a226c15f4639 Mon Sep 17 00:00:00 2001
+From 1d82d28f4ab9e3433a79bc0977f9f64432b10b74 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Draszik?= <[email protected]>
Date: Mon, 30 Sep 2019 16:57:01 +0100
Subject: [PATCH] extmk: fix cross-compilation of external gems
diff --git
a/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
b/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
index bc1744da82..fe43e041c8 100644
---
a/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
+++
b/meta/recipes-devtools/ruby/ruby/0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch
@@ -1,4 +1,4 @@
-From f4edf72c76bc06fa92c61f6cb9163cc777912a1f Mon Sep 17 00:00:00 2001
+From f5aa6d312e8e525b739f82e91f9c01e9f07081b8 Mon Sep 17 00:00:00 2001
From: Khem Raj <[email protected]>
Date: Tue, 25 Jan 2022 20:29:14 -0800
Subject: [PATCH] vm_dump.c: Define REG_S1 and REG_S2 for musl/riscv
diff --git
a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
index 6f95685917..c7cce4b7dd 100644
---
a/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
+++
b/meta/recipes-devtools/ruby/ruby/0002-Obey-LDFLAGS-for-the-link-of-libruby.patch
@@ -1,4 +1,4 @@
-From e6267676addd27f3c02667116185211d711ef940 Mon Sep 17 00:00:00 2001
+From 7be088ba19f66996d3ea6b33c6fcdb1d4cc0858a Mon Sep 17 00:00:00 2001
From: Christopher Larson <[email protected]>
Date: Thu, 5 May 2016 10:59:07 -0700
Subject: [PATCH] Obey LDFLAGS for the link of libruby
diff --git
a/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
b/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
index abbbd35702..e95bbf6c56 100644
---
a/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
+++
b/meta/recipes-devtools/ruby/ruby/0003-rdoc-build-reproducible-documentation.patch
@@ -1,4 +1,4 @@
-From 09a6df0d32e2177406ed391e536c0c7c4b503c5d Mon Sep 17 00:00:00 2001
+From 352712755f23629a2ebb4e9daa7ed041e7f647af Mon Sep 17 00:00:00 2001
From: Christian Hofstaedtler <[email protected]>
Date: Tue, 10 Oct 2017 15:04:34 -0300
Subject: [PATCH] rdoc: build reproducible documentation
diff --git
a/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
b/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
index f08aaf555f..af3f3c5654 100644
---
a/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
+++
b/meta/recipes-devtools/ruby/ruby/0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch
@@ -1,4 +1,4 @@
-From f491fff7d006954c1c51eb7a513a85bdbab0fe5a Mon Sep 17 00:00:00 2001
+From ed946c9158a8f567cd2b9399bbdcd1c018040561 Mon Sep 17 00:00:00 2001
From: Reiner Herrmann <[email protected]>
Date: Tue, 10 Oct 2017 15:06:13 -0300
Subject: [PATCH] lib/mkmf.rb: sort list of object files in generated Makefile
diff --git
a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
index 5570cdfcaa..2d2fd6cbea 100644
---
a/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
+++
b/meta/recipes-devtools/ruby/ruby/0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
@@ -1,4 +1,4 @@
-From 91304f26dd4153ecae752ea875eec9ce2d5d3963 Mon Sep 17 00:00:00 2001
+From e29bb09824502fde9f5668cbc30ae1a509d9b7cc Mon Sep 17 00:00:00 2001
From: Lucas Kanashiro <[email protected]>
Date: Fri, 1 Nov 2019 15:25:17 -0300
Subject: [PATCH] Make gemspecs reproducible
@@ -12,10 +12,10 @@ Upstream-Status: Backport [debian]
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb
-index 05ce483..5f2dbd1 100644
+index e438669..3ce9af8 100644
--- a/lib/rubygems/specification.rb
+++ b/lib/rubygems/specification.rb
-@@ -1698,7 +1698,9 @@ class Gem::Specification < Gem::BasicSpecification
+@@ -1707,7 +1707,9 @@ class Gem::Specification < Gem::BasicSpecification
raise(Gem::InvalidSpecificationException,
"invalid date format in specification: #{date.inspect}")
end
diff --git
a/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
b/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
index 8a1daba7bd..b3e003f93d 100644
--- a/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
+++ b/meta/recipes-devtools/ruby/ruby/0006-Make-gemspecs-reproducible.patch
@@ -1,4 +1,4 @@
-From 42f8019e62f392f5bc09c25e90cc63123eb764fe Mon Sep 17 00:00:00 2001
+From e0c410882a1b6e303bc06cf7196160dc2b5d47a7 Mon Sep 17 00:00:00 2001
From: Lucas Kanashiro <[email protected]>
Date: Fri, 1 Nov 2019 15:25:17 -0300
Subject: [PATCH] Make gemspecs reproducible
diff --git a/meta/recipes-devtools/ruby/ruby_3.3.5.bb
b/meta/recipes-devtools/ruby/ruby_3.3.6.bb
similarity index 98%
rename from meta/recipes-devtools/ruby/ruby_3.3.5.bb
rename to meta/recipes-devtools/ruby/ruby_3.3.6.bb
index c5609893ca..6751b36a44 100644
--- a/meta/recipes-devtools/ruby/ruby_3.3.5.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.3.6.bb
@@ -47,7 +47,7 @@ do_configure:prepend() {
DEPENDS:append:libc-musl = " libucontext"
-SRC_URI[sha256sum] =
"3781a3504222c2f26cb4b9eb9c1a12dbf4944d366ce24a9ff8cf99ecbce75196"
+SRC_URI[sha256sum] =
"8dc48fffaf270f86f1019053f28e51e4da4cce32a36760a0603a9aee67d7fd8d"
PACKAGECONFIG ??= ""
PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
--
2.44.1
packages/core2-64-poky-linux/ruby/ruby-ptest: FILELIST: added "/usr/lib/ruby/ptest/test/rubygems/rubygems/commands/ins_command.rb /usr/lib/ruby/ptest/test/rubygems/rubygems/commands/interrupt_command.rb" packages/core2-64-poky-linux/ruby/ruby: FILELIST: directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug, directory renamed /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/exe -> /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.0/exe -> /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.1/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/validation -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/validation, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/dap_custom -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/dap_custom, directory renamed /usr/lib/ruby/ge ms/3.3.0/gems/rexml-3.3.6/lib/rexml/parsers -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/misc -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/misc, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml, directory renamed /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.1 -> /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.2, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml/tasks/rdoc -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/rdoc, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9, directory renamed /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.1/debug -> /usr/ lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.2/debug, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/light -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/light, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/dtd -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/dtd, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/formatters -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/formatters, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1 -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/exe -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml/tasks/tocs -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/tocs, removed "/usr/lib/ruby /3.3.0/reline/ansi.rb /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec /usr/lib/ruby/3.3.0/reline/windows.rb /usr/bin/racc.lock /usr/bin/rake.lock /usr/bin/rdbg.lock /usr/bin/rdoc.lock /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.1.gem /usr/lib/libruby.so.3.3.5 /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.7.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec /usr/bin/typeprof.lock /usr/bin/bundle.lock /usr/bin/syntax_suggest.lock /usr/bin/ri.lock /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.1.gemspec /usr/lib/ruby/3.3.0/reline/general_io.rb /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.1.gemspec /usr/bin/rbs.lock /usr/bin/irb.lock /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.0.gemspec /usr/bin/erb.lock /usr/bin/bundler.lock /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem", added "/usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.9.gemspec /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/secureran dom.rb /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random/formatter.rb /usr/lib/ruby/3.3.0/reline/io/dumb.rb /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.9.gem /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.2.gem /usr/lib/ruby/3.3.0/rubygems/vendored_securerandom.rb /usr/lib/libruby.so.3.3.6 /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.22.gemspec /usr/lib/ruby/3.3.0/reline/io/windows.rb /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.10.gemspec /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.1.gemspec /usr/lib/ruby/3.3.0/bundler/vendored_securerandom.rb /usr/lib/ruby/3.3.0/reline/io/ansi.rb /usr/lib/ruby/3.3.0/reline/key_actor/composite.rb /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/securerandom.rb /usr/lib/ruby/3.3.0/reline/io.rb /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random/formatter.rb" Changes to packages/core2-64-poky-linux/ruby (sysroot): /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.5 to libruby.so.3.3.6 /usr/lib/libruby.so changed symlink target from libruby.so.3.3.5 to libruby.so.3.3.6 /usr/lib/libruby.so.3.3.5 moved to /usr/lib/libruby.so.3.3.6 /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.1.gem moved to /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.2.gem /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.9.gem /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.1 moved to /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.2 /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22 /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1 moved to /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2 /usr/lib/ruby/gems/3.3.0/gems/json-2.7.1 moved to /usr/lib/ruby/gems/3.3.0/gems/json-2.7.2 /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 moved to /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9 /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.0 moved to /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.1 /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.1.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.22.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.1.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.9.gemspec /usr/lib/ruby/3.3.0/bundler/vendored_securerandom.rb was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random/formatter.rb was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/securerandom.rb was added /usr/lib/ruby/3.3.0/reline/io was added /usr/lib/ruby/3.3.0/reline/io/ansi.rb was added /usr/lib/ruby/3.3.0/reline/io/dumb.rb was added /usr/lib/ruby/3.3.0/reline/io.rb was added /usr/lib/ruby/3.3.0/reline/io/windows.rb was added /usr/lib/ruby/3.3.0/reline/key_actor/composite.rb was added /usr/lib/ruby/3.3.0/rubygems/vendored_securerandom.rb was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random/formatter.rb was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/securerandom.rb was added /usr/lib/ruby/gems/3.3.0/gems/reline-0.5.10 was added /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.10.gemspec was added /usr/lib/ruby/3.3.0/reline/ansi.rb was removed /usr/lib/ruby/3.3.0/reline/general_io.rb was removed /usr/lib/ruby/3.3.0/reline/windows.rb was removed /usr/lib/ruby/gems/3.3.0/gems/reline-0.5.7 was removed /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.7.gemspec was removed Changes to packages/x86_64-linux/ruby-native (sysroot): /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.5 to libruby.so.3.3.6 /usr/lib/libruby.so changed symlink target from libruby.so.3.3.5 to libruby.so.3.3.6 /usr/lib/libruby.so.3.3.5 moved to /usr/lib/libruby.so.3.3.6 /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.1.gem moved to /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.2.gem /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.9.gem /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.1 moved to /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.2 /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22 /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1 moved to /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2 /usr/lib/ruby/gems/3.3.0/gems/json-2.7.1 moved to /usr/lib/ruby/gems/3.3.0/gems/json-2.7.2 /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 moved to /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9 /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.0 moved to /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.1 /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.1.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.22.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.1.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.9.gemspec /usr/lib/ruby/3.3.0/bundler/vendored_securerandom.rb was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random/formatter.rb was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/securerandom.rb was added /usr/lib/ruby/3.3.0/reline/io was added /usr/lib/ruby/3.3.0/reline/io/ansi.rb was added /usr/lib/ruby/3.3.0/reline/io/dumb.rb was added /usr/lib/ruby/3.3.0/reline/io.rb was added /usr/lib/ruby/3.3.0/reline/io/windows.rb was added /usr/lib/ruby/3.3.0/reline/key_actor/composite.rb was added /usr/lib/ruby/3.3.0/rubygems/vendored_securerandom.rb was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random/formatter.rb was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/securerandom.rb was added /usr/lib/ruby/gems/3.3.0/gems/reline-0.5.10 was added /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.10.gemspec was added /usr/bin/bundle.lock was removed /usr/bin/bundler.lock was removed /usr/bin/erb.lock was removed /usr/bin/irb.lock was removed /usr/bin/racc.lock was removed /usr/bin/rake.lock was removed /usr/bin/rbs.lock was removed /usr/bin/rdbg.lock was removed /usr/bin/rdoc.lock was removed /usr/bin/ri.lock was removed /usr/bin/syntax_suggest.lock was removed /usr/bin/typeprof.lock was removed /usr/lib/ruby/3.3.0/reline/ansi.rb was removed /usr/lib/ruby/3.3.0/reline/general_io.rb was removed /usr/lib/ruby/3.3.0/reline/windows.rb was removed /usr/lib/ruby/gems/3.3.0/gems/reline-0.5.7 was removed /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.7.gemspec was removed
0001-ruby-upgrade-3.3.5-3.3.6.patch
Description: Binary data
packages/core2-64-poky-linux/ruby: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby: SRC_URI changed from "http://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.5.tar.gz file://0001-extmk-fix-cross-compilation-of-external-gems.patch file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch file://run-ptest file://0003-rdoc-build-reproducible-documentation.patch file://0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch file://0006-Make-gemspecs-reproducible.patch file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch" to "http://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.6.tar.gz file://0001-extmk-fix-cross-compilation-of-external-gems.patch file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch file://run-ptest file://0003-rdoc-build-reproducible-documentation.patch file://0004-lib-mkmf.rb-sort-list-of-object-files-in-generated-M.patch file://0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch file://0006-Make-gemspecs-reproducible.patch file://0001-vm_dump.c-Define-REG_S1-and-REG_S2-for-musl-riscv.patch" packages/core2-64-poky-linux/ruby/ruby-dbg: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby-dbg: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby-dbg: FILELIST: directory renamed /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.1/debug/.debug -> /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.2/debug/.debug, removed "/usr/lib/.debug/libruby.so.3.3.5", added "/usr/lib/.debug/libruby.so.3.3.6" packages/core2-64-poky-linux/ruby/ruby-dbg: PKGSIZE changed from 15782680 to 15785608 (+0%) packages/core2-64-poky-linux/ruby/ruby-dev: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby-dev: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby-doc: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby-doc: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby-locale: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby-locale: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby-ptest: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby-ptest: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby-ptest: FILELIST: added "/usr/lib/ruby/ptest/test/rubygems/rubygems/commands/interrupt_command.rb /usr/lib/ruby/ptest/test/rubygems/rubygems/commands/ins_command.rb" packages/core2-64-poky-linux/ruby/ruby-ptest: PKGSIZE changed from 18161141 to 18178593 (+0%) packages/core2-64-poky-linux/ruby/ruby-rdoc: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby-rdoc: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby-ri-docs: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby-ri-docs: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby-src: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby-src: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby-src: PKGSIZE changed from 38230883 to 38232479 (+0%) packages/core2-64-poky-linux/ruby/ruby-staticdev: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby-staticdev: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby: PKGV changed from 3.3.5 [default] to 3.3.6 [default] packages/core2-64-poky-linux/ruby/ruby: PV changed from "3.3.5" to "3.3.6" packages/core2-64-poky-linux/ruby/ruby: FILELIST: directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/formatters -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/formatters, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/light -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/light, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/parsers -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/parsers, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml/tasks/tocs -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/tocs, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib, directory renamed /usr/lib/ruby/gems/3 .3.0/gems/rexml-3.3.6/lib/rexml/validation -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/validation, directory renamed /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.1 -> /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.2, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml/tasks/rdoc -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml/tasks/rdoc, directory renamed /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.1/debug -> /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.2/debug, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/exe -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/dtd -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml/dtd, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug/dap_custom -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug/dap_custom, dir ectory renamed /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/exe -> /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/doc/rexml, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9/lib/rexml, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/ext/debug -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/ext/debug, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/lib/debug -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/lib/debug, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1/misc -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2/misc, directory renamed /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.0/exe -> /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.1/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1 -> /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2, removed "/usr/lib/ruby /gems/3.3.0/specifications/default/json-2.7.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec /usr/bin/typeprof.lock /usr/lib/libruby.so.3.3.5 /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem /usr/bin/ri.lock /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec /usr/bin/bundle.lock /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.1.gem /usr/lib/ruby/3.3.0/reline/windows.rb /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.1.gemspec /usr/bin/syntax_suggest.lock /usr/lib/ruby/3.3.0/reline/general_io.rb /usr/bin/bundler.lock /usr/bin/rake.lock /usr/bin/rdbg.lock /usr/bin/racc.lock /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.7.gemspec /usr/bin/rdoc.lock /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.0.gemspec /usr/bin/rbs.lock /usr/bin/erb.lock /usr/bin/irb.lock /usr/lib/ruby/3.3.0/reline/ansi.rb", added "/usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random/formatter.rb /usr/lib/ruby/gems/3.3.0/specifications/default/j son-2.7.2.gemspec /usr/lib/ruby/3.3.0/rubygems/vendored_securerandom.rb /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.22.gemspec /usr/lib/ruby/3.3.0/reline/io/windows.rb /usr/lib/libruby.so.3.3.6 /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/securerandom.rb /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random/formatter.rb /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.9.gemspec /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.2.gemspec /usr/lib/ruby/3.3.0/reline/io/dumb.rb /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.10.gemspec /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/securerandom.rb /usr/lib/ruby/3.3.0/reline/io/ansi.rb /usr/lib/ruby/3.3.0/reline/io.rb /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.1.gemspec /usr/lib/ruby/3.3.0/reline/key_actor/composite.rb /usr/lib/ruby/3.3.0/bundler/vendored_securerandom.rb /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.2.gem /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.9.gem" packages/core2-64-poky-linux/ruby/ruby: PKGSIZE changed from 26940938 to 26985415 (+0%) Changes to packages/core2-64-poky-linux/ruby (sysroot): /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.5 to libruby.so.3.3.6 /usr/lib/libruby.so changed symlink target from libruby.so.3.3.5 to libruby.so.3.3.6 /usr/lib/libruby.so.3.3.5 moved to /usr/lib/libruby.so.3.3.6 /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.1.gem moved to /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.2.gem /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.9.gem /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.1 moved to /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.2 /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22 /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1 moved to /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2 /usr/lib/ruby/gems/3.3.0/gems/json-2.7.1 moved to /usr/lib/ruby/gems/3.3.0/gems/json-2.7.2 /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 moved to /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9 /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.0 moved to /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.1 /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.1.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.22.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.1.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.9.gemspec /usr/lib/ruby/3.3.0/bundler/vendored_securerandom.rb was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random/formatter.rb was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/securerandom.rb was added /usr/lib/ruby/3.3.0/reline/io was added /usr/lib/ruby/3.3.0/reline/io/ansi.rb was added /usr/lib/ruby/3.3.0/reline/io/dumb.rb was added /usr/lib/ruby/3.3.0/reline/io.rb was added /usr/lib/ruby/3.3.0/reline/io/windows.rb was added /usr/lib/ruby/3.3.0/reline/key_actor/composite.rb was added /usr/lib/ruby/3.3.0/rubygems/vendored_securerandom.rb was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random/formatter.rb was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/securerandom.rb was added /usr/lib/ruby/gems/3.3.0/gems/reline-0.5.10 was added /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.10.gemspec was added /usr/lib/ruby/3.3.0/reline/ansi.rb was removed /usr/lib/ruby/3.3.0/reline/general_io.rb was removed /usr/lib/ruby/3.3.0/reline/windows.rb was removed /usr/lib/ruby/gems/3.3.0/gems/reline-0.5.7 was removed /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.7.gemspec was removed Changes to packages/x86_64-linux/ruby-native (sysroot): /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.5 to libruby.so.3.3.6 /usr/lib/libruby.so changed symlink target from libruby.so.3.3.5 to libruby.so.3.3.6 /usr/lib/libruby.so.3.3.5 moved to /usr/lib/libruby.so.3.3.6 /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.1.gem moved to /usr/lib/ruby/gems/3.3.0/cache/debug-1.9.2.gem /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.9.gem /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.1 moved to /usr/lib/ruby/gems/3.3.0/extensions/x86_64-linux-gnu/3.3.0/debug-1.9.2 /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.22 /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.1 moved to /usr/lib/ruby/gems/3.3.0/gems/debug-1.9.2 /usr/lib/ruby/gems/3.3.0/gems/json-2.7.1 moved to /usr/lib/ruby/gems/3.3.0/gems/json-2.7.2 /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 moved to /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.9 /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.0 moved to /usr/lib/ruby/gems/3.3.0/gems/syntax_suggest-2.0.1 /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.1.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/debug-1.9.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.22.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.1.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/json-2.7.2.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/syntax_suggest-2.0.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.9.gemspec /usr/lib/ruby/3.3.0/bundler/vendored_securerandom.rb was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/random/formatter.rb was added /usr/lib/ruby/3.3.0/bundler/vendor/securerandom/lib/securerandom.rb was added /usr/lib/ruby/3.3.0/reline/io was added /usr/lib/ruby/3.3.0/reline/io/ansi.rb was added /usr/lib/ruby/3.3.0/reline/io/dumb.rb was added /usr/lib/ruby/3.3.0/reline/io.rb was added /usr/lib/ruby/3.3.0/reline/io/windows.rb was added /usr/lib/ruby/3.3.0/reline/key_actor/composite.rb was added /usr/lib/ruby/3.3.0/rubygems/vendored_securerandom.rb was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/random/formatter.rb was added /usr/lib/ruby/3.3.0/rubygems/vendor/securerandom/lib/securerandom.rb was added /usr/lib/ruby/gems/3.3.0/gems/reline-0.5.10 was added /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.10.gemspec was added /usr/bin/bundle.lock was removed /usr/bin/bundler.lock was removed /usr/bin/erb.lock was removed /usr/bin/irb.lock was removed /usr/bin/racc.lock was removed /usr/bin/rake.lock was removed /usr/bin/rbs.lock was removed /usr/bin/rdbg.lock was removed /usr/bin/rdoc.lock was removed /usr/bin/ri.lock was removed /usr/bin/syntax_suggest.lock was removed /usr/bin/typeprof.lock was removed /usr/lib/ruby/3.3.0/reline/ansi.rb was removed /usr/lib/ruby/3.3.0/reline/general_io.rb was removed /usr/lib/ruby/3.3.0/reline/windows.rb was removed /usr/lib/ruby/gems/3.3.0/gems/reline-0.5.7 was removed /usr/lib/ruby/gems/3.3.0/specifications/default/reline-0.5.7.gemspec was removed
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#207304): https://lists.openembedded.org/g/openembedded-core/message/207304 Mute This Topic: https://lists.openembedded.org/mt/109653241/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
