From 5f75da917e51dcebb7559224671ab466eb9b7458 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 2 Mar 2026 00:38:26 -0800 Subject: [PATCH] bump: rpcs3 (#9904) (#10201) --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 1f8a3b8959..c368caabf4 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -1,7 +1,7 @@ # RPCS3 builds often break with GCC %global toolchain clang # Define which LLVM/Clang version RPCS3 needs -%if 0%{?fedora} >= 45 +%if 0%{?fedora} >= 46 %global llvm_major 21 %global __cc clang-%{llvm_major} %global __cxx clang++-%{llvm_major} @@ -14,7 +14,7 @@ Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') -Release: 1%?dist +Release: 2%?dist Summary: PlayStation 3 emulator and debugger License: GPL-2.0-only URL: https://github.com/RPCS3/rpcs3