From 6ab36aa5b986554ffe33704d384e1972c114207b Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 31 May 2025 18:06:46 -0700 Subject: [PATCH] fix(rpcs3): yaml-cpp is also vendored (#5196) (#5204) * fix(rpcs3): yaml-cpp is also vendored * chore: Bump release * fix(update.rhai): rpm.release --------- (cherry picked from commit f684e025420dedf263f8d444550d5fcc29a911d5) Signed-off-by: Gilver Co-authored-by: Gilver --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/games/rpcs3/update.rhai | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 7b65958cfe..cb9986419a 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -1,4 +1,4 @@ -%global __requires_exclude ^((libwolfssl\\.so.*)|(libFusion\\.so.*)|(libasmjit\\.so.*)|(libcubeb\\.so.*)|(libdiscord-rpc\\.so.*)|(libglslang\\.so.*)|(librtmidi\\.so.*))$ +%global __requires_exclude ^((libwolfssl\\.so.*)|(libFusion\\.so.*)|(libasmjit\\.so.*)|(libcubeb\\.so.*)|(libdiscord-rpc\\.so.*)|(libglslang\\.so.*)|(librtmidi\\.so.*)(libyaml-cpp\\.so.*))$ %global _distro_extra_cflags -Wno-uninitialized %global _distro_extra_cxxflags -include %_includedir/c++/*/cstdint # GLIBCXX_ASSERTIONS is known to break RPCS3 @@ -12,7 +12,7 @@ Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') -Release: 2%?dist +Release: 3%?dist Summary: PlayStation 3 emulator and debugger License: GPL-2.0-only URL: https://github.com/RPCS3/rpcs3 diff --git a/anda/games/rpcs3/update.rhai b/anda/games/rpcs3/update.rhai index b0a43bfae8..9387eb5f79 100644 --- a/anda/games/rpcs3/update.rhai +++ b/anda/games/rpcs3/update.rhai @@ -5,4 +5,5 @@ rpm.global("ver", v); if rpm.changed () { let c = find("Commit