From e2bb7f334ed4278ef7501fae3d9cf788afa13ce7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Jul 2026 10:32:22 +0000 Subject: [PATCH] bump: rpcs3 posthog run0-sudo-shim --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/posthog/posthog.spec | 2 +- anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 0dfee13bf2..f33d9b3713 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 67ee6c1ab9482015907d1300468ec7d52cc1dc67 -%global ver 0.0.41-19528 +%global commit 537ad399bb71b743d4ba5e8f8c21987632bef0e6 +%global ver 0.0.41-19536 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 46e8448f9a..ef62984546 100644 --- a/anda/langs/python/posthog/posthog.spec +++ b/anda/langs/python/posthog/posthog.spec @@ -2,7 +2,7 @@ %global _desc Send usage data from your Python code to PostHog. Name: python-%{pypi_name} -Version: 7.21.1 +Version: 7.21.2 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT diff --git a/anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec b/anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec index e3dcf0d584..3a9a12b7e2 100644 --- a/anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec +++ b/anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec @@ -1,5 +1,5 @@ Name: run0-sudo-shim -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?dist} Summary: An imitation of sudo, using run0 internally SourceLicense: BSD-3-Clause