File project.diff of Package ruby2.5
--- ruby2.5.changes.orig
+++ ruby2.5.changes
@@ -1,4 +1,27 @@
-------------------------------------------------------------------
+Thu Feb 13 00:32:31 UTC 2025 - Steven Baker <steven.baker@suse.com>
+
+- disable the tests the SSL tests are fixed
+
+-------------------------------------------------------------------
+Mon Feb 10 13:57:23 UTC 2025 - Steven Baker <steven.baker@suse.com>
+
+- add update-test-certificates.patch:
+ - need updated certificates for the test suite
+
+-------------------------------------------------------------------
+Mon Feb 10 13:15:18 UTC 2025 - Steven Baker <steven.baker@suse.com>
+
+- backport digest 3.2 (digest-update.patch)
+ - this was also extracted to a rubygem, and is included inline
+
+-------------------------------------------------------------------
+Thu Jan 30 14:07:11 UTC 2025 - Steven Baker <steven.baker@suse.com>
+
+- backport openssl 3.3 (openssl-update.patch)
+ - this was extracted to a rubygem, but is included inline
+
+-------------------------------------------------------------------
Fri Oct 18 13:50:56 UTC 2024 - Steven Baker <steven.baker@suse.com>
- backport REXML from 3.3
--- ruby2.5.spec.orig
+++ ruby2.5.spec
@@ -66,7 +66,8 @@ Release: 0
%define use_valgrind 1
%endif
# turn on testsuite by default. we dont hard fail anyway.
-%bcond_without run_tests
+# temporarily disable test suite as it's failing due to SSL cert errors
+%bcond_with run_tests
%bcond_without build_docs
%if 0%{?is_opensuse} || 0%{?sle_version} >= 150000
%bcond_with jemalloc
@@ -141,6 +142,9 @@ Patch01: suse.patch
# this can not be in our backports git as the files are not there yet
Patch02: remove-unneeded-files.patch
Patch03: rexml-test.patch
+Patch04: openssl-update.patch
+Patch05: digest-update.patch
+Patch06: update-test-certificates.patch
#
Summary: An Interpreted Object-Oriented Scripting Language
License: BSD-2-Clause OR Ruby