diff --git a/ruby3.2.changes b/ruby3.2.changes index 14dc3db..cc8e899 100644 --- a/ruby3.2.changes +++ b/ruby3.2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 11 17:13:14 UTC 2022 - Marcus Rueckert + +- enable yjit so we can test it before the final release and see if + we want to leave it on in the package. + ------------------------------------------------------------------- Fri Nov 11 15:57:31 UTC 2022 - Marcus Rueckert diff --git a/ruby3.2.spec b/ruby3.2.spec index 20bb06b..703a1b7 100644 --- a/ruby3.2.spec +++ b/ruby3.2.spec @@ -15,7 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_with yjit +%bcond_without yjit %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "testsuite" %define psuffix -testsuite