From 4bc2392d12a595dc6b6f39004f5eef2a491c1714 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 7 Sep 2025 21:29:00 +0000 Subject: [PATCH] bump: rpcs3 deviceinfo --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/lib/deviceinfo/deviceinfo.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 38f1540a5f..c67b43f5ad 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit e457dbdea3ace99a10e18e2ab584241786322b52 -%global ver 0.0.37-18127 +%global commit 28920f178171ca79c9fa7c5cda4dde5edcf8a345 +%global ver 0.0.37-18128 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/lib/deviceinfo/deviceinfo.spec b/anda/lib/deviceinfo/deviceinfo.spec index bf9aabb0ab..a60e87c428 100644 --- a/anda/lib/deviceinfo/deviceinfo.spec +++ b/anda/lib/deviceinfo/deviceinfo.spec @@ -1,9 +1,9 @@ %global forgeurl https://gitlab.com/ubports/development/core/deviceinfo -%global commit 4423aab5a9f25ac1f6baf0623c7cf7a040d254ff +%global commit 41a4e2b50c18a4650cd3c3dae83cce72017fa74b %forgemeta Name: deviceinfo -Version: 0.2.3 +Version: 0.2.4 Release: 1%?dist Summary: Library to detect and configure devices License: GPLv3+