From b8068482b15451e90da9878a3a046943471275f7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 10:58:16 +0000 Subject: [PATCH] bump: rpcs3 posthog zig-master-bootstrap electron --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/posthog/posthog.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/tools/electron/electron.spec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index d7990fdd25..aaf21a958c 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 a088b18e955e01c4a63b32baa1fc6a56c3af475a -%global ver 0.0.40-19235 +%global commit 3cca094d2de0d42a3b7e97f1f1e51bc4bb00995a +%global ver 0.0.40-19236 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 ac3a704c35..aa7ff7d75b 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.12.0 +Version: 7.13.0 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index f665eaba7a..dc979afb18 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.44+0177cb57c +version=0.17.0-dev.56+a8226cd53 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index a72c29ab82..2e1a3026b9 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.44+0177cb57c +%global ver 0.17.0-dev.56+a8226cd53 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 801979e620..25e55c8985 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.2.1 +Version: 41.2.2 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license}