Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-bootsnap for
openSUSE:Factory checked in at 2022-02-07 23:37:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-bootsnap (Old)
and /work/SRC/openSUSE:Factory/.rubygem-bootsnap.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-bootsnap"
Mon Feb 7 23:37:33 2022 rev:16 rq:949063 version:1.10.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-bootsnap/rubygem-bootsnap.changes
2021-12-22 20:19:08.455877263 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-bootsnap.new.1898/rubygem-bootsnap.changes
2022-02-07 23:38:31.598265353 +0100
@@ -1,0 +2,45 @@
+Tue Jan 25 06:40:49 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 1.10.2
+ see installed CHANGELOG.md
+
+ # 1.10.2
+
+ * Reduce the `Kernel.require` extra stack frames some more. Now bootsnap
should only add one extra frame per `require` call.
+
+ * Better check `freeze` option support in JSON compile cache.
+ Previously `JSON.load_file(..., freeze: true)` would be cached even when
the msgpack version is missing support for it.
+
+ # 1.10.1
+
+ * Fix `Kernel#autoload`'s fallback path always being executed.
+
+ * Consider `unlink` failing with `ENOENT` as a success.
+
+ # 1.10.0
+
+ * Delay requiring `FileUtils`. (#285)
+ `FileUtils` can be installed as a gem, so it's best to wait for bundler to
have setup the load path before requiring it.
+
+ * Improve support of Psych 4. (#392)
+ Since `1.8.0`, `YAML.load_file` was no longer cached when Psych 4 was
used. This is because `load_file` loads
+ in safe mode by default, so the Bootsnap cache could defeat that safety.
+ Now when precompiling YAML files, Bootsnap first try to parse them in safe
mode, and if it can't fallback to unsafe mode,
+ and the cache contains a flag that records wether it was generated in safe
mode or not.
+ `YAML.unsafe_load_file` will use safe caches just fine, but
`YAML.load_file` will fallback to uncached YAML parsing
+ if the cache was generated using unsafe parsing.
+
+ * Minimize the Kernel.require extra stack frames. (#393)
+ This should reduce the noise generated by bootsnap on `LoadError`.
+
+ # 1.9.4
+
+ * Ignore absolute paths in the loaded feature index. (#385)
+ This fixes a compatibility issue with Zeitwerk when Zeitwerk is loaded
before bootsnap. It also should
+ reduce the memory usage and improve load performance of Zeitwerk managed
files.
+
+ * Automatically invalidate the load path cache whenever the Ruby version
change. (#387)
+ This is to avoid issues in case the same installation path is re-used for
subsequent ruby patch releases.
+
+
+-------------------------------------------------------------------
Old:
----
bootsnap-1.9.3.gem
New:
----
bootsnap-1.10.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-bootsnap.spec ++++++
--- /var/tmp/diff_new_pack.QrJJWh/_old 2022-02-07 23:38:32.110261850 +0100
+++ /var/tmp/diff_new_pack.QrJJWh/_new 2022-02-07 23:38:32.114261823 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-bootsnap
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
#
Name: rubygem-bootsnap
-Version: 1.9.3
+Version: 1.10.2
Release: 0
%define mod_name bootsnap
%define mod_full_name %{mod_name}-%{version}
++++++ bootsnap-1.9.3.gem -> bootsnap-1.10.2.gem ++++++
++++ 2113 lines of diff (skipped)