From cf4a35976da5f45f17fe8d17ded0ac2f0afe35aa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 02:40:41 +0000 Subject: [PATCH] bump: rpcs3 xray electron --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/go/xray/stable/xray.spec | 2 +- anda/tools/electron/electron.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 182c334665..7ff82fb5ef 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -9,8 +9,8 @@ # GLIBCXX_ASSERTIONS is known to break RPCS3 %global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} %global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} -%global commit e79f56bfdc1b37ea224c636250b990fcfdecf2ed -%global ver 0.0.40-19211 +%global commit b7297720419a34d29c82e0ece1e034b0c7b2fb3d +%global ver 0.0.40-19213 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/go/xray/stable/xray.spec b/anda/langs/go/xray/stable/xray.spec index e7e71ac533..d37fc59b6c 100644 --- a/anda/langs/go/xray/stable/xray.spec +++ b/anda/langs/go/xray/stable/xray.spec @@ -1,7 +1,7 @@ # Disabled because compiled without debug %global goipath github.com/XTLS/Xray-core -Version: 26.4.13 +Version: 26.4.15 %global golicenses LICENSE %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 3ea3b440c4..801979e620 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.2.0 +Version: 41.2.1 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license}