From 5167a0b1073ec69ce2b40563ed79f1fc27d0b8b3c77c3286c77ab517ea5750ff Mon Sep 17 00:00:00 2001 From: Marcus Rueckert Date: Mon, 13 Nov 2023 20:57:14 +0000 Subject: [PATCH] Accepting request 1125727 from home:darix:apps jemalloc locking + fix for ruby3.3~preview3 GEM_HOME breakage OBS-URL: https://build.opensuse.org/request/show/1125727 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby3.2?expand=0&rev=24 --- ruby3.2.changes | 6 ++++++ ruby3.2.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ruby3.2.changes b/ruby3.2.changes index 130465a..8900eb8 100644 --- a/ruby3.2.changes +++ b/ruby3.2.changes @@ -4,6 +4,12 @@ Tue Nov 7 10:01:55 UTC 2023 - Dominique Leuenberger - Fix build with RPM 4.19: unnumbered patches are no longer supported. +------------------------------------------------------------------- +Sat Nov 4 00:42:57 UTC 2023 - Marcus Rueckert + +- add Provides that we can differentiate between between jemalloc + enabled and non enabled ruby + ------------------------------------------------------------------- Thu Mar 30 14:23:04 UTC 2023 - Marcus Rueckert diff --git a/ruby3.2.spec b/ruby3.2.spec index 0ea9b5e..8dd2852 100644 --- a/ruby3.2.spec +++ b/ruby3.2.spec @@ -106,6 +106,9 @@ BuildRequires: llvm-devel BuildRequires: gmp-devel %if %{with jemalloc} BuildRequires: jemalloc-devel +Provides: %{name}-with-jemalloc = %{version}-%{release} +%else +Provides: %{name}-without-jemalloc = %{version}-%{release} %endif BuildRequires: autoconf BuildRequires: libffi-devel