Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ruby* to *3.3.5* has Succeeded.
Next steps:
- apply the patch: git am 0001-ruby-upgrade-3.3.4-3.3.5.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 e08f915f81c8df7b6a53b7e09461ea33b91e9b6e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sun, 15 Sep 2024 09:40:15 +0000
Subject: [PATCH] ruby: upgrade 3.3.4 -> 3.3.5
---
.../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.4.bb => ruby_3.3.5.bb} | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
rename meta/recipes-devtools/ruby/{ruby_3.3.4.bb => ruby_3.3.5.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..b9ed131e4f 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 7a15cc9f1ad8a3fc79e84d6c0372ee534b299df8 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..f4ffd0ffc1 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 0747e343a30e450c0a34913e3e5021d34719da35 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..9450eb9412 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 377946b7f1cf73037b882f2c32bdf3e165fbebca 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..d0ca706aff 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 3883c1e3b562b489373d124db43959eb944608bd 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..dfea0cdc4c 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 f9e99c783b725a1271c2e367bc9fb07aa03c2bbd 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..7725a69028 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 ddae03fd694cb4f8844ba2b35f3c46f7dd499205 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 d6eac7f..4b2e95e 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..0c450b16fe 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 050455b42d31b2708dc4a6471c5fae2bf8d13c2a 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.4.bb
b/meta/recipes-devtools/ruby/ruby_3.3.5.bb
similarity index 98%
rename from meta/recipes-devtools/ruby/ruby_3.3.4.bb
rename to meta/recipes-devtools/ruby/ruby_3.3.5.bb
index d39b7ae520..5a7b8137aa 100644
--- a/meta/recipes-devtools/ruby/ruby_3.3.4.bb
+++ b/meta/recipes-devtools/ruby/ruby_3.3.5.bb
@@ -47,7 +47,7 @@ do_configure:prepend() {
DEPENDS:append:libc-musl = " libucontext"
-SRC_URI[sha256sum] =
"fe6a30f97d54e029768f2ddf4923699c416cdbc3a6e96db3e2d5716c7db96a34"
+SRC_URI[sha256sum] =
"3781a3504222c2f26cb4b9eb9c1a12dbf4944d366ce24a9ff8cf99ecbce75196"
PACKAGECONFIG ??= ""
PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
--
2.44.0
0001-ruby-upgrade-3.3.4-3.3.5.patch
Description: Binary data
packages/core2-64-poky-linux/ruby/ruby-ptest: FILELIST: added "/usr/lib/ruby/ptest/test/rubygems/test_gem_remote_fetcher_local_server.rb /usr/lib/ruby/ptest/test/test_bundled_gems.rb /usr/lib/ruby/ptest/test/rubygems/test_gem_remote_fetcher_s3.rb /usr/lib/ruby/ptest/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb" packages/core2-64-poky-linux/ruby/ruby: FILELIST: directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/parsers, directory renamed /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/exe -> /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/light -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/light, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/rdoc -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml/tasks/rdoc, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0 -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/validation -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/validation, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib, directory renamed /usr/lib/ruby/gems /3.3.0/gems/rss-0.3.0/lib/rss -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8 -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/dublincore -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/dublincore, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/formatters -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/formatters, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/tocs -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml/tasks/tocs, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/content -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/content, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/dtd -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/dtd, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml, removed "/usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.11.gemspec /usr/lib/libruby.so.3.3.4 /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.0.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.2.8.gemspec /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.0.gem /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.0.gemspec /usr/lib/ruby/gems/3.3.0/cache/rexml-3.2.8.gem", added "/usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec /usr/bin/syntax_suggest.lock /usr/lib/libruby.so.3.3.5 /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.1.gem /usr/bin/typeprof.lock /usr/lib/ruby/gems/3.3.0 /specifications/rexml-3.3.6.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.1.gemspec /usr/lib/ruby/3.3.0/bundler/compact_index_client/parser.rb /usr/bin/rake.lock /usr/bin/rdbg.lock /usr/bin/racc.lock /usr/bin/rdoc.lock /usr/bin/bundler.lock /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.1.gemspec /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem /usr/bin/bundle.lock /usr/bin/erb.lock /usr/bin/irb.lock /usr/bin/rbs.lock /usr/bin/ri.lock" Changes to packages/core2-64-poky-linux/ruby (sysroot): /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.4 to libruby.so.3.3.5 /usr/lib/libruby.so changed symlink target from libruby.so.3.3.4 to libruby.so.3.3.5 /usr/lib/libruby.so.3.3.4 moved to /usr/lib/libruby.so.3.3.5 /usr/lib/ruby/gems/3.3.0/cache/rexml-3.2.8.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.0.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.1.gem /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16 /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8 moved to /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0 moved to /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1 /usr/lib/ruby/gems/3.3.0/gems/uri-0.13.0 moved to /usr/lib/ruby/gems/3.3.0/gems/uri-0.13.1 /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.11.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.2.8.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.1.gemspec /usr/lib/ruby/3.3.0/bundler/compact_index_client/parser.rb was added Changes to packages/x86_64-linux/ruby-native (sysroot): /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.4 to libruby.so.3.3.5 /usr/lib/libruby.so changed symlink target from libruby.so.3.3.4 to libruby.so.3.3.5 /usr/lib/libruby.so.3.3.4 moved to /usr/lib/libruby.so.3.3.5 /usr/lib/ruby/gems/3.3.0/cache/rexml-3.2.8.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.0.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.1.gem /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16 /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8 moved to /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0 moved to /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1 /usr/lib/ruby/gems/3.3.0/gems/uri-0.13.0 moved to /usr/lib/ruby/gems/3.3.0/gems/uri-0.13.1 /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.11.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.2.8.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.1.gemspec /usr/bin/bundle.lock was added /usr/bin/bundler.lock was added /usr/bin/erb.lock was added /usr/bin/irb.lock was added /usr/bin/racc.lock was added /usr/bin/rake.lock was added /usr/bin/rbs.lock was added /usr/bin/rdbg.lock was added /usr/bin/rdoc.lock was added /usr/bin/ri.lock was added /usr/bin/syntax_suggest.lock was added /usr/bin/typeprof.lock was added /usr/lib/ruby/3.3.0/bundler/compact_index_client/parser.rb was added
packages/core2-64-poky-linux/ruby: SRC_URI changed from "http://cache.ruby-lang.org/pub/ruby/3.3/ruby-3.3.4.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.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" packages/core2-64-poky-linux/ruby: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby-dbg: PKGSIZE changed from 11163288 to 11166696 (+0%) packages/core2-64-poky-linux/ruby/ruby-dbg: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby-dbg: FILELIST: removed "/usr/lib/.debug/libruby.so.3.3.4", added "/usr/lib/.debug/libruby.so.3.3.5" packages/core2-64-poky-linux/ruby/ruby-dbg: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby-dev: PKGSIZE changed from 1580222 to 1580288 (+0%) packages/core2-64-poky-linux/ruby/ruby-dev: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby-dev: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby-doc: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby-doc: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby-locale: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby-locale: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby-ptest: PKGSIZE changed from 18149641 to 18160550 (+0%) packages/core2-64-poky-linux/ruby/ruby-ptest: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby-ptest: FILELIST: added "/usr/lib/ruby/ptest/test/rubygems/test_gem_remote_fetcher_local_server.rb /usr/lib/ruby/ptest/test/rubygems/test_gem_remote_fetcher_s3.rb /usr/lib/ruby/ptest/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb /usr/lib/ruby/ptest/test/test_bundled_gems.rb" packages/core2-64-poky-linux/ruby/ruby-ptest: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby-rdoc: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby-rdoc: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby-ri-docs: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby-ri-docs: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby-src: PKGSIZE changed from 38230034 to 38230883 (+0%) packages/core2-64-poky-linux/ruby/ruby-src: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby-src: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby-staticdev: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby-staticdev: PV changed from "3.3.4" to "3.3.5" packages/core2-64-poky-linux/ruby/ruby: PKGSIZE changed from 26918936 to 26945034 (+0%) packages/core2-64-poky-linux/ruby/ruby: PKGV changed from 3.3.4 [default] to 3.3.5 [default] packages/core2-64-poky-linux/ruby/ruby: FILELIST: directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/light -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/light, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0 -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/formatters -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/formatters, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/dublincore -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/dublincore, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3. 0/lib/rss/content -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/content, directory renamed /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11/exe -> /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16/exe, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss/maker -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss/maker, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/rdoc -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml/tasks/rdoc, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/doc/rexml/tasks/tocs -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/doc/rexml/tasks/tocs, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/dtd -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/dtd, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0/lib/rss -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1/lib/rss, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/parsers -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3. 6/lib/rexml/parsers, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8 -> /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1, directory renamed /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8/lib/rexml/validation -> /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6/lib/rexml/validation, removed "/usr/lib/ruby/gems/3.3.0/cache/rexml-3.2.8.gem /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.11.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.0.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.0.gemspec /usr/lib/libruby.so.3.3.4 /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.2.8.gemspec /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.0.gem", added "/usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.1.gemspec /usr/bin/bundle.lock /usr/lib/ruby/3.3.0/bundler/compact_index_client/parser.rb /usr/lib/libruby.so.3.3.5 /usr/li b/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec /usr/bin/bundler.lock /usr/bin/irb.lock /usr/bin/erb.lock /usr/bin/rbs.lock /usr/bin/syntax_suggest.lock /usr/bin/ri.lock /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.1.gem /usr/bin/racc.lock /usr/bin/rake.lock /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.1.gemspec /usr/bin/rdbg.lock /usr/bin/rdoc.lock /usr/bin/typeprof.lock" packages/core2-64-poky-linux/ruby/ruby: PV changed from "3.3.4" to "3.3.5" Changes to packages/core2-64-poky-linux/ruby (sysroot): /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.4 to libruby.so.3.3.5 /usr/lib/libruby.so changed symlink target from libruby.so.3.3.4 to libruby.so.3.3.5 /usr/lib/libruby.so.3.3.4 moved to /usr/lib/libruby.so.3.3.5 /usr/lib/ruby/gems/3.3.0/cache/rexml-3.2.8.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.0.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.1.gem /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16 /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8 moved to /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0 moved to /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1 /usr/lib/ruby/gems/3.3.0/gems/uri-0.13.0 moved to /usr/lib/ruby/gems/3.3.0/gems/uri-0.13.1 /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.11.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.2.8.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.1.gemspec /usr/lib/ruby/3.3.0/bundler/compact_index_client/parser.rb was added Changes to packages/x86_64-linux/ruby-native (sysroot): /usr/lib/libruby.so.3.3 changed symlink target from libruby.so.3.3.4 to libruby.so.3.3.5 /usr/lib/libruby.so changed symlink target from libruby.so.3.3.4 to libruby.so.3.3.5 /usr/lib/libruby.so.3.3.4 moved to /usr/lib/libruby.so.3.3.5 /usr/lib/ruby/gems/3.3.0/cache/rexml-3.2.8.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rexml-3.3.6.gem /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.0.gem moved to /usr/lib/ruby/gems/3.3.0/cache/rss-0.3.1.gem /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.11 moved to /usr/lib/ruby/gems/3.3.0/gems/bundler-2.5.16 /usr/lib/ruby/gems/3.3.0/gems/rexml-3.2.8 moved to /usr/lib/ruby/gems/3.3.0/gems/rexml-3.3.6 /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.0 moved to /usr/lib/ruby/gems/3.3.0/gems/rss-0.3.1 /usr/lib/ruby/gems/3.3.0/gems/uri-0.13.0 moved to /usr/lib/ruby/gems/3.3.0/gems/uri-0.13.1 /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.11.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/bundler-2.5.16.gemspec /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/default/uri-0.13.1.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.2.8.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rexml-3.3.6.gemspec /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.0.gemspec moved to /usr/lib/ruby/gems/3.3.0/specifications/rss-0.3.1.gemspec /usr/bin/bundle.lock was added /usr/bin/bundler.lock was added /usr/bin/erb.lock was added /usr/bin/irb.lock was added /usr/bin/racc.lock was added /usr/bin/rake.lock was added /usr/bin/rbs.lock was added /usr/bin/rdbg.lock was added /usr/bin/rdoc.lock was added /usr/bin/ri.lock was added /usr/bin/syntax_suggest.lock was added /usr/bin/typeprof.lock was added /usr/lib/ruby/3.3.0/bundler/compact_index_client/parser.rb was added
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#204547): https://lists.openembedded.org/g/openembedded-core/message/204547 Mute This Topic: https://lists.openembedded.org/mt/108464106/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
