From 881eef66ddbb73161592d5ce6a009d5c42e75678 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 09:01:58 +0000 Subject: [PATCH] bump: rpcs3 posthog --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/posthog/posthog.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index efe484a7b8..12a503b811 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 f3cf1da7b771d9077e68987dc845aa1eb2952fd1 -%global ver 0.0.40-19264 +%global commit 79d0e0eb3c3af97a5c0afa9b5b64ffaca420d369 +%global ver 0.0.40-19266 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 bf8b6d1729..e19d9195ee 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.13.1 +Version: 7.13.2 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT