Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ruby3.4 for openSUSE:Factory checked 
in at 2025-12-18 18:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby3.4 (Old)
 and      /work/SRC/openSUSE:Factory/.ruby3.4.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby3.4"

Thu Dec 18 18:29:13 2025 rev:8 rq:1323333 version:3.4.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby3.4/ruby3.4.changes  2025-11-09 
21:07:35.462365596 +0100
+++ /work/SRC/openSUSE:Factory/.ruby3.4.new.1928/ruby3.4.changes        
2025-12-18 18:29:27.644595656 +0100
@@ -1,0 +2,70 @@
+Wed Dec 17 11:01:47 UTC 2025 - Marcus Rueckert <[email protected]>
+
+- Update to 3.4.8
+  - Bug #21629: Ruby-3.4.7 prints -Wdefault-const-init-field-unsafe
+    warnings on clang / llvm 21 - Ruby - Ruby Issue Tracking System
+  - Bug #21626: Backport WASI setjmp handler memory leak fixes -
+    Ruby - Ruby Issue Tracking System
+  - Bug #21631: Backport openssl gem bugfix releases - Ruby - Ruby
+    Issue Tracking System
+  - Bug #21632: Backport REXML CVE-2025-58767 fix - Ruby - Ruby
+    Issue Tracking System
+  - Bug #21644: Stack consistency error for the newrange INSN
+    peephole optimization with chilled string - Ruby - Ruby Issue
+    Tracking System
+  - Bug #21668: Improve performance of
+    UnicodeNormalize.canonical_ordering_one - Ruby - Ruby Issue
+    Tracking System
+  - Bug #21638: Ractor-local $DEBUG is not marked - Ruby - Ruby
+    Issue Tracking System
+  - Bug #21652: Marshal#dump documentation out-of-date/unclear
+    regarding Data class - Ruby - Ruby Issue Tracking System
+  - Bug #13671: Regexp with lookbehind and case-insensitivity
+    raises RegexpError only on strings with certain characters -
+    Ruby - Ruby Issue Tracking System
+  - Bug #21625: Allow IO#wait_readable together with IO#ungetc even
+    in text mode - Ruby - Ruby Issue Tracking System
+  - Bug #21671: Rails CI raises Assertion Failed:
+    rbimpl_rstring_getmem:RB_TYPE_P(str, RUBY_T_STRING): actual
+    type: 26 with "-DENABLE_PATH_CHECK=0 -DRUBY_DEBUG=1" enabled -
+    Ruby - Ruby Issue Tracking System
+  - Update next stable version to 4.0 from 3.5 by hsbt ยท Pull
+    Request #15146
+  - Bug #21679: Segfault when ruby calls pthread_detach in
+    rb_getnameinfo - Ruby - Ruby Issue Tracking System
+  - Bug #21694: Crash when looking up super method from BasicObject
+    - Ruby - Ruby Issue Tracking System
+  - Bug #21707: Destructuring assignment of SimpleDelegator wrapped
+    array bug with YJIT - Ruby - Ruby Issue Tracking System
+  - Bug #21265: Crash when proc from Symbol#to_proc called outside
+    refinement scope - Ruby - Ruby Issue Tracking System
+  - Bug #21703: RUBY_CRASH_REPORT does not work when shelling out
+    in some cases - Ruby - Ruby Issue Tracking System
+  - Bug #21666: Math.lgamma(-1).should == [infinity_value, 1] fails
+    with Fedora glibc-2.42.9000-8.fc44 - Ruby - Ruby Issue Tracking
+    System
+  - Bug #21655: segfault when building 3.3.10 with GCC 15.2.1,
+    regression from 3.3.9 - Ruby - Ruby Issue Tracking System
+  - Bug #21680: Integer#digits bug starting from Ruby 3.1 - Ruby -
+    Ruby Issue Tracking System
+  - Bug #21705: UNIXServer.open(nil) segfaults on Windows - Ruby -
+    Ruby Issue Tracking System
+  - Bug #21648: [prism] ruby crashes for for * in [10]; end - Ruby
+    - Ruby Issue Tracking System
+  - Bug #21187: Strings concatenated with \ getting frozen with
+    literal hashes (PRISM only) - Ruby - Ruby Issue Tracking System
+  - Bug #21757: Splatted args array is mutated when passing
+    unexpected kwargs - Ruby - Ruby Issue Tracking System
+  - Bug #21772: ruby: YJIT has panicked StackOpnd(1) should be a
+    heap object, but was ImmSymbol for VALUE(137647867319760) -
+    Ruby - Ruby Issue Tracking System
+  - Bug #21446: StackOverflow when changing visibility in reopened
+    refinement - Ruby - Ruby Issue Tracking System
+  - Bug #21779: Do not export functions from statically linked
+    extensions - Ruby - Ruby Issue Tracking System
+  - Bug #21266: YJIT GC safety crash with proc objects as block
+    argument - Ruby - Ruby Issue Tracking System
+
+    https://github.com/ruby/ruby/releases/tag/v3_4_8
+
+-------------------------------------------------------------------
@@ -19 +89 @@
-    https://github.com/ruby/ruby/releases/tag/v3_4_6
+    https://github.com/ruby/ruby/releases/tag/v3_4_7

Old:
----
  ruby-3.4.7.tar.xz

New:
----
  ruby-3.4.8.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ruby3.4.spec ++++++
--- /var/tmp/diff_new_pack.CjQP3W/_old  2025-12-18 18:29:28.492631272 +0100
+++ /var/tmp/diff_new_pack.CjQP3W/_new  2025-12-18 18:29:28.496631440 +0100
@@ -36,7 +36,7 @@
 
 %global patch_level p0
 Name:           ruby3.4%{psuffix}
-Version:        3.4.7
+Version:        3.4.8
 Release:        0
 %global pkg_version %{version}
 # make the exported API version explicit

++++++ _service ++++++
--- /var/tmp/diff_new_pack.CjQP3W/_old  2025-12-18 18:29:28.548633624 +0100
+++ /var/tmp/diff_new_pack.CjQP3W/_new  2025-12-18 18:29:28.552633792 +0100
@@ -1,6 +1,6 @@
 <services>
   <service name="cargo_vendor" mode="manual">
-    <param name="srcdir">ruby-3.4.7/yjit</param>
+    <param name="srcdir">ruby-3.4.8/yjit</param>
     <param name="update">false</param>
     <param name="compression">xz</param>
   </service>

++++++ ruby-3.4.7.tar.xz -> ruby-3.4.8.tar.xz ++++++
/work/SRC/openSUSE:Factory/ruby3.4/ruby-3.4.7.tar.xz 
/work/SRC/openSUSE:Factory/.ruby3.4.new.1928/ruby-3.4.8.tar.xz differ: char 27, 
line 1

Reply via email to