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-05-15 16:59:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby3.4 (Old)
 and      /work/SRC/openSUSE:Factory/.ruby3.4.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby3.4"

Thu May 15 16:59:30 2025 rev:4 rq:1277497 version:3.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby3.4/ruby3.4.changes  2025-04-20 
20:08:55.547524792 +0200
+++ /work/SRC/openSUSE:Factory/.ruby3.4.new.30101/ruby3.4.changes       
2025-05-15 16:59:38.461833761 +0200
@@ -1,0 +2,17 @@
+Wed May 14 20:35:20 UTC 2025 - Marcus Rueckert <mrueck...@suse.de>
+
+- Update to 3.4.4
+  This release includes a fix for a YJIT bug related to local
+  variables and addresses a build issue on Windows when using GCC
+  15. It was released ahead of schedule to make these fixes
+  available as soon as possible. A few other bug fixes are also
+  included.
+
+  https://github.com/ruby/ruby/releases/tag/v3_4_4
+
+-------------------------------------------------------------------
+Tue May 13 09:05:51 UTC 2025 - Dirk Müller <dmuel...@suse.com>
+
+- adjust requirement on valgrind to match SLFO
+
+-------------------------------------------------------------------

Old:
----
  ruby-3.4.3.tar.xz

New:
----
  ruby-3.4.4.tar.xz

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

Other differences:
------------------
++++++ ruby3.4.spec ++++++
--- /var/tmp/diff_new_pack.kxqu4k/_old  2025-05-15 16:59:39.225865813 +0200
+++ /var/tmp/diff_new_pack.kxqu4k/_new  2025-05-15 16:59:39.229865981 +0200
@@ -36,9 +36,9 @@
 
 %global patch_level p0
 Name:           ruby3.4%{psuffix}
-Version:        3.4.3
+Version:        3.4.4
 Release:        0
-%global pkg_version 3.4.3
+%global pkg_version 3.4.4
 # make the exported API version explicit
 # TODO: remove the +0 before the final release
 %global api_version 3.4.0
@@ -75,15 +75,17 @@
 # keep in sync with macro file!
 #
 # from valgrind.spec
-%ifarch %ix86 aarch64 x86_64 ppc64le s390x
-%define use_valgrind 1
+%if %{suse_version} == 1600 && !0%{?is_opensuse}
+%ifarch aarch64 x86_64 ppc64le s390x
+%bcond_without valgrind
 %endif
-%bcond_without build_docs
-%if 0%{?suse_version} >= 1500
-%bcond_with    jemalloc
 %else
-%bcond_with    jemalloc
+%ifarch aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7l armv7hl armv6l 
armv6hl
+%bcond_without valgrind
 %endif
+%endif
+%bcond_without build_docs
+%bcond_with    jemalloc
 %bcond_with    clang
 %bcond_with    separate_stdlib
 %bcond_with    system_ruby
@@ -141,7 +143,7 @@
 BuildRequires:  ruby
 %endif
 BuildRequires:  zlib-devel
-%if 0%{?use_valgrind}
+%if %{with valgrind}
 %if 0%{?suse_version} < 1550
 BuildRequires:  valgrind-devel
 %else
@@ -348,7 +350,7 @@
   --program-suffix="%{rb_binary_suffix}"  \
   --with-soname=%{rb_soname} \
   --target=%{_target_platform} \
-  %if 0%{?use_valgrind}
+  %if %{with valgrind}
   --with-valgrind \
   %endif
   %if %{without build_docs}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kxqu4k/_old  2025-05-15 16:59:39.277867995 +0200
+++ /var/tmp/diff_new_pack.kxqu4k/_new  2025-05-15 16:59:39.281868162 +0200
@@ -1,6 +1,6 @@
 <services>
   <service name="cargo_vendor" mode="manual">
-    <param name="srcdir">ruby-3.4.3/yjit</param>
+    <param name="srcdir">ruby-3.4.4/yjit</param>
     <param name="update">false</param>
     <param name="compression">xz</param>
   </service>

++++++ ruby-3.4.3.tar.xz -> ruby-3.4.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/ruby3.4/ruby-3.4.3.tar.xz 
/work/SRC/openSUSE:Factory/.ruby3.4.new.30101/ruby-3.4.4.tar.xz differ: char 
27, line 1

Reply via email to