diff --git a/ruby3.2.changes b/ruby3.2.changes index 68b25ee..0faaca7 100644 --- a/ruby3.2.changes +++ b/ruby3.2.changes @@ -15,6 +15,11 @@ Tue Dec 6 10:48:43 UTC 2022 - Marcus Rueckert - Update to 3.2.0~rc1 https://www.ruby-lang.org/en/news/2022/12/06/ruby-3-2-0-rc1-released/ +------------------------------------------------------------------- +Mon Dec 5 09:12:11 UTC 2022 - Andreas Schwab + +- Update rb_arch_short macro + ------------------------------------------------------------------- Fri Dec 2 13:48:19 UTC 2022 - Marcus Rueckert diff --git a/ruby3.2.spec b/ruby3.2.spec index 582d4b3..3373982 100644 --- a/ruby3.2.spec +++ b/ruby3.2.spec @@ -52,7 +52,7 @@ Release: 0 # keep in sync with macro file! %global rb_ver %{api_version} %global rb_arch %(echo %{_target_cpu}-linux-gnu | sed -e "s/ppc/powerpc/") -%global rb_arch_short %(echo %{_target_cpu}-linux | sed -e "s/ppc/powerpc/ ; s/i[0-9]86/x86/") +%global rb_arch_short %(echo %{_target_cpu}-linux-gnu | sed -e "s/ppc/powerpc/ ; s/i[0-9]86/x86/") %global rb_libdir %{_libdir}/ruby/%{rb_ver}/ %global rb_archdir %{_libdir}/ruby/%{rb_ver}/%{rb_arch} %global rb_extdir %{_libdir}/ruby/gems/%{rb_ver}/extensions/