bump: rpcs3 (#9904) (#10201)

This commit is contained in:
Raboneko
2026-03-02 00:38:26 -08:00
committed by GitHub
parent 737b5caf9a
commit 5f75da917e
+2 -2
View File
@@ -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