From 30e39c86c0db7ea86686b989a40125ae950a0230 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 20 Feb 2026 22:46:56 +0800 Subject: [PATCH 001/288] fix: matugen (#9882) --- .../waylands/matugen/rust-matugen.spec | 29 +++++-------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/anda/desktops/waylands/matugen/rust-matugen.spec b/anda/desktops/waylands/matugen/rust-matugen.spec index f662d6b1fc..d106b289bf 100644 --- a/anda/desktops/waylands/matugen/rust-matugen.spec +++ b/anda/desktops/waylands/matugen/rust-matugen.spec @@ -6,9 +6,12 @@ Version: 4.0.0 Release: 1%?dist Summary: Material you color generation tool with templates -License: GPL-2.0 +License: GPL-2.0-or-later URL: https://crates.io/crates/matugen Source: %{crates_source} +Source1: https://raw.githubusercontent.com/InioX/matugen/refs/tags/v%version/README.md +Source2: https://raw.githubusercontent.com/InioX/matugen/refs/tags/v%version/CHANGELOG.md +Source3: https://raw.githubusercontent.com/InioX/matugen/refs/tags/v%version/LICENSE BuildRequires: cargo-rpm-macros >= 24 BuildRequires: anda-srpm-macros @@ -24,7 +27,7 @@ A material you color generation tool with templates.} %package -n %{crate} Summary: %{summary} -License: GPL-2.0 +License: GPL-2.0-or-later AND Zlib AND MPL-2.0 AND Unlicense AND (Unlicense OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0 OR NCSA) AND MIT AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (CC0-1.0 OR Apache-2.0) AND BSD-3-Clause AND BSD-2-Clause AND (Zlib OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) (Apache-2.0 WITH LLVM-exception) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) # LICENSE.dependencies contains a full license breakdown %description -n %{crate} %{_description} @@ -36,30 +39,14 @@ License: GPL-2.0 %doc README.md %{_bindir}/matugen - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages which -use the "%{crate}" crate. - -%files devel -%license %{crate_instdir}/LICENSE -%doc %{crate_instdir}/CHANGELOG.md -%doc %{crate_instdir}/README.md -%{crate_instdir}/ - - %prep %autosetup -n %{crate}-%{version} -p1 %cargo_prep_online +install -Dpm0644 -t . %{S:1} %{S:2} %{S:3} %build -%{cargo_license_summary_online} -%{cargo_license} > LICENSE.dependencies +%cargo_license_summary_online +%{cargo_license_online} > LICENSE.dependencies %install %cargo_install From 5d1ef95ac4540392cefb2351e35364f83ff9e399 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 20 Feb 2026 08:57:59 -0600 Subject: [PATCH 002/288] fix: Try to fix sccache toggle (#9996) Signed-off-by: Gilver --- .github/workflows/json-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index 5e87a7a03d..a55d931629 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -70,7 +70,7 @@ jobs: dnf5 builddep -y ${dir}/*.spec - name: Configure sccache - if: ${{ !contains(matrix.pkg.labels, 'sccache') }} + if: matrix.pkg.labels['sccache'] != '0' run: | set -euo pipefail echo "RUSTC_WRAPPER=/usr/bin/sccache" >> $GITHUB_ENV From 2c9f4d50f0fffcc23a22d7aba747fe3384fb0302 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Feb 2026 14:59:38 +0000 Subject: [PATCH 003/288] bump: discord-canary-openasar discord-canary --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 81ff273341..c64f8731e7 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.872 +Version: 0.0.873 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 5f4c99ea7a..35d5534d6d 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.872 +Version: 0.0.873 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From 7a55a64fb1b25fc07042aac9cb9a072b99cc8f42 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 20 Feb 2026 10:04:36 -0600 Subject: [PATCH 004/288] chore(gurk): Let the CI handle sccache (#10004) --- anda/apps/gurk/gurk.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anda/apps/gurk/gurk.spec b/anda/apps/gurk/gurk.spec index 371e65c0fb..c6fecb01fc 100644 --- a/anda/apps/gurk/gurk.spec +++ b/anda/apps/gurk/gurk.spec @@ -2,7 +2,7 @@ Name: gurk Version: 0.8.1 -Release: 1%?dist +Release: 2%?dist Summary: Signal Messenger client for terminal License: AGPL-3.0-or-later AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND ISC AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND BSL-1.0 AND CDLA-Permissive-2.0 AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR BSD-1-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) URL: https://github.com/boxdot/gurk-rs @@ -26,7 +26,6 @@ Packager: Owen Zimmerman %install export LC_ALL=C.UTF-8 export LANG=C -unset RUSTC_WRAPPER %cargo_install %{cargo_license_online} > LICENSE.dependencies From 448344600ca8d7de8f761080e8e321c400f90eb7 Mon Sep 17 00:00:00 2001 From: metcya <134973769+metcya@users.noreply.github.com> Date: Fri, 20 Feb 2026 10:19:14 -0600 Subject: [PATCH 005/288] add: gf (#9973) --- .../gf/01-fix-designated-initializers.patch | 104 ++++++++++++++++++ anda/tools/gf/anda.hcl | 8 ++ anda/tools/gf/gf.spec | 48 ++++++++ anda/tools/gf/update.rhai | 1 + 4 files changed, 161 insertions(+) create mode 100644 anda/tools/gf/01-fix-designated-initializers.patch create mode 100644 anda/tools/gf/anda.hcl create mode 100644 anda/tools/gf/gf.spec create mode 100644 anda/tools/gf/update.rhai diff --git a/anda/tools/gf/01-fix-designated-initializers.patch b/anda/tools/gf/01-fix-designated-initializers.patch new file mode 100644 index 0000000000..aed98551b0 --- /dev/null +++ b/anda/tools/gf/01-fix-designated-initializers.patch @@ -0,0 +1,104 @@ +diff --git a/gf2.cpp b/gf2.cpp +index 116f1d0..2d21a07 100644 +--- a/gf2.cpp ++++ b/gf2.cpp +@@ -1528,68 +1528,68 @@ void InterfaceAddBuiltinWindowsAndCommands() { + interfaceDataViewers.Add({ "Add bitmap...", BitmapAddDialog }); + + interfaceCommands.Add({ .label = "Run\tShift+F5", +- { .code = UI_KEYCODE_FKEY(5), .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "r" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(5), .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "r" } }); + interfaceCommands.Add({ .label = "Run paused\tCtrl+F5", +- { .code = UI_KEYCODE_FKEY(5), .ctrl = true, .invoke = CommandSendToGDB, .cp = (void *) "start" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(5), .ctrl = true, .invoke = CommandSendToGDB, .cp = (void *) "start" } }); + interfaceCommands.Add({ .label = "Kill\tF3", +- { .code = UI_KEYCODE_FKEY(3), .invoke = CommandSendToGDB, .cp = (void *) "kill" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(3), .invoke = CommandSendToGDB, .cp = (void *) "kill" } }); + interfaceCommands.Add({ .label = "Restart GDB\tCtrl+R", +- { .code = UI_KEYCODE_LETTER('R'), .ctrl = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-restart-gdb" } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('R'), .ctrl = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-restart-gdb" } }); + interfaceCommands.Add({ .label = "Load Last Coredump\tCtrl+Shift+R", +- { .code = UI_KEYCODE_LETTER('R'), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-load-last-coredump" } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('R'), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-load-last-coredump" } }); + interfaceCommands.Add({ .label = "Connect\tF4", +- { .code = UI_KEYCODE_FKEY(4), .invoke = CommandSendToGDB, .cp = (void *) "target remote :1234" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(4), .invoke = CommandSendToGDB, .cp = (void *) "target remote :1234" } }); + interfaceCommands.Add({ .label = "Continue\tF5", +- { .code = UI_KEYCODE_FKEY(5), .invoke = CommandSendToGDB, .cp = (void *) "c" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(5), .invoke = CommandSendToGDB, .cp = (void *) "c" } }); + interfaceCommands.Add({ .label = "Step over\tF10", +- { .code = UI_KEYCODE_FKEY(10), .invoke = CommandSendToGDB, .cp = (void *) "gf-next" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(10), .invoke = CommandSendToGDB, .cp = (void *) "gf-next" } }); + interfaceCommands.Add({ .label = "Step out of block\tShift+F10", +- { .code = UI_KEYCODE_FKEY(10), .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-step-out-of-block" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(10), .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-step-out-of-block" } }); + interfaceCommands.Add({ .label = "Step in\tF11", +- { .code = UI_KEYCODE_FKEY(11), .invoke = CommandSendToGDB, .cp = (void *) "gf-step" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(11), .invoke = CommandSendToGDB, .cp = (void *) "gf-step" } }); + interfaceCommands.Add({ .label = "Step into outer\tShift+F8", +- { .code = UI_KEYCODE_FKEY(8), .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-step-into-outer" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(8), .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-step-into-outer" } }); + interfaceCommands.Add({ .label = "Step out\tShift+F11", +- { .code = UI_KEYCODE_FKEY(11), .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "finish" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(11), .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "finish" } }); + interfaceCommands.Add({ .label = "Reverse continue\tCtrl+Shift+F5", +- { .code = UI_KEYCODE_FKEY(5), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "reverse-continue" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(5), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "reverse-continue" } }); + interfaceCommands.Add({ .label = "Reverse step over\tCtrl+Shift+F10", +- { .code = UI_KEYCODE_FKEY(10), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "reverse-next" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(10), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "reverse-next" } }); + interfaceCommands.Add({ .label = "Reverse step in\tCtrl+Shift+F11", +- { .code = UI_KEYCODE_FKEY(11), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "reverse-step" } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(11), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "reverse-step" } }); + interfaceCommands.Add({ .label = "Pause\tF8", +- { .code = UI_KEYCODE_FKEY(8), .invoke = CommandPause } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(8), .invoke = CommandPause } }); + interfaceCommands.Add({ .label = "Toggle breakpoint\tF9", +- { .code = UI_KEYCODE_FKEY(9), .invoke = CommandToggleBreakpoint } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(9), .invoke = CommandToggleBreakpoint } }); + if (vimServerEnabled) { + interfaceCommands.Add({ .label = "Sync with gvim\tF2", +- { .code = UI_KEYCODE_FKEY(2), .invoke = CommandSyncWithGvim } }); ++ .shortcut = { .code = UI_KEYCODE_FKEY(2), .invoke = CommandSyncWithGvim } }); + } + interfaceCommands.Add({ .label = "Ask GDB for PWD\tCtrl+Shift+P", +- { .code = UI_KEYCODE_LETTER('P'), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-get-pwd" } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('P'), .ctrl = true, .shift = true, .invoke = CommandSendToGDB, .cp = (void *) "gf-get-pwd" } }); + interfaceCommands.Add({ .label = "Toggle disassembly\tCtrl+D", +- { .code = UI_KEYCODE_LETTER('D'), .ctrl = true, .invoke = CommandToggleDisassembly } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('D'), .ctrl = true, .invoke = CommandToggleDisassembly } }); + interfaceCommands.Add({ .label = "Set disassembly mode\tCtrl+M", +- { .code = UI_KEYCODE_LETTER('M'), .ctrl = true, .invoke = CommandSetDisassemblyMode } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('M'), .ctrl = true, .invoke = CommandSetDisassemblyMode } }); + interfaceCommands.Add({ .label = "Add watch", +- { .invoke = CommandAddWatch } }); ++ .shortcut = { .invoke = CommandAddWatch } }); + interfaceCommands.Add({ .label = "Inspect line", +- { .code = UI_KEYCODE_BACKTICK, .invoke = CommandInspectLine } }); +- interfaceCommands.Add({ .label = "Copy Layout to Clipboard", { .invoke = CopyLayoutToClipboard } }); ++ .shortcut = { .code = UI_KEYCODE_BACKTICK, .invoke = CommandInspectLine } }); ++ interfaceCommands.Add({ .label = "Copy Layout to Clipboard", .shortcut = { .invoke = CopyLayoutToClipboard } }); + interfaceCommands.Add({ .label = nullptr, +- { .code = UI_KEYCODE_LETTER('E'), .ctrl = true, .invoke = CommandWatchAddEntryForAddress } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('E'), .ctrl = true, .invoke = CommandWatchAddEntryForAddress } }); + interfaceCommands.Add({ .label = nullptr, +- { .code = UI_KEYCODE_LETTER('G'), .ctrl = true, .invoke = CommandWatchViewSourceAtAddress } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('G'), .ctrl = true, .invoke = CommandWatchViewSourceAtAddress } }); + interfaceCommands.Add({ .label = nullptr, +- { .code = UI_KEYCODE_LETTER('B'), .ctrl = true, .invoke = CommandToggleFillDataTab } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('B'), .ctrl = true, .invoke = CommandToggleFillDataTab } }); + interfaceCommands.Add({ .label = nullptr, +- { .code = UI_KEYCODE_LETTER('P'), .ctrl = true, .shift = false, .invoke = CommandPreviousCommand } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('P'), .ctrl = true, .shift = false, .invoke = CommandPreviousCommand } }); + interfaceCommands.Add({ .label = nullptr, +- { .code = UI_KEYCODE_LETTER('N'), .ctrl = true, .shift = false, .invoke = CommandNextCommand } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('N'), .ctrl = true, .shift = false, .invoke = CommandNextCommand } }); + interfaceCommands.Add({ .label = nullptr, +- { .code = UI_KEYCODE_LETTER('L'), .ctrl = true, .shift = false, .invoke = CommandClearOutput } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('L'), .ctrl = true, .shift = false, .invoke = CommandClearOutput } }); + interfaceCommands.Add({ .label = nullptr, +- { .code = UI_KEYCODE_LETTER('U'), .ctrl = true, .shift = false, .invoke = [](void*){ UITextboxClear(textboxInput, false); } } }); ++ .shortcut = { .code = UI_KEYCODE_LETTER('U'), .ctrl = true, .shift = false, .invoke = [](void*){ UITextboxClear(textboxInput, false); } } }); + + msgReceivedData = ReceiveMessageRegister(MsgReceivedData); + msgReceivedControl = ReceiveMessageRegister(MsgReceivedControl); diff --git a/anda/tools/gf/anda.hcl b/anda/tools/gf/anda.hcl new file mode 100644 index 0000000000..63ed8ed4f9 --- /dev/null +++ b/anda/tools/gf/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "gf.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/tools/gf/gf.spec b/anda/tools/gf/gf.spec new file mode 100644 index 0000000000..6df006f1df --- /dev/null +++ b/anda/tools/gf/gf.spec @@ -0,0 +1,48 @@ +%global forgeurl https://github.com/nakst/gf + +%global commit 9a5dbcc90dc9ca9580f6ce2854cd67e2e507b0c1 +%global shortcommit %{sub %{commit} 0 7} +%global commitdate 20251231 + +%forgemeta + +Name: gf +Version: 0^%{commitdate}.git%{shortcommit} +Release: 1%{?dist} +Summary: A GDB frontend for Linux + +License: MIT +URL: %{forgeurl} +Source0: %{forgesource} +Patch0: 01-fix-designated-initializers.patch + +BuildRequires: gcc-c++ +BuildRequires: freetype-devel +BuildRequires: libX11-devel +# the build script wants gdb to be installed when it's executed +BuildRequires: gdb +Requires: gdb + +Packager: metcya + +%description +%{summary}. + +%prep +%forgeautosetup -p1 + +%build +export extra_flags="%optflags" +./build.sh + +%install +install -Dm 755 gf2 %{buildroot}%{_bindir}/gf2 + +%files +%license LICENSE +%doc README.md +%{_bindir}/gf2 + +%changelog +* Thu Feb 19 2026 metcya +- Initial package diff --git a/anda/tools/gf/update.rhai b/anda/tools/gf/update.rhai new file mode 100644 index 0000000000..a9819eeb92 --- /dev/null +++ b/anda/tools/gf/update.rhai @@ -0,0 +1 @@ +rpm.global("commit", gh_commit("nakst/gf")); From 3ffadcde3940e0b3332788edd02f00f337706317 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Feb 2026 16:20:47 +0000 Subject: [PATCH 006/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 87333e6780..0474948d21 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 ff992a67c8e1c1eb83c39ab619c1eab564e80c36 -%global ver 0.0.39-18801 +%global commit a6b5c7e79f57c666b0f1e0f9f4fe3e8e3b886a00 +%global ver 0.0.39-18803 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 50474dc13eea7f9dbd1c800b23a9ad8082625a10 Mon Sep 17 00:00:00 2001 From: veuxit <232229112+veuxit@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:38:58 +0500 Subject: [PATCH 007/288] android-studio-canary: disable aarch64 builds (#9978) --- anda/devs/android-studio/canary/anda.hcl | 1 + anda/devs/android-studio/canary/android-studio-canary.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/anda/devs/android-studio/canary/anda.hcl b/anda/devs/android-studio/canary/anda.hcl index 29c1bcbc14..81d45e0a0f 100644 --- a/anda/devs/android-studio/canary/anda.hcl +++ b/anda/devs/android-studio/canary/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "android-studio-canary.spec" } diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index 8c87464785..55be7d94f3 100644 --- a/anda/devs/android-studio/canary/android-studio-canary.spec +++ b/anda/devs/android-studio/canary/android-studio-canary.spec @@ -21,6 +21,7 @@ Release: 1%?dist Summary: Official IDE for Android development (Canary build) License: Apache-2.0 Packager: veuxit +ExclusiveArch: x86_64 URL: https://developer.android.com/studio/preview %define suffixS panda3-canary1 From 18630ac44cee53288c9ea1be5139363ae71bb3dc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Feb 2026 17:06:52 +0000 Subject: [PATCH 008/288] bump: lomiri-system-settings --- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec b/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec index 94ae8cdaaa..3bbbcb5f41 100644 --- a/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec +++ b/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings -%global commit d08607cdd94486169f43ad0a1a6eb0c546fdd852 +%global commit c8d52bcf0c6cbd783e03460527bb20c1e9fa7f91 %forgemeta Name: lomiri-system-settings From d9749b0cc8dcba99c2d3e488a03f17dd0359c3af Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Feb 2026 17:53:39 +0000 Subject: [PATCH 009/288] bump: zed-preview zed nimble --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- anda/langs/nim/nimble/nimble.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index f1e4371da4..90446c7838 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.225.4-pre +%global ver 0.225.5-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index fdd4fa0846..ad65794d7d 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -15,7 +15,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.224.9 +Version: 0.224.10 Release: 1%?dist Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later diff --git a/anda/langs/nim/nimble/nimble.spec b/anda/langs/nim/nimble/nimble.spec index 93c046b407..7b0e73383f 100644 --- a/anda/langs/nim/nimble/nimble.spec +++ b/anda/langs/nim/nimble/nimble.spec @@ -1,5 +1,5 @@ Name: nimble -Version: 0.22.0 +Version: 0.22.1 Release: 1%?dist Summary: Package manager for the Nim programming language License: BSD From ab7e06919833b3c6570be13d233c4b101dbc3753 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 20 Feb 2026 12:28:46 -0600 Subject: [PATCH 010/288] add: terra-sccache (#10017) --- anda/devs/sccache/anda.hcl | 8 ++++ anda/devs/sccache/terra-sccache.spec | 60 ++++++++++++++++++++++++++++ anda/devs/sccache/update.rhai | 1 + 3 files changed, 69 insertions(+) create mode 100644 anda/devs/sccache/anda.hcl create mode 100644 anda/devs/sccache/terra-sccache.spec create mode 100644 anda/devs/sccache/update.rhai diff --git a/anda/devs/sccache/anda.hcl b/anda/devs/sccache/anda.hcl new file mode 100644 index 0000000000..dd37752162 --- /dev/null +++ b/anda/devs/sccache/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "terra-sccache.spec" + } + labels { + extras = 1 + } +} diff --git a/anda/devs/sccache/terra-sccache.spec b/anda/devs/sccache/terra-sccache.spec new file mode 100644 index 0000000000..6b8d529b27 --- /dev/null +++ b/anda/devs/sccache/terra-sccache.spec @@ -0,0 +1,60 @@ +%global crate sccache +%global _description %{expand: +Sccache is a ccache-like tool. It is used as a compiler wrapper and +avoids compilation when possible. Sccache has the capability to utilize +caching in remote storage environments, including various cloud storage +options, or alternatively, in local storage. +This build actually enables caching to remote storage.} +%bcond dist %["%{_target_cpu}" == "x86_64"] + +Name: terra-sccache +Version: 0.14.0 +Release: 1%{?dist} +Summary: Remote caching enabled builds of sccache +SourceLicense: Apache-2.0 AND (Apache-2.0 OR MIT) +License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND (MIT OR Apache-2.0) AND Unicode-DFS-2016) AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 AND ISC) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CDLA-Permissive-2.0 AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) +URL: https://crates.io/crates/sccache +Source0: %{crates_source} +BuildRequires: anda-srpm-macros +BuildRequires: cargo +BuildRequires: cargo-rpm-macros +BuildRequires: mold +%if %{with dist} +BuildRequires: perl +%endif +BuildRequires: rust +BuildRequires: rust-srpm-macros +BuildRequires: pkgconfig(openssl) +Provides: %{crate} = %{evr} +Packager: Gilver E. + +%description %_description + +%prep +%autosetup -n %{crate}-%{version} +%cargo_prep_online + +%build +%cargo_build -f all%{?with_dist:,dist-server} + +%install +find target/rpm \ + -maxdepth 1 -type f -executable ! -name '*.so' \ + -exec install -Dm755 -t %{buildroot}%{_bindir} {} + + +%cargo_license_summary_online -f all%{?with_dist:,dist-server} +%{cargo_license_online -f all%{?with_dist:,dist-server}} > LICENSE.dependencies + +%files +%license LICENSE +%license LICENSE.dependencies +%doc CODE_OF_CONDUCT.md +%doc README.md +%{_bindir}/sccache +%if %{with dist} +%{_bindir}/sccache-dist +%endif + +%changelog +* Fri Feb 20 2026 Gilver E. - 0.14.0-1 +- Initial package diff --git a/anda/devs/sccache/update.rhai b/anda/devs/sccache/update.rhai new file mode 100644 index 0000000000..eb645c69f5 --- /dev/null +++ b/anda/devs/sccache/update.rhai @@ -0,0 +1 @@ +rpm.version(crates("sccache")); From cefe7acb7b068190fa3e5a4cce6f4ac718ccaf56 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Feb 2026 18:49:39 +0000 Subject: [PATCH 011/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 0474948d21..7266203aa1 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 a6b5c7e79f57c666b0f1e0f9f4fe3e8e3b886a00 -%global ver 0.0.39-18803 +%global commit 6bfb33279f6989f3ff9ea2dc40ef45d6aeb57ef8 +%global ver 0.0.39-18811 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From d0da3da5f7f99cd8a8f8384549891c8570b12f4c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Feb 2026 19:28:00 +0000 Subject: [PATCH 012/288] bump: codium --- anda/devs/codium/codium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/codium/codium.spec b/anda/devs/codium/codium.spec index 4ac88276fd..30493b1a83 100644 --- a/anda/devs/codium/codium.spec +++ b/anda/devs/codium/codium.spec @@ -14,7 +14,7 @@ %global appid com.vscodium.VSCodium Name: codium -Version: 1.109.41146 +Version: 1.109.51242 Release: 1%?dist Summary: Code editing. Redefined. License: MIT From a7f9f313f28b7859bb73e7f1e18d27692be34b70 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Feb 2026 20:57:57 +0000 Subject: [PATCH 013/288] bump: wine-dev --- anda/system/wine/dev/wine-dev.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/wine/dev/wine-dev.spec b/anda/system/wine/dev/wine-dev.spec index 89804c2217..96b1c06bee 100644 --- a/anda/system/wine/dev/wine-dev.spec +++ b/anda/system/wine/dev/wine-dev.spec @@ -9,7 +9,7 @@ %global _prefix /usr/share/wine-dev %global srcmajor 11.x # Make this as a variable instead in case of WINE RCs -%global ver wine-11.2 +%global ver wine-11.3 %global cleanver %(echo %{ver} | sed 's/v//g;s/wine-//g') # This is unfortunate but a lot of Fedora's/SUSE's hardening flags break WINE From 601bac19b82159a952a3e8db4c0e4912d201c12b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Feb 2026 21:54:23 +0000 Subject: [PATCH 014/288] bump: heroic-games-launcher --- anda/games/heroic-games-launcher/heroic-games-launcher.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/heroic-games-launcher/heroic-games-launcher.spec b/anda/games/heroic-games-launcher/heroic-games-launcher.spec index 72180d5c07..ba75cb0dc3 100644 --- a/anda/games/heroic-games-launcher/heroic-games-launcher.spec +++ b/anda/games/heroic-games-launcher/heroic-games-launcher.spec @@ -2,13 +2,13 @@ %global git_name %(echo %{org_name} | sed 's/-//g') %global appid com.heroicgameslauncher.hgl %global shortname heroic -%global legendary_version 0.20.40 +%global legendary_version 0.20.41 %global gogdl_version 1.2.1 %global nile_version 1.1.2 %global comet_version 0.2.0 Name: %{shortname}-games-launcher -Version: 2.20.0.beta.1 +Version: 2.20.0 Release: 1%?dist Summary: A games launcher for GOG, Amazon, and Epic Games License: GPL-3.0-only AND MIT AND BSD-3-Clause From df422b62dbee09ed8c21e0695fcaded871ef5a67 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Feb 2026 23:54:10 +0000 Subject: [PATCH 015/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 4da979590f..48d6846c73 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.20.000804 +Version: 2026.02.20.234831 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From fbf7008e630d7755cb5cd4e99aa4ba91ebf53e0e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 02:00:36 +0000 Subject: [PATCH 016/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 48d6846c73..8798861587 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.20.234831 +Version: 2026.02.21.002143 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From f127bd969e6baa648f7e4750c1c36841eabbd395 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 02:24:12 +0000 Subject: [PATCH 017/288] bump(nightly): mpv-nightly ghostty-nightly zed-nightly grabnim nim-nightly types-colorama opentabletdriver-nightly scx-scheds-nightly glasgow spotx-bash --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 2 +- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/nim/grabnim/grabnim.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 6 +++--- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 4e57b4fa58..7d5f645b40 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit f7ad4a5f8f0552a29d83ae8221a0de92d93353ba +%global commit 250d6056c3ebef4c47dbc789e6fbe0ffc3f724c1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260220 +%global commit_date 20260221 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index d585e270c1..959394c68e 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit 42c81dbccc7c62ccc1eaef7fd724af9e308814ef +%global commit 5db9f03f6282141f084a8a4c8c9cb3d752b0ae9e %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-02-20 %global commit_date %(echo %{fulldate} | sed 's/-//g') diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 33917ce01f..1a1bf60505 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 02ba2be93217a94ade8790e5788a77c617f0b275 +%global commit 57725ca98210db244ff0a17f5ba08f3dd8116340 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260220 +%global commit_date 20260221 %global ver 0.226.0 %bcond_with check diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index c4b2d06b61..a4375c8609 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit 10a4115ff79ec4f9f40191c76294c4f97f612849 -%global commit_date 20260115 +%global commit 87cd8e863e1544302647b876a20ef8e1388fe5ea +%global commit_date 20260221 %global shortcommit %{sub %commit 1 7} Name: grabnim diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index cddadb9379..1ca6644c75 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit 1e3caf457b481d87a0b0811d0bf129a5f515c84a +%global commit 15c6249f2c541d3d8fe5dbcd7a655a1b424420fa %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260218 +%global commit_date 20260221 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 6437743618..c82ba63608 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 637ece0f0d69e4df5744ada66c4aa35cf20d8a13 -%global commit_date 20260219 +%global commit 9e6b58fad088ca14346e6f7ffd80b9d84b83aed1 +%global commit_date 20260221 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index f1ce923638..3b5146ef0e 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit c52be4379e38f250e063c6ea041dbdf17b52143d +%global commit 383c3fe7552112abcd4bc62904bdefbc3e55e25e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260217 +%global commit_date 20260221 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index fc6ff8f196..9d96a99396 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit 0b75c0f453d4f64ba5c31df0ba7dc6750d4b3bde +%global commit 5b6458f9fdcf2d06c5e9fae3fa3ace67417dcdab %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260220 +%global commitdate 20260221 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 5b0013fc37..92b4cd7173 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 84f4e151d80eef8bbb60e696f107dde9a13393c3 -%global commit_date 20260217 +%global commit abefa46f019050ea2c2abf6baa8fd0d3e0e75878 +%global commit_date 20260221 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow @@ -10,7 +10,7 @@ Name: python-%{pypi_name} Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 1%?dist Summary: Scots Army Knife for electronics License: 0BSD AND Apache-2.0 URL: https://github.com/GlasgowEmbedded/glasgow diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index afeaffc671..bfb89fa61a 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit 88419bc38514b9e9c3aefeb3db4804d5b64981f2 -%global commit_date 20260213 +%global commit e70b2b804241f57b5c69f4fbffabbcd76e16a571 +%global commit_date 20260221 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From 3678abbc47055e9393f79a03723c9ac15a6e02e2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 04:12:09 +0000 Subject: [PATCH 018/288] bump: zed-preview wine-staging butler-bin --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/system/wine/staging/wine-staging.spec | 2 +- anda/tools/butler-bin/butler-bin.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 90446c7838..5314e86901 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.225.5-pre +%global ver 0.225.6-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/system/wine/staging/wine-staging.spec b/anda/system/wine/staging/wine-staging.spec index 434ca753a1..90e0e50810 100644 --- a/anda/system/wine/staging/wine-staging.spec +++ b/anda/system/wine/staging/wine-staging.spec @@ -18,7 +18,7 @@ Name: wine-staging -Version: 11.2 +Version: 11.3 Release: 1%?dist Epoch: 1 Summary: WINE Is Not An Emulator - runs MS Windows programs diff --git a/anda/tools/butler-bin/butler-bin.spec b/anda/tools/butler-bin/butler-bin.spec index 45160d3718..0459d42e6c 100644 --- a/anda/tools/butler-bin/butler-bin.spec +++ b/anda/tools/butler-bin/butler-bin.spec @@ -1,5 +1,5 @@ Name: butler-bin -Version: 15.25.0 +Version: 15.26.0 Release: 1%?dist Summary: Command-line itch.io helper. URL: https://itch.io/docs/butler From dca7fad553f66dbdf43c6b673376ca49b509f27f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 07:32:12 +0000 Subject: [PATCH 019/288] bump: helium-browser-bin powerstation --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 2 +- anda/games/powerstation/powerstation.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index c5a3c788ca..886853d042 100644 --- a/anda/apps/helium-browser-bin/helium-browser-bin.spec +++ b/anda/apps/helium-browser-bin/helium-browser-bin.spec @@ -11,7 +11,7 @@ %endif Name: helium-browser-bin -Version: 0.9.2.1 +Version: 0.9.3.1 Release: 1%?dist Summary: Private, fast, and honest web browser based on Chromium diff --git a/anda/games/powerstation/powerstation.spec b/anda/games/powerstation/powerstation.spec index d810a0b660..7fc7036557 100644 --- a/anda/games/powerstation/powerstation.spec +++ b/anda/games/powerstation/powerstation.spec @@ -1,5 +1,5 @@ Name: powerstation -Version: 0.8.0 +Version: 0.8.1 Release: 1%?dist Summary: Daemon for controlling TDP and performance over DBus From a47e3042220221b8124313351deff1ee6953b81b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 07:55:12 +0000 Subject: [PATCH 020/288] bump: zed --- anda/devs/zed/stable/zed.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index ad65794d7d..5e436ba4bb 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -15,7 +15,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.224.10 +Version: 0.224.11 Release: 1%?dist Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later From 48f84757547e1751ed9c4315aa0152a83bfd4bef Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 13:50:36 +0000 Subject: [PATCH 021/288] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index b165d5f2de..cf6d082fc4 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.16.0-dev.2623+27eec9bd6 +version=0.16.0-dev.2637+6a9510c0e mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 58552d9513..8234be17ab 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -7,7 +7,7 @@ %define llvm_compat 20 %endif %global llvm_version 20.0.0 -%global ver 0.16.0-dev.2623+27eec9bd6 +%global ver 0.16.0-dev.2637+6a9510c0e %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From f9a49ec0f46f8eefa2e3726884e3a0cef7f1f624 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 14:50:34 +0000 Subject: [PATCH 022/288] bump(branch): zig-master --- anda/langs/zig/master/zig-master.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 669fb623e4..fb97007776 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.2623+27eec9bd6 +Version: 0.16.0~dev.2637+6a9510c0e Release: 2%?dist Summary: Master builds of the Zig language License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1 From bbaccf91c341108a45bd7761952624281ede0944 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 15:02:18 +0000 Subject: [PATCH 023/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 8798861587..74bb55015b 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.21.002143 +Version: 2026.02.21.145037 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From f02f696f3c8dd04c68cbdd436b4bad7aad9a00cb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 16:28:57 +0000 Subject: [PATCH 024/288] bump: klassy --- anda/themes/klassy/klassy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/themes/klassy/klassy.spec b/anda/themes/klassy/klassy.spec index d48c48c933..eca50ab33a 100644 --- a/anda/themes/klassy/klassy.spec +++ b/anda/themes/klassy/klassy.spec @@ -1,8 +1,8 @@ Name: klassy %global forgeurl https://github.com/paulmcauley/%{name} -%global tag v6.5.2 -%global date 20260207 +%global tag v6.5.3 +%global date 20260221 %forgemeta Version: %{tag} From dac6fd27eb018dbeb2efc40fac9255c771dff21d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 17:51:36 +0000 Subject: [PATCH 025/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 74bb55015b..982e978eb5 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.21.145037 +Version: 2026.02.21.174714 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 1780be93f248403b68b167d8c4a92cc282ffd499 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 18:35:48 +0000 Subject: [PATCH 026/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 982e978eb5..a87fb06a54 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.21.174714 +Version: 2026.02.21.182747 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From b3ce0e1f165e698c6fee6dd4bfa88d9d241c7633 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 19:03:14 +0000 Subject: [PATCH 027/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index a87fb06a54..97b7fe1496 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.21.182747 +Version: 2026.02.21.185736 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From d584725e3bb8085732abe66e3c6f2becf9f7a28a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 19:34:47 +0000 Subject: [PATCH 028/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 97b7fe1496..de7ccce9d0 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.21.185736 +Version: 2026.02.21.192420 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 3d2d2ae453b741d8376b48b82adfb59b4a518e27 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 20:25:36 +0000 Subject: [PATCH 029/288] bump: python-yt-dlp-ejs yt-dlp-git --- anda/tools/yt-dlp-ejs/python-yt-dlp-ejs.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/yt-dlp-ejs/python-yt-dlp-ejs.spec b/anda/tools/yt-dlp-ejs/python-yt-dlp-ejs.spec index 3899d66f10..2378710ab6 100644 --- a/anda/tools/yt-dlp-ejs/python-yt-dlp-ejs.spec +++ b/anda/tools/yt-dlp-ejs/python-yt-dlp-ejs.spec @@ -1,5 +1,5 @@ Name: python-yt-dlp-ejs -Version: 0.4.0 +Version: 0.5.0 Release: 1%?dist Summary: External JavaScript for yt-dlp supporting many runtimes diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index de7ccce9d0..1d3d500b27 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.21.192420 +Version: 2026.02.21.201720 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From a40a2a8b4d4aa0eb645e9c05a583ddacd5a37147 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Feb 2026 21:01:23 +0000 Subject: [PATCH 030/288] bump: legcord rust-mise --- anda/apps/legcord/stable/legcord.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/legcord/stable/legcord.spec b/anda/apps/legcord/stable/legcord.spec index c35eec0b8d..1ebe509f14 100644 --- a/anda/apps/legcord/stable/legcord.spec +++ b/anda/apps/legcord/stable/legcord.spec @@ -9,7 +9,7 @@ %endif Name: legcord -Version: 1.2.1 +Version: 1.2.2 Release: 1%?dist License: OSL-3.0 Summary: Custom lightweight Discord client designed to enhance your experience diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index ffaadc571b..d65516d84a 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.2.17 +Version: 2026.2.18 Release: 1%?dist Summary: Front-end to your dev env From b81b54bcfc3599ceb960815b2bac8f92686eaa6a Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 21 Feb 2026 17:44:49 -0600 Subject: [PATCH 031/288] add: chafa (#10022) Signed-off-by: Owen-sz --- anda/tools/chafa/anda.hcl | 8 +++++ anda/tools/chafa/chafa.spec | 67 ++++++++++++++++++++++++++++++++++++ anda/tools/chafa/update.rhai | 1 + 3 files changed, 76 insertions(+) create mode 100644 anda/tools/chafa/anda.hcl create mode 100644 anda/tools/chafa/chafa.spec create mode 100644 anda/tools/chafa/update.rhai diff --git a/anda/tools/chafa/anda.hcl b/anda/tools/chafa/anda.hcl new file mode 100644 index 0000000000..5955930ce3 --- /dev/null +++ b/anda/tools/chafa/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "chafa.spec" + } + labels { + subrepo = "extras" + } +} diff --git a/anda/tools/chafa/chafa.spec b/anda/tools/chafa/chafa.spec new file mode 100644 index 0000000000..217226dd07 --- /dev/null +++ b/anda/tools/chafa/chafa.spec @@ -0,0 +1,67 @@ +Name: terra-chafa +Version: 1.18.1 +Release: 1%?dist +Summary: Terminal graphics for the 21st century +License: LGPL-3.0-or-later AND GPL-3.0-or-later +URL: https://hpjansson.org/chafa/ +Source0: https://github.com/hpjansson/chafa/archive/refs/tags/%version.tar.gz + +BuildRequires: gcc +BuildRequires: gtk-doc +BuildRequires: libtool +BuildRequires: make +BuildRequires: libjpeg-turbo-devel +BuildRequires: libavif-devel +BuildRequires: librsvg2-devel +BuildRequires: libtiff-devel +BuildRequires: libwebp-devel +BuildRequires: libpng-devel +BuildRequires: anda-srpm-macros +Requires: %{name}-libs%{?_isa} = %{evr} +Provides: chafa = %{evr} + +Packager: Owen Zimmerman + +%description +Chafa is a command-line utility that converts all kinds of images, including +animated image formats like GIFs, into ANSI/Unicode character output that can +be displayed in a terminal. + +It is highly configurable, with support for alpha transparency and multiple +color modes and color spaces, combining a range of Unicode characters for +optimal output. + +%package libs +%pkg_libs_files + +%package devel +Requires: %{name}-libs%{?_isa} = %{evr} +%pkg_devel_files +%{_libdir}/chafa/include/chafaconfig.h + +%package static +%pkg_static_files + +%prep +%autosetup -n chafa-%{version} + +%build +autoreconf -ivf +%configure --disable-rpath +%make_build + +%install +%make_install +%if 0%{?rhel} +find %{buildroot} -name "*.la" -delete +%endif + +%files +%doc AUTHORS COPYING.LESSER README* NEWS +%license COPYING.LESSER COPYING +%{_bindir}/chafa +%{_mandir}/man1/chafa.1* + +%changelog +* Fri Feb 20 2026 Owen Zimmerman +- Initial commit diff --git a/anda/tools/chafa/update.rhai b/anda/tools/chafa/update.rhai new file mode 100644 index 0000000000..eb610d596d --- /dev/null +++ b/anda/tools/chafa/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("hpjansson/chafa")); From d48ce8bd2e2ef5a10e8f3dfae31cfe9ae59e92fa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 02:35:14 +0000 Subject: [PATCH 032/288] bump(nightly): flameshot-nightly legcord-nightly winetricks-git ghostty-nightly zed-nightly prismlauncher-nightly types-colorama Carla-nightly stardust-server-nightly opentabletdriver-nightly scx-scheds-nightly --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/winetricks/git/winetricks-git.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/multimedia/carla/Carla-nightly.spec | 4 ++-- anda/stardust/server/nightly/stardust-server-nightly.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 5a0b8a20f7..f75ce88fc8 100644 --- a/anda/apps/flameshot/flameshot-nightly.spec +++ b/anda/apps/flameshot/flameshot-nightly.spec @@ -1,9 +1,9 @@ #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec %global ver 13.3.0 -%global commit 3ef8f093d35518cc22880154d0c0e774e6403b24 +%global commit c2cae0301bb850235f9b6efed86e5c4d33a8842b %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260220 +%global commit_date 20260222 %global devel_name QtColorWidgets %global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 93627184ba..dc45f41b62 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 018467f2ea1f558052ef2c4046b517eaa94ae2dd -%global commit_date 20260218 +%global commit cf7edb2e7e7733a808b8340cc0598cdf7224bce8 +%global commit_date 20260222 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %nil %global __strip /bin/true diff --git a/anda/apps/winetricks/git/winetricks-git.spec b/anda/apps/winetricks/git/winetricks-git.spec index dabb1d0465..d02bcac45e 100644 --- a/anda/apps/winetricks/git/winetricks-git.spec +++ b/anda/apps/winetricks/git/winetricks-git.spec @@ -1,9 +1,9 @@ # Fedora sometimes sources the snapshots under stable versions and just bumps release # For user clarity I have separated these into different packages -%global commit 02af8ba21a6d2648f72b5601f8b8b73a1eeb9e64 +%global commit b792287f5bec9086916aa9b81788e0ea38f02c24 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 20260125 -%global commit_date 20260219 +%global commit_date 20260222 Name: winetricks-git Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 959394c68e..6509f1e4dd 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5db9f03f6282141f084a8a4c8c9cb3d752b0ae9e +%global commit 1e380e8bf132b1993275e8e365aa6d46adb9cd8c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-02-20 +%global fulldate 2026-02-21 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 1a1bf60505..21146f65db 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 57725ca98210db244ff0a17f5ba08f3dd8116340 +%global commit bb368ce1fe974cfef409d08a4415f4c0fd048ab0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260221 +%global commit_date 20260222 %global ver 0.226.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 9445135cb1..dbe7575852 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -3,10 +3,10 @@ %global name_pretty %{quote:Prism Launcher (Nightly)} %global appid org.prismlauncher.PrismLauncher-nightly -%global commit eac55d849c7ab44a3310a9c5c822a850331c3160 +%global commit 574b75fac0433a0ce9c13bdf2a5cea633c53a791 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260220 +%global commit_date 20260222 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index c82ba63608..9b318d8f6f 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 9e6b58fad088ca14346e6f7ffd80b9d84b83aed1 -%global commit_date 20260221 +%global commit 9cd342875775f30d2b2ed17314a415ba960fb445 +%global commit_date 20260222 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/multimedia/carla/Carla-nightly.spec b/anda/multimedia/carla/Carla-nightly.spec index 5cc37220ce..57c94d0e19 100644 --- a/anda/multimedia/carla/Carla-nightly.spec +++ b/anda/multimedia/carla/Carla-nightly.spec @@ -1,8 +1,8 @@ %global pname carla %global ver 2.5.10 -%global commit 011867b6bcd592a510b4ec157c032fcdac23d6ef +%global commit 294a80145e39c0755ab9073d90fd8b9524fbfc84 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260104 +%global commit_date 20260222 Name: Carla-nightly Version: %(echo %ver | tr -d 'v')^%commit_date.git~%shortcommit diff --git a/anda/stardust/server/nightly/stardust-server-nightly.spec b/anda/stardust/server/nightly/stardust-server-nightly.spec index b738209720..12f12e9074 100644 --- a/anda/stardust/server/nightly/stardust-server-nightly.spec +++ b/anda/stardust/server/nightly/stardust-server-nightly.spec @@ -1,5 +1,5 @@ -%global commit 6c3206b7a7f5241fbd12bfe30cc78a4593e582cd -%global commit_date 20260203 +%global commit 9ab01f06fe4cf15d2e9583e605217e61468ec5ea +%global commit_date 20260222 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 3b5146ef0e..083508c55f 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 383c3fe7552112abcd4bc62904bdefbc3e55e25e +%global commit df28455f68f2282b2244b51e575ca1a2828523b7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260221 +%global commit_date 20260222 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 9d96a99396..4a4107aaa8 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5b6458f9fdcf2d06c5e9fae3fa3ace67417dcdab +%global commit f234490dad85e04676008b35876efed8f012ae9f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260221 +%global commitdate 20260222 %global ver 1.0.20 %undefine __brp_mangle_shebangs From 2e24ad25431e7f03ee418e5ef47200a0f1d5431d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 04:49:08 +0000 Subject: [PATCH 033/288] bump: ruffle-nightly --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 8929468b7d..94fe307292 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-02-20 +%global ver 2026-02-22 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 2decf6bf2a25817d878a558516cd5067a1f3dffd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 07:22:56 +0000 Subject: [PATCH 034/288] bump: python-materialyoucolor --- anda/langs/python/materialyoucolor/python-materialyoucolor.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/materialyoucolor/python-materialyoucolor.spec b/anda/langs/python/materialyoucolor/python-materialyoucolor.spec index 02e74a0b1b..673bbcdc2b 100644 --- a/anda/langs/python/materialyoucolor/python-materialyoucolor.spec +++ b/anda/langs/python/materialyoucolor/python-materialyoucolor.spec @@ -2,7 +2,7 @@ %bcond test 0 Name: python-%{pypi_name} -Version: 3.0.1 +Version: 3.0.2 Release: 1%?dist Summary: Material You color generation algorithms in pure python! License: MIT From 1b7336f33ac8be705fd1289616f8444fb0cf053d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 07:54:03 +0000 Subject: [PATCH 035/288] bump: sops --- anda/tools/sops/sops.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/sops/sops.spec b/anda/tools/sops/sops.spec index c251126aa3..2048865b00 100644 --- a/anda/tools/sops/sops.spec +++ b/anda/tools/sops/sops.spec @@ -1,6 +1,6 @@ %define debug_package %nil Name: sops -Version: 3.11.0 +Version: 3.12.1 Release: 1%?dist Summary: Simple and flexible tool for managing secrets License: MPL-2.0 From f3e8e7b9eb1733a9900f1ea7b46eb6ca18c11b35 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 10:57:18 +0000 Subject: [PATCH 036/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 7266203aa1..472d72746a 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 6bfb33279f6989f3ff9ea2dc40ef45d6aeb57ef8 -%global ver 0.0.39-18811 +%global commit 3585881a6c6d8a5fad78ec1949be89a7a20b9be3 +%global ver 0.0.39-18812 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From d460c5204b56d46c58a604c63f8d913fc69e3730 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 11:46:27 +0000 Subject: [PATCH 037/288] bump: protontricks --- anda/apps/protontricks/protontricks.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/protontricks/protontricks.spec b/anda/apps/protontricks/protontricks.spec index 35b17794db..4bd36d7ab3 100644 --- a/anda/apps/protontricks/protontricks.spec +++ b/anda/apps/protontricks/protontricks.spec @@ -2,7 +2,7 @@ %global pypi_name protontricks Name: terra-%{pypi_name} -Version: 1.13.1 +Version: 1.14.0 Release: 1%?dist Summary: Simple wrapper that does winetricks things for Proton enabled games BuildArch: noarch From bbd29c8c2beac31134984520c39223160a4509af Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 13:03:17 +0000 Subject: [PATCH 038/288] bump: rpcs3 vgmstream --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/multimedia/vgmstream/vgmstream.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 472d72746a..9989d8e3cb 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 3585881a6c6d8a5fad78ec1949be89a7a20b9be3 -%global ver 0.0.39-18812 +%global commit f5cf818bcc02ce940e38cfd772ca1681f5b66054 +%global ver 0.0.39-18816 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index e13d383b8e..8366eec7c6 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit e92914a06c68daba5b7f69ea2755adf051c30d60 +%global commit e6ec99e32a9ed6949a7e180241c20dbc1f7a334c %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260219 +%global commit_date 20260222 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From dde2f3d92fbafa3515f375295727016dc8b775b4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 13:51:00 +0000 Subject: [PATCH 039/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 9989d8e3cb..b237d9bf5c 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 f5cf818bcc02ce940e38cfd772ca1681f5b66054 -%global ver 0.0.39-18816 +%global commit 3b494202059f7ff94f27b44414d8b173496b31fd +%global ver 0.0.39-18817 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From dee57fd30ae3566ce8273bbaf76c6965eab65910 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 14:52:51 +0000 Subject: [PATCH 040/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index b237d9bf5c..1981035291 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 3b494202059f7ff94f27b44414d8b173496b31fd -%global ver 0.0.39-18817 +%global commit 260c98618614c070067c6b0b1a82f2e8199d7d4a +%global ver 0.0.39-18818 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 2e2b55be1ee586b52cea54f3124c10b138d267a7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 15:25:13 +0000 Subject: [PATCH 041/288] bump: copyparty --- anda/tools/copyparty/copyparty.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/copyparty/copyparty.spec b/anda/tools/copyparty/copyparty.spec index b15801304d..927684cdcb 100644 --- a/anda/tools/copyparty/copyparty.spec +++ b/anda/tools/copyparty/copyparty.spec @@ -1,7 +1,7 @@ %global pypi_name copyparty Name: %{pypi_name} -Version: 1.20.7 +Version: 1.20.8 Release: 1%?dist Summary: Portable, featureful, and fast file server URL: https://github.com/9001/copyparty From 200a16ade64fca6a00daedbdefc0c59ab802006a Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 22 Feb 2026 09:47:13 -0600 Subject: [PATCH 042/288] fix(update.yml): Add 44 (#10029) Oh God cursed. Signed-off-by: Gilver --- .github/workflows/update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0ef305b8d7..75266259a1 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -48,6 +48,7 @@ jobs: git add anda git commit -S -a -m "$msg" } + copy_over f44 || true copy_over f43 || true copy_over f42 || true copy_over el10 || true From 9b0aea3f7365ce329b435eb9a29f12c71ab519a2 Mon Sep 17 00:00:00 2001 From: veuxit <232229112+veuxit@users.noreply.github.com> Date: Sun, 22 Feb 2026 20:53:45 +0500 Subject: [PATCH 043/288] bump: android-studio (#9968) --- anda/devs/android-studio/stable/anda.hcl | 1 + .../android-studio/stable/android-studio.spec | 44 +++++++++++++++---- anda/devs/android-studio/stable/update.rhai | 11 ++++- 3 files changed, 46 insertions(+), 10 deletions(-) diff --git a/anda/devs/android-studio/stable/anda.hcl b/anda/devs/android-studio/stable/anda.hcl index 25dfdd9494..d518888a39 100644 --- a/anda/devs/android-studio/stable/anda.hcl +++ b/anda/devs/android-studio/stable/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "android-studio.spec" } diff --git a/anda/devs/android-studio/stable/android-studio.spec b/anda/devs/android-studio/stable/android-studio.spec index 813c53da21..64db99ec65 100644 --- a/anda/devs/android-studio/stable/android-studio.spec +++ b/anda/devs/android-studio/stable/android-studio.spec @@ -1,16 +1,32 @@ +%undefine __brp_add_determinism +# disable debuginfo subpackage %global debug_package %{nil} +# Disable build-id symlinks to avoid conflicts +%global _build_id_links none +# don't strip bundled binaries because pycharm checks length (!!!) of binary fsnotif +# and if you strip debug stuff from it, it will complain +%global __strip /bin/true +# dont repack jars +%global __jar_repack %{nil} +# disable rpath checks +%define __brp_check_rpaths %{nil} + %define __requires_exclude_from ^/usr/libexec/android-studio/.*$ %define __provides_exclude_from ^/usr/libexec/android-studio/.*|libedit\\so.*$ %global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$ Name: android-studio -Version: 2025.2.2.8 +Version: 2025.3.1.8 Release: 1%?dist Summary: Official IDE for Android development License: Apache-2.0 -Packager: like-engels +Packager: veuxit , like-engels +ExclusiveArch: x86_64 URL: https://developer.android.com/studio -Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{version}-linux.tar.gz + +%define suffixS panda1-patch1 + +Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz Requires: alsa-lib Requires: freetype @@ -20,11 +36,13 @@ Requires: libXtst Requires: glibc Requires: libsecret +BuildRequires: desktop-file-utils + %description Android Studio is the official IDE for Android development, and includes everything you need to build Android apps. %prep -%setup -q -n android-studio +%autosetup -n android-studio %install mkdir -p %{buildroot}%{_libexecdir}/%{name} @@ -37,7 +55,10 @@ ln -s %{_libexecdir}/%{name}/bin/studio %{buildroot}%{_bindir}/%{name} mkdir -p %{buildroot}%{_licensedir}/%{name} install -Dm644 LICENSE.txt %{buildroot}%{_licensedir}/%{name}/LICENSE.txt -install -Dm644 bin/studio.png %{buildroot}%{_datadir}/pixmaps/%{name}.png +install -d %{buildroot}%{_datadir}/pixmaps +install -m 0644 -p bin/studio.png %{buildroot}%{_datadir}/pixmaps/%{name}.png +install -d %{buildroot}%{_datadir}/icons/hicolor/scalable/apps +install -m 0644 -p bin/studio.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg mkdir -p %{buildroot}%{_datadir}/applications cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << 'EOF' @@ -45,9 +66,9 @@ cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << 'EOF' Version=1.0 Type=Application Name=Android Studio -Exec=android-studio %f +Exec=android-studio Icon=android-studio -Comment=The official Android IDE +Comment=Official IDE for Android development Categories=Development;IDE; Terminal=false StartupNotify=true @@ -55,12 +76,17 @@ StartupWMClass=jetbrains-studio MimeType=application/x-extension-iml; EOF +%check +%desktop_file_validate %{buildroot}%{_datadir}/applications/%{name}.desktop + %files %license %{_licensedir}/%{name}/LICENSE.txt %{_libexecdir}/%{name} %{_bindir}/%{name} -%{_datadir}/pixmaps/%{name}.png +%{_datadir}/pixmaps/android-studio.png +%{_datadir}/icons/hicolor/scalable/apps/android-studio.svg %{_datadir}/applications/%{name}.desktop %changelog -%autochangelog +* Fri Feb 20 2026 veuxit - 2025.3.1.8 +- Package update to 2025.3.1.8 panda1-patch1 \ No newline at end of file diff --git a/anda/devs/android-studio/stable/update.rhai b/anda/devs/android-studio/stable/update.rhai index ef1c8dc082..d3e757294a 100644 --- a/anda/devs/android-studio/stable/update.rhai +++ b/anda/devs/android-studio/stable/update.rhai @@ -1 +1,10 @@ -rpm.version(find(`https://redirector.gvt1.com/edgedl/android/studio/ide-zips/([\d.]+)/android-studio-[\d.]+-linux.tar.gz`, get("https://developer.android.com/studio"), 1)); +let html = get("https://developer.android.com/studio"); +let pattern = `ide-zips/([^/]+)/android-studio-(.*?)-linux\.tar\.gz`; +let nofilter = find(pattern, html, 0); +let version = find(pattern, html, 1); +let suffixS = find(pattern, html, 2); +print(nofilter); +print(version); +print(suffixS); +rpm.version(version); +rpm.define("suffixS", suffixS); \ No newline at end of file From 2524d251faa4f84dd3859785632d69bf5bdc29bf Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Mon, 23 Feb 2026 00:01:02 +0800 Subject: [PATCH 044/288] Fix: TwinTailLauncher (#9950) * Fix resources Signed-off-by: solomoncyj * Fix dirs Signed-off-by: solomoncyj * Update twintaillauncher.spec Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: solomoncyj * Use tauri_install Signed-off-by: solomoncyj * Use tauri install Signed-off-by: solomoncyj * Fix underscores Signed-off-by: solomoncyj * Disable debug pkg Signed-off-by: solomoncyj * chang datadir to libdir Signed-off-by: solomoncyj * fix .build_id problems Signed-off-by: solomoncyj --------- Signed-off-by: solomoncyj Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/apps/twintaillauncher/twintaillauncher.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/anda/apps/twintaillauncher/twintaillauncher.spec b/anda/apps/twintaillauncher/twintaillauncher.spec index 6053d7242a..769fcdeaaa 100644 --- a/anda/apps/twintaillauncher/twintaillauncher.spec +++ b/anda/apps/twintaillauncher/twintaillauncher.spec @@ -1,5 +1,7 @@ %undefine __brp_mangle_shebangs +%global _build_id_links none + %global toolchain clang Name: twintaillauncher @@ -48,7 +50,12 @@ cd .. %install -%tauri_install_bin +%tauri_install +mkdir -p %{buildroot}/%{_libdir}/twintaillauncher/resources +mv %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version}/resources/ %{buildroot}/%{_libdir}/twintaillauncher/resources +rm -rf %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version} + + %tauri_cargo_license_summary %{tauri_cargo_license} > LICENSE.dependencies @@ -65,6 +72,7 @@ install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/a %doc README.md %{_bindir}/twintaillauncher +%{_libdir}/twintaillauncher/resources %{_hicolordir}/512x512/apps/%{name}.png %{_hicolordir}/128x128/apps/%{name}.png %_appsdir/twintaillauncher.desktop @@ -73,5 +81,7 @@ install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/a %changelog +* Thu Feb 19 2026 Yoong Jin - 1.1.15-1 +- Fix resources * Tue Feb 3 2026 Yoong Jin - 1.1.15-0 - Initial Package From d2e74d4b377fd85a43fe6c0592e1f10e3a00fc6b Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 22 Feb 2026 11:18:33 -0600 Subject: [PATCH 045/288] fix: sccache setup and toggle (#10028) * fix: Try and fix sccache toggle...again Signed-off-by: Gilver * Beep Signed-off-by: Gilver * Revert "Beep" This reverts commit 34ee5aa7fa12bc99c567df1ca3ba6590853cfbb6. * ? Signed-off-by: Gilver * chore: sccache path Signed-off-by: Gilver * chore: Add back if Signed-off-by: Gilver * The Success * fix: Reminder to disable autoformatting on Kate again * feat: sccache summary back Signed-off-by: Gilver --------- Signed-off-by: Gilver --- .github/scripts/configure-sccache.js | 10 ++++++++- .github/workflows/json-build.yml | 32 +++++++++++++++++----------- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/.github/scripts/configure-sccache.js b/.github/scripts/configure-sccache.js index 53da0201ca..bd450d0118 100644 --- a/.github/scripts/configure-sccache.js +++ b/.github/scripts/configure-sccache.js @@ -6,7 +6,7 @@ // Note: ACTIONS_CACHE_SERVICE_V2 and SCCACHE_GHA_ENABLED are set at workflow level module.exports = async ({ github, context, core, exec }) => { // Find sccache path (try which command) - let sccachePath = "sccache"; + let sccachePath = "/usr/bin/sccache"; try { const result = await exec.getExecOutput("which", ["sccache"], { ignoreReturnCode: true, @@ -31,6 +31,13 @@ module.exports = async ({ github, context, core, exec }) => { core.warning(`Could not get sccache version: ${e.message}`); } + // Enable caching + core.exportVariable("RUSTC_WRAPPER", sccachePath); + core.exportVariable("SCCACHE_GHA_ENABLED", "true"); + + // Disable Cargo incremental builds to not interfere with caching + core.exportVariable("CARGO_INCREMENTAL", "false"); + // Debug: Show what environment variables are available core.info("=== Environment Variables Diagnostic ==="); core.info(`SCCACHE_GHA_ENABLED: ${process.env.SCCACHE_GHA_ENABLED}`); @@ -106,6 +113,7 @@ module.exports = async ({ github, context, core, exec }) => { } if (bustCache) { + core.exportVariable("SCCACHE_BUST_CACHE", "true"); core.exportVariable("SCCACHE_RECACHE", "1"); core.info("SCCACHE_RECACHE enabled because bust_cache is true"); } diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index a55d931629..e0c33e9a4b 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -55,6 +55,18 @@ jobs: - name: Set up git repository run: git config --global --add safe.directory "$GITHUB_WORKSPACE" + - name: Configure sccache + id: sccache + if: ${{ !contains(matrix.pkg.labels.sccache, '0') }} + uses: actions/github-script@v8 + env: + SCCACHE_GHA_VERSION: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }} + SCCACHE_GHA_CACHE_FROM: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }} + with: + script: | + const script = require('./.github/scripts/configure-sccache.js') + await script({github, context, core, exec}) + - name: CI Setup Script if: ${{ !contains(matrix.pkg.labels, 'mock') }} run: | @@ -69,21 +81,17 @@ jobs: dir=$(dirname ${{ matrix.pkg.pkg }}) dnf5 builddep -y ${dir}/*.spec - - name: Configure sccache - if: matrix.pkg.labels['sccache'] != '0' - run: | - set -euo pipefail - echo "RUSTC_WRAPPER=/usr/bin/sccache" >> $GITHUB_ENV - echo "CARGO_INCREMENTAL=false" >> $GITHUB_ENV - echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV - if [ "${{ inputs.bust_cache }}" = "true" ]; then - echo "SCCACHE_BUST_CACHE=true" >> $GITHUB_ENV - fi - - - name: Build with Andaman run: anda build -D "vendor Terra" -D "__python %{__python3}" ${{ matrix.pkg.pkg }} -c terra-${{ matrix.version }}-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }} + - name: Report Cache Summary + if: steps.sccache.outcome == 'success' + uses: actions/github-script@v8 + with: + script: | + const script = require('./.github/scripts/sccache-stats.js') + await script({github, context, core, exec}) + - name: Generating artifact name id: art run: | From a1881d0419e9fc7603dc99f693164eb9fc9ddc01 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 17:25:02 +0000 Subject: [PATCH 046/288] bump: rust-gitoxide rust-mise --- anda/langs/rust/gitoxide/rust-gitoxide.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/rust/gitoxide/rust-gitoxide.spec b/anda/langs/rust/gitoxide/rust-gitoxide.spec index 8970d11e6e..bf2ea04a8f 100644 --- a/anda/langs/rust/gitoxide/rust-gitoxide.spec +++ b/anda/langs/rust/gitoxide/rust-gitoxide.spec @@ -5,7 +5,7 @@ %global crate gitoxide Name: rust-gitoxide -Version: 0.50.0 +Version: 0.51.0 Release: 1%?dist Summary: Command-line application for interacting with git repositories diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index d65516d84a..e57774be97 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.2.18 +Version: 2026.2.19 Release: 1%?dist Summary: Front-end to your dev env From 2f6bfd85d64d45118aa6698c1112e621da6d4853 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 17:51:07 +0000 Subject: [PATCH 047/288] bump: limine --- anda/system/limine/limine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index 69cdbe7ed2..8b67755128 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 10.7.0 +Version: 10.8.0 Release: 1%?dist Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause From f8a34ffc6685606464be3a87ab559cb94128d9a4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 21:59:54 +0000 Subject: [PATCH 048/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 1d3d500b27..465392573a 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.21.201720 +Version: 2026.02.22.215352 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From e4dd53caee0bbd3803b2675f3d90fed7c099f2e8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 22:35:49 +0000 Subject: [PATCH 049/288] bump: vgmstream --- anda/multimedia/vgmstream/vgmstream.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index 8366eec7c6..198eac9d55 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,4 +1,4 @@ -%global commit e6ec99e32a9ed6949a7e180241c20dbc1f7a334c +%global commit c58dcef6cc6c9bb23cb09647c0d20cb92fb71058 %global shortcommit %{sub %{commit} 1 7} %global commit_date 20260222 From b639fbcc56e0e8e8bbec0931cac81299b3179511 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Feb 2026 23:31:53 +0000 Subject: [PATCH 050/288] bump: rust-zoi-rs yt-dlp-git --- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index 6332424b73..97a73afddb 100644 --- a/anda/langs/rust/zoi/rust-zoi-rs.spec +++ b/anda/langs/rust/zoi/rust-zoi-rs.spec @@ -1,7 +1,7 @@ %define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %global crate zoi-rs -%global crate_version 1.4.0 +%global crate_version 1.5.0 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 465392573a..f8628a2e71 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.22.215352 +Version: 2026.02.22.231307 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 35c39d0377d91d1b90f34d82349d41eaddd64789 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 02:10:43 +0000 Subject: [PATCH 051/288] bump: ruffle-nightly --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 94fe307292..e5399ba7a2 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-02-22 +%global ver 2026-02-23 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From a7f791a2570a5099c4fa9a9e0f30ebe9b96e869c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 02:35:59 +0000 Subject: [PATCH 052/288] bump(nightly): goofcord-nightly legcord-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama scx-scheds-nightly spotx-bash --- anda/apps/goofcord/nightly/goofcord-nightly.spec | 4 ++-- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index 70d3444246..ebdd7b1a4d 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 2f77c277df1650512abff175566b0386d9e2f0c5 +%global commit 4c0fcc1674a48d2ae5b67c6268daddf1544864b7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260213 +%global commit_date 20260223 %global ver 2.0.1^ %global base_name goofcord %global git_name GoofCord diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index dc45f41b62..7cc5ab1be6 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit cf7edb2e7e7733a808b8340cc0598cdf7224bce8 -%global commit_date 20260222 +%global commit b8ed3d467842318208d4ff71ce6adc09a4fc9fdb +%global commit_date 20260223 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %nil %global __strip /bin/true diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 7d5f645b40..afd67ac2d8 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit 250d6056c3ebef4c47dbc789e6fbe0ffc3f724c1 +%global commit f439c7f62c48c61185acc6814df6bfb065a20ea4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260221 +%global commit_date 20260223 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 6509f1e4dd..77ba2c74c9 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1e380e8bf132b1993275e8e365aa6d46adb9cd8c +%global commit c61f184069336c61f7840e2268c6f4dc183b60af %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-02-21 +%global fulldate 2026-02-22 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 21146f65db..5487447feb 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit bb368ce1fe974cfef409d08a4415f4c0fd048ab0 +%global commit af20a870cc71d0f4b4cc4257fcf3aadebceb7688 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260222 +%global commit_date 20260223 %global ver 0.226.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index dbe7575852..1662859221 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -3,10 +3,10 @@ %global name_pretty %{quote:Prism Launcher (Nightly)} %global appid org.prismlauncher.PrismLauncher-nightly -%global commit 574b75fac0433a0ce9c13bdf2a5cea633c53a791 +%global commit 4ed77a940c5cbec5d6c64aafc33c62de41ad9be1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260222 +%global commit_date 20260223 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 1ca6644c75..1e0d681d98 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit 15c6249f2c541d3d8fe5dbcd7a655a1b424420fa +%global commit df42ebc5e6127e9eba1842b1a0a3d9d7403ee63f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260221 +%global commit_date 20260223 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 9b318d8f6f..3907764528 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 9cd342875775f30d2b2ed17314a415ba960fb445 -%global commit_date 20260222 +%global commit 24827c4590595507c5542ecea5c0850b070df4fc +%global commit_date 20260223 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 4a4107aaa8..f3cca923df 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit f234490dad85e04676008b35876efed8f012ae9f +%global commit 59b9392c7ef97f28cafc9d013e6b30fe32057ba2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260222 +%global commitdate 20260223 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index bfb89fa61a..9b29ca89ba 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit e70b2b804241f57b5c69f4fbffabbcd76e16a571 -%global commit_date 20260221 +%global commit 257e6f288d6b1da1937d2cbf72de642de7636ee4 +%global commit_date 20260223 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From de18809f38465df89820f7e3b54de35864c28a86 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 08:00:42 +0000 Subject: [PATCH 053/288] bump: nim --- anda/langs/nim/nim/nim.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/nim/nim/nim.spec b/anda/langs/nim/nim/nim.spec index e24dbf1986..b13b753f54 100644 --- a/anda/langs/nim/nim/nim.spec +++ b/anda/langs/nim/nim/nim.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: nim -Version: 2.2.6 +Version: 2.2.8 Release: 1%?dist Summary: Imperative, multi-paradigm, compiled programming language License: MIT and BSD From 3eb2c54611f910d293939497358b7a9b78a19f73 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 14:12:20 +0000 Subject: [PATCH 054/288] bump: compat-nvidia-repo-580 nvidia-driver-580 nvidia-580-kmod-common nvidia-modprobe-580 nvidia-persistenced-580 nvidia-settings-580 nvidia-xconfig-580 --- .../nvidia-580/compat-nvidia-repo/compat-nvidia-repo-580.spec | 2 +- anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec | 2 +- .../nvidia-580/nvidia-kmod-common/nvidia-580-kmod-common.spec | 2 +- anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec | 2 +- .../nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec | 2 +- anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec | 2 +- anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/system/nvidia-580/compat-nvidia-repo/compat-nvidia-repo-580.spec b/anda/system/nvidia-580/compat-nvidia-repo/compat-nvidia-repo-580.spec index 9c1e1b7f3c..6506ad6069 100644 --- a/anda/system/nvidia-580/compat-nvidia-repo/compat-nvidia-repo-580.spec +++ b/anda/system/nvidia-580/compat-nvidia-repo/compat-nvidia-repo-580.spec @@ -1,5 +1,5 @@ Name: compat-nvidia-repo-580 -Version: 580.126.18 +Version: 580.126.20 Epoch: 3 Release: 1%?dist Summary: Compatibility package required by official CUDA packages diff --git a/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec b/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec index 53e311153a..e4ef830e26 100644 --- a/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec +++ b/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec @@ -11,7 +11,7 @@ %endif Name: %{real_name}-580 -Version: 580.126.18 +Version: 580.126.20 Release: 1%?dist Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Epoch: 3 diff --git a/anda/system/nvidia-580/nvidia-kmod-common/nvidia-580-kmod-common.spec b/anda/system/nvidia-580/nvidia-kmod-common/nvidia-580-kmod-common.spec index 48cb0e45e3..c830e6f830 100644 --- a/anda/system/nvidia-580/nvidia-kmod-common/nvidia-580-kmod-common.spec +++ b/anda/system/nvidia-580/nvidia-kmod-common/nvidia-580-kmod-common.spec @@ -5,7 +5,7 @@ %global __brp_strip %{nil} Name: nvidia-580-kmod-common -Version: 580.126.18 +Version: 580.126.20 Release: 1%?dist Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 diff --git a/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec b/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec index be84844c92..d5a7949299 100644 --- a/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec +++ b/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec @@ -1,7 +1,7 @@ %global real_name nvidia-modprobe Name: %{real_name}-580 -Version: 580.126.18 +Version: 580.126.20 Release: 1%?dist Summary: NVIDIA kernel module loader Epoch: 3 diff --git a/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec b/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec index 804967444a..a97969f8e5 100644 --- a/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec +++ b/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec @@ -1,7 +1,7 @@ %global real_name nvidia-persistenced Name: %{real_name}-580 -Version: 580.126.18 +Version: 580.126.20 Release: 1%?dist Summary: A daemon to maintain persistent software state in the NVIDIA driver Epoch: 3 diff --git a/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec b/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec index 6e6850ae50..646a01eb10 100644 --- a/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec +++ b/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec @@ -1,7 +1,7 @@ %global real_name nvidia-settings Name: %{real_name}-580 -Version: 580.126.18 +Version: 580.126.20 Release: 1%?dist Summary: Configure the NVIDIA graphics driver Epoch: 3 diff --git a/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec b/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec index 91175c4e10..a983eb030c 100644 --- a/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec +++ b/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec @@ -1,7 +1,7 @@ %global real_name nvidia-xconfig Name: %{real_name}-580 -Version: 580.126.18 +Version: 580.126.20 Release: 1%?dist Summary: NVIDIA X configuration file editor Epoch: 3 From 08b9d8ec9f5a9cfad8d03785220041ac2e50d5d0 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 23 Feb 2026 08:32:47 -0600 Subject: [PATCH 055/288] fix(update-nightly.yml): Add f44 (#10046) Signed-off-by: Gilver --- .github/workflows/update-nightly.yml | 1 + .github/workflows/update-weekly.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/update-nightly.yml b/.github/workflows/update-nightly.yml index 52a244b1b2..28ad326c11 100644 --- a/.github/workflows/update-nightly.yml +++ b/.github/workflows/update-nightly.yml @@ -48,6 +48,7 @@ jobs: git add anda git commit -S -a -m "$msg" } + copy_over f44 || true copy_over f43 || true copy_over f42 || true copy_over el10 || true diff --git a/.github/workflows/update-weekly.yml b/.github/workflows/update-weekly.yml index ddd62a4ea4..d26cd1c93d 100644 --- a/.github/workflows/update-weekly.yml +++ b/.github/workflows/update-weekly.yml @@ -48,6 +48,7 @@ jobs: git add anda git commit -S -a -m "$msg" } + copy_over f44 || true copy_over f43 || true copy_over f42 || true copy_over el10 || true From 61c98fff9b2e8aeaa2ac583968b19b6e3f96637e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 19:33:39 +0000 Subject: [PATCH 056/288] bump: discord-canary-openasar discord-canary --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index c64f8731e7..4a59d95349 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.873 +Version: 0.0.875 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 35d5534d6d..1c556c3e84 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.873 +Version: 0.0.875 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From c262594fa64bf067833da25e3004d3066ff8999c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 20:21:55 +0000 Subject: [PATCH 057/288] bump: discord-openasar discord zed-preview --- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index 84063caf5e..284804b59c 100644 --- a/anda/apps/discord-openasar/discord-openasar.spec +++ b/anda/apps/discord-openasar/discord-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-openasar -Version: 0.0.125 +Version: 0.0.126 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord/discord.spec b/anda/apps/discord/discord.spec index 27d23e49d6..f955ccfead 100644 --- a/anda/apps/discord/discord.spec +++ b/anda/apps/discord/discord.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord -Version: 0.0.125 +Version: 0.0.126 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 5314e86901..14755c7d0e 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.225.6-pre +%global ver 0.225.7-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 4932c3d6b8e7b04e0f6c9045bd9aa1585f2796ac Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 21:09:17 +0000 Subject: [PATCH 058/288] bump: chdig --- anda/apps/chdig/chdig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/chdig/chdig.spec b/anda/apps/chdig/chdig.spec index f25dd6a75f..93b03ced28 100644 --- a/anda/apps/chdig/chdig.spec +++ b/anda/apps/chdig/chdig.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: chdig -Version: 26.2.1 +Version: 26.2.2 Release: 1%?dist Summary: Dig into ClickHouse with TUI interface URL: https://github.com/azat/chdig From f52e74dc37188d36a4666335430e688c3ea06b2e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 22:01:03 +0000 Subject: [PATCH 059/288] bump: vgmstream --- anda/multimedia/vgmstream/vgmstream.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index 198eac9d55..c8dd41e183 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit c58dcef6cc6c9bb23cb09647c0d20cb92fb71058 +%global commit fc1984160d1e5973e249e54d57e9f8605e7c4a99 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260222 +%global commit_date 20260223 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From 67c2901bb6a095c32be6d8d6257067f14f04b860 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 22:58:06 +0000 Subject: [PATCH 060/288] bump: discord-canary-openasar discord-canary --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 4a59d95349..a2470c8dba 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.875 +Version: 0.0.876 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 1c556c3e84..19ed8ecd79 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.875 +Version: 0.0.876 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From c559f54084a45ac7eccd000328ee7ecc609a936e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Feb 2026 23:39:11 +0000 Subject: [PATCH 061/288] bump: discord-canary-openasar discord-canary --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index a2470c8dba..70013a03d8 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.876 +Version: 0.0.877 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 19ed8ecd79..39cea07884 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.876 +Version: 0.0.877 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From 14b4b9082477152547fdfc342e175b066e4e7896 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 02:32:25 +0000 Subject: [PATCH 062/288] bump(nightly): flameshot-nightly goofcord-nightly legcord-nightly mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly nim-nightly types-colorama vala-lint-nightly scx-scheds-nightly glasgow natscli --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/goofcord/nightly/goofcord-nightly.spec | 4 ++-- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- .../gnome-shell-extension-multi-monitors-bar.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/langs/vala/vala-lint-nightly/vala-lint-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index f75ce88fc8..7e29468b34 100644 --- a/anda/apps/flameshot/flameshot-nightly.spec +++ b/anda/apps/flameshot/flameshot-nightly.spec @@ -1,9 +1,9 @@ #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec %global ver 13.3.0 -%global commit c2cae0301bb850235f9b6efed86e5c4d33a8842b +%global commit 42c462bb97f4df97f0b96e3e43c2a96f64be8e8d %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260222 +%global commit_date 20260224 %global devel_name QtColorWidgets %global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index ebdd7b1a4d..d62b0e2678 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 4c0fcc1674a48d2ae5b67c6268daddf1544864b7 +%global commit 16ed7e5970a8aec1e01b473d32c6aa26e3c2b538 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260223 +%global commit_date 20260224 %global ver 2.0.1^ %global base_name goofcord %global git_name GoofCord diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 7cc5ab1be6..c53de32a8c 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit b8ed3d467842318208d4ff71ce6adc09a4fc9fdb -%global commit_date 20260223 +%global commit 1d2b5d8d588034bace6b03c21d6194fe174589c8 +%global commit_date 20260224 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %nil %global __strip /bin/true diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index afd67ac2d8..28456ec529 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit f439c7f62c48c61185acc6814df6bfb065a20ea4 +%global commit 4620834e365dc9a27937cc7b0504f76bb207f0d4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260223 +%global commit_date 20260224 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec b/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec index e50823fb58..df42248bac 100644 --- a/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec +++ b/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec @@ -1,5 +1,5 @@ -%global commit a6a8b8a717f2255c3c1b3af4ce205ebc3a65e0af -%global commit_date 20260130 +%global commit c3fdb58e398ce387892919d56fc995d74b949349 +%global commit_date 20260224 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global extension multi-monitors-bar diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 77ba2c74c9..dc08f3fabc 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit c61f184069336c61f7840e2268c6f4dc183b60af +%global commit b2a7f71b586b83d3b2bb6a17b8c2d79b123dc33f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-02-22 +%global fulldate 2026-02-23 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 5487447feb..4cdb05b7d9 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit af20a870cc71d0f4b4cc4257fcf3aadebceb7688 +%global commit da6ff30bfb9acb1359752a238f7bdca661129679 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260223 +%global commit_date 20260224 %global ver 0.226.0 %bcond_with check diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 1e0d681d98..e0ab792f27 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit df42ebc5e6127e9eba1842b1a0a3d9d7403ee63f +%global commit e58acc2e1e98f62637c47769e6a31cea1c392b9d %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260223 +%global commit_date 20260224 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 3907764528..dfae461636 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 24827c4590595507c5542ecea5c0850b070df4fc -%global commit_date 20260223 +%global commit 33b3568a933f737228a3ec64b62a49cf2af17ca9 +%global commit_date 20260224 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/langs/vala/vala-lint-nightly/vala-lint-nightly.spec b/anda/langs/vala/vala-lint-nightly/vala-lint-nightly.spec index c1d4c11cd7..e0c155982b 100644 --- a/anda/langs/vala/vala-lint-nightly/vala-lint-nightly.spec +++ b/anda/langs/vala/vala-lint-nightly/vala-lint-nightly.spec @@ -1,9 +1,9 @@ %global real_name vala-lint -%global commit a1d1a7bc0f740920e592fd788a836c402fd9825c +%global commit 28dbf44dd2c5ec2fc7273982d35ff8cb0ef46283 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250804 +%global commit_date 20260224 %global snapshot_info %{commit_date}.%{shortcommit} Name: vala-lint-nightly diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index f3cca923df..66d4982162 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit 59b9392c7ef97f28cafc9d013e6b30fe32057ba2 +%global commit da3f877a5a28038ebd4aae645edf457116b79d40 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260223 +%global commitdate 20260224 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 92b4cd7173..3e99b04b14 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit abefa46f019050ea2c2abf6baa8fd0d3e0e75878 -%global commit_date 20260221 +%global commit cd82d9f41f1ee5f683b96607e1c998320e45982b +%global commit_date 20260224 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 93455dbc44..07a373e5bb 100644 --- a/anda/tools/natscli/natscli.spec +++ b/anda/tools/natscli/natscli.spec @@ -1,7 +1,7 @@ # https://github.com/nats-io/natscli %global goipath github.com/nats-io/natscli -%global commit 87c869110b7c801991e3ea029974ff9d83b62ea7 -%global commit_date 20260219 +%global commit 97424c53486cd87786678da741e9f76e7349f9db +%global commit_date 20260224 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 08f94da29d72ea670629b68adfaca19d5a8497bb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 02:52:24 +0000 Subject: [PATCH 063/288] bump: ruffle-nightly xf-xet --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/langs/python/hf-xet/xf-xet.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index e5399ba7a2..e5ed13ffe4 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-02-23 +%global ver 2026-02-24 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 4fd2d857a5..9571404020 100644 --- a/anda/langs/python/hf-xet/xf-xet.spec +++ b/anda/langs/python/hf-xet/xf-xet.spec @@ -2,7 +2,7 @@ %global _desc xet client tech, used in huggingface_hub. Name: python-%{pypi_name} -Version: 1.2.0 +Version: 1.3.0 Release: 1%?dist Summary: xet client tech, used in huggingface_hub License: Apache-2.0 From 4d7d188e1845ab94f9a87b214e0f2736f814de2b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 08:04:48 +0000 Subject: [PATCH 064/288] bump: zapret --- anda/misc/zapret/zapret.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/misc/zapret/zapret.spec b/anda/misc/zapret/zapret.spec index 2743d26368..27d2486537 100644 --- a/anda/misc/zapret/zapret.spec +++ b/anda/misc/zapret/zapret.spec @@ -1,5 +1,5 @@ Name: zapret -Version: 72.9 +Version: 72.10 Release: 1%?dist Summary: A multi-platform Deep Packet Inspection (DPI) bypass tool License: MIT From aa37d993224790396f1d5e3534ff4c7b4ffeb54b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 10:06:13 +0000 Subject: [PATCH 065/288] bump: dart --- anda/langs/dart/dart.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/dart/dart.spec b/anda/langs/dart/dart.spec index 63a0f863c4..0fb8dbd671 100644 --- a/anda/langs/dart/dart.spec +++ b/anda/langs/dart/dart.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: dart -Version: 3.11.0 +Version: 3.11.1 Release: 1%?dist Summary: The Dart Language License: BSD-3-Clause From 79ea101859dbcbae72275fa9d4270d544b390cec Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 13:06:25 +0000 Subject: [PATCH 066/288] bump: pixi fasm --- anda/system/pixi/pixi.spec | 2 +- anda/tools/fasm/fasm.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/pixi/pixi.spec b/anda/system/pixi/pixi.spec index 554f44b040..bc480b930f 100644 --- a/anda/system/pixi/pixi.spec +++ b/anda/system/pixi/pixi.spec @@ -1,5 +1,5 @@ Name: pixi -Version: 0.63.2 +Version: 0.64.0 Release: 1%?dist Summary: A cross-platform, multi-language package manager License: BSD-3-Clause diff --git a/anda/tools/fasm/fasm.spec b/anda/tools/fasm/fasm.spec index 638c04f9f3..7a8953c821 100644 --- a/anda/tools/fasm/fasm.spec +++ b/anda/tools/fasm/fasm.spec @@ -2,7 +2,7 @@ Name: fasm Release: 1%?dist -Version: 1.73.34 +Version: 1.73.35 Summary: Fast assembler for the x86 and x86-64 architectures License: BSD-2-Clause URL: https://flatassembler.net From 0523ed15637aeef5695c92bc940a58e9a36cbfbd Mon Sep 17 00:00:00 2001 From: Pornpipat Popum Date: Tue, 24 Feb 2026 21:31:22 +0700 Subject: [PATCH 067/288] attempt to fix lovely injector (#10051) --- anda/lib/lovely-injector/lovely-injector.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/lovely-injector/lovely-injector.spec b/anda/lib/lovely-injector/lovely-injector.spec index c77fd5811e..71ab5f48db 100644 --- a/anda/lib/lovely-injector/lovely-injector.spec +++ b/anda/lib/lovely-injector/lovely-injector.spec @@ -1,6 +1,6 @@ # Generated by rust2rpm 27 %bcond check 0 -%bcond rust_nightly 1 +%bcond rust_nightly 0 %global debug_package %{nil} %if %{with rust_nightly} %define __cargo /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 RUSTFLAGS='%{build_rustflags}' $HOME/.cargo/bin/cargo From 8d202a89c7190f196621073d4b5403a6b412102e Mon Sep 17 00:00:00 2001 From: trbocode Date: Tue, 24 Feb 2026 17:01:21 +0200 Subject: [PATCH 068/288] fix: Remove seperate liqctld from coolercontrol, fix build (#10023) * fix: Remove seperate liqctld from coolercontrol Seperate liqctld was removed in version 3.0.0, so all builds have failed since then This should fix it Signed-off-by: trbocode * Fix: Remove extra & from coolercontrol.spec Signed-off-by: trbocode * fix: Add dependency to coolercontrol.spec Signed-off-by: trbocode * build coolercontrol-ui/dist Signed-off-by: Owen-sz --------- Signed-off-by: trbocode Signed-off-by: Owen-sz Co-authored-by: Owen-sz --- anda/apps/coolercontrol/coolercontrol.spec | 44 ++++------------------ 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/anda/apps/coolercontrol/coolercontrol.spec b/anda/apps/coolercontrol/coolercontrol.spec index 2a86423959..c7e781f8ba 100644 --- a/anda/apps/coolercontrol/coolercontrol.spec +++ b/anda/apps/coolercontrol/coolercontrol.spec @@ -23,23 +23,13 @@ Requires: libappindicator-gtk3 Requires: coolercontrold BuildRequires: nodejs-npm libdrm-devel curl wget file mold BuildRequires: systemd-rpm-macros anda-srpm-macros cargo >= 1.75.0 cargo-rpm-macros -BuildRequires: binutils bison cmake flex gcc gcc-c++ libtool strace +BuildRequires: binutils bison cmake flex gcc gcc-c++ libtool strace protobuf-compiler BuildRequires: libappstream-glib BuildRequires: desktop-file-utils BuildRequires: cmake(Qt6) BuildRequires: cmake(Qt6WebEngineWidgets) %description %_desc -%package liqctld -Summary: CoolerControl daemon for interacting with liquidctl devices on a system level -Requires: coolercontrold -BuildRequires: python3-devel python3-wheel python3-liquidctl python3-setproctitle python3-fastapi python3-uvicorn python3-pip -%description liqctld %_desc -coolercontrol-liqctld is a CoolerControl daemon for interacting with liquidctl devices on a system level, and is -installed as the coolercontrol-liqctld application. Its main purpose is to wrap the underlying -liquidctl library providing an API interface that the main coolercontrol daemon interacts with. -It also enables parallel device communication and access to specific device properties. - %package -n coolercontrold Summary: Monitor and control your cooling devices. Requires: coolercontrol-liqctld @@ -56,7 +46,7 @@ supported devices. It has an API that services client programs like the coolerco %autosetup pushd coolercontrold -%cargo_prep_online & +%cargo_prep_online popd pushd coolercontrol-ui @@ -71,29 +61,23 @@ pushd coolercontrol-ui npm run build-only & popd -pushd coolercontrol-liqctld -%pyproject_wheel -popd - pushd coolercontrol %cmake -%cmake_build & +%cmake_build +popd + +pushd coolercontrol-ui +%make_build popd pushd coolercontrold -%{cargo_license_online} > LICENSE.dependencies & +%{cargo_license_online} > LICENSE.dependencies wait cp -rfp ../coolercontrol-ui/dist/* resources/app/ %cargo_build popd %install -pushd coolercontrol-liqctld -#define _pyproject_wheeldir . -%pyproject_install -%pyproject_save_files coolercontrol_liqctld -popd - pushd coolercontrold install -Dpm755 target/rpm/coolercontrold %buildroot%_bindir/coolercontrold install -Dpm644 LICENSE.dependencies %buildroot%_datadir/licenses/coolercontrold/LICENSE.dependencies @@ -103,7 +87,6 @@ pushd coolercontrol/ %cmake_install popd -install -Dpm644 packaging/systemd/coolercontrol-liqctld.service %buildroot%_unitdir/coolercontrol-liqctld.service desktop-file-install --dir=%buildroot%_datadir/applications packaging/metadata/%rdnn.desktop install -Dpm644 packaging/metadata/%rdnn.svg %buildroot%_iconsdir/hicolor/scalable/apps/%rdnn.svg install -Dpm644 packaging/metadata/%rdnn.png %buildroot%_iconsdir/hicolor/256x256/apps/%rdnn.svg @@ -115,7 +98,6 @@ install -Dpm644 packaging/metadata/%rdnn.metainfo.xml %buildroot%_metainfodir/%r %check appstream-util validate-relax --nonet %buildroot%_metainfodir/%rdnn.metainfo.xml -%pyproject_check_import %post -n coolercontrold @@ -127,10 +109,6 @@ appstream-util validate-relax --nonet %buildroot%_metainfodir/%rdnn.metainfo.xml %postun -n coolercontrold %systemd_postun_with_restart coolercontrold.service -# coolercontrold.service automatically uses the liqctld service, so there are -# no scriptlets for liqctld. - - %files %doc README.md %license LICENSE @@ -146,12 +124,6 @@ appstream-util validate-relax --nonet %buildroot%_metainfodir/%rdnn.metainfo.xml %_bindir/coolercontrold %_unitdir/coolercontrold.service -%files liqctld -f %pyproject_files -%doc coolercontrol-liqctld/README.md -%license LICENSE -%_bindir/coolercontrol-liqctld -%_unitdir/coolercontrol-liqctld.service - %changelog * Thu Aug 15 2024 madonuko - 1.4.0-1 - Initial package From 0d4b4724e2798888ee555b5dcf7ef24be7bbbdf7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 15:11:48 +0000 Subject: [PATCH 069/288] bump: lomiri-system-settings --- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec b/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec index 3bbbcb5f41..daa114920f 100644 --- a/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec +++ b/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings -%global commit c8d52bcf0c6cbd783e03460527bb20c1e9fa7f91 +%global commit e366b02a5395e5e284eb6b207b9782b0c8f54426 %forgemeta Name: lomiri-system-settings From 7edb7f91e34023f33500c8944c37e279f6986704 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:14:39 -0600 Subject: [PATCH 070/288] chore: gurk-rs provides (#10056) --- anda/apps/gurk/gurk.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/apps/gurk/gurk.spec b/anda/apps/gurk/gurk.spec index c6fecb01fc..d49b463f88 100644 --- a/anda/apps/gurk/gurk.spec +++ b/anda/apps/gurk/gurk.spec @@ -2,7 +2,7 @@ Name: gurk Version: 0.8.1 -Release: 2%?dist +Release: 3%?dist Summary: Signal Messenger client for terminal License: AGPL-3.0-or-later AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND ISC AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND BSL-1.0 AND CDLA-Permissive-2.0 AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR BSD-1-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) URL: https://github.com/boxdot/gurk-rs @@ -11,6 +11,7 @@ Source: %url/archive/refs/tags/v%version.tar.gz BuildRequires: cargo-rpm-macros >= 24 BuildRequires: glibc-devel mold perl openssl-devel protobuf-devel Requires: glibc libgcc sqlcipher +Provides: gurk-rs Packager: Owen Zimmerman From d506718dbb28a5deadb5967290a7d6567c05f2ed Mon Sep 17 00:00:00 2001 From: metcya <134973769+metcya@users.noreply.github.com> Date: Tue, 24 Feb 2026 11:04:04 -0600 Subject: [PATCH 071/288] fix(xbps): fix broken dependency (#10065) * fix(xbps): fix broken dependency * forgor changelog --- anda/system/xbps/xbps.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/anda/system/xbps/xbps.spec b/anda/system/xbps/xbps.spec index 3b057b6179..99c8a0d842 100644 --- a/anda/system/xbps/xbps.spec +++ b/anda/system/xbps/xbps.spec @@ -2,7 +2,7 @@ Name: xbps Version: 0.60.7 -Release: 1%?dist +Release: 2%?dist License: BSD-2-Clause AND BSD-3-Clause AND ISC Summary: A binary package system designed and implemented from scratch URL: https://github.com/void-linux/xbps @@ -15,7 +15,7 @@ BuildRequires: pkgconfig(pkgconf) BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(libarchive) >= 3.3.3 -Requires: %name-lib = %evr +Requires: %name-libs = %evr %pkg_completion -B xbps xbps-checkvers xbps-create xbps-dgraph xbps-install xbps-pkgdb xbps-query xbps-reconfigure xbps-remove xbps-rindex %pkg_completion -z xbps xbps_src @@ -71,5 +71,8 @@ featureful and portable as much as possible. /var/db/%name/keys/*.plist %changelog +* Tue Feb 24 2026 Metcya - 0.60.7-2 +- Fix broken dependency + * Fri Dec 12 2025 Metcya - 0.60.6 - package xbps From 07f1dc593ab6a0c16915c735e458ef5cfa9bf94e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 17:32:53 +0000 Subject: [PATCH 072/288] bump: arduino-remoteocd --- anda/tools/arduino-remoteocd/arduino-remoteocd.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/arduino-remoteocd/arduino-remoteocd.spec b/anda/tools/arduino-remoteocd/arduino-remoteocd.spec index cf8852538c..d49f67b612 100644 --- a/anda/tools/arduino-remoteocd/arduino-remoteocd.spec +++ b/anda/tools/arduino-remoteocd/arduino-remoteocd.spec @@ -1,7 +1,7 @@ %global goipath github.com/arduino/remoteocd -%global commit 6e375c835fe319e8eef3f40578bf8de044156ce1 -%global commit_date 20251105 +%global commit 3cf11b106f040493ea3589ddaf56df9c6396d17f +%global commit_date 20260224 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Version: 0^%commit_date.%shortcommit From d4be69e827e7cab0a1639dc2b6ca316f36c4669b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 19:35:45 +0000 Subject: [PATCH 073/288] bump: chdig pbcli carapace --- anda/apps/chdig/chdig.spec | 2 +- anda/misc/pbcli/pbcli.spec | 4 ++-- anda/tools/carapace/carapace.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/chdig/chdig.spec b/anda/apps/chdig/chdig.spec index 93b03ced28..118e9998e6 100644 --- a/anda/apps/chdig/chdig.spec +++ b/anda/apps/chdig/chdig.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: chdig -Version: 26.2.2 +Version: 26.2.3 Release: 1%?dist Summary: Dig into ClickHouse with TUI interface URL: https://github.com/azat/chdig diff --git a/anda/misc/pbcli/pbcli.spec b/anda/misc/pbcli/pbcli.spec index 73967752a6..07778bc10a 100644 --- a/anda/misc/pbcli/pbcli.spec +++ b/anda/misc/pbcli/pbcli.spec @@ -2,8 +2,8 @@ pbcli is a command line client which allows to upload and download pastes from privatebin directly from the command line.} Name: pbcli -Version: 2.8.0 -Release: 4%{?dist} +Version: 2.9.0 +Release: 1%?dist Summary: A PrivateBin commandline upload and download utility SourceLicense: Unlicense OR MIT License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND ISC AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) diff --git a/anda/tools/carapace/carapace.spec b/anda/tools/carapace/carapace.spec index 1f5f981f7c..75b9649374 100644 --- a/anda/tools/carapace/carapace.spec +++ b/anda/tools/carapace/carapace.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} %global goipath github.com/carapace-sh/carapace-bin -Version: 1.6.2 +Version: 1.6.3 %gometa -f From 73dc8d565e6e8fcd220abec27783aa7b9919ccf6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 20:52:50 +0000 Subject: [PATCH 074/288] bump: zed-preview asusctl --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/system/asusctl/asusctl.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 14755c7d0e..8951c4697b 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.225.7-pre +%global ver 0.225.8-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/system/asusctl/asusctl.spec b/anda/system/asusctl/asusctl.spec index c56252bc20..9dfdbbf003 100644 --- a/anda/system/asusctl/asusctl.spec +++ b/anda/system/asusctl/asusctl.spec @@ -4,8 +4,8 @@ %define _unpackaged_files_terminate_build 0 Name: asusctl -Version: 6.3.2 -Release: 2%?dist +Version: 6.3.3 +Release: 1%?dist Epoch: 1 Summary: A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops URL: https://gitlab.com/asus-linux/asusctl From dd65c0b7ecbfd6ca623e9a46c7f6c9789b09d915 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 24 Feb 2026 15:05:56 -0600 Subject: [PATCH 075/288] add: GModPatchTool (#10070) --- anda/games/gmodpatchtool/anda.hcl | 5 ++ anda/games/gmodpatchtool/gmodpatchtool.spec | 53 +++++++++++++++++++++ anda/games/gmodpatchtool/update.rhai | 1 + 3 files changed, 59 insertions(+) create mode 100644 anda/games/gmodpatchtool/anda.hcl create mode 100644 anda/games/gmodpatchtool/gmodpatchtool.spec create mode 100644 anda/games/gmodpatchtool/update.rhai diff --git a/anda/games/gmodpatchtool/anda.hcl b/anda/games/gmodpatchtool/anda.hcl new file mode 100644 index 0000000000..d659be9067 --- /dev/null +++ b/anda/games/gmodpatchtool/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "gmodpatchtool.spec" + } +} diff --git a/anda/games/gmodpatchtool/gmodpatchtool.spec b/anda/games/gmodpatchtool/gmodpatchtool.spec new file mode 100644 index 0000000000..95344b2db8 --- /dev/null +++ b/anda/games/gmodpatchtool/gmodpatchtool.spec @@ -0,0 +1,53 @@ +%global _description %{expand: +Automatically patches Garry's Mod's internal Chromium Embedded Framework to: + +- Bring CEF up to date +- Fix GMod missing menu/launch issues on macOS and Linux +- Enable Proprietary Video/Audio codec, like H.264 (MP4) and AAC, support +- Enable Widevine support (but no VMP) +- Enable Software WebGL +- Enable partial GPU acceleration} +%global git_name GModPatchTool +%undefine __brp_mangle_shebangs + +Name: gmodpatchtool +Version: 20251102 +Release: 1%{?dist} +SourceLicense: GPL-3.0-only +License: ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 AND ISC) AND (Apache-2.0 AND MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR GPL-2.0-only) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND (BSD-3-Clause AND MIT) AND (BSD-3-Clause OR MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND BSL-1.0 AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND GPL-3.0-only AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) AND bzip2-1.0.6 +Summary: Automatic Patching/Updating of GMod CEF. Fixes macOS/Linux launch issues. +URL: https://solsticegamestudios.com/fixmedia +Source0: https://github.com/solsticegamestudios/%{git_name}/archive/refs/tags/%{version}.tar.gz +BuildRequires: anda-srpm-macros +BuildRequires: cargo-rpm-macros +BuildRequires: git-lfs +BuildRequires: mold +Provides: %{git_name} +Packager: Gilver E. + +%description %_description + +%prep +%git_clone https://github.com/solsticegamestudios/%{git_name}.git %{version} +git-lfs checkout +%cargo_prep_online + +%build +%cargo_build + +%install +find target/rpm \ + -maxdepth 1 -type f -executable ! -name '*.so' \ + -exec install -Dm755 -t %{buildroot}%{_bindir} {} + +%cargo_license_summary_online +%{cargo_license_online} > LICENSE.dependencies + +%files +%doc README.md +%license LICENSE.txt +%license LICENSE.dependencies +%{_bindir}/%{name} + +%changelog +* Tue Feb 24 2026 Gilver E. +- Initial package diff --git a/anda/games/gmodpatchtool/update.rhai b/anda/games/gmodpatchtool/update.rhai new file mode 100644 index 0000000000..a06e03928e --- /dev/null +++ b/anda/games/gmodpatchtool/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_rawfile("solsticegamestudios/GModPatchTool", "master", "version.txt")); From 1d610d245de87766094ba36d727810e19a43bb45 Mon Sep 17 00:00:00 2001 From: trbocode Date: Tue, 24 Feb 2026 23:14:32 +0200 Subject: [PATCH 076/288] fix: Remove extra require from coolercontrol.spec (#10071) --- anda/apps/coolercontrol/coolercontrol.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/anda/apps/coolercontrol/coolercontrol.spec b/anda/apps/coolercontrol/coolercontrol.spec index c7e781f8ba..ae9b963a6b 100644 --- a/anda/apps/coolercontrol/coolercontrol.spec +++ b/anda/apps/coolercontrol/coolercontrol.spec @@ -32,7 +32,6 @@ BuildRequires: cmake(Qt6WebEngineWidgets) %package -n coolercontrold Summary: Monitor and control your cooling devices. -Requires: coolercontrol-liqctld BuildRequires: pkgconfig(webkit2gtk-4.1) pkgconfig(openssl) pkgconfig(librsvg-2.0) BuildRequires: libappindicator-gtk3-devel %description -n coolercontrold %_desc From b46d5d694f722da98fa8becb0e1b92f4c4a99210 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 22:34:25 +0000 Subject: [PATCH 077/288] bump(branch): cuda-cudnn --- anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec b/anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec index eb75208437..b8e55ad892 100644 --- a/anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec +++ b/anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec @@ -5,7 +5,7 @@ %global cuda_version 12 Name: cuda-cudnn -Version: 9.19.0.56 +Version: 9.19.1.2 Release: 1%?dist Epoch: 1 Summary: NVIDIA CUDA Deep Neural Network library (cuDNN) From cf980a8624248c364495a418e2751ec53cd4680f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 23:31:54 +0000 Subject: [PATCH 078/288] bump: halloy electron --- anda/apps/halloy/halloy.spec | 2 +- anda/tools/electron/electron.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/halloy/halloy.spec b/anda/apps/halloy/halloy.spec index 85aedfe9c1..1ed42cca61 100644 --- a/anda/apps/halloy/halloy.spec +++ b/anda/apps/halloy/halloy.spec @@ -4,7 +4,7 @@ %global crate halloy Name: halloy -Version: 2026.2 +Version: 2026.3 Release: 1%?dist Summary: An open-source IRC client written in Rust, with the Iced GUI library Packager: Yoong jin diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 63de3d8aa9..b1be89598e 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 40.6.0 +Version: 40.6.1 Release: 1%?dist Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 80e8d46c2537af16ade675d45e08f4270b1c90ce Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Feb 2026 23:59:29 +0000 Subject: [PATCH 079/288] bump: rust-usage-cli --- anda/langs/rust/usage/rust-usage-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/rust/usage/rust-usage-cli.spec b/anda/langs/rust/usage/rust-usage-cli.spec index 882b17cfcc..a53bfa952f 100644 --- a/anda/langs/rust/usage/rust-usage-cli.spec +++ b/anda/langs/rust/usage/rust-usage-cli.spec @@ -4,7 +4,7 @@ %global crate usage-cli Name: rust-usage-cli -Version: 2.18.0 +Version: 2.18.1 Release: 1%?dist Summary: CLI for working with usage-based CLIs From 78de10655ea2ce9a6ae64c50c379709a864b4cd0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 02:33:41 +0000 Subject: [PATCH 080/288] bump(nightly): flameshot-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama stardust-server-nightly scx-scheds-nightly natscli spotx-bash --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/stardust/server/nightly/stardust-server-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 7e29468b34..4e1ff873ca 100644 --- a/anda/apps/flameshot/flameshot-nightly.spec +++ b/anda/apps/flameshot/flameshot-nightly.spec @@ -1,9 +1,9 @@ #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec %global ver 13.3.0 -%global commit 42c462bb97f4df97f0b96e3e43c2a96f64be8e8d +%global commit 76d883362fa1872f3e0aa31c179c98ebbd0effff %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260224 +%global commit_date 20260225 %global devel_name QtColorWidgets %global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 28456ec529..2ba36a1926 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit 4620834e365dc9a27937cc7b0504f76bb207f0d4 +%global commit 92ed2d2ef053e7c7d879e483adb3789c9526d356 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260224 +%global commit_date 20260225 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index dc08f3fabc..6769af32dd 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit b2a7f71b586b83d3b2bb6a17b8c2d79b123dc33f +%global commit d1a32d382bfa261065ba6b2481cd39513f08d7f9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-02-23 +%global fulldate 2026-02-25 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 4cdb05b7d9..5ff0dd6a42 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit da6ff30bfb9acb1359752a238f7bdca661129679 +%global commit 23f7bde1b96a513b7e465d5d15e24a61f873ac0f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260224 +%global commit_date 20260225 %global ver 0.226.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 1662859221..8ea2f6d1de 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -3,10 +3,10 @@ %global name_pretty %{quote:Prism Launcher (Nightly)} %global appid org.prismlauncher.PrismLauncher-nightly -%global commit 4ed77a940c5cbec5d6c64aafc33c62de41ad9be1 +%global commit c36fadee70d34381bcfdf58ddcb40238f48dd194 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260223 +%global commit_date 20260225 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index e0ab792f27..cc6242dade 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit e58acc2e1e98f62637c47769e6a31cea1c392b9d +%global commit f3d07ff114d6b9d06e8998b024c66bbde9aa1669 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260224 +%global commit_date 20260225 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index dfae461636..d7e4222a66 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 33b3568a933f737228a3ec64b62a49cf2af17ca9 -%global commit_date 20260224 +%global commit fdbb8d5e343a36045d28caeae255c87c45da1946 +%global commit_date 20260225 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/stardust/server/nightly/stardust-server-nightly.spec b/anda/stardust/server/nightly/stardust-server-nightly.spec index 12f12e9074..19b99243c6 100644 --- a/anda/stardust/server/nightly/stardust-server-nightly.spec +++ b/anda/stardust/server/nightly/stardust-server-nightly.spec @@ -1,5 +1,5 @@ -%global commit 9ab01f06fe4cf15d2e9583e605217e61468ec5ea -%global commit_date 20260222 +%global commit 0159ab1086c70ea3090f74bfd64936c6c2769742 +%global commit_date 20260225 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 66d4982162..0e35ca4b32 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit da3f877a5a28038ebd4aae645edf457116b79d40 +%global commit 1d7cc866a2d57c8af28d6cd322d4a55874d9e050 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260224 +%global commitdate 20260225 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 07a373e5bb..a64f7c100d 100644 --- a/anda/tools/natscli/natscli.spec +++ b/anda/tools/natscli/natscli.spec @@ -1,7 +1,7 @@ # https://github.com/nats-io/natscli %global goipath github.com/nats-io/natscli -%global commit 97424c53486cd87786678da741e9f76e7349f9db -%global commit_date 20260224 +%global commit 230f98c9b534b7fba43a66437fe8b3b36de05184 +%global commit_date 20260225 %global shortcommit %{sub %{commit} 1 7} %gometa -f diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 9b29ca89ba..1393359ad2 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit 257e6f288d6b1da1937d2cbf72de642de7636ee4 -%global commit_date 20260223 +%global commit d41bb67052eb3346bff152014b88f58a02490296 +%global commit_date 20260225 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From 75219893a38a311b5e18dbc17d3c8d38d732d774 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 02:53:29 +0000 Subject: [PATCH 081/288] bump: ruffle-nightly rpcs3 xf-xet rust-mise --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/hf-xet/xf-xet.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index e5ed13ffe4..73d70e0c6f 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-02-24 +%global ver 2026-02-25 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 1981035291..278af8f7ac 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 260c98618614c070067c6b0b1a82f2e8199d7d4a -%global ver 0.0.39-18818 +%global commit 064c006339f9e5b46e43c4dfa8d0c8e1e18eeece +%global ver 0.0.39-18819 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 9571404020..56fd140bdd 100644 --- a/anda/langs/python/hf-xet/xf-xet.spec +++ b/anda/langs/python/hf-xet/xf-xet.spec @@ -2,7 +2,7 @@ %global _desc xet client tech, used in huggingface_hub. Name: python-%{pypi_name} -Version: 1.3.0 +Version: 1.3.1 Release: 1%?dist Summary: xet client tech, used in huggingface_hub License: Apache-2.0 diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index e57774be97..ac7cbb4d7b 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.2.19 +Version: 2026.2.20 Release: 1%?dist Summary: Front-end to your dev env From 45e7a74cd2f9f85577ebb3a57a44491f029e2a6a Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 24 Feb 2026 21:51:36 -0600 Subject: [PATCH 082/288] chore: use %{_gnomeextensionsdir} (#10080) * chore: use %{_gnomeextensionsdir} Signed-off-by: Owen-sz * unification Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- .../gnome-shell-extension-appmenu-is-back.spec | 8 ++++---- .../gnome-shell-extension-battery_time.spec | 8 ++++---- ...gnome-shell-extension-gpu-supergfxctl-switch.spec | 8 ++++---- .../gnome-shell-extension-grand-theft-focus.spec | 8 ++++---- .../gnome-shell-extension-multi-monitors-bar.spec | 12 ++++++------ .../gnome-shell-extension-vicinae.spec | 8 ++++---- 6 files changed, 26 insertions(+), 26 deletions(-) diff --git a/anda/desktops/gnome/gnome-shell-extension-appmenu-is-back/gnome-shell-extension-appmenu-is-back.spec b/anda/desktops/gnome/gnome-shell-extension-appmenu-is-back/gnome-shell-extension-appmenu-is-back.spec index 3346f502ec..c9adbfaafb 100644 --- a/anda/desktops/gnome/gnome-shell-extension-appmenu-is-back/gnome-shell-extension-appmenu-is-back.spec +++ b/anda/desktops/gnome/gnome-shell-extension-appmenu-is-back/gnome-shell-extension-appmenu-is-back.spec @@ -3,7 +3,7 @@ Name: gnome-shell-extension-%{extension} Version: 12 -Release: 2%?dist +Release: 3%?dist Summary: GNOME Shell extension to bring back the app menu License: GPL-3.0-only URL: https://github.com/fthx/appmenu-is-back @@ -22,12 +22,12 @@ This extension brings back the app menu in the top panel, for GNOME 45 and later %autosetup -n appmenu-is-back-%{version} -p1 %install -install -Dm644 metadata.json %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/metadata.json -install -Dm644 extension.js %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/extension.js +install -Dm644 metadata.json %{buildroot}%{_gnomeextensionsdir}/metadata.json +install -Dm644 extension.js %{buildroot}%{_gnomeextensionsdir}/extension.js %files %license LICENSE -%{_datadir}/gnome-shell/extensions/%{uuid} +%{_gnomeextensionsdir} %changelog * Thu Nov 16 2023 Lleyton Gray - 2-1 diff --git a/anda/desktops/gnome/gnome-shell-extension-battery_time/gnome-shell-extension-battery_time.spec b/anda/desktops/gnome/gnome-shell-extension-battery_time/gnome-shell-extension-battery_time.spec index c26a5b15e7..5da29b0b8d 100644 --- a/anda/desktops/gnome/gnome-shell-extension-battery_time/gnome-shell-extension-battery_time.spec +++ b/anda/desktops/gnome/gnome-shell-extension-battery_time/gnome-shell-extension-battery_time.spec @@ -7,7 +7,7 @@ Name: gnome-shell-extension-%{extension} Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 2%?dist Summary: Battery remaining time extension for GNOME Shell License: GPL-2.0-only URL: https://github.com/pomoke/battery_time @@ -31,14 +31,14 @@ Remaining time is shown inline, so no additional menu item is created (currently %autosetup -n %{extension}-%{commit} %install -install -Dm644 metadata.json %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/metadata.json -install -Dm644 extension.js %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/extension.js +install -Dm644 metadata.json %{buildroot}%{_gnomeextensionsdir}/metadata.json +install -Dm644 extension.js %{buildroot}%{_gnomeextensionsdir}/extension.js cp %{SOURCE1} LICENSE %files %doc README.md %license LICENSE -%{_datadir}/gnome-shell/extensions/%{uuid} +%{_gnomeextensionsdir} %changelog * Mon Jan 05 2026 Owen Zimmerman diff --git a/anda/desktops/gnome/gnome-shell-extension-gpu-supergfxctl-switch/gnome-shell-extension-gpu-supergfxctl-switch.spec b/anda/desktops/gnome/gnome-shell-extension-gpu-supergfxctl-switch/gnome-shell-extension-gpu-supergfxctl-switch.spec index fc3de66afd..bcf2bd1c92 100644 --- a/anda/desktops/gnome/gnome-shell-extension-gpu-supergfxctl-switch/gnome-shell-extension-gpu-supergfxctl-switch.spec +++ b/anda/desktops/gnome/gnome-shell-extension-gpu-supergfxctl-switch/gnome-shell-extension-gpu-supergfxctl-switch.spec @@ -7,7 +7,7 @@ Name: gnome-shell-extension-%{extension} Version: %ver^%commit_date.%shortcommit -Release: 1%?dist +Release: 2%?dist Summary: GPU Profile switcher Gnome-Shell-Extension for ASUS laptops using Supergfxctl License: GPL-3.0-only URL: https://github.com/chikobara/GPU-Switcher-Supergfxctl @@ -26,13 +26,13 @@ GPU Profile switcher Gnome-Shell-Extension for ASUS laptops using Supergfxctl %autosetup -n GPU-Switcher-Supergfxctl-%{commit} -p1 %install -install -Dm644 metadata.json %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/metadata.json -install -Dm644 extension.js %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/extension.js +install -Dm644 metadata.json %{buildroot}%{_gnomeextensionsdir}/metadata.json +install -Dm644 extension.js %{buildroot}%{_gnomeextensionsdir}/extension.js %files %license LICENSE %doc README.md -%{_datadir}/gnome-shell/extensions/%{uuid} +%{_gnomeextensionsdir} %changelog * Mon Oct 27 2025 june-fish - 11 diff --git a/anda/desktops/gnome/gnome-shell-extension-grand-theft-focus/gnome-shell-extension-grand-theft-focus.spec b/anda/desktops/gnome/gnome-shell-extension-grand-theft-focus/gnome-shell-extension-grand-theft-focus.spec index 621bc85b76..928de9d56d 100644 --- a/anda/desktops/gnome/gnome-shell-extension-grand-theft-focus/gnome-shell-extension-grand-theft-focus.spec +++ b/anda/desktops/gnome/gnome-shell-extension-grand-theft-focus/gnome-shell-extension-grand-theft-focus.spec @@ -3,7 +3,7 @@ Name: gnome-shell-extension-%{extension} Version: 9 -Release: 2%?dist +Release: 3%?dist Summary: GNOME extension that removes the 'Window is ready' notification and brings the window into focus instead License: AGPL-3.0-only URL: https://github.com/zalckos/GrandTheftFocus @@ -24,13 +24,13 @@ GNOME extension. Removes the 'Window is ready' notification and brings the windo %autosetup -n GrandTheftFocus-%version %install -install -Dm644 grand-theft-focus@zalckos.github.com/metadata.json %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/metadata.json -install -Dm644 grand-theft-focus@zalckos.github.com/extension.js %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/extension.js +install -Dm644 grand-theft-focus@zalckos.github.com/metadata.json %{buildroot}%{_gnomeextensionsdir}/metadata.json +install -Dm644 grand-theft-focus@zalckos.github.com/extension.js %{buildroot}%{_gnomeextensionsdir}/extension.js %files %license LICENSE %doc README.md -%{_datadir}/gnome-shell/extensions/%{uuid} +%{_gnomeextensionsdir} %changelog * Tue Dec 30 2025 Owen Zimmerman diff --git a/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec b/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec index df42248bac..26538c0e81 100644 --- a/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec +++ b/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec @@ -7,7 +7,7 @@ Name: gnome-shell-extension-%{extension} Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 2%?dist Summary: Add multiple monitors overview and panel for GNOME Shell. This is an updated fork with GNOME 46 compatibility License: GPL-2.0-or-later URL: https://github.com/FrederykAbryan/multi-monitors-bar_fapv2 @@ -32,10 +32,10 @@ Packager: Owen Zimmerman %install find . -name "*.gschema.xml" -mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid} -install -Dm644 *.json %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ -install -Dm644 *.js %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ -install -Dm644 *.css %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ +mkdir -p %{buildroot}%{_gnomeextensionsdir} +install -Dm644 *.json %{buildroot}%{_gnomeextensionsdir}/ +install -Dm644 *.js %{buildroot}%{_gnomeextensionsdir}/ +install -Dm644 *.css %{buildroot}%{_gnomeextensionsdir}/ install -Dm644 schemas/*.gschema.xml -t %{buildroot}%{_datadir}/glib-2.0/schemas/ %post @@ -47,7 +47,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas/ &> /dev/null || : %files %license LICENSE %doc README.md -%{_datadir}/gnome-shell/extensions/%{uuid} +%{_gnomeextensionsdir} %{_datadir}/glib-2.0/schemas/*.gschema.xml %changelog diff --git a/anda/desktops/gnome/gnome-shell-extension-vicinae/gnome-shell-extension-vicinae.spec b/anda/desktops/gnome/gnome-shell-extension-vicinae/gnome-shell-extension-vicinae.spec index 281dd5678c..050e9d27b3 100644 --- a/anda/desktops/gnome/gnome-shell-extension-vicinae/gnome-shell-extension-vicinae.spec +++ b/anda/desktops/gnome/gnome-shell-extension-vicinae/gnome-shell-extension-vicinae.spec @@ -2,7 +2,7 @@ Name: gnome-shell-extension-vicinae Version: 1.5.3 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://github.com/dagimg-dot/vicinae-gnome-extension Source: %{url}/archive/refs/tags/v%{version}.tar.gz @@ -28,13 +28,13 @@ window management APIs, and paste-to-active-window capabilities. %{__bun} i && %{__bun} run build %install -mkdir -p %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid} -cp -a src/ %{buildroot}%{_datadir}/gnome-shell/extensions/%{uuid}/ +mkdir -p %{buildroot}%{_gnomeextensionsdir} +cp -a src/ %{buildroot}%{_gnomeextensionsdir}/ %files %license LICENSE %doc README.md DEVELOPMENT.md -%{_datadir}/gnome-shell/extensions/%{uuid}/ +%{_gnomeextensionsdir}/ %changelog * Sat Dec 27 2025 metcya - 1.5.3-1 From a248cc050ac1136a619c94d47b484778c4ddee2e Mon Sep 17 00:00:00 2001 From: Amy Date: Wed, 25 Feb 2026 05:55:01 +0000 Subject: [PATCH 083/288] add: breeze-plus-icon-theme (#10081) --- anda/themes/breeze-plus-icon-theme/anda.hcl | 6 ++++ .../breeze-plus-icon-theme.spec | 30 +++++++++++++++++++ .../themes/breeze-plus-icon-theme/update.rhai | 1 + 3 files changed, 37 insertions(+) create mode 100644 anda/themes/breeze-plus-icon-theme/anda.hcl create mode 100644 anda/themes/breeze-plus-icon-theme/breeze-plus-icon-theme.spec create mode 100644 anda/themes/breeze-plus-icon-theme/update.rhai diff --git a/anda/themes/breeze-plus-icon-theme/anda.hcl b/anda/themes/breeze-plus-icon-theme/anda.hcl new file mode 100644 index 0000000000..343aec0611 --- /dev/null +++ b/anda/themes/breeze-plus-icon-theme/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "breeze-plus-icon-theme.spec" + } +} diff --git a/anda/themes/breeze-plus-icon-theme/breeze-plus-icon-theme.spec b/anda/themes/breeze-plus-icon-theme/breeze-plus-icon-theme.spec new file mode 100644 index 0000000000..f52a91ba76 --- /dev/null +++ b/anda/themes/breeze-plus-icon-theme/breeze-plus-icon-theme.spec @@ -0,0 +1,30 @@ +Name: breeze-plus-icon-theme +Version: 6.19.0 +Release: 1%{?dist} +Summary: Breeze icon theme with additional icons +Packager: Amy King + +License: LGPL-2.1-only +URL: https://github.com/mjkim0727/breeze-plus +Source0: %{url}/archive/refs/tags/%{version}.tar.gz +BuildArch: noarch +%description +%summary. + +%prep +%autosetup -n breeze-plus-%{version} +%build + +%install +mkdir -p %{buildroot}%{_datadir}/icons/ +cp -r src/* %{buildroot}%{_datadir}/icons/ + + +%files +%license LICENSE +%doc README.md +%{_datadir}/icons/* + +%changelog +* Wed Feb 25 2026 Amy King - 6.19.0 +- Initial package diff --git a/anda/themes/breeze-plus-icon-theme/update.rhai b/anda/themes/breeze-plus-icon-theme/update.rhai new file mode 100644 index 0000000000..d3bcb8269e --- /dev/null +++ b/anda/themes/breeze-plus-icon-theme/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("mjkim0727/breeze-plus")); From ae0ba3538cfe8288838ab0029e82de19a3d40c3a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 06:01:08 +0000 Subject: [PATCH 084/288] bump: inputplumber --- anda/games/inputplumber/inputplumber.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/inputplumber/inputplumber.spec b/anda/games/inputplumber/inputplumber.spec index 6d2ac8cbbb..cd83a830a2 100644 --- a/anda/games/inputplumber/inputplumber.spec +++ b/anda/games/inputplumber/inputplumber.spec @@ -1,7 +1,7 @@ %global __brp_mangle_shebangs %{nil} Name: inputplumber -Version: 0.74.2 +Version: 0.75.0 Release: 1%?dist Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later From 2aa4c706243b469d23cb0cff38d87d6e8884012f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 07:15:22 +0000 Subject: [PATCH 085/288] bump: helium-browser-bin --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index 886853d042..495d6fe0dc 100644 --- a/anda/apps/helium-browser-bin/helium-browser-bin.spec +++ b/anda/apps/helium-browser-bin/helium-browser-bin.spec @@ -11,7 +11,7 @@ %endif Name: helium-browser-bin -Version: 0.9.3.1 +Version: 0.9.4.1 Release: 1%?dist Summary: Private, fast, and honest web browser based on Chromium From 595f5d09e1e1f4626b02487eee139b96728a84b0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 08:03:09 +0000 Subject: [PATCH 086/288] bump: zed-preview fresh --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/langs/rust/fresh/fresh.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 8951c4697b..0f6b3538f2 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.225.8-pre +%global ver 0.225.9-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index a12d53989d..6c2cf000e1 100644 --- a/anda/langs/rust/fresh/fresh.spec +++ b/anda/langs/rust/fresh/fresh.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: fresh -Version: 0.2.5 +Version: 0.2.9 Release: 1%?dist Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From 9ce34baabb199eceec227805d85d42f991089c4f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 09:03:52 +0000 Subject: [PATCH 087/288] bump: copyparty --- anda/tools/copyparty/copyparty.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/copyparty/copyparty.spec b/anda/tools/copyparty/copyparty.spec index 927684cdcb..0d1ab70265 100644 --- a/anda/tools/copyparty/copyparty.spec +++ b/anda/tools/copyparty/copyparty.spec @@ -1,7 +1,7 @@ %global pypi_name copyparty Name: %{pypi_name} -Version: 1.20.8 +Version: 1.20.9 Release: 1%?dist Summary: Portable, featureful, and fast file server URL: https://github.com/9001/copyparty From fe321d00c1d6d865a631c061cdc3c7047f451d8f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 10:07:52 +0000 Subject: [PATCH 088/288] bump: rust-deno --- anda/devs/deno/rust-deno.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/deno/rust-deno.spec b/anda/devs/deno/rust-deno.spec index 7c82219bcf..d7477760cb 100644 --- a/anda/devs/deno/rust-deno.spec +++ b/anda/devs/deno/rust-deno.spec @@ -6,7 +6,7 @@ %global crate deno Name: rust-deno -Version: 2.6.10 +Version: 2.7.0 Release: 1%?dist Summary: Deno executable From ed130b8d7aa4a3b3292e8c2a0179fae45c6996ab Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 11:07:24 +0000 Subject: [PATCH 089/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 278af8f7ac..9347ccba49 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 064c006339f9e5b46e43c4dfa8d0c8e1e18eeece -%global ver 0.0.39-18819 +%global commit 7c8b915ba1eae5097825b40964e8b7290945d72c +%global ver 0.0.39-18824 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 6341f704e819f9fdc8e0b5a43f4f8f86a964caf6 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 25 Feb 2026 03:55:17 -0800 Subject: [PATCH 090/288] chore(sync): frawhide -> f43 (#10091) (#10092) --- anda/apps/bazzite-portal/bazzite-portal.spec | 2 +- anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec | 2 +- anda/devs/devpod/golang-github-loft-sh-devpod.spec | 2 +- anda/system/veracrypt/veracrypt.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/bazzite-portal/bazzite-portal.spec b/anda/apps/bazzite-portal/bazzite-portal.spec index f8baba886b..74d29485e8 100644 --- a/anda/apps/bazzite-portal/bazzite-portal.spec +++ b/anda/apps/bazzite-portal/bazzite-portal.spec @@ -1,6 +1,6 @@ Name: bazzite-portal Version: 0.1.6 -Release: 2%?dist +Release: 3%?dist Summary: Bazzite Portal is a tabbed frontend for curated script execution, with a focus on distro specific QOL shortcuts URL: https://github.com/ublue-os/yafti-gtk Source0: https://github.com/ublue-os/yafti-gtk/archive/refs/tags/v%{version}.tar.gz diff --git a/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec b/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec index 9302958399..eaa26a80de 100644 --- a/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec +++ b/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec @@ -1,6 +1,6 @@ Name: bitwarden-cli.bin Version: 2026.1.0 -Release: 1%?dist +Release: 2%?dist Summary: Bitwarden command-line client License: GPL-3.0-only URL: https://bitwarden.com diff --git a/anda/devs/devpod/golang-github-loft-sh-devpod.spec b/anda/devs/devpod/golang-github-loft-sh-devpod.spec index cc6687a583..e55ea0f47e 100644 --- a/anda/devs/devpod/golang-github-loft-sh-devpod.spec +++ b/anda/devs/devpod/golang-github-loft-sh-devpod.spec @@ -17,7 +17,7 @@ and lets you use any cloud, kubernetes or just localhost docker.} loadtest/README.md Name: devpod -Release: 2%?dist +Release: 3%?dist Summary: Spin up dev environments in any infra Provides: golang-github-loft-sh-devpod BuildRequires: anda-srpm-macros mold diff --git a/anda/system/veracrypt/veracrypt.spec b/anda/system/veracrypt/veracrypt.spec index 42b37e5349..8f71f1b476 100644 --- a/anda/system/veracrypt/veracrypt.spec +++ b/anda/system/veracrypt/veracrypt.spec @@ -6,7 +6,7 @@ Name: veracrypt Version: %{sanitized_ver} -Release: 1%?dist +Release: 2%?dist Summary: Disk encryption with strong security based on TrueCrypt URL: https://veracrypt.jp/en/Home.html Source0: https://github.com/veracrypt/VeraCrypt/archive/refs/tags/VeraCrypt_%version.tar.gz From c8cdcd24786d735d33ecf66ffa7825f5be2e7198 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 13:05:28 +0000 Subject: [PATCH 091/288] bump: xone stremio-service --- anda/system/xone/stable/kmod-common/xone.spec | 2 +- anda/tools/stremio-service/stremio-service.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/xone/stable/kmod-common/xone.spec b/anda/system/xone/stable/kmod-common/xone.spec index aed98dc8c7..d87054b02c 100644 --- a/anda/system/xone/stable/kmod-common/xone.spec +++ b/anda/system/xone/stable/kmod-common/xone.spec @@ -5,7 +5,7 @@ %global firmware_hash3 e2710daf81e7b36d35985348f68a81d18bc537a2b0c508ffdfde6ac3eae1bad7 Name: xone -Version: 0.5.5 +Version: 0.5.6 Release: 1%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 diff --git a/anda/tools/stremio-service/stremio-service.spec b/anda/tools/stremio-service/stremio-service.spec index cfb0100964..735f518570 100644 --- a/anda/tools/stremio-service/stremio-service.spec +++ b/anda/tools/stremio-service/stremio-service.spec @@ -1,5 +1,5 @@ Name: stremio-service -Version: 0.1.17 +Version: 0.1.18 Release: 1%?dist Summary: Lets you run Stremio server in the background License: GPL-2.0-only AND MPL-2.0 AND (Apache-2.0 OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND BSD-3-Clause AND (Unlicense OR MIT) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND CC0-1.0 AND ISC AND MIT AND (BSD-3-Clause OR MIT OR Apache-2.0) AND Apache-2.0 AND MIT AND (Apache-2.0 OR BSL-1.0) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) From 0ea4220fc1a09b4ec867fec344a1a8e74a9c8876 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 14:06:42 +0000 Subject: [PATCH 092/288] bump(branch): xone-kmod dkms-xone --- anda/system/xone/stable/akmod/xone-kmod.spec | 2 +- anda/system/xone/stable/dkms/dkms-xone.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/xone/stable/akmod/xone-kmod.spec b/anda/system/xone/stable/akmod/xone-kmod.spec index 74b0d67e47..e4eadca00b 100644 --- a/anda/system/xone/stable/akmod/xone-kmod.spec +++ b/anda/system/xone/stable/akmod/xone-kmod.spec @@ -3,7 +3,7 @@ %global modulename xone Name: %{modulename}-kmod -Version: 0.5.5 +Version: 0.5.6 Release: 1%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 diff --git a/anda/system/xone/stable/dkms/dkms-xone.spec b/anda/system/xone/stable/dkms/dkms-xone.spec index 4cca55e293..784325c8fb 100644 --- a/anda/system/xone/stable/dkms/dkms-xone.spec +++ b/anda/system/xone/stable/dkms/dkms-xone.spec @@ -2,7 +2,7 @@ %global modulename xone Name: dkms-%{modulename} -Version: 0.5.5 +Version: 0.5.6 Release: 1%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 From 9bcc1e6a53d3961f70e71888797d25600a6af8b8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 14:14:18 +0000 Subject: [PATCH 093/288] bump: mangowc rust-koji youki zig-master-bootstrap --- anda/desktops/mangowc/mangowc.spec | 2 +- anda/langs/rust/koji/rust-koji.spec | 2 +- anda/langs/rust/youki/youki.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/desktops/mangowc/mangowc.spec b/anda/desktops/mangowc/mangowc.spec index c7db969fe8..aa582191cd 100644 --- a/anda/desktops/mangowc/mangowc.spec +++ b/anda/desktops/mangowc/mangowc.spec @@ -1,5 +1,5 @@ Name: mangowc -Version: 0.12.3 +Version: 0.12.4 Release: 1%?dist Summary: wayland compositor base wlroots and scenefx (dwm but wayland) License: GPL-3.0 diff --git a/anda/langs/rust/koji/rust-koji.spec b/anda/langs/rust/koji/rust-koji.spec index fcdd00c7b4..8cc6e7ac9a 100644 --- a/anda/langs/rust/koji/rust-koji.spec +++ b/anda/langs/rust/koji/rust-koji.spec @@ -5,7 +5,7 @@ %global altdiffname cococonscious-%{crate} Name: rust-koji -Version: 3.3.1 +Version: 3.4.0 Release: 1%?dist Summary: Interactive CLI for creating conventional commits diff --git a/anda/langs/rust/youki/youki.spec b/anda/langs/rust/youki/youki.spec index cf8d762238..a028615cff 100644 --- a/anda/langs/rust/youki/youki.spec +++ b/anda/langs/rust/youki/youki.spec @@ -1,5 +1,5 @@ Name: youki -Version: 0.5.7 +Version: 0.6.0 Release: 1%?dist Summary: A container runtime written in Rust diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index cf6d082fc4..c60dab79a6 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.16.0-dev.2637+6a9510c0e +version=0.16.0-dev.2653+784e89fd4 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 8234be17ab..0d99527d0b 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -7,7 +7,7 @@ %define llvm_compat 20 %endif %global llvm_version 20.0.0 -%global ver 0.16.0-dev.2637+6a9510c0e +%global ver 0.16.0-dev.2653+784e89fd4 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 8634c25f5eb1c35547de26cb97343df7ca9e6252 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 15:30:16 +0000 Subject: [PATCH 094/288] bump(branch): zig-master --- anda/langs/zig/master/zig-master.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index fb97007776..74f1893a27 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.2637+6a9510c0e +Version: 0.16.0~dev.2653+784e89fd4 Release: 2%?dist Summary: Master builds of the Zig language License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1 From 88ce2fd96264c4c600a72c766d1511e44e6be457 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 16:36:09 +0000 Subject: [PATCH 095/288] bump: rust-deno posthog copyparty --- anda/devs/deno/rust-deno.spec | 2 +- anda/langs/python/posthog/posthog.spec | 2 +- anda/tools/copyparty/copyparty.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/deno/rust-deno.spec b/anda/devs/deno/rust-deno.spec index d7477760cb..a089baa60f 100644 --- a/anda/devs/deno/rust-deno.spec +++ b/anda/devs/deno/rust-deno.spec @@ -6,7 +6,7 @@ %global crate deno Name: rust-deno -Version: 2.7.0 +Version: 2.7.1 Release: 1%?dist Summary: Deno executable diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 7c9f61f7f8..519108c0bf 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.9.3 +Version: 7.9.4 Release: 1%?dist Summary: Send usage data from your Python code to PostHog License: MIT diff --git a/anda/tools/copyparty/copyparty.spec b/anda/tools/copyparty/copyparty.spec index 0d1ab70265..30bb54402a 100644 --- a/anda/tools/copyparty/copyparty.spec +++ b/anda/tools/copyparty/copyparty.spec @@ -1,7 +1,7 @@ %global pypi_name copyparty Name: %{pypi_name} -Version: 1.20.9 +Version: 1.20.10 Release: 1%?dist Summary: Portable, featureful, and fast file server URL: https://github.com/9001/copyparty From b057281c745c5a930dd874f1470984290d01669b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 18:40:50 +0000 Subject: [PATCH 096/288] bump: zed-preview zed --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 0f6b3538f2..e147a39e0e 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.225.9-pre +%global ver 0.225.9 # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index 5e436ba4bb..71d2676acf 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -15,7 +15,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.224.11 +Version: 0.225.9 Release: 1%?dist Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later From 6522c8013383fb5fdc36a98209417fd0c8f6ef22 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 20:04:12 +0000 Subject: [PATCH 097/288] bump: zed-preview rpcs3 --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index e147a39e0e..e265fb6979 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.225.9 +%global ver 0.226.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 9347ccba49..b6e2a5014d 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 7c8b915ba1eae5097825b40964e8b7290945d72c -%global ver 0.0.39-18824 +%global commit 41e036473a898c46147f868dba5534666b9bd36f +%global ver 0.0.39-18847 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 6d2be7bfd742b8bcece3f01663a7978f9d3d5e98 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 20:52:13 +0000 Subject: [PATCH 098/288] bump: qdl --- anda/tools/qdl/qdl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/qdl/qdl.spec b/anda/tools/qdl/qdl.spec index 6a63a0f8c5..7ab1f65e34 100644 --- a/anda/tools/qdl/qdl.spec +++ b/anda/tools/qdl/qdl.spec @@ -1,5 +1,5 @@ Name: qdl -Version: 2.4 +Version: 2.5 Release: 1%?dist Summary: This tool communicates with USB devices of id 05c6:9008 to upload a flash loader and use this to flash images URL: https://github.com/linux-msm/qdl From 307962d6753aa485d6bd1cff9205ff4599e7f6c1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 22:50:44 +0000 Subject: [PATCH 099/288] bump: signal-desktop --- anda/apps/signal-desktop/signal-desktop.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index ef103ce9d9..c30ba48af7 100644 --- a/anda/apps/signal-desktop/signal-desktop.spec +++ b/anda/apps/signal-desktop/signal-desktop.spec @@ -2,7 +2,7 @@ Name: signal-desktop %electronmeta -aD -Version: 7.90.0 +Version: 8.0.0 Release: 1%?dist Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org From 2400e909f1a187e774dffcdda2469f8eabcc8593 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:58:20 -0600 Subject: [PATCH 100/288] add: proxy_tools (#10093) Signed-off-by: Owen-sz --- anda/langs/python/proxy-tools/anda.hcl | 6 +++ .../langs/python/proxy-tools/proxy-tools.spec | 48 +++++++++++++++++++ anda/langs/python/proxy-tools/update.rhai | 1 + 3 files changed, 55 insertions(+) create mode 100644 anda/langs/python/proxy-tools/anda.hcl create mode 100644 anda/langs/python/proxy-tools/proxy-tools.spec create mode 100644 anda/langs/python/proxy-tools/update.rhai diff --git a/anda/langs/python/proxy-tools/anda.hcl b/anda/langs/python/proxy-tools/anda.hcl new file mode 100644 index 0000000000..86f1b12c0e --- /dev/null +++ b/anda/langs/python/proxy-tools/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "proxy-tools.spec" + } +} diff --git a/anda/langs/python/proxy-tools/proxy-tools.spec b/anda/langs/python/proxy-tools/proxy-tools.spec new file mode 100644 index 0000000000..5aa2d160d7 --- /dev/null +++ b/anda/langs/python/proxy-tools/proxy-tools.spec @@ -0,0 +1,48 @@ +%global pypi_name proxy_tools +%global _desc Simple (hopefuly useful) Proxy (as in the GoF design pattern) implementation for Python. + +Name: python-%{pypi_name} +Version: 0.1.0 +Release: 1%?dist +Summary: Simple (hopefuly useful) Proxy (as in the GoF design pattern) implementation for Python +License: BSD-2-clause +URL: https://github.com/jtushman/proxy_tools +Source0: %{pypi_source} +Source1: https://github.com/jtushman/proxy_tools/blob/master/LICENSE.txt +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-setuptools + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +Provides: %{pypi_name} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} +cp %{S:1} . + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE.txt + +%changelog +* Wed Feb 25 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/proxy-tools/update.rhai b/anda/langs/python/proxy-tools/update.rhai new file mode 100644 index 0000000000..ca96bafaed --- /dev/null +++ b/anda/langs/python/proxy-tools/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("proxy_tools")); From ad906e8de327a52f75a30585235847711a487fd4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Feb 2026 23:28:01 +0000 Subject: [PATCH 101/288] bump: nodejs-backport limine --- anda/devs/backport/nodejs-backport.spec | 4 ++-- anda/system/limine/limine.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/backport/nodejs-backport.spec b/anda/devs/backport/nodejs-backport.spec index 92ec52ef11..121d9cf062 100644 --- a/anda/devs/backport/nodejs-backport.spec +++ b/anda/devs/backport/nodejs-backport.spec @@ -3,8 +3,8 @@ %bcond test 0 Name: nodejs-%{npm_name} -Version: 10.2.0 -Release: 3%{?dist} +Version: 10.4.0 +Release: 1%?dist Summary: Backport GitHub commits SourceLicense: Apache-2.0 License: 0BSD AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND (MIT OR CC0-1.0) AND (WTFPL OR ISC) diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index 8b67755128..b6eaafbb60 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 10.8.0 +Version: 10.8.1 Release: 1%?dist Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause From ee8a88ebd68a8e82b6df33dd3f30ef8a88e76449 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 02:05:07 +0000 Subject: [PATCH 102/288] bump: limine --- anda/system/limine/limine.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index b6eaafbb60..f1d51b3d75 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 10.8.1 +Version: 10.8.2 Release: 1%?dist Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause From 35ec2cbb45218d0fdc98fca80671332722e6a0d1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 02:29:35 +0000 Subject: [PATCH 103/288] bump(nightly): mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama scx-scheds-nightly natscli spotx-bash --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 6 +++--- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 2ba36a1926..827950997f 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit 92ed2d2ef053e7c7d879e483adb3789c9526d356 +%global commit d54bad5636924ab3f39cb6e397b94b6aa8a7c433 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260225 +%global commit_date 20260226 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 6769af32dd..e3b536c9c0 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit d1a32d382bfa261065ba6b2481cd39513f08d7f9 +%global commit 74ba971ebaca7e5ce20b1e30ee916a8f0704bd8d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-02-25 +%global fulldate 2026-02-26 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 5ff0dd6a42..e1fa2f8eaa 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 23f7bde1b96a513b7e465d5d15e24a61f873ac0f +%global commit 2ec2b4c600a43a3127d3924a0dc66f29e44ac60f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260225 -%global ver 0.226.0 +%global commit_date 20260226 +%global ver 0.227.0 %bcond_with check %bcond_with debug_no_build diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 8ea2f6d1de..9f285a1d79 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -3,10 +3,10 @@ %global name_pretty %{quote:Prism Launcher (Nightly)} %global appid org.prismlauncher.PrismLauncher-nightly -%global commit c36fadee70d34381bcfdf58ddcb40238f48dd194 +%global commit 83e0b939380afbd3af8649752984582dd78135e3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260225 +%global commit_date 20260226 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index cc6242dade..0e4a783aca 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit f3d07ff114d6b9d06e8998b024c66bbde9aa1669 +%global commit a3157537e17173f36e7d7eefd500bdee14db5568 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260225 +%global commit_date 20260226 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index d7e4222a66..7f98189a73 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit fdbb8d5e343a36045d28caeae255c87c45da1946 -%global commit_date 20260225 +%global commit d6cdd5ec6d787ec491d73616fb8062e207cb5b33 +%global commit_date 20260226 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 0e35ca4b32..7bfb0c00e6 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1d7cc866a2d57c8af28d6cd322d4a55874d9e050 +%global commit f9815fac4329ca5d0d7bf9de9e3473271d66e8d9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260225 +%global commitdate 20260226 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index a64f7c100d..cbbf871989 100644 --- a/anda/tools/natscli/natscli.spec +++ b/anda/tools/natscli/natscli.spec @@ -1,7 +1,7 @@ # https://github.com/nats-io/natscli %global goipath github.com/nats-io/natscli -%global commit 230f98c9b534b7fba43a66437fe8b3b36de05184 -%global commit_date 20260225 +%global commit 5ad6f60e3dfe50ca4976584315c3776f4115e094 +%global commit_date 20260226 %global shortcommit %{sub %{commit} 1 7} %gometa -f diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 1393359ad2..f22985006d 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit d41bb67052eb3346bff152014b88f58a02490296 -%global commit_date 20260225 +%global commit 496309d7ca789c7e24c87f12f081d80ced115d48 +%global commit_date 20260226 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From f10c1c8ecfb2ebe944d7a5d474b95a9a92319ad2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 06:38:36 +0000 Subject: [PATCH 104/288] bump: rust-chess-tui --- anda/games/chess-tui/rust-chess-tui.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/chess-tui/rust-chess-tui.spec b/anda/games/chess-tui/rust-chess-tui.spec index 6b16757f82..3c9937bd25 100644 --- a/anda/games/chess-tui/rust-chess-tui.spec +++ b/anda/games/chess-tui/rust-chess-tui.spec @@ -4,7 +4,7 @@ %global crate chess-tui Name: rust-chess-tui -Version: 2.4.0 +Version: 2.5.0 Release: 1%?dist Summary: Rusty chess game in your terminal 🦀 From 7bfae5ead7d149ac5d7207535a71bdd86d7ac35c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 11:05:58 +0000 Subject: [PATCH 105/288] bump: rust-chess-tui rust-mise --- anda/games/chess-tui/rust-chess-tui.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/chess-tui/rust-chess-tui.spec b/anda/games/chess-tui/rust-chess-tui.spec index 3c9937bd25..bac8b542a9 100644 --- a/anda/games/chess-tui/rust-chess-tui.spec +++ b/anda/games/chess-tui/rust-chess-tui.spec @@ -4,7 +4,7 @@ %global crate chess-tui Name: rust-chess-tui -Version: 2.5.0 +Version: 2.5.1 Release: 1%?dist Summary: Rusty chess game in your terminal 🦀 diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index ac7cbb4d7b..89ddf786bd 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.2.20 +Version: 2026.2.21 Release: 1%?dist Summary: Front-end to your dev env From 15770c56741691726a6e3737eec7d78497f01e2a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 13:07:15 +0000 Subject: [PATCH 106/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index b6e2a5014d..7f5a080c57 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 41e036473a898c46147f868dba5534666b9bd36f -%global ver 0.0.39-18847 +%global commit 60db25980f3220bcb47f902cf051dba467913d82 +%global ver 0.0.39-18849 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 1c43f7e2798b39ee0cfb3444efc7ea53253e586d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 15:08:05 +0000 Subject: [PATCH 107/288] bump: asusctl --- anda/system/asusctl/asusctl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/asusctl/asusctl.spec b/anda/system/asusctl/asusctl.spec index 9dfdbbf003..8cf4ca1f8b 100644 --- a/anda/system/asusctl/asusctl.spec +++ b/anda/system/asusctl/asusctl.spec @@ -4,7 +4,7 @@ %define _unpackaged_files_terminate_build 0 Name: asusctl -Version: 6.3.3 +Version: 6.3.4 Release: 1%?dist Epoch: 1 Summary: A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops From f0c7e1a97e3ee6382f90d9f1eaa0af3a3a0a83ff Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:23:51 -0600 Subject: [PATCH 108/288] fix (signal-desktop): proper license identifier (#10101) --- anda/apps/signal-desktop/signal-desktop.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index c30ba48af7..89c4174a1d 100644 --- a/anda/apps/signal-desktop/signal-desktop.spec +++ b/anda/apps/signal-desktop/signal-desktop.spec @@ -3,13 +3,13 @@ Name: signal-desktop %electronmeta -aD Version: 8.0.0 -Release: 1%?dist +Release: 2%?dist Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org Source0: https://github.com/signalapp/Signal-Desktop/archive/refs/tags/v%{version}.tar.gz Source1: signal.desktop Source2: org.signal.Signal.metainfo.xml -License: AGPL-3.0 AND %{electron_license} +License: AGPL-3.0-only AND %{electron_license} BuildRequires: pulseaudio-libs-devel BuildRequires: libX11-devel From b8f01213315d8e8210d6c74084564d938e2afbe9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 17:15:19 +0000 Subject: [PATCH 109/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index f8628a2e71..b65958d185 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.22.231307 +Version: 2026.02.26.162634 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 4647f99b793ca38f8a01fb63edad3fb5fb53dc38 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 18:06:08 +0000 Subject: [PATCH 110/288] bump: DirectXShaderCompiler vicinae --- anda/lib/directxshadercompiler/DirectXShaderCompiler.spec | 4 ++-- anda/system/vicinae/vicinae.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/directxshadercompiler/DirectXShaderCompiler.spec b/anda/lib/directxshadercompiler/DirectXShaderCompiler.spec index 98a8837bc1..61a791ba5d 100644 --- a/anda/lib/directxshadercompiler/DirectXShaderCompiler.spec +++ b/anda/lib/directxshadercompiler/DirectXShaderCompiler.spec @@ -3,8 +3,8 @@ # Metadata. Name: DirectXShaderCompiler -Version: 1.8.2505.1 -Release: 5%?dist +Version: 1.9.2602 +Release: 1%?dist Summary: A Direct X Shader compiler. License: MIT Packager: libffi diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index 5765f692cc..56b46c2dab 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.19.9 +Version: 0.20.0 Release: 1%?dist License: GPL-3.0 URL: https://docs.vicinae.com From 36d8677885f19cea872b4d3e6c2def297f76e4ec Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 19:39:45 +0000 Subject: [PATCH 111/288] bump(branch): gstreamer1-plugin-libav gstreamer1-plugins-ugly --- .../gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec | 2 +- .../gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec b/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec index 4d8af3578a..469e7906e1 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec @@ -1,5 +1,5 @@ Name: gstreamer1-plugin-libav -Version: 1.28.0 +Version: 1.28.1 Release: 1%?dist Epoch: 1 Summary: GStreamer Libav plugin diff --git a/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec b/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec index 53743feca6..322338fb43 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec @@ -1,7 +1,7 @@ %global majorminor 1.0 Name: gstreamer1-plugins-ugly -Version: 1.28.0 +Version: 1.28.1 Release: 1%?dist Epoch: 2 Summary: GStreamer streaming media framework "ugly" plugins From 8c6b35ac471d18d1de85fc8d28cb82d3055e7257 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:45:06 -0600 Subject: [PATCH 112/288] chore (yazi): specify licenses (#10100) * chore (yazi): specify licenses Signed-off-by: Owen-sz * spec bloat Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen-sz Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/rust/yazi/yazi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/rust/yazi/yazi.spec b/anda/langs/rust/yazi/yazi.spec index fdf01332a6..c19630dbb9 100644 --- a/anda/langs/rust/yazi/yazi.spec +++ b/anda/langs/rust/yazi/yazi.spec @@ -2,11 +2,11 @@ Name: yazi Version: 26.1.22 -Release: 1%?dist +Release: 2%?dist Summary: Blazing fast terminal file manager written in Rust, based on async I/O URL: https://yazi-rs.github.io/ Source0: https://github.com/sxyazi/yazi/archive/refs/tags/v%version.tar.gz -License: MIT +License: MIT AND (MIT OR Apache-2.0) AND NCSA AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND ISC AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR Apache-2.0) AND BSL-1.0 AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0) AND ISC AND (MIT OR Apache-2.0 OR BSD-1-Clause) AND (MIT OR Apache-2.0 OR CC0-1.0) AND MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold Packager: Owen Zimmerman From ef051e98380b2a8e72b8e2d7df0cf799d0a90ff8 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:46:45 -0600 Subject: [PATCH 113/288] add: surge (#10098) Signed-off-by: Owen-sz --- anda/tools/surge/anda.hcl | 5 +++++ anda/tools/surge/surge.spec | 41 ++++++++++++++++++++++++++++++++++++ anda/tools/surge/update.rhai | 1 + 3 files changed, 47 insertions(+) create mode 100644 anda/tools/surge/anda.hcl create mode 100644 anda/tools/surge/surge.spec create mode 100644 anda/tools/surge/update.rhai diff --git a/anda/tools/surge/anda.hcl b/anda/tools/surge/anda.hcl new file mode 100644 index 0000000000..be401dcc91 --- /dev/null +++ b/anda/tools/surge/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "surge.spec" + } +} diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec new file mode 100644 index 0000000000..89d950d093 --- /dev/null +++ b/anda/tools/surge/surge.spec @@ -0,0 +1,41 @@ +%global goipath github.com/surge-downloader/surge +Version: 0.6.9 + +%gometa + +Name: surge +Release: 1%?dist +Summary: Blazing fast TUI download manager built in Go for power users + +License: MIT +URL: https://github.com/surge-downloader/Surge +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz + +Packager: Owen Zimmerman + +BuildRequires: golang gcc go-rpm-macros +Requires: glibc + +%description +%{summary}. + +%gopkg + +%prep +%autosetup -n Surge-%{version} + +%build +%define gomodulesmode GO111MODULE=on +%gobuild -o %{gobuilddir}/bin/surge %{goipath} + +%install +install -Dm755 %{gobuilddir}/bin/surge %{buildroot}%{_bindir}/surge + +%files +%license LICENSE +%doc README.md +%{_bindir}/surge + +%changelog +* Tue Feb 24 2026 Owen Zimmerman +- Initial commit diff --git a/anda/tools/surge/update.rhai b/anda/tools/surge/update.rhai new file mode 100644 index 0000000000..301d54ee48 --- /dev/null +++ b/anda/tools/surge/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("surge-downloader/Surge")); From 3846e26ab79063bc8c6d41acb035a37d677825ef Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 19:54:11 +0000 Subject: [PATCH 114/288] bump: butler-bin --- anda/tools/butler-bin/butler-bin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/butler-bin/butler-bin.spec b/anda/tools/butler-bin/butler-bin.spec index 0459d42e6c..a39d0f3b2d 100644 --- a/anda/tools/butler-bin/butler-bin.spec +++ b/anda/tools/butler-bin/butler-bin.spec @@ -1,5 +1,5 @@ Name: butler-bin -Version: 15.26.0 +Version: 15.26.1 Release: 1%?dist Summary: Command-line itch.io helper. URL: https://itch.io/docs/butler From 3cd9212185fe03b4dd75a405c85fb05027c9d3f6 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 26 Feb 2026 13:58:57 -0600 Subject: [PATCH 115/288] add: termflix (#10099) * add: termflix Signed-off-by: Owen-sz * builder has this Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen-sz Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/termflix/anda.hcl | 5 +++++ anda/tools/termflix/termflix.spec | 35 +++++++++++++++++++++++++++++++ anda/tools/termflix/update.rhai | 1 + 3 files changed, 41 insertions(+) create mode 100644 anda/tools/termflix/anda.hcl create mode 100644 anda/tools/termflix/termflix.spec create mode 100644 anda/tools/termflix/update.rhai diff --git a/anda/tools/termflix/anda.hcl b/anda/tools/termflix/anda.hcl new file mode 100644 index 0000000000..54414b31bf --- /dev/null +++ b/anda/tools/termflix/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "termflix.spec" + } +} diff --git a/anda/tools/termflix/termflix.spec b/anda/tools/termflix/termflix.spec new file mode 100644 index 0000000000..e0efce11c1 --- /dev/null +++ b/anda/tools/termflix/termflix.spec @@ -0,0 +1,35 @@ +Name: termflix +Version: 0.4.1 +Release: 1%?dist +Summary: Terminal animation player with 43 procedurally generated animations, multiple render modes, and true color support + +License: MIT AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MPL-2.0 +URL: https://github.com/paulrobello/termflix +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz + +BuildRequires: cargo-rpm-macros >= 24 + +Packager: Owen Zimmerman + +%description +%{summary}. + +%prep +%autosetup -n %{name}-%{version} +%cargo_prep_online + +%build +%cargo_build +%{cargo_license_online} > LICENSE.dependencies + +%install +install -Dm 755 target/rpm/%{name} -t %{buildroot}%{_bindir} + +%files +%doc README.md +%license LICENSE LICENSE.dependencies +%{_bindir}/%{name} + +%changelog +* Thu Feb 26 2026 Owen Zimmerman +- Initial commit diff --git a/anda/tools/termflix/update.rhai b/anda/tools/termflix/update.rhai new file mode 100644 index 0000000000..f4d53a76bc --- /dev/null +++ b/anda/tools/termflix/update.rhai @@ -0,0 +1 @@ +rpm.version(crates("termflix")); From a1f3d55fc15dfeab7e3f4472f43517a27dbb5cff Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 20:38:27 +0000 Subject: [PATCH 116/288] bump: heroic-games-launcher termflix --- anda/games/heroic-games-launcher/heroic-games-launcher.spec | 4 ++-- anda/tools/termflix/termflix.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/heroic-games-launcher/heroic-games-launcher.spec b/anda/games/heroic-games-launcher/heroic-games-launcher.spec index ba75cb0dc3..5d311e425d 100644 --- a/anda/games/heroic-games-launcher/heroic-games-launcher.spec +++ b/anda/games/heroic-games-launcher/heroic-games-launcher.spec @@ -2,13 +2,13 @@ %global git_name %(echo %{org_name} | sed 's/-//g') %global appid com.heroicgameslauncher.hgl %global shortname heroic -%global legendary_version 0.20.41 +%global legendary_version 0.20.42 %global gogdl_version 1.2.1 %global nile_version 1.1.2 %global comet_version 0.2.0 Name: %{shortname}-games-launcher -Version: 2.20.0 +Version: 2.20.1 Release: 1%?dist Summary: A games launcher for GOG, Amazon, and Epic Games License: GPL-3.0-only AND MIT AND BSD-3-Clause diff --git a/anda/tools/termflix/termflix.spec b/anda/tools/termflix/termflix.spec index e0efce11c1..7c75d40de7 100644 --- a/anda/tools/termflix/termflix.spec +++ b/anda/tools/termflix/termflix.spec @@ -1,5 +1,5 @@ Name: termflix -Version: 0.4.1 +Version: 0.4.2 Release: 1%?dist Summary: Terminal animation player with 43 procedurally generated animations, multiple render modes, and true color support From 19caab7abf8f3b238e3655344f8097f0c049d8a3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 22:19:01 +0000 Subject: [PATCH 117/288] bump: discord-canary-openasar discord-canary discord-ptb-openasar discord-ptb --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec | 2 +- anda/apps/discord-ptb/discord-ptb.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 70013a03d8..2d538aa983 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.877 +Version: 0.0.878 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 39cea07884..903e38cfb8 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.877 +Version: 0.0.878 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec index b83932afbe..621a6e2164 100644 --- a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec +++ b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-ptb-openasar -Version: 0.0.178 +Version: 0.0.179 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-ptb/discord-ptb.spec b/anda/apps/discord-ptb/discord-ptb.spec index ec7855961c..92d0874409 100644 --- a/anda/apps/discord-ptb/discord-ptb.spec +++ b/anda/apps/discord-ptb/discord-ptb.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-ptb -Version: 0.0.178 +Version: 0.0.179 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com From a664a6c315b9f7b7600c069338523501fc5ad45c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 22:56:19 +0000 Subject: [PATCH 118/288] bump: discord-canary-openasar discord-canary --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 2d538aa983..ed298b8fa8 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.878 +Version: 0.0.879 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 903e38cfb8..14ad60630e 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.878 +Version: 0.0.879 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From 0d7c7a2fba899796eab3c8b81c109cff6450f7ef Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Feb 2026 23:57:58 +0000 Subject: [PATCH 119/288] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index c60dab79a6..b11d41ad33 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.16.0-dev.2653+784e89fd4 +version=0.16.0-dev.2670+56253d9e3 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 0d99527d0b..6b95fdaa1d 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -7,7 +7,7 @@ %define llvm_compat 20 %endif %global llvm_version 20.0.0 -%global ver 0.16.0-dev.2653+784e89fd4 +%global ver 0.16.0-dev.2670+56253d9e3 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 5ccb2d30b746781f298240f314a02f3aad22b1d0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 01:26:57 +0000 Subject: [PATCH 120/288] bump(branch): zig-master --- anda/langs/zig/master/zig-master.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 74f1893a27..1875a467de 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.2653+784e89fd4 +Version: 0.16.0~dev.2670+56253d9e3 Release: 2%?dist Summary: Master builds of the Zig language License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1 From a161d8f23a6a237730817419f16ceaab2dfbdd65 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 02:28:17 +0000 Subject: [PATCH 121/288] bump(nightly): android-studio-canary ghostty-nightly zed-nightly nim-nightly vala-nightly opentabletdriver-nightly HeadsetControl-nightly glasgow --- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/vala/vala-nightly/vala-nightly.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- anda/tools/glasgow/glasgow.spec | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index 55be7d94f3..ce118c5bc6 100644 --- a/anda/devs/android-studio/canary/android-studio-canary.spec +++ b/anda/devs/android-studio/canary/android-studio-canary.spec @@ -16,7 +16,7 @@ %global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$ Name: android-studio-canary -Version: 2025.3.3.1 +Version: 2025.3.3.2 Release: 1%?dist Summary: Official IDE for Android development (Canary build) License: Apache-2.0 @@ -24,7 +24,7 @@ Packager: veuxit ExclusiveArch: x86_64 URL: https://developer.android.com/studio/preview -%define suffixS panda3-canary1 +%define suffixS panda3-canary2 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index e3b536c9c0..a18aaba221 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 74ba971ebaca7e5ce20b1e30ee916a8f0704bd8d +%global commit 336ca188457f08df89f5682cdb39288f7b40c946 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-02-26 +%global fulldate 2026-02-27 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index e1fa2f8eaa..be2d18cbc1 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 2ec2b4c600a43a3127d3924a0dc66f29e44ac60f +%global commit 9ff0b0206f27d5d523bdfb536163b8929ac4aae7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260226 +%global commit_date 20260227 %global ver 0.227.0 %bcond_with check diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 0e4a783aca..40284c50b4 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit a3157537e17173f36e7d7eefd500bdee14db5568 +%global commit 358d9b4497189070bd1243601e59ea33be38c5fc %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260226 +%global commit_date 20260227 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/vala/vala-nightly/vala-nightly.spec b/anda/langs/vala/vala-nightly/vala-nightly.spec index ee4f5b948d..90f01976b7 100644 --- a/anda/langs/vala/vala-nightly/vala-nightly.spec +++ b/anda/langs/vala/vala-nightly/vala-nightly.spec @@ -3,11 +3,11 @@ %global priority 90 %global real_name vala -%global commit d680994c54dd34b8bd3bd808f0023be19ea647da +%global commit 4506a74bd2a997f23957b5cc6c0cc721c98dbae9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global repo https://gitlab.gnome.org/GNOME/%{real_name}.git -%global commit_date 20250903 +%global commit_date 20260227 %global snapshot_info %{commit_date}.%{shortcommit} Name: vala-nightly diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 083508c55f..e604953a99 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit df28455f68f2282b2244b51e575ca1a2828523b7 +%global commit ecf0e5f6cef7bcae3a39fb8dbb09cdacf0105d1b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260222 +%global commit_date 20260227 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index e0ef33c0b4..17da18a7b1 100644 --- a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec +++ b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec @@ -1,6 +1,6 @@ %global _udevrulesdir /usr/lib/udev/rules.d -%global commit 8d1661195b3eef99c1f5f30d92da970cc6611f4f +%global commit 902e9bc8b17c60923a70ac27c005cd5cb66de449 %global commitdate 20251121 %global shortcommit %(c=%{commit}; echo ${c:0:7}) diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 3e99b04b14..ef3887c6a9 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit cd82d9f41f1ee5f683b96607e1c998320e45982b -%global commit_date 20260224 +%global commit d16d5cece73e686b3776457a45523dad64a1165e +%global commit_date 20260227 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow From ef2f074965c1db234296fc2e16251138d61dba37 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 02:37:59 +0000 Subject: [PATCH 122/288] bump: discord-canary-openasar discord-canary ruffle-nightly kvrocks python3-protobuf rust-zoi-rs --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/devs/kvrocks/kvrocks.spec | 2 +- anda/langs/python/protobuf/python3-protobuf.spec | 2 +- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index ed298b8fa8..20ebd84ea7 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.879 +Version: 0.0.880 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 14ad60630e..f4e1b72978 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.879 +Version: 0.0.880 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 73d70e0c6f..d3d22da4d2 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-02-25 +%global ver 2026-02-27 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/devs/kvrocks/kvrocks.spec b/anda/devs/kvrocks/kvrocks.spec index 39cbf442dd..eac6b8437d 100644 --- a/anda/devs/kvrocks/kvrocks.spec +++ b/anda/devs/kvrocks/kvrocks.spec @@ -1,5 +1,5 @@ Name: kvrocks -Version: 2.14.0 +Version: 2.15.0 Release: 1%?dist Summary: Distributed key value NoSQL database that uses RocksDB License: Apache-2.0 diff --git a/anda/langs/python/protobuf/python3-protobuf.spec b/anda/langs/python/protobuf/python3-protobuf.spec index 428dfe629d..5baebc42de 100644 --- a/anda/langs/python/protobuf/python3-protobuf.spec +++ b/anda/langs/python/protobuf/python3-protobuf.spec @@ -2,7 +2,7 @@ %global pypi_name protobuf Name: python-%{pypi_name} -Version: 6.33.5 +Version: 7.34.0 Release: 1%?dist Summary: Protocol Buffers diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index 97a73afddb..ddfcbfd473 100644 --- a/anda/langs/rust/zoi/rust-zoi-rs.spec +++ b/anda/langs/rust/zoi/rust-zoi-rs.spec @@ -1,7 +1,7 @@ %define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %global crate zoi-rs -%global crate_version 1.5.0 +%global crate_version 1.6.0 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') From 705871e8d1d37606c3f03a178db84959efc7d8a5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 04:26:18 +0000 Subject: [PATCH 123/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 7f5a080c57..d27d8f1295 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 60db25980f3220bcb47f902cf051dba467913d82 -%global ver 0.0.39-18849 +%global commit b30a20c2dc368f76e81ee484d2322a2c35848656 +%global ver 0.0.39-18850 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From a732317e4a7ea24805cd634570a646eff0d64dcf Mon Sep 17 00:00:00 2001 From: Gilver Date: Thu, 26 Feb 2026 22:46:20 -0600 Subject: [PATCH 124/288] chore(steam): Add new runtime dep and add temporary rhbz2387674 workaround (#10119) Signed-off-by: Gilver --- anda/games/steam/steam.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/anda/games/steam/steam.spec b/anda/games/steam/steam.spec index ee21b44b5b..bc423ccb40 100644 --- a/anda/games/steam/steam.spec +++ b/anda/games/steam/steam.spec @@ -5,7 +5,7 @@ Name: steam Version: 1.0.0.85 -Release: 2%?dist +Release: 3%?dist Summary: Installer for the Steam software distribution service # Redistribution and repackaging for Linux is allowed, see license file. udev rules are MIT. License: Steam License Agreement and MIT @@ -43,6 +43,7 @@ BuildRequires: systemd # Required to run the initial setup Requires: tar Requires: zenity +Requires: xz # Most games use OpenGL, some games already use Vulkan. Vulkan is also required # for Steam Play to run Windows games through emulation. i686 version of these @@ -175,6 +176,12 @@ desktop-file-edit --remove-key=X-KDE-RunOnDiscreteGpu %{buildroot}%{_datadir}/ap desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appstream_id}.metainfo.xml +%if 0%{?fedora} >= 44 +%post +# Workaround for https://fedoraproject.org/wiki/Changes/droppingOfCertPemFile#Temporary_fix +update-ca-trust extract --rhbz2387674 +%endif + %files %license COPYING steam_subscriber_agreement.txt %doc debian/changelog README.Fedora From 4751f09516170273c2ea11d7bb85e74e67af9278 Mon Sep 17 00:00:00 2001 From: Pornpipat Popum Date: Fri, 27 Feb 2026 04:46:32 +0000 Subject: [PATCH 125/288] fix: TH Sarabun New PSK font files (#10118) --- anda/fonts/sipa/sipa-fonts.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/fonts/sipa/sipa-fonts.spec b/anda/fonts/sipa/sipa-fonts.spec index d6b5dac8b8..68948332bf 100644 --- a/anda/fonts/sipa/sipa-fonts.spec +++ b/anda/fonts/sipa/sipa-fonts.spec @@ -5,7 +5,7 @@ # namespace %global fontorg th.or.sipa Version: 20200217 -Release: 7%{?dist} +Release: 8%{?dist} URL: https://www.nstda.or.th/home/news_post/thai-font/ %global fontlicense LicenseRef-DIP-SIPA AND OFL-1.1-RFN %global fontlicenses LICENSE @@ -59,7 +59,7 @@ BuildArch: noarch %global fontfamily1 TH Sarabun PSK %global foundry1 Suppakit Chalermlarp -%global fonts1 'TH Sarabun'*.ttf +%global fonts1 'TH Sarabun'.ttf 'TH Sarabun Italic.ttf' 'TH Sarabun Bold.ttf' 'TH Sarabun BoldItalic.ttf' %global fontsummary1 %{fontfamily1} font family %global fontdescription1 %{common_description} From fbc2a0a6892447296ecb91995aada59d81d5d365 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 05:35:28 +0000 Subject: [PATCH 126/288] bump: zed-preview zed --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index e265fb6979..4d46b346d8 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.226.0-pre +%global ver 0.226.1-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index 71d2676acf..3b2e190e4d 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -15,7 +15,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.225.9 +Version: 0.225.10 Release: 1%?dist Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later From b199c1b577ee2afc49effa1a753d11c4a18901f7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 07:29:26 +0000 Subject: [PATCH 127/288] bump: bun-bin --- anda/devs/bun/bun-bin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/bun/bun-bin.spec b/anda/devs/bun/bun-bin.spec index bcda56b73d..3a9be7624f 100644 --- a/anda/devs/bun/bun-bin.spec +++ b/anda/devs/bun/bun-bin.spec @@ -8,7 +8,7 @@ %global appid sh.oven.bun Name: bun-bin -Version: 1.3.9 +Version: 1.3.10 Release: 1%?dist Summary: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one License: MIT From eaeac761c568601e9ca0367956fb2f6d75d0abd6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 08:03:40 +0000 Subject: [PATCH 128/288] bump: rust-zoi-rs pixi --- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- anda/system/pixi/pixi.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index ddfcbfd473..3c3eff6b00 100644 --- a/anda/langs/rust/zoi/rust-zoi-rs.spec +++ b/anda/langs/rust/zoi/rust-zoi-rs.spec @@ -1,7 +1,7 @@ %define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %global crate zoi-rs -%global crate_version 1.6.0 +%global crate_version 1.7.0 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') diff --git a/anda/system/pixi/pixi.spec b/anda/system/pixi/pixi.spec index bc480b930f..3c61c3c59d 100644 --- a/anda/system/pixi/pixi.spec +++ b/anda/system/pixi/pixi.spec @@ -1,5 +1,5 @@ Name: pixi -Version: 0.64.0 +Version: 0.65.0 Release: 1%?dist Summary: A cross-platform, multi-language package manager License: BSD-3-Clause From 42428fc632ed11aef99f7e9c4e71d087bccd4356 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 09:50:52 +0000 Subject: [PATCH 129/288] bump: arduino-app-cli --- anda/tools/arduino-app-cli/arduino-app-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/arduino-app-cli/arduino-app-cli.spec b/anda/tools/arduino-app-cli/arduino-app-cli.spec index c9a290a74e..6da107809b 100644 --- a/anda/tools/arduino-app-cli/arduino-app-cli.spec +++ b/anda/tools/arduino-app-cli/arduino-app-cli.spec @@ -1,5 +1,5 @@ %global goipath github.com/arduino/arduino-app-cli -Version: 0.8.2 +Version: 0.8.3 %gometa -f From 430f7406bac6f2934883ce04e30fd2b2d424fa1c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 10:24:09 +0000 Subject: [PATCH 130/288] bump: rust-mise --- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 89ddf786bd..a1f210a4f0 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.2.21 +Version: 2026.2.22 Release: 1%?dist Summary: Front-end to your dev env From f67c2a42f645ed3d8da79dbadb1badd8060d0542 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 13:22:02 +0000 Subject: [PATCH 131/288] bump: throne python3-pillow-heif xone --- anda/apps/throne/Sagernet.SingBox.Version.txt | 2 +- anda/langs/python/pillow-heif/python3-pillow-heif.spec | 2 +- anda/system/xone/stable/kmod-common/xone.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/throne/Sagernet.SingBox.Version.txt b/anda/apps/throne/Sagernet.SingBox.Version.txt index b67ca3fc7c..d2e4abba67 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.12.22 \ No newline at end of file +v1.12.23 \ No newline at end of file diff --git a/anda/langs/python/pillow-heif/python3-pillow-heif.spec b/anda/langs/python/pillow-heif/python3-pillow-heif.spec index 7a803ef088..f162a76407 100644 --- a/anda/langs/python/pillow-heif/python3-pillow-heif.spec +++ b/anda/langs/python/pillow-heif/python3-pillow-heif.spec @@ -6,7 +6,7 @@ %bcond_with doc Name: python-%{srcname} -Version: 1.2.1 +Version: 1.3.0 Release: 1%?dist Summary: Python library for working with HEIF images and plugin for Pillow diff --git a/anda/system/xone/stable/kmod-common/xone.spec b/anda/system/xone/stable/kmod-common/xone.spec index d87054b02c..47a5ecafc7 100644 --- a/anda/system/xone/stable/kmod-common/xone.spec +++ b/anda/system/xone/stable/kmod-common/xone.spec @@ -5,7 +5,7 @@ %global firmware_hash3 e2710daf81e7b36d35985348f68a81d18bc537a2b0c508ffdfde6ac3eae1bad7 Name: xone -Version: 0.5.6 +Version: 0.5.7 Release: 1%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 From 3d015a10301d455036dfcbb3eaaddfffe6c264a4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 14:36:09 +0000 Subject: [PATCH 132/288] bump(branch): xone-kmod dkms-xone --- anda/system/xone/stable/akmod/xone-kmod.spec | 2 +- anda/system/xone/stable/dkms/dkms-xone.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/xone/stable/akmod/xone-kmod.spec b/anda/system/xone/stable/akmod/xone-kmod.spec index e4eadca00b..319fd965e6 100644 --- a/anda/system/xone/stable/akmod/xone-kmod.spec +++ b/anda/system/xone/stable/akmod/xone-kmod.spec @@ -3,7 +3,7 @@ %global modulename xone Name: %{modulename}-kmod -Version: 0.5.6 +Version: 0.5.7 Release: 1%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 diff --git a/anda/system/xone/stable/dkms/dkms-xone.spec b/anda/system/xone/stable/dkms/dkms-xone.spec index 784325c8fb..57cbc4cc8b 100644 --- a/anda/system/xone/stable/dkms/dkms-xone.spec +++ b/anda/system/xone/stable/dkms/dkms-xone.spec @@ -2,7 +2,7 @@ %global modulename xone Name: dkms-%{modulename} -Version: 0.5.6 +Version: 0.5.7 Release: 1%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 From 10e585e5525a48eafd20d891a76af0eabca7e250 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 14:57:19 +0000 Subject: [PATCH 133/288] bump: komikku --- anda/apps/komikku/komikku.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/komikku/komikku.spec b/anda/apps/komikku/komikku.spec index ed3915877c..fda3d482f6 100644 --- a/anda/apps/komikku/komikku.spec +++ b/anda/apps/komikku/komikku.spec @@ -3,10 +3,10 @@ %global gtk4_version 4.14.4 %global libadwaita_version 1.5.1 %global pure_protobuf_version 2.0.0 -%global raw_ver v1.103.0 +%global raw_ver v1.104.0 Name: komikku -Version: 1.103.0 +Version: 1.104.0 %forgemeta Release: 1%?dist Summary: A manga reader for GNOME From e6be7b73ba3daf58e034c9bc53ec304e65fc9843 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 16:21:16 +0000 Subject: [PATCH 134/288] bump: snow --- anda/apps/snow/snow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/snow/snow.spec b/anda/apps/snow/snow.spec index 4213960fa7..0bb93ca86b 100644 --- a/anda/apps/snow/snow.spec +++ b/anda/apps/snow/snow.spec @@ -1,5 +1,5 @@ Name: snow -Version: 1.3.0 +Version: 1.3.1 Release: 1%?dist Summary: Classic Macintosh emulator URL: https://github.com/twvd/snow From 0432dde5926e82b892ee4ed929fc9d62d0819b75 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 17:03:29 +0000 Subject: [PATCH 135/288] bump: typos --- anda/tools/typos/typos.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/typos/typos.spec b/anda/tools/typos/typos.spec index f2bb86bd93..44c022ca05 100644 --- a/anda/tools/typos/typos.spec +++ b/anda/tools/typos/typos.spec @@ -2,7 +2,7 @@ %define debug_package %{nil} Name: typos -Version: 1.43.5 +Version: 1.44.0 Release: 1%?dist Summary: Source Code Spelling Correction From 8f4bd855a0b69d6f8534daa3c54ea5bf8e31f6fb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 17:51:47 +0000 Subject: [PATCH 136/288] bump: xf-xet zig-master-bootstrap --- anda/langs/python/hf-xet/xf-xet.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 56fd140bdd..81c623ae84 100644 --- a/anda/langs/python/hf-xet/xf-xet.spec +++ b/anda/langs/python/hf-xet/xf-xet.spec @@ -2,7 +2,7 @@ %global _desc xet client tech, used in huggingface_hub. Name: python-%{pypi_name} -Version: 1.3.1 +Version: 1.3.2 Release: 1%?dist Summary: xet client tech, used in huggingface_hub License: Apache-2.0 diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index b11d41ad33..a75cef9098 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.16.0-dev.2670+56253d9e3 +version=0.16.0-dev.2676+4e2cec265 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 6b95fdaa1d..cf10ce1cc3 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -7,7 +7,7 @@ %define llvm_compat 20 %endif %global llvm_version 20.0.0 -%global ver 0.16.0-dev.2670+56253d9e3 +%global ver 0.16.0-dev.2676+4e2cec265 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From fee753224549faa7931afe48865029bc467cd602 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 19:08:14 +0000 Subject: [PATCH 137/288] bump(branch): zig-master --- anda/langs/zig/master/zig-master.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 1875a467de..fb829ca854 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.2670+56253d9e3 +Version: 0.16.0~dev.2676+4e2cec265 Release: 2%?dist Summary: Master builds of the Zig language License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1 From 8dc8531565688b50682fc86265becc31e3bf3c15 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 19:53:29 +0000 Subject: [PATCH 138/288] bump: discord-canary-openasar discord-canary --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 20ebd84ea7..aa1ac0906a 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.880 +Version: 0.0.881 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index f4e1b72978..448b9733b3 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.880 +Version: 0.0.881 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From f66b2d8d14fc891ee82662a7993a57c9e6c58c27 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 27 Feb 2026 14:41:10 -0600 Subject: [PATCH 139/288] fix: quickshell update script (#10132) --- anda/desktops/quickshell/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/quickshell/update.rhai b/anda/desktops/quickshell/update.rhai index c9d8e7e22f..50c1f7cd54 100644 --- a/anda/desktops/quickshell/update.rhai +++ b/anda/desktops/quickshell/update.rhai @@ -1 +1 @@ -rpm.version(gh("https://github.com/quickshell-mirror/quickshell")); \ No newline at end of file +rpm.version(gh("quickshell-mirror/quickshell")); \ No newline at end of file From a936934d544f5e7cc777b620f25c2d02e5ee5b28 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 22:23:14 +0000 Subject: [PATCH 140/288] bump: golang-github-u-root --- anda/langs/go/u-root/golang-github-u-root.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/go/u-root/golang-github-u-root.spec b/anda/langs/go/u-root/golang-github-u-root.spec index 7a2e4333ad..e604413da6 100644 --- a/anda/langs/go/u-root/golang-github-u-root.spec +++ b/anda/langs/go/u-root/golang-github-u-root.spec @@ -12,7 +12,7 @@ # https://github.com/u-root/u-root %global goipath github.com/u-root/u-root -Version: 0.15.0 +Version: 0.16.0 %global commit 5721ed3ad38a5c889e6c1ed5bbf5242f98a4b591 %gometa -f From b5817cfc5d1ed8cf618a2b108061ff0346ade5e0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 22:50:44 +0000 Subject: [PATCH 141/288] bump: zed-preview --- anda/devs/zed/preview/zed-preview.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 4d46b346d8..526e994173 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.226.1-pre +%global ver 0.226.2-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From d5c0f11c88c728e1b30fa829a8a2e06ece96a83d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Feb 2026 23:25:36 +0000 Subject: [PATCH 142/288] bump: discord-canary-openasar discord-canary vicinae --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/system/vicinae/vicinae.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index aa1ac0906a..4e0e5b20e9 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.881 +Version: 0.0.882 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 448b9733b3..85a75da28c 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.881 +Version: 0.0.882 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index 56b46c2dab..5e17a33361 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.0 +Version: 0.20.1 Release: 1%?dist License: GPL-3.0 URL: https://docs.vicinae.com From 46f852867cc150a485a2a04b3256ec379fd361d4 Mon Sep 17 00:00:00 2001 From: Willow Reed Date: Fri, 27 Feb 2026 17:02:31 -0700 Subject: [PATCH 143/288] add: noctalia-qs (#10131) --- anda/desktops/noctalia-qs/anda.hcl | 5 ++ anda/desktops/noctalia-qs/noctalia-qs.spec | 71 +++++++++++++++++++ anda/desktops/noctalia-qs/update.rhai | 1 + .../noctalia-shell/noctalia-shell.spec | 7 +- 4 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 anda/desktops/noctalia-qs/anda.hcl create mode 100644 anda/desktops/noctalia-qs/noctalia-qs.spec create mode 100644 anda/desktops/noctalia-qs/update.rhai diff --git a/anda/desktops/noctalia-qs/anda.hcl b/anda/desktops/noctalia-qs/anda.hcl new file mode 100644 index 0000000000..2f51b5f5ef --- /dev/null +++ b/anda/desktops/noctalia-qs/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "noctalia-qs.spec" + } +} diff --git a/anda/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec new file mode 100644 index 0000000000..4649ed7637 --- /dev/null +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -0,0 +1,71 @@ +Name: noctalia-qs +Version: 0.0.4 +Release: 1%?dist +Summary: Flexible QtQuick based desktop shell toolkit +License: LGPL-3.0-only AND GPL-3.0-only +URL: https://github.com/noctalia-dev/noctalia-qs +Source0: https://github.com/noctalia-dev/noctalia-qs/archive/refs/tags/v%{version}.tar.gz + +Packager: Willow C Reed (willow@willowidk.dev) + +BuildRequires: cmake +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(Qt6Qml) +BuildRequires: cmake(Qt6ShaderTools) +BuildRequires: cmake(Qt6WaylandClient) +BuildRequires: gcc-c++ +BuildRequires: ninja-build +BuildRequires: qt6-qtbase-private-devel +BuildRequires: spirv-tools +BuildRequires: anda-srpm-macros +BuildRequires: breakpad-devel +BuildRequires: breakpad-static +BuildRequires: pkgconfig +BuildRequires: pkgconfig(jemalloc) +BuildRequires: pkgconfig(libpipewire-0.3) +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-protocols) +BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(pam) +BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(gbm) +BuildRequires: pkgconfig(CLI11) +BuildRequires: glib2-devel +BuildRequires: polkit-devel + +Obsoletes: quickshell + +%description +Flexible QtQuick based desktop shell toolkit. + +%prep +%autosetup -n %{name}-%{version} + +%build +%cmake -GNinja \ + -DBUILD_SHARED_LIBS=OFF \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DDISTRIBUTOR="Fedora Terra" \ + -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES \ + -DGIT_REVISION=%{commit} \ + -DINSTALL_QML_PREFIX=%{_lib}/qt6/qml +%cmake_build + +%install +%cmake_install + +%files +%license LICENSE LICENSE-GPL +%doc BUILD.md +%doc CONTRIBUTING.md +%doc README.md +%doc changelog/next.md +%{_bindir}/qs +%{_bindir}/quickshell +%{_appsdir}/dev.noctalia.noctalia-qs.desktop +%{_scalableiconsdir}/dev.noctalia.noctalia-qs.svg +%{_libdir}/qt6/qml/Quickshell + +%changelog +* Fri Feb 27 2026 Willow C Reed +- Initial commit based on quickshell spec \ No newline at end of file diff --git a/anda/desktops/noctalia-qs/update.rhai b/anda/desktops/noctalia-qs/update.rhai new file mode 100644 index 0000000000..61bd35a0e8 --- /dev/null +++ b/anda/desktops/noctalia-qs/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("noctalia-dev/noctalia-qs")); \ No newline at end of file diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index 8b8975761c..01e1c99a36 100644 --- a/anda/desktops/noctalia-shell/noctalia-shell.spec +++ b/anda/desktops/noctalia-shell/noctalia-shell.spec @@ -2,7 +2,7 @@ Name: noctalia-shell Version: 4.5.0 -Release: 1%?dist +Release: 2%?dist Summary: A Quickshell-based custom shell setup License: MIT @@ -13,7 +13,7 @@ Requires: brightnessctl Requires: dejavu-sans-fonts Requires: gpu-screen-recorder Requires: qt6-qtmultimedia -Requires: quickshell +Requires: noctalia-qs Requires: xdg-desktop-portal Recommends: cava @@ -43,5 +43,8 @@ cp -r ./* %{buildroot}/etc/xdg/quickshell/noctalia-shell/ %{_sysconfdir}/xdg/quickshell/noctalia-shell/ %changelog +* Fri Feb 27 2026 Willow C Reed +- Change required quickshell to Noctalia's version + * Fri Jan 02 2026 Willow Reed - Initial commit \ No newline at end of file From 496af3e9322f9c45165c7d4efcb3b170cdfa54d2 Mon Sep 17 00:00:00 2001 From: Willow Reed Date: Fri, 27 Feb 2026 17:28:02 -0700 Subject: [PATCH 144/288] rm: quickshell (#10139) --- anda/desktops/quickshell/anda.hcl | 5 -- anda/desktops/quickshell/quickshell.spec | 67 ------------------------ anda/desktops/quickshell/update.rhai | 1 - 3 files changed, 73 deletions(-) delete mode 100644 anda/desktops/quickshell/anda.hcl delete mode 100644 anda/desktops/quickshell/quickshell.spec delete mode 100644 anda/desktops/quickshell/update.rhai diff --git a/anda/desktops/quickshell/anda.hcl b/anda/desktops/quickshell/anda.hcl deleted file mode 100644 index 2cfcd032f5..0000000000 --- a/anda/desktops/quickshell/anda.hcl +++ /dev/null @@ -1,5 +0,0 @@ -project pkg { - rpm { - spec = "quickshell.spec" - } -} diff --git a/anda/desktops/quickshell/quickshell.spec b/anda/desktops/quickshell/quickshell.spec deleted file mode 100644 index 7931ed485b..0000000000 --- a/anda/desktops/quickshell/quickshell.spec +++ /dev/null @@ -1,67 +0,0 @@ -Name: quickshell -Version: 0.2.1 -Release: 1%?dist -Summary: Flexible QtQuick based desktop shell toolkit -License: LGPL-3.0-only AND GPL-3.0-only -URL: https://github.com/quickshell-mirror/quickshell -Source0: https://github.com/quickshell-mirror/quickshell/archive/v%{version}/%{name}-%{version}.tar.gz - -Packager: Willow Reed (willow@willowidk.dev) - -BuildRequires: cmake -BuildRequires: cmake(Qt6Core) -BuildRequires: cmake(Qt6Qml) -BuildRequires: cmake(Qt6ShaderTools) -BuildRequires: cmake(Qt6WaylandClient) -BuildRequires: gcc-c++ -BuildRequires: ninja-build -BuildRequires: qt6-qtbase-private-devel -BuildRequires: spirv-tools -BuildRequires: anda-srpm-macros -BuildRequires: breakpad-devel -BuildRequires: breakpad-static -BuildRequires: pkgconfig -BuildRequires: pkgconfig(jemalloc) -BuildRequires: pkgconfig(libpipewire-0.3) -BuildRequires: pkgconfig(wayland-client) -BuildRequires: pkgconfig(wayland-protocols) -BuildRequires: pkgconfig(xcb) -BuildRequires: pkgconfig(pam) -BuildRequires: pkgconfig(libdrm) -BuildRequires: pkgconfig(gbm) -BuildRequires: pkgconfig(CLI11) - -%description -Flexible QtQuick based desktop shell toolkit. - -%prep -%autosetup -n %{name}-%{version} - -%build -%cmake -GNinja \ - -DBUILD_SHARED_LIBS=OFF \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DDISTRIBUTOR="Fedora Terra" \ - -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES \ - -DGIT_REVISION=%{commit} \ - -DINSTALL_QML_PREFIX=%{_lib}/qt6/qml -%cmake_build - -%install -%cmake_install - -%files -%license LICENSE LICENSE-GPL -%doc BUILD.md -%doc CONTRIBUTING.md -%doc README.md -%doc changelog/v%{version}.md -%{_bindir}/qs -%{_bindir}/quickshell -%{_appsdir}/org.quickshell.desktop -%{_scalableiconsdir}/org.quickshell.svg -%{_libdir}/qt6/qml/Quickshell - -%changelog -* Fri Jan 02 2026 Willow Reed -- Initial commit \ No newline at end of file diff --git a/anda/desktops/quickshell/update.rhai b/anda/desktops/quickshell/update.rhai deleted file mode 100644 index 50c1f7cd54..0000000000 --- a/anda/desktops/quickshell/update.rhai +++ /dev/null @@ -1 +0,0 @@ -rpm.version(gh("quickshell-mirror/quickshell")); \ No newline at end of file From b8565161c62e7079c209e7196b34b13db81673ab Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:05:05 -0600 Subject: [PATCH 145/288] fix: snow (#10146) Signed-off-by: Owen-sz --- anda/apps/snow/snow.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/snow/snow.spec b/anda/apps/snow/snow.spec index 0bb93ca86b..ad8c741a60 100644 --- a/anda/apps/snow/snow.spec +++ b/anda/apps/snow/snow.spec @@ -38,7 +38,7 @@ Documentation files for %{name} %install mkdir -p %{buildroot}%{_pkgdocdir} -install -Dm755 target/rpm/snow_frontend_egui %{buildroot}%{_bindir}/snowemu +install -Dm755 target/rpm/snowemu %{buildroot}%{_bindir}/snowemu install -Dm644 assets/snow_icon.png %{buildroot}%{_hicolordir}/1024x1024/apps/snow_icon.png %desktop_file_install assets/snow.desktop install -Dm644 assets/dev.thomasw.snow.metainfo.xml %{buildroot}%{_metainfodir}/dev.thomasw.snow.metainfo.xml From 179d17fed920d2bb248c32c83ce1953a45599da8 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 27 Feb 2026 19:50:40 -0600 Subject: [PATCH 146/288] fix: lua-language-server (#10138) --- .../lua/lua-language-server/lua-language-server.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/anda/langs/lua/lua-language-server/lua-language-server.spec b/anda/langs/lua/lua-language-server/lua-language-server.spec index 76a7160b28..5637a5c0ea 100644 --- a/anda/langs/lua/lua-language-server/lua-language-server.spec +++ b/anda/langs/lua/lua-language-server/lua-language-server.spec @@ -2,7 +2,7 @@ Name: lua-language-server Version: 3.17.1 -Release: 1%?dist +Release: 2%?dist License: MIT URL: https://luals.github.io/ Source: https://github.com/LuaLS/lua-language-server/archive/refs/tags/%version.tar.gz @@ -10,6 +10,8 @@ Summary: A language server that offers Lua language support BuildRequires: gcc-c++ make ninja-build glibc lua gcc cmake libstdc++-devel libstdc++-static libcxx libcxx-devel +Packager: Owen Zimmerman + %description A language server that offers Lua language support - programmed in Lua. @@ -23,7 +25,7 @@ chmod +x make.sh %install mkdir -p %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_libexecdir}/%{name} +mkdir -p %{buildroot}%{_libexecdir}/%{name}/ mkdir -p %{buildroot}%{_datadir}/%{name}/ install -Dm755 bin/lua-language-server %{buildroot}%{_libexecdir}/%{name}/%{name} install -Dm644 bin/main.lua %{buildroot}%{_libexecdir}/%{name}/main.lua @@ -36,9 +38,12 @@ cp -av \ meta \ %{buildroot}%{_datadir}/%{name}/ +%{__ln_s} -f %{_libexecdir}/%{name}/main.lua %{buildroot}%{_libexecdir}/main.lua + %files %license LICENSE %doc README.md +%{_libexecdir}/main.lua %{_libexecdir}/%{name}/ %{_datadir}/%{name}/ From 830a9a537c6cc748fbc7f031d331860b112ec1d3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 02:11:26 +0000 Subject: [PATCH 147/288] bump(nightly): goofcord-nightly mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly nim-nightly types-colorama rtaudio-nightly opentabletdriver-nightly scx-scheds-nightly xone-nightly natscli --- anda/apps/goofcord/nightly/goofcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- .../gnome-shell-extension-multi-monitors-bar.spec | 6 +++--- anda/devs/ghostty/nightly/ghostty-nightly.spec | 2 +- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/multimedia/rtaudio/rtaudio-nightly.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xone/nightly/kmod-common/xone-nightly.spec | 6 +++--- anda/tools/natscli/natscli.spec | 4 ++-- 12 files changed, 25 insertions(+), 25 deletions(-) diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index d62b0e2678..e222a3fe45 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 16ed7e5970a8aec1e01b473d32c6aa26e3c2b538 +%global commit 92e7270d92b1a28c743556b8f4fd59afa32499b9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260224 +%global commit_date 20260228 %global ver 2.0.1^ %global base_name goofcord %global git_name GoofCord diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 827950997f..5d3a367866 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit d54bad5636924ab3f39cb6e397b94b6aa8a7c433 +%global commit f28cea85c170e423a52d0188fc748bb6f66a6752 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260226 +%global commit_date 20260228 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec b/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec index 26538c0e81..ee498127bf 100644 --- a/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec +++ b/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec @@ -1,5 +1,5 @@ -%global commit c3fdb58e398ce387892919d56fc995d74b949349 -%global commit_date 20260224 +%global commit 93bd38c27325f8c9c0fbe4114ee061cfa6970cb7 +%global commit_date 20260228 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global extension multi-monitors-bar @@ -7,7 +7,7 @@ Name: gnome-shell-extension-%{extension} Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 1%?dist Summary: Add multiple monitors overview and panel for GNOME Shell. This is an updated fork with GNOME 46 compatibility License: GPL-2.0-or-later URL: https://github.com/FrederykAbryan/multi-monitors-bar_fapv2 diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index a18aaba221..2693b11161 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit 336ca188457f08df89f5682cdb39288f7b40c946 +%global commit 71cb9debb9e47077a9b8d67fde35908db7ae7d85 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-02-27 %global commit_date %(echo %{fulldate} | sed 's/-//g') diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index be2d18cbc1..9d37df4527 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 9ff0b0206f27d5d523bdfb536163b8929ac4aae7 +%global commit fb01b1953a32f7ce64aaca8b77f7ad5b04dda2b8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260227 +%global commit_date 20260228 %global ver 0.227.0 %bcond_with check diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 40284c50b4..e3f7de8d10 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit 358d9b4497189070bd1243601e59ea33be38c5fc +%global commit 49961a54dd43e2ab2d97eacdc158ee9fe1ebe04e %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260227 +%global commit_date 20260228 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 7f98189a73..a8d245cc1e 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit d6cdd5ec6d787ec491d73616fb8062e207cb5b33 -%global commit_date 20260226 +%global commit 843c1fd5a148da85e523c1b4ee680226f89986aa +%global commit_date 20260228 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/multimedia/rtaudio/rtaudio-nightly.spec b/anda/multimedia/rtaudio/rtaudio-nightly.spec index cb2a880a09..a3ea1d31c9 100644 --- a/anda/multimedia/rtaudio/rtaudio-nightly.spec +++ b/anda/multimedia/rtaudio/rtaudio-nightly.spec @@ -1,7 +1,7 @@ #? https://src.fedoraproject.org/rpms/rtaudio/blob/db1aa72863ccbfd480e22c2f7aefb41ebb8e2360/f/rtaudio.spec -%global commit 409636b5dcad3054ae5a9e85014bba3861b8edab +%global commit e5f0774b2156082ec3db998bd6b2a94b66ade8ac %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20251126 +%global commit_date 20260228 %global ver .0.1 Name: rtaudio-nightly diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index e604953a99..66a4ce8449 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit ecf0e5f6cef7bcae3a39fb8dbb09cdacf0105d1b +%global commit f7c56fcee4f23c5a4ece0537c7b3545bc443efe5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260227 +%global commit_date 20260228 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 7bfb0c00e6..34c1314338 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit f9815fac4329ca5d0d7bf9de9e3473271d66e8d9 +%global commit 3e05bfa475662df7a630dba2d3eb356fbddcf846 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260226 +%global commitdate 20260228 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/system/xone/nightly/kmod-common/xone-nightly.spec b/anda/system/xone/nightly/kmod-common/xone-nightly.spec index 1ae630ec38..f64bd3b8eb 100644 --- a/anda/system/xone/nightly/kmod-common/xone-nightly.spec +++ b/anda/system/xone/nightly/kmod-common/xone-nightly.spec @@ -1,7 +1,7 @@ -%global commit 725a46c45f06475bf7631d9ca1852f9778df128f +%global commit a16304ccdecc5bfc7aafdeb759c706da314d15fa %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260216 -%global ver 0.5.5 +%global commitdate 20260228 +%global ver 0.5.7 %global modulename xone %global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d %global firmware_hash0 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223 diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index cbbf871989..cf1b5ec704 100644 --- a/anda/tools/natscli/natscli.spec +++ b/anda/tools/natscli/natscli.spec @@ -1,7 +1,7 @@ # https://github.com/nats-io/natscli %global goipath github.com/nats-io/natscli -%global commit 5ad6f60e3dfe50ca4976584315c3776f4115e094 -%global commit_date 20260226 +%global commit f312d18efbeab9f8e3455895cab064970e537c71 +%global commit_date 20260228 %global shortcommit %{sub %{commit} 1 7} %gometa -f From f0d344c45c270d68f8fa1b6a02846f0b6f66a31b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 02:35:26 +0000 Subject: [PATCH 148/288] bump: discord-canary-openasar discord-canary ruffle-nightly --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/ruffle/ruffle-nightly.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 4e0e5b20e9..4a2557c37b 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.882 +Version: 0.0.883 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 85a75da28c..acb207234d 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.882 +Version: 0.0.883 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index d3d22da4d2..167420cc0e 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-02-27 +%global ver 2026-02-28 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 906abb7aae6e6fc26c94940ef201052f5223b4cf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 03:25:24 +0000 Subject: [PATCH 149/288] bump(branch): xone-nightly-kmod dkms-xone-nightly --- anda/system/xone/nightly/akmod/xone-nightly-kmod.spec | 6 +++--- anda/system/xone/nightly/dkms/dkms-xone-nightly.spec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec b/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec index 1754b9021d..223ba82bc4 100644 --- a/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec +++ b/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec @@ -1,7 +1,7 @@ -%global commit 725a46c45f06475bf7631d9ca1852f9778df128f +%global commit a16304ccdecc5bfc7aafdeb759c706da314d15fa %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260216 -%global ver 0.5.5 +%global commitdate 20260228 +%global ver 0.5.7 %define buildforkernels akmod %global debug_package %{nil} %global modulename xone diff --git a/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec b/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec index b5bf4cf55b..3f8b96d254 100644 --- a/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec +++ b/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec @@ -1,7 +1,7 @@ -%global commit 725a46c45f06475bf7631d9ca1852f9778df128f +%global commit a16304ccdecc5bfc7aafdeb759c706da314d15fa %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260216 -%global ver 0.5.5 +%global commitdate 20260228 +%global ver 0.5.7 %global debug_package %{nil} %global modulename xone From 959b22ed576052068f986e7657596b912c95ff78 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 07:33:46 +0000 Subject: [PATCH 150/288] bump: throne rpcs3 --- anda/apps/throne/Sagernet.SingBox.Version.txt | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/throne/Sagernet.SingBox.Version.txt b/anda/apps/throne/Sagernet.SingBox.Version.txt index d2e4abba67..2294a60d89 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.12.23 \ No newline at end of file +v1.13.03 \ No newline at end of file diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index d27d8f1295..726b2a4f0a 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 b30a20c2dc368f76e81ee484d2322a2c35848656 -%global ver 0.0.39-18850 +%global commit 3b6afc1d9acb62d00c580a07d7884212a05251eb +%global ver 0.0.39-18851 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 83bbd6261c3fe6d84025ba87d1762fdbc9c3af94 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 08:30:43 +0000 Subject: [PATCH 151/288] bump: iosevka-fonts surge --- anda/fonts/iosevka/iosevka-fonts.spec | 2 +- anda/tools/surge/surge.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/fonts/iosevka/iosevka-fonts.spec b/anda/fonts/iosevka/iosevka-fonts.spec index 3b35e3dd11..2f76e46597 100644 --- a/anda/fonts/iosevka/iosevka-fonts.spec +++ b/anda/fonts/iosevka/iosevka-fonts.spec @@ -52,7 +52,7 @@ %global fontdescription %{expand: Versatile typeface for code, from code.} -Version: 34.1.0 +Version: 34.2.0 Release: 1%?dist Packager: Cappy Ishihara Summary: Versatile typeface for code, from code. diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index 89d950d093..ed1e95b4f1 100644 --- a/anda/tools/surge/surge.spec +++ b/anda/tools/surge/surge.spec @@ -1,5 +1,5 @@ %global goipath github.com/surge-downloader/surge -Version: 0.6.9 +Version: 0.6.10 %gometa From b17d312c35c86f1229c0b9c4a772975f1c87ccbd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 09:26:16 +0000 Subject: [PATCH 152/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 726b2a4f0a..1c384c6788 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 3b6afc1d9acb62d00c580a07d7884212a05251eb -%global ver 0.0.39-18851 +%global commit 0f3275ec8241af5838690a1c6d9f4da8eddcb35b +%global ver 0.0.39-18860 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From ab04f3bb71981aa1edfc4b070413492a223c6600 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 10:33:20 +0000 Subject: [PATCH 153/288] bump: rust-mise --- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index a1f210a4f0..7baf17252c 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.2.22 +Version: 2026.2.23 Release: 1%?dist Summary: Front-end to your dev env From 7395f5759fcf867e8136e487ac5ae6d1d06bcb9f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 10:53:26 +0000 Subject: [PATCH 154/288] bump: compiz9 rpcs3 --- anda/desktops/compiz9/compiz9.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/compiz9/compiz9.spec b/anda/desktops/compiz9/compiz9.spec index 8a8cb4a610..29bea230f3 100644 --- a/anda/desktops/compiz9/compiz9.spec +++ b/anda/desktops/compiz9/compiz9.spec @@ -1,4 +1,4 @@ -%define _ubuntu_rel 25.10.20250930-0ubuntu2 +%define _ubuntu_rel 25.10.20250930-0ubuntu3 %global _hardened_build 0 Name: compiz9 diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 1c384c6788..4083778a04 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 0f3275ec8241af5838690a1c6d9f4da8eddcb35b -%global ver 0.0.39-18860 +%global commit b8f4aaa6fb6e5d1296ce982cb8bb1f5897ba0294 +%global ver 0.0.39-18863 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 3203fa6d248174e56bc7e02a3384b32669ff4feb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 13:03:25 +0000 Subject: [PATCH 155/288] bump: arduino-app-lab-bin --- anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec b/anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec index 320a6f2920..8231ab94a6 100644 --- a/anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec +++ b/anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec @@ -1,7 +1,7 @@ %global appid cc.arduino.AppLab Name: arduino-app-lab-bin -Version: al.0.4.0 +Version: al.0.5.0 Release: 1%?dist Summary: A powerful visual environment for managing the Arduino UNO Q From edffbf72ef68675b63e33677bfc4938b2c8620c2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 13:59:42 +0000 Subject: [PATCH 156/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 4083778a04..458db86e80 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 b8f4aaa6fb6e5d1296ce982cb8bb1f5897ba0294 -%global ver 0.0.39-18863 +%global commit df5b624e451e16e43016f267d7deeab415d66593 +%global ver 0.0.39-18866 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From d2e6b896e8d8d87143412a437e0bc3b22872a0a1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 14:32:22 +0000 Subject: [PATCH 157/288] bump: praat --- anda/tools/praat/praat.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/praat/praat.spec b/anda/tools/praat/praat.spec index a17322b4b9..42b9707532 100644 --- a/anda/tools/praat/praat.spec +++ b/anda/tools/praat/praat.spec @@ -4,7 +4,7 @@ %global org "org.praat" Name: praat -Version: 6.4.60 +Version: 6.4.61 Release: 1%?dist URL: https://www.praat.org Source0: https://github.com/praat/praat.github.io/archive/refs/tags/v%{version}.tar.gz From 354785f16ecf83b4ddc8863ebc29e4b636fd94d1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 17:41:53 +0000 Subject: [PATCH 158/288] bump: noctalia-shell --- anda/desktops/noctalia-shell/noctalia-shell.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index 01e1c99a36..f68f16b82e 100644 --- a/anda/desktops/noctalia-shell/noctalia-shell.spec +++ b/anda/desktops/noctalia-shell/noctalia-shell.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: noctalia-shell -Version: 4.5.0 -Release: 2%?dist +Version: 4.6.0 +Release: 1%?dist Summary: A Quickshell-based custom shell setup License: MIT From 2a03f0ec2f1f6e5d5272a9cb4a2db8886555fb45 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 19:49:16 +0000 Subject: [PATCH 159/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 458db86e80..418a1aff8f 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 df5b624e451e16e43016f267d7deeab415d66593 -%global ver 0.0.39-18866 +%global commit 198c2e9eb835dbe95c674ad8c98138fb080f1ff4 +%global ver 0.0.39-18867 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 8f400f496c7dbe96330b88f730754e4ff32f5af1 Mon Sep 17 00:00:00 2001 From: veuxit <232229112+veuxit@users.noreply.github.com> Date: Sun, 1 Mar 2026 02:03:41 +0500 Subject: [PATCH 160/288] add: spotify-launcher (#10129) --- anda/apps/spotify-launcher/anda.hcl | 6 ++ .../spotify-launcher/spotify-launcher.spec | 77 +++++++++++++++++++ anda/apps/spotify-launcher/update.rhai | 1 + 3 files changed, 84 insertions(+) create mode 100644 anda/apps/spotify-launcher/anda.hcl create mode 100644 anda/apps/spotify-launcher/spotify-launcher.spec create mode 100644 anda/apps/spotify-launcher/update.rhai diff --git a/anda/apps/spotify-launcher/anda.hcl b/anda/apps/spotify-launcher/anda.hcl new file mode 100644 index 0000000000..1da498eab1 --- /dev/null +++ b/anda/apps/spotify-launcher/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "spotify-launcher.spec" + } +} diff --git a/anda/apps/spotify-launcher/spotify-launcher.spec b/anda/apps/spotify-launcher/spotify-launcher.spec new file mode 100644 index 0000000000..a9719b76f4 --- /dev/null +++ b/anda/apps/spotify-launcher/spotify-launcher.spec @@ -0,0 +1,77 @@ +%undefine __brp_add_determinism +# disable debuginfo subpackage +%global debug_package %{nil} +# Disable build-id symlinks to avoid conflicts +%global _build_id_links none +# don't strip bundled binaries because pycharm checks length (!!!) of binary fsnotif +# and if you strip debug stuff from it, it will complain +%global __strip /bin/true +# disable rpath checks +%define __brp_check_rpaths %{nil} +%define _missing_build_ids_terminate_build 0 + +Name: spotify-launcher +Version: 0.6.5 +Release: 1%?dist +Summary: Client for spotify's apt repository in Rust +License: Apache-2.0 AND MIT AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CDLA-Permissive-2.0 AND ISC AND (ISC AND (Apache-2.0 OR ISC)) AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib +Packager: veuxit +ExclusiveArch: x86_64 +URL: https://github.com/kpcyrd/spotify-launcher + +Source0: https://github.com/kpcyrd/spotify-launcher/archive/refs/tags/v%{version}.tar.gz + +BuildRequires: cargo cargo-rpm-macros anda-srpm-macros pkgconfig(liblzma) desktop-file-utils +Requires: sequoia-sqv zenity alsa-lib gtk3 desktop-file-utils openssl nss at-spi2-atk libcurl libSM + + +%description +%{summary}. + +%prep +%autosetup -n %{name}-%{version} +%cargo_prep_online + +%build +%{cargo_build} --locked + +%install + +install -Dm755 target/release/spotify-launcher %{buildroot}%{_bindir}/spotify-launcher + +install -Dm644 data/pubkey_5384CE82BA52C83A.gpg %{buildroot}/%{_datadir}/spotify-launcher/keyring.pgp + +install -Dm644 contrib/spotify-launcher.desktop %{buildroot}%{_appsdir}/spotify-launcher.desktop + +install -Dm644 contrib/icons/spotify-linux-256.png "%{buildroot}/%{_datadir}/pixmaps/spotify-launcher.png" + +install -Dm644 contrib/spotify-launcher.conf %{buildroot}%{_sysconfdir}/spotify-launcher.conf + +for size in 22 24 32 48 64 128 256 512; do + install -Dm644 contrib/icons/spotify-linux-${size}.png %{buildroot}%{_hicolordir}/${size}x${size}/apps/spotify-launcher.png +done +%{cargo_license_online} > LICENSE.dependencies + +%check +%desktop_file_validate %{buildroot}%{_appsdir}/spotify-launcher.desktop + +%files +%{_appsdir}/%{name}.desktop +%{_sysconfdir}/spotify-launcher.conf +%{_datadir}/pixmaps/spotify-launcher.png +%{_hicolordir}/22x22/apps/spotify-launcher.png +%{_hicolordir}/24x24/apps/spotify-launcher.png +%{_hicolordir}/32x32/apps/spotify-launcher.png +%{_hicolordir}/48x48/apps/spotify-launcher.png +%{_hicolordir}/64x64/apps/spotify-launcher.png +%{_hicolordir}/128x128/apps/spotify-launcher.png +%{_hicolordir}/256x256/apps/spotify-launcher.png +%{_hicolordir}/512x512/apps/spotify-launcher.png +%{_bindir}/spotify-launcher +%{_datadir}/spotify-launcher/keyring.pgp +%license LICENSE-MIT LICENSE-APACHE LICENSE.dependencies +%doc README.md + +%changelog +* Fri Feb 27 2026 veux - 0.6.5 +- Initial package release diff --git a/anda/apps/spotify-launcher/update.rhai b/anda/apps/spotify-launcher/update.rhai new file mode 100644 index 0000000000..0d5499301d --- /dev/null +++ b/anda/apps/spotify-launcher/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("kpcyrd/spotify-launcher")); \ No newline at end of file From aac09dc07923750cdafb4874d555afd15a40a333 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 21:30:47 +0000 Subject: [PATCH 161/288] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index a75cef9098..a299481dd9 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.16.0-dev.2676+4e2cec265 +version=0.16.0-dev.2682+02142a54d mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index cf10ce1cc3..e44ca12794 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -7,7 +7,7 @@ %define llvm_compat 20 %endif %global llvm_version 20.0.0 -%global ver 0.16.0-dev.2676+4e2cec265 +%global ver 0.16.0-dev.2682+02142a54d %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 1a19a34f3766a1de7c5ee34fd76f5245eab913ce Mon Sep 17 00:00:00 2001 From: june <159748074+june-fish@users.noreply.github.com> Date: Sat, 28 Feb 2026 15:31:01 -0600 Subject: [PATCH 162/288] fix signal icons glitching in some menus (#10137) --- anda/apps/signal-desktop/signal-desktop.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index 89c4174a1d..51864e0bf1 100644 --- a/anda/apps/signal-desktop/signal-desktop.spec +++ b/anda/apps/signal-desktop/signal-desktop.spec @@ -3,7 +3,7 @@ Name: signal-desktop %electronmeta -aD Version: 8.0.0 -Release: 2%?dist +Release: 3%?dist Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org Source0: https://github.com/signalapp/Signal-Desktop/archive/refs/tags/v%{version}.tar.gz @@ -59,10 +59,10 @@ Signal Desktop links with Signal on Android or iOS and lets you message from you %build export SIGNAL_ENV=production -%{__pnpm} install +%{__pnpm} install --frozen-lockfile %{__pnpm} run clean-transpile pushd sticker-creator -%{__pnpm} install +%{__pnpm} install --frozen-lockfile %{__pnpm} run build popd %pnpm_build -r generate,prepare-beta-build From c88a9753dde25225995d8b5337aa8a656dc39113 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Feb 2026 22:17:13 +0000 Subject: [PATCH 163/288] bump(branch): zig-master --- anda/langs/zig/master/zig-master.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index fb829ca854..23966008bd 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.2676+4e2cec265 +Version: 0.16.0~dev.2682+02142a54d Release: 2%?dist Summary: Master builds of the Zig language License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1 From f0d9caceebc1687c198291869edf0a48454e9cc1 Mon Sep 17 00:00:00 2001 From: Guy Boldon Date: Sun, 1 Mar 2026 00:51:32 +0100 Subject: [PATCH 164/288] fix: coolercontrol packaging updates (#10161) --- anda/apps/coolercontrol/coolercontrol.spec | 71 +++++++++++++--------- 1 file changed, 42 insertions(+), 29 deletions(-) diff --git a/anda/apps/coolercontrol/coolercontrol.spec b/anda/apps/coolercontrol/coolercontrol.spec index ae9b963a6b..86b32fcb51 100644 --- a/anda/apps/coolercontrol/coolercontrol.spec +++ b/anda/apps/coolercontrol/coolercontrol.spec @@ -9,36 +9,41 @@ for background device management, as well as a GUI to expertly customize your se Name: coolercontrol Version: 3.1.1 -Release: 1%?dist +Release: 2%?dist Summary: Cooling device control for Linux +ExclusiveArch: x86_64 aarch64 License: GPL-3.0-or-later URL: https://gitlab.com/coolercontrol/coolercontrol -Source0: %url/-/archive/%version/coolercontrol-%version.tar.gz +Source0: %url/-/archive/%version/coolercontrol-%version.tar.gz Packager: madonuko -Provides: coolercontrol-ui -Provides: coolercontrol-gui Requires: hicolor-icon-theme -Requires: webkit2gtk4.1 -Requires: libappindicator-gtk3 -Requires: coolercontrold -BuildRequires: nodejs-npm libdrm-devel curl wget file mold -BuildRequires: systemd-rpm-macros anda-srpm-macros cargo >= 1.75.0 cargo-rpm-macros -BuildRequires: binutils bison cmake flex gcc gcc-c++ libtool strace protobuf-compiler -BuildRequires: libappstream-glib +Requires: coolercontrold = %{version} +BuildRequires: pkgconfig(appstream-glib) BuildRequires: desktop-file-utils +BuildRequires: make +BuildRequires: cmake +BuildRequires: autoconf automake gcc gcc-c++ BuildRequires: cmake(Qt6) +BuildRequires: cmake(Qt6WebEngineCore) BuildRequires: cmake(Qt6WebEngineWidgets) +BuildRequires: cmake(Qt6WebChannel) %description %_desc %package -n coolercontrold Summary: Monitor and control your cooling devices. -BuildRequires: pkgconfig(webkit2gtk-4.1) pkgconfig(openssl) pkgconfig(librsvg-2.0) -BuildRequires: libappindicator-gtk3-devel +License: GPL-3.0-or-later AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND AGPL-3.0-or-later AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-3-Clause AND MIT AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT) AND (CC0-1.0 OR Apache-2.0) AND ISC AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) +BuildRequires: anda-srpm-macros cargo-rpm-macros rust-srpm-macros +BuildRequires: systemd-rpm-macros +BuildRequires: pkgconfig(libdrm_amdgpu) +BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(protobuf) +BuildRequires: nodejs-npm +Recommends: python3-liquidctl %description -n coolercontrold %_desc -coolercontrold is the main daemon containing the core logic for interfacing with devices, and installed as -"coolercontrold". It is meant to run in the background as a system daemon. It handles all device -communication and data management, additionally connecting to the liqctld daemon for liquidctl -supported devices. It has an API that services client programs like the coolercontrol-gui. +This is the system daemon for CoolerControl. +CoolerControl is an open-source application for monitoring and controlling supported cooling +devices. It features an intuitive interface, flexible control options, and live thermal data to keep +your system quiet, cool, and stable. %prep @@ -56,24 +61,21 @@ wait %build -pushd coolercontrol-ui -npm run build-only & -popd - -pushd coolercontrol -%cmake -%cmake_build -popd - pushd coolercontrol-ui %make_build popd pushd coolercontrold %{cargo_license_online} > LICENSE.dependencies +%{cargo_license_summary_online} wait cp -rfp ../coolercontrol-ui/dist/* resources/app/ -%cargo_build +%{cargo_build} --locked +popd + +pushd coolercontrol +%cmake +%cmake_build popd %install @@ -88,7 +90,11 @@ popd desktop-file-install --dir=%buildroot%_datadir/applications packaging/metadata/%rdnn.desktop install -Dpm644 packaging/metadata/%rdnn.svg %buildroot%_iconsdir/hicolor/scalable/apps/%rdnn.svg -install -Dpm644 packaging/metadata/%rdnn.png %buildroot%_iconsdir/hicolor/256x256/apps/%rdnn.svg +install -Dpm644 packaging/metadata/%rdnn-alert.svg %buildroot%_iconsdir/hicolor/scalable/apps/%rdnn-alert.svg +install -Dpm644 packaging/metadata/%rdnn-symbolic.svg %buildroot%_iconsdir/hicolor/symbolic/apps/%rdnn-symbolic.svg +install -Dpm644 packaging/metadata/%rdnn-symbolic-alert.svg %buildroot%_iconsdir/hicolor/symbolic/apps/%rdnn-symbolic-alert.svg +install -Dpm644 packaging/metadata/%rdnn.png %buildroot%_iconsdir/hicolor/256x256/apps/%rdnn.png +install -Dpm644 packaging/metadata/%rdnn-alert.png %buildroot%_iconsdir/hicolor/256x256/apps/%rdnn-alert.png for f in packaging/systemd/*.service; do install -Dpm644 $f %buildroot%_unitdir/$(basename $f) done @@ -110,11 +116,15 @@ appstream-util validate-relax --nonet %buildroot%_metainfodir/%rdnn.metainfo.xml %files %doc README.md +%doc CHANGELOG.md %license LICENSE %_bindir/coolercontrol %_datadir/applications/%rdnn.desktop %_datadir/metainfo/%rdnn.metainfo.xml -%_iconsdir/hicolor/*/apps/%rdnn.svg +%_iconsdir/hicolor/*/apps/%rdnn.* +%_iconsdir/hicolor/*/apps/%rdnn-alert.* +%_iconsdir/hicolor/*/apps/%rdnn-symbolic.svg +%_iconsdir/hicolor/*/apps/%rdnn-symbolic-alert.svg %files -n coolercontrold %doc coolercontrold/README.md @@ -124,5 +134,8 @@ appstream-util validate-relax --nonet %buildroot%_metainfodir/%rdnn.metainfo.xml %_unitdir/coolercontrold.service %changelog +* Sat Feb 28 2026 Guy Boldon - 3.1.1-2 +- Updated dependencies and build to match current version + * Thu Aug 15 2024 madonuko - 1.4.0-1 - Initial package From 068d6d27016138fa0f9f28b8f8df4bc71b4fdcbc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 02:23:50 +0000 Subject: [PATCH 165/288] bump: ruffle-nightly glaze --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/lib/glaze/glaze.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 167420cc0e..9d671aa703 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-02-28 +%global ver 2026-03-01 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index bff201db6f..a9d068fa4d 100644 --- a/anda/lib/glaze/glaze.spec +++ b/anda/lib/glaze/glaze.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: glaze-devel -Version: 7.0.2 +Version: 7.1.0 Release: 1%?dist License: MIT URL: https://stephenberry.github.io/glaze From 542ae43c48f1c069f56db2c3169d022cf842d96f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 02:42:36 +0000 Subject: [PATCH 166/288] bump(nightly): envision mpv-nightly ghostty-nightly zed-nightly nim-nightly types-colorama scx-scheds-nightly xpadneo --- anda/apps/envision/envision.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xpadneo/kmod-common/xpadneo.spec | 8 ++++---- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/anda/apps/envision/envision.spec b/anda/apps/envision/envision.spec index a3745de05e..62c36e0894 100644 --- a/anda/apps/envision/envision.spec +++ b/anda/apps/envision/envision.spec @@ -1,5 +1,5 @@ -%global commit b50c32d7c3e74af4faeb92fb0e8f49108d85ff90 -%global commit_date 20251211 +%global commit c40647fd919f90c8199aabe4a35ecc59bfda1280 +%global commit_date 20260301 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: envision-nightly diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 5d3a367866..eaf6d1f629 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit f28cea85c170e423a52d0188fc748bb6f66a6752 +%global commit 05fac7f21efc7f1264d3ecd390d3cb74b539212c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260228 +%global commit_date 20260301 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 2693b11161..5c9ea2334f 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 71cb9debb9e47077a9b8d67fde35908db7ae7d85 +%global commit 149949190ee5cf1e013dd2c70c84dc12f745369f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-02-27 +%global fulldate 2026-02-28 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 9d37df4527..c93a257c63 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit fb01b1953a32f7ce64aaca8b77f7ad5b04dda2b8 +%global commit 4668aeb7284780cca830ba1173c4d3eb8bd11e2b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260228 +%global commit_date 20260301 %global ver 0.227.0 %bcond_with check diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index e3f7de8d10..6dc4f468e9 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit 49961a54dd43e2ab2d97eacdc158ee9fe1ebe04e +%global commit bd709f9b4c4911755c7cfb7567ddae71b2f9ac46 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260228 +%global commit_date 20260301 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index a8d245cc1e..3c9d96135c 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 843c1fd5a148da85e523c1b4ee680226f89986aa -%global commit_date 20260228 +%global commit 944838fc60755cdd57e295a2ef9910a8e6daace7 +%global commit_date 20260301 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 34c1314338..a4b3705d19 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit 3e05bfa475662df7a630dba2d3eb356fbddcf846 +%global commit 6be96b3c07f611f3f453b3b04feee0bf04eb2f5e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260228 +%global commitdate 20260301 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 926711ce1b..1a7073f677 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,11 +1,11 @@ -%global commit fc1b13afc8dbaf85fc8ea8dadac460cee1ebda06 +%global commit f1c6ba232da8d8d42d8d6953968b54fabfb69321 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20251229 -%global ver 0.9.7 +%global commitdate 20260301 +%global ver 0.9.8 Name: xpadneo Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%?dist Summary: Advanced Linux Driver for Xbox One Wireless Gamepad common files License: GPL-3.0 URL: https://atar-axis.github.io/%{name} From 8828ec7998fb5f65b6a3ec50609adf292c7f6466 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 04:17:44 +0000 Subject: [PATCH 167/288] bump(branch): xpadneo-kmod dkms-xpadneo --- anda/system/xpadneo/akmod/xpadneo-kmod.spec | 8 ++++---- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index 32fe7b29a0..33803df3aa 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,14 +1,14 @@ -%global commit fc1b13afc8dbaf85fc8ea8dadac460cee1ebda06 +%global commit f1c6ba232da8d8d42d8d6953968b54fabfb69321 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20251229 -%global ver 0.9.7 +%global commitdate 20260301 +%global ver 0.9.8 %define buildforkernels akmod %global debug_package %{nil} %global modulename xpadneo Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%?dist Summary: Advanced Linux Driver for Xbox One Wireless Gamepad License: GPL-3.0 URL: https://atar-axis.github.io/xpadneo diff --git a/anda/system/xpadneo/dkms/dkms-xpadneo.spec b/anda/system/xpadneo/dkms/dkms-xpadneo.spec index c2fbdeda74..74d87abffa 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,13 +1,13 @@ -%global commit fc1b13afc8dbaf85fc8ea8dadac460cee1ebda06 +%global commit f1c6ba232da8d8d42d8d6953968b54fabfb69321 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20251229 -%global ver 0.9.7 +%global commitdate 20260301 +%global ver 0.9.8 %global debug_package %{nil} %global modulename xpadneo Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%?dist Summary: Advanced Linux Driver for Xbox One Wireless Gamepad License: GPL-3.0 URL: https://atar-axis.github.io/%{modulename} From 0277a332dcdc0cde5b76acffc1781cc05b29df90 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 04:33:34 +0000 Subject: [PATCH 168/288] bump: lomiri-system-settings mangowc vicinae --- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- anda/desktops/mangowc/mangowc.spec | 2 +- anda/system/vicinae/vicinae.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec b/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec index daa114920f..e71b068ad2 100644 --- a/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec +++ b/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings -%global commit e366b02a5395e5e284eb6b207b9782b0c8f54426 +%global commit 9777ab6600cb80aa3c88c48c57bbc4f8ca5ddccb %forgemeta Name: lomiri-system-settings diff --git a/anda/desktops/mangowc/mangowc.spec b/anda/desktops/mangowc/mangowc.spec index aa582191cd..45b7a691df 100644 --- a/anda/desktops/mangowc/mangowc.spec +++ b/anda/desktops/mangowc/mangowc.spec @@ -1,5 +1,5 @@ Name: mangowc -Version: 0.12.4 +Version: 0.12.5 Release: 1%?dist Summary: wayland compositor base wlroots and scenefx (dwm but wayland) License: GPL-3.0 diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index 5e17a33361..c8c01fec7c 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.1 +Version: 0.20.2 Release: 1%?dist License: GPL-3.0 URL: https://docs.vicinae.com From 1dfa0ca37e36a75501d9b3d54a0a7038dd77416f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 07:47:19 +0000 Subject: [PATCH 169/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 418a1aff8f..b863ea69c2 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 198c2e9eb835dbe95c674ad8c98138fb080f1ff4 -%global ver 0.0.39-18867 +%global commit 5ca19eabd548d517b8834e2aa3e08ab90e8d9ebf +%global ver 0.0.39-18868 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 0bb078d8a22b5181e0ed1e5360a4bdec9171e1f9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 10:35:35 +0000 Subject: [PATCH 170/288] bump: signal-cli rust-mise --- anda/misc/signal-cli/signal-cli.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/misc/signal-cli/signal-cli.spec b/anda/misc/signal-cli/signal-cli.spec index c205ed4914..463b8ed81f 100644 --- a/anda/misc/signal-cli/signal-cli.spec +++ b/anda/misc/signal-cli/signal-cli.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: signal-cli -Version: 0.13.24 +Version: 0.14.0 Release: 1%?dist Summary: signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger License: GPL-3.0-only diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 7baf17252c..6e365e087c 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.2.23 +Version: 2026.2.24 Release: 1%?dist Summary: Front-end to your dev env From f4a5c614210b58edd1a555443b6e5d84ef159688 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 11:20:20 +0000 Subject: [PATCH 171/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index b863ea69c2..3912b760e1 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 5ca19eabd548d517b8834e2aa3e08ab90e8d9ebf -%global ver 0.0.39-18868 +%global commit 00a1c7278a90d85e5b2e1eb551b9ff80d858b21c +%global ver 0.0.39-18869 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 4b13322188065c7540ab6a4085f1f63775328ff1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 11:39:14 +0000 Subject: [PATCH 172/288] bump: zapret --- anda/misc/zapret/zapret.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/misc/zapret/zapret.spec b/anda/misc/zapret/zapret.spec index 27d2486537..e25d7ffa78 100644 --- a/anda/misc/zapret/zapret.spec +++ b/anda/misc/zapret/zapret.spec @@ -1,5 +1,5 @@ Name: zapret -Version: 72.10 +Version: 73.11 Release: 1%?dist Summary: A multi-platform Deep Packet Inspection (DPI) bypass tool License: MIT From 502e60759672611fd49e8c966964943549d9a33e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 16:38:28 +0000 Subject: [PATCH 173/288] bump: zapret --- anda/misc/zapret/zapret.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/misc/zapret/zapret.spec b/anda/misc/zapret/zapret.spec index e25d7ffa78..27d2486537 100644 --- a/anda/misc/zapret/zapret.spec +++ b/anda/misc/zapret/zapret.spec @@ -1,5 +1,5 @@ Name: zapret -Version: 73.11 +Version: 72.10 Release: 1%?dist Summary: A multi-platform Deep Packet Inspection (DPI) bypass tool License: MIT From b4ca138fe0eea89911c08db3c0a2c3db4e28767b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 17:28:40 +0000 Subject: [PATCH 174/288] bump: iosevka-fonts fresh --- anda/fonts/iosevka/iosevka-fonts.spec | 2 +- anda/langs/rust/fresh/fresh.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/fonts/iosevka/iosevka-fonts.spec b/anda/fonts/iosevka/iosevka-fonts.spec index 2f76e46597..7b7f274452 100644 --- a/anda/fonts/iosevka/iosevka-fonts.spec +++ b/anda/fonts/iosevka/iosevka-fonts.spec @@ -52,7 +52,7 @@ %global fontdescription %{expand: Versatile typeface for code, from code.} -Version: 34.2.0 +Version: 34.2.1 Release: 1%?dist Packager: Cappy Ishihara Summary: Versatile typeface for code, from code. diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 6c2cf000e1..08645924ca 100644 --- a/anda/langs/rust/fresh/fresh.spec +++ b/anda/langs/rust/fresh/fresh.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: fresh -Version: 0.2.9 +Version: 0.2.11 Release: 1%?dist Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From a0266d46d0c9e6b8a3e73a2397f26f763ab80779 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 21:23:27 +0000 Subject: [PATCH 175/288] bump: gnome-shell-extension-vicinae --- .../gnome-shell-extension-vicinae.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/gnome/gnome-shell-extension-vicinae/gnome-shell-extension-vicinae.spec b/anda/desktops/gnome/gnome-shell-extension-vicinae/gnome-shell-extension-vicinae.spec index 050e9d27b3..4c1fb6b1d2 100644 --- a/anda/desktops/gnome/gnome-shell-extension-vicinae/gnome-shell-extension-vicinae.spec +++ b/anda/desktops/gnome/gnome-shell-extension-vicinae/gnome-shell-extension-vicinae.spec @@ -1,8 +1,8 @@ %global uuid vicinae@dagimg-dot.netlify.app Name: gnome-shell-extension-vicinae -Version: 1.5.3 -Release: 2%{?dist} +Version: 1.6.0 +Release: 1%?dist License: MIT URL: https://github.com/dagimg-dot/vicinae-gnome-extension Source: %{url}/archive/refs/tags/v%{version}.tar.gz From 04e946ad12670848e18496cfab1e49932cad21d8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 22:54:51 +0000 Subject: [PATCH 176/288] bump: noctalia-shell rust-usage-cli --- anda/desktops/noctalia-shell/noctalia-shell.spec | 2 +- anda/langs/rust/usage/rust-usage-cli.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index f68f16b82e..fc209b468d 100644 --- a/anda/desktops/noctalia-shell/noctalia-shell.spec +++ b/anda/desktops/noctalia-shell/noctalia-shell.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: noctalia-shell -Version: 4.6.0 +Version: 4.6.1 Release: 1%?dist Summary: A Quickshell-based custom shell setup diff --git a/anda/langs/rust/usage/rust-usage-cli.spec b/anda/langs/rust/usage/rust-usage-cli.spec index a53bfa952f..3030046936 100644 --- a/anda/langs/rust/usage/rust-usage-cli.spec +++ b/anda/langs/rust/usage/rust-usage-cli.spec @@ -4,7 +4,7 @@ %global crate usage-cli Name: rust-usage-cli -Version: 2.18.1 +Version: 2.18.2 Release: 1%?dist Summary: CLI for working with usage-based CLIs From 31229e485fd4b2744534c97ed99b60c4c2d981ce Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 1 Mar 2026 23:24:12 +0000 Subject: [PATCH 177/288] bump: gpu-screen-recorder --- anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec index d338d4eb30..eb26991671 100644 --- a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec +++ b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec @@ -1,7 +1,7 @@ %global snapshot r1245.8e82100 Name: gpu-screen-recorder -Version: 5.12.4 +Version: 5.12.5 Release: 1%?dist Summary: A shadowplay-like screen recorder for Linux From 2e3bd6767097990b33bc5983c257390bf7c2f00c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 02:31:29 +0000 Subject: [PATCH 178/288] bump(nightly): envision mpv-nightly ghostty-nightly zed-nightly nim-nightly types-colorama tdlib-nightly openbangla-keyboard-nightly stardust-flatland-nightly stardust-protostar-nightly stardust-solar-sailer-nightly opentabletdriver-nightly scx-scheds-nightly xpadneo glasgow --- anda/apps/envision/envision.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/lib/tdlib/tdlib-nightly.spec | 6 +++--- .../openbangla-keyboard/openbangla-keyboard-nightly.spec | 4 ++-- .../flatland/nightly/stardust-flatland-nightly.spec | 4 ++-- .../protostar/nightly/stardust-protostar-nightly.spec | 6 +++--- .../solar-sailer/nightly/stardust-solar-sailer-nightly.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xpadneo/kmod-common/xpadneo.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- 15 files changed, 32 insertions(+), 32 deletions(-) diff --git a/anda/apps/envision/envision.spec b/anda/apps/envision/envision.spec index 62c36e0894..b06287af51 100644 --- a/anda/apps/envision/envision.spec +++ b/anda/apps/envision/envision.spec @@ -1,5 +1,5 @@ -%global commit c40647fd919f90c8199aabe4a35ecc59bfda1280 -%global commit_date 20260301 +%global commit 9e23d0120c0da40ec6e734756a6252783ac93039 +%global commit_date 20260302 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: envision-nightly diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index eaf6d1f629..b7ce2c409f 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit 05fac7f21efc7f1264d3ecd390d3cb74b539212c +%global commit c55bdc3282ca95b1cce0013005f1dc2576bd22b4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260301 +%global commit_date 20260302 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 5c9ea2334f..834127e383 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 149949190ee5cf1e013dd2c70c84dc12f745369f +%global commit ca31828c9387e2743f2b41d0405e2ed80590cd7f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-02-28 +%global fulldate 2026-03-02 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index c93a257c63..581df51c51 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 4668aeb7284780cca830ba1173c4d3eb8bd11e2b +%global commit 7eb7458c6249f23be994f3da4ff6df22a9783edf %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260301 +%global commit_date 20260302 %global ver 0.227.0 %bcond_with check diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 6dc4f468e9..6c2e9ea1d9 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit bd709f9b4c4911755c7cfb7567ddae71b2f9ac46 +%global commit 9ed4077d9a57e19063c1c67710fa6fb83f5a5fb7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260301 +%global commit_date 20260302 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 3c9d96135c..6d89531fdc 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 944838fc60755cdd57e295a2ef9910a8e6daace7 -%global commit_date 20260301 +%global commit 5a9544f5b00a6bb8943a33f5da9af61c02adddfb +%global commit_date 20260302 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index 7fff72bfa3..837dc0cca2 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,6 +1,6 @@ -%global commit 6d509061574d684117f74133056aa43df89022fc -%global ver 1.8.61 -%global commit_date 20260208 +%global commit e597838871547131ef92332fca601f5effba4e8a +%global ver 1.8.62 +%global commit_date 20260302 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly diff --git a/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec b/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec index 3b3bffc73d..629121fd31 100644 --- a/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec +++ b/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec @@ -1,6 +1,6 @@ %global ver 2.0.0 -%global commit b29dce323f3e14e32a7f341f0e2a74f329753fc2 -%global commit_date 20260131 +%global commit 018c30253648dbf56bee79c280535a72604f3d8a +%global commit_date 20260302 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: openbangla-keyboard-nightly diff --git a/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec b/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec index d38ca5272b..ef975fabfb 100644 --- a/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec +++ b/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec @@ -1,5 +1,5 @@ -%global commit b2031190cd241292289bfd4f6dd33d1950761e9a -%global commit_date 20260203 +%global commit 599c7b11eae996ae02a4706bd281bde19254dfd2 +%global commit_date 20260302 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec b/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec index f3e3422af6..27c9fbb783 100644 --- a/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec +++ b/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec @@ -1,12 +1,12 @@ -%global commit 7609cbfc07121b3b68d91bf2124b9c0afa57363d -%global commit_date 20251218 +%global commit a12484d1e1c32866394fe6d8d92bd848f51624ac +%global commit_date 20260302 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-protostar-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 1%?dist Summary: Prototype application launcher for Stardust XR URL: https://github.com/StardustXR/protostar Source0: %url/archive/%commit/protostar-%commit.tar.gz diff --git a/anda/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec b/anda/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec index 983b658ec9..251068f9cd 100644 --- a/anda/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec +++ b/anda/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec @@ -1,5 +1,5 @@ -%global commit e9ff298d261d13c69b560a3993a8cd00b3da56ee -%global commit_date 20260125 +%global commit 590cbc13b143ff189efc9aaf99002e843f820392 +%global commit_date 20260302 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 66a4ce8449..3db8a05dc8 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit f7c56fcee4f23c5a4ece0537c7b3545bc443efe5 +%global commit 8633bbba2bee93db123f11287f8260e706c90f48 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260228 +%global commit_date 20260302 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index a4b3705d19..b1dc330682 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit 6be96b3c07f611f3f453b3b04feee0bf04eb2f5e +%global commit 53efd4465431983f041dbfef93a3697f261badba %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260301 +%global commitdate 20260302 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 1a7073f677..794d9b8b01 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,6 +1,6 @@ -%global commit f1c6ba232da8d8d42d8d6953968b54fabfb69321 +%global commit 202ade26afb845d80e0f754ea934ec5b76ad6516 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260301 +%global commitdate 20260302 %global ver 0.9.8 Name: xpadneo diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index ef3887c6a9..de0d284538 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit d16d5cece73e686b3776457a45523dad64a1165e -%global commit_date 20260227 +%global commit 2efc895ea4d8905db112006ec8ce39310f5ea1e5 +%global commit_date 20260302 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow From 36cf42ea693ed7eab0d3965fdd7595a8a9782277 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 02:52:12 +0000 Subject: [PATCH 179/288] bump: ruffle-nightly terra-mock-configs --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/terra/mock-configs/terra-mock-configs.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 9d671aa703..29f629a00d 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-01 +%global ver 2026-03-02 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index 49d4f8dd20..e4da75ea34 100644 --- a/anda/terra/mock-configs/terra-mock-configs.spec +++ b/anda/terra/mock-configs/terra-mock-configs.spec @@ -1,5 +1,5 @@ Name: terra-mock-configs -Version: 2.2.3 +Version: 2.2.4 Release: 1%?dist Epoch: 1 Summary: Mock configs for Terra repos From c8db8d081588f9256eca5f0ba1be14829284df7b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:40:43 -0600 Subject: [PATCH 180/288] fix: glasgow (#10177) Signed-off-by: Owen-sz --- anda/tools/glasgow/remove-dep-versions.patch | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/anda/tools/glasgow/remove-dep-versions.patch b/anda/tools/glasgow/remove-dep-versions.patch index cec8ad57b8..e85cd35979 100644 --- a/anda/tools/glasgow/remove-dep-versions.patch +++ b/anda/tools/glasgow/remove-dep-versions.patch @@ -1,8 +1,8 @@ diff --git a/software/pyproject.toml b/software/pyproject.toml -index c1151748..c3302e60 100644 +index b2280cc8..6d5f8f68 100644 --- a/software/pyproject.toml +++ b/software/pyproject.toml -@@ -29,30 +29,30 @@ requires-python = ">=3.11, <4" +@@ -29,32 +29,32 @@ requires-python = ">=3.13, <4" dependencies = [ # We use `typing` features not available in the lowest Python version we support. The library # `typing_extensions` provides shims for such features. It uses SemVer. @@ -32,6 +32,9 @@ index c1151748..c3302e60 100644 # system. - "cobs>=1.2.1", + "cobs", + # `tqdm` is used to compute and render progress indicatrs. It uses SemVer. +- "tqdm>=4.67.3", ++ "tqdm", # `pyvcd` is used in the applet analyzer to dump waveform files. It is also a dependency of # Amaranth, and the version range here must be compatible with Amaranth's. - "pyvcd>=0.4.1,<0.5", From ec9f0147e3628d90b140ce6017e1bbfa44fe5cfe Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 03:55:51 +0000 Subject: [PATCH 181/288] bump(branch): xpadneo-kmod dkms-xpadneo --- anda/system/xpadneo/akmod/xpadneo-kmod.spec | 4 ++-- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index 33803df3aa..355acdeb8b 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,6 +1,6 @@ -%global commit f1c6ba232da8d8d42d8d6953968b54fabfb69321 +%global commit 202ade26afb845d80e0f754ea934ec5b76ad6516 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260301 +%global commitdate 20260302 %global ver 0.9.8 %define buildforkernels akmod %global debug_package %{nil} diff --git a/anda/system/xpadneo/dkms/dkms-xpadneo.spec b/anda/system/xpadneo/dkms/dkms-xpadneo.spec index 74d87abffa..17754d81de 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,6 +1,6 @@ -%global commit f1c6ba232da8d8d42d8d6953968b54fabfb69321 +%global commit 202ade26afb845d80e0f754ea934ec5b76ad6516 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260301 +%global commitdate 20260302 %global ver 0.9.8 %global debug_package %{nil} %global modulename xpadneo From 9bc6dc8a317acee122a8ab6184d18395fb1d091a Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 1 Mar 2026 22:27:29 -0600 Subject: [PATCH 182/288] feat: add terra@fyralabs.com to fyra/terra packages (#10182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: add terra@fyralabs.com to fyra/terra packages Signed-off-by: Owen-sz * bump(anda-srpm-macros): release 2 → 3 --------- Signed-off-by: Owen-sz Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/terra/appstream-helper/terra-appstream-helper.spec | 4 +++- anda/terra/gpg-keys/terra-gpg-keys.spec | 4 +++- anda/terra/mock-configs/terra-mock-configs.spec | 4 +++- anda/terra/obsolete/terra-obsolete.spec | 4 +++- anda/terra/release/terra-release.spec | 4 +++- anda/terra/srpm-macros/anda-srpm-macros.spec | 4 +++- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/anda/terra/appstream-helper/terra-appstream-helper.spec b/anda/terra/appstream-helper/terra-appstream-helper.spec index fd45dfab41..248cda2d73 100644 --- a/anda/terra/appstream-helper/terra-appstream-helper.spec +++ b/anda/terra/appstream-helper/terra-appstream-helper.spec @@ -1,6 +1,6 @@ Name: terra-appstream-helper Version: 0.1.10 -Release: 1%?dist +Release: 2%?dist Summary: Scripts and RPM macros to help with AppStream metadata generation for Terra License: GPL-3.0-or-Later URL: https://github.com/terrapkg/appstream-helper @@ -9,6 +9,8 @@ BuildArch: noarch Requires: python3-%{name} = %{evr} BuildRequires: anda-srpm-macros python3-devel python3-installer pyproject-rpm-macros python3dist(pip) python3dist(setuptools) python3dist(wheel) +Packager: Terra Packaging Team + %description %{summary}. diff --git a/anda/terra/gpg-keys/terra-gpg-keys.spec b/anda/terra/gpg-keys/terra-gpg-keys.spec index 860dd0a6fa..3f8d01f17b 100644 --- a/anda/terra/gpg-keys/terra-gpg-keys.spec +++ b/anda/terra/gpg-keys/terra-gpg-keys.spec @@ -2,7 +2,7 @@ Name: terra-gpg-keys Version: %{?fedora:%{fedora}}%{?rhel:%{rhel}} -Release: 1%?dist +Release: 2%?dist Summary: GPG keys for Terra Requires: filesystem >= 3.18-6 @@ -53,6 +53,8 @@ Source40: RPM-GPG-KEY-terrael10 Source41: RPM-GPG-KEY-terrael10-source BuildArch: noarch +Packager: Terra Packaging Team + %description GPG keys for Terra, used for verifying RPM package signatures. diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index e4da75ea34..bfd8692339 100644 --- a/anda/terra/mock-configs/terra-mock-configs.spec +++ b/anda/terra/mock-configs/terra-mock-configs.spec @@ -1,6 +1,6 @@ Name: terra-mock-configs Version: 2.2.4 -Release: 1%?dist +Release: 2%?dist Epoch: 1 Summary: Mock configs for Terra repos @@ -15,6 +15,8 @@ BuildArch: noarch Provides: anda-mock-configs = %{epoch}:%{version}-%{release} Obsoletes: anda-mock-configs < 3-2%{?dist} +Packager: Terra Packaging Team + %description %{summary} diff --git a/anda/terra/obsolete/terra-obsolete.spec b/anda/terra/obsolete/terra-obsolete.spec index 94fb9839a9..5a59d63791 100644 --- a/anda/terra/obsolete/terra-obsolete.spec +++ b/anda/terra/obsolete/terra-obsolete.spec @@ -4,12 +4,14 @@ Version: %{?fedora:%{fedora}}%{?rhel:%{rhel}} # The dist number is the version here, it is intentionally not repeated in the release %global dist %nil -Release: 1%?dist +Release: 2%?dist Summary: A package to obsolete retired packages, based on Fedora's equivalent package License: LicenseRef-Fedora-Public-Domain BuildArch: noarch +Packager: Terra Packaging Team + # =============================================================================== # Skip down below these convenience macros %define obsolete_ticket() %{lua: diff --git a/anda/terra/release/terra-release.spec b/anda/terra/release/terra-release.spec index 400c1777fa..035e8bd6da 100644 --- a/anda/terra/release/terra-release.spec +++ b/anda/terra/release/terra-release.spec @@ -2,7 +2,7 @@ Name: terra-release Version: %{?fedora:%{fedora}}%{?rhel:%{rhel}} -Release: 1%?dist +Release: 2%?dist Summary: Release package for Terra License: MIT @@ -19,6 +19,8 @@ BuildArch: noarch Requires: terra-gpg-keys +Packager: Terra Packaging Team + %description Release package for Terra, containing the Terra repository configuration. diff --git a/anda/terra/srpm-macros/anda-srpm-macros.spec b/anda/terra/srpm-macros/anda-srpm-macros.spec index 9b4ce4eeae..010feeb3cc 100644 --- a/anda/terra/srpm-macros/anda-srpm-macros.spec +++ b/anda/terra/srpm-macros/anda-srpm-macros.spec @@ -1,6 +1,6 @@ Name: anda-srpm-macros Version: 0.3.3 -Release: 2%?dist +Release: 3%?dist Summary: SRPM macros for extra Fedora packages License: MIT @@ -13,6 +13,8 @@ Obsoletes: fyra-srpm-macros < 0.1.1-1 Provides: fyra-srpm-macros = %{version}-%{release} BuildArch: noarch +Packager: Terra Packaging Team + %description %{summary} From c9ac6a7d848719d8495d4cf1b0a0516b99adaee3 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 1 Mar 2026 21:34:41 -0800 Subject: [PATCH 183/288] feat: Update to Mesa 26.0.1 (#10175) * feat: Update to Mesa 26.0.1 Signed-off-by: Kyle Gospodnetich * fix: Drop vk_hdr_layer change from upstream Signed-off-by: Kyle Gospodnetich * chore: Fix missing rust dependency Signed-off-by: Kyle Gospodnetich --------- Signed-off-by: Kyle Gospodnetich --- anda/lib/mesa/mesa.spec | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index 57cefa6a1c..afa90c1cac 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -84,7 +84,7 @@ Name: %{srcname} Summary: Mesa graphics libraries -%global ver 26.0.0 +%global ver 26.0.1 Epoch: 1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Release: 1 @@ -103,10 +103,10 @@ Source1: Mesa-MLAA-License-Clarification-Email.txt # https://gitlab.freedesktop.org/mesa/mesa/-/tree/main/subprojects # but we generally want the latest compatible versions %global rust_paste_ver 1.0.15 -%global rust_proc_macro2_ver 1.0.101 -%global rust_quote_ver 1.0.40 -%global rust_syn_ver 2.0.106 -%global rust_unicode_ident_ver 1.0.18 +%global rust_proc_macro2_ver 1.0.106 +%global rust_quote_ver 1.0.44 +%global rust_syn_ver 2.0.115 +%global rust_unicode_ident_ver 1.0.23 %global rustc_hash_ver 2.1.1 Source10: https://crates.io/api/v1/crates/paste/%{rust_paste_ver}/download#/paste-%{rust_paste_ver}.tar.gz Source11: https://crates.io/api/v1/crates/proc-macro2/%{rust_proc_macro2_ver}/download#/proc-macro2-%{rust_proc_macro2_ver}.tar.gz @@ -268,24 +268,15 @@ Provides: libEGL-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %package dri-drivers Summary: Mesa-based DRI drivers Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} -%if 0%{?with_va} -Recommends: %{name}-va-drivers%{?_isa} -%endif Obsoletes: %{name}-libglapi < %{?epoch:%{epoch}:}25.0.0~rc2-1 Provides: %{name}-libglapi >= %{?epoch:%{epoch}:}25.0.0~rc2-1 -%description dri-drivers -%{summary}. - -%if 0%{?with_va} -%package va-drivers -Summary: Mesa-based VA-API video acceleration drivers -Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Obsoletes: %{name}-va-drivers < 26.0.0-5 +Provides: %{name}-va-drivers >= 26.0.0-5 Obsoletes: %{name}-vaapi-drivers < %{?epoch:%{epoch}:}22.2.0-5 -%description va-drivers +%description dri-drivers %{summary}. -%endif %package libgbm Summary: Mesa gbm runtime library @@ -352,7 +343,8 @@ Summary: Mesa Vulkan drivers Requires: vulkan%{_isa} Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release} -Obsoletes: VK_hdr_layer < 1 +# Bad change from upstream Fedora +#Obsoletes: VK_hdr_layer < 1 %description vulkan-drivers The drivers with support for the Vulkan API. @@ -662,9 +654,7 @@ ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 %if 0%{?with_vulkan_hw} %{_libdir}/dri/zink_dri.so %endif - %if 0%{?with_va} -%files va-drivers %{_libdir}/dri/nouveau_drv_video.so %if 0%{?with_r600} %{_libdir}/dri/r600_drv_video.so From 4a5f2a335d74e2eaf082a5bc347c15709a23ad35 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 07:36:13 +0000 Subject: [PATCH 184/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 3912b760e1..1f8a3b8959 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 00a1c7278a90d85e5b2e1eb551b9ff80d858b21c -%global ver 0.0.39-18869 +%global commit 928856567670d123b88b458f450bae0051deecb7 +%global ver 0.0.39-18870 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 12d53aedcb6786bf6560ad2684a75de8a60da897 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:26:41 -0600 Subject: [PATCH 185/288] fix (mesa): add epoch to dri-drivers obsoletes (#10193) * fix (mesa): add epoch to dri-drivers obsoletes Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * bump rel Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/mesa/mesa.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index afa90c1cac..a410b07264 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -87,7 +87,7 @@ Summary: Mesa graphics libraries %global ver 26.0.1 Epoch: 1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 1 +Release: 2 Packager: Kyle Gospodnetich License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: https://mesa3d.org @@ -271,8 +271,8 @@ Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{rel Obsoletes: %{name}-libglapi < %{?epoch:%{epoch}:}25.0.0~rc2-1 Provides: %{name}-libglapi >= %{?epoch:%{epoch}:}25.0.0~rc2-1 -Obsoletes: %{name}-va-drivers < 26.0.0-5 -Provides: %{name}-va-drivers >= 26.0.0-5 +Obsoletes: %{name}-va-drivers < %{?epoch:%{epoch}:}26.0.0-5 +Provides: %{name}-va-drivers >= %{?epoch:%{epoch}:}26.0.0-5 Obsoletes: %{name}-vaapi-drivers < %{?epoch:%{epoch}:}22.2.0-5 %description dri-drivers From 340f2085174941416a68f7a4d03870bd0d5b9149 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:34:17 -0600 Subject: [PATCH 186/288] bump: rpcs3 (#9904) * bump: rpcs3 * Change llvm ver to one that exists * Try --------- Signed-off-by: Gilver Co-authored-by: Gilver --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 1f8a3b8959..c368caabf4 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -1,7 +1,7 @@ # RPCS3 builds often break with GCC %global toolchain clang # Define which LLVM/Clang version RPCS3 needs -%if 0%{?fedora} >= 45 +%if 0%{?fedora} >= 46 %global llvm_major 21 %global __cc clang-%{llvm_major} %global __cxx clang++-%{llvm_major} @@ -14,7 +14,7 @@ Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') -Release: 1%?dist +Release: 2%?dist Summary: PlayStation 3 emulator and debugger License: GPL-2.0-only URL: https://github.com/RPCS3/rpcs3 From 0f7ddcc7631415859161a56a4abaad4b3729d137 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 11:00:02 +0000 Subject: [PATCH 187/288] bump: rust-mise --- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 6e365e087c..0119e7566a 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.2.24 +Version: 2026.3.0 Release: 1%?dist Summary: Front-end to your dev env From 814575dab45dabc6c4c0b18efbe3a1a49ce18640 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 15:50:41 +0000 Subject: [PATCH 188/288] bump: fresh --- anda/langs/rust/fresh/fresh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 08645924ca..0e87d925ef 100644 --- a/anda/langs/rust/fresh/fresh.spec +++ b/anda/langs/rust/fresh/fresh.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: fresh -Version: 0.2.11 +Version: 0.2.12 Release: 1%?dist Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From 735a741ea30e6e4c99db644bc2659617bab1ff7e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 18:06:58 +0000 Subject: [PATCH 189/288] bump: discord-canary-openasar discord-canary --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 4a2557c37b..1e8040f23f 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.883 +Version: 0.0.884 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index acb207234d..98577a7239 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.883 +Version: 0.0.884 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From 5e56da68bbb124410d7219c1e67a87dde5a0f17d Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:59:59 -0600 Subject: [PATCH 190/288] chore (minecraft-java): add metainfo icon (#10206) Signed-off-by: Owen-sz --- anda/games/minecraft-java/com.mojang.Minecraft.metainfo.xml | 3 ++- anda/games/minecraft-java/minecraft-java.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/games/minecraft-java/com.mojang.Minecraft.metainfo.xml b/anda/games/minecraft-java/com.mojang.Minecraft.metainfo.xml index fce1f57e28..237e962b0c 100644 --- a/anda/games/minecraft-java/com.mojang.Minecraft.metainfo.xml +++ b/anda/games/minecraft-java/com.mojang.Minecraft.metainfo.xml @@ -2,6 +2,7 @@ com.mojang.Minecraft Minecraft + https://minecraft.wiki/images/Minecraft_social_icon.png?fcb53 ماين كرافت মাইনক্রাফ্ট Minecraft @@ -55,4 +56,4 @@ moderate intense - \ No newline at end of file + diff --git a/anda/games/minecraft-java/minecraft-java.spec b/anda/games/minecraft-java/minecraft-java.spec index 8c7c3758b6..85205d5349 100644 --- a/anda/games/minecraft-java/minecraft-java.spec +++ b/anda/games/minecraft-java/minecraft-java.spec @@ -6,7 +6,7 @@ Name: minecraft-launcher Version: 2.3.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Official launcher for Minecraft License: https://www.minecraft.net/en-us/eula From 1f70dbf599a659f7e455e304240486aaa9be8d30 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:00:28 -0600 Subject: [PATCH 191/288] fix (powershell): metainfo (#10205) Signed-off-by: Owen-sz --- anda/devs/powershell/com.microsoft.PowerShell.metainfo.xml | 5 ++++- anda/devs/powershell/powershell.spec | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/anda/devs/powershell/com.microsoft.PowerShell.metainfo.xml b/anda/devs/powershell/com.microsoft.PowerShell.metainfo.xml index 5d665687dc..5d25a7bc29 100644 --- a/anda/devs/powershell/com.microsoft.PowerShell.metainfo.xml +++ b/anda/devs/powershell/com.microsoft.PowerShell.metainfo.xml @@ -1,10 +1,12 @@ com.microsoft.PowerShell + CC0-1.0 + MIT Microsoft PowerShell PowerShell for every system! - https://github.com/PowerShell/PowerShell/blob/master/assets/Powershell_256.png + https://github.com/PowerShell/PowerShell/blob/master/assets/Powershell_256.png

@@ -16,4 +18,5 @@ Microsoft Corporation com.microsoft.PowerShell + https://microsoft.com/PowerShell diff --git a/anda/devs/powershell/powershell.spec b/anda/devs/powershell/powershell.spec index b1b680303b..79a5e8925f 100644 --- a/anda/devs/powershell/powershell.spec +++ b/anda/devs/powershell/powershell.spec @@ -19,7 +19,7 @@ Name: powershell Version: 7.5.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A cross-platform automation and configuration tool/framework SourceLicense: MIT License: Apache-2.0 AND BSD-2-Clause AND MIT From bb767347ba363587c0ce61301d0cbc912e8f6363 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:00:40 -0600 Subject: [PATCH 192/288] fix (edit): metainfo (#10204) Signed-off-by: Owen-sz --- anda/devs/edit/com.microsoft.edit.metainfo.xml | 7 +++++-- anda/devs/edit/edit.spec | 3 +-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/anda/devs/edit/com.microsoft.edit.metainfo.xml b/anda/devs/edit/com.microsoft.edit.metainfo.xml index 972f50d221..33cc838d57 100644 --- a/anda/devs/edit/com.microsoft.edit.metainfo.xml +++ b/anda/devs/edit/com.microsoft.edit.metainfo.xml @@ -1,10 +1,12 @@ com.microsoft.edit + CC0-1.0 + MIT Microsoft Edit -

We all edit. + We all edit - https://github.com/microsoft/edit/blob/main/assets/edit_hero_image.png + https://github.com/microsoft/edit/blob/main/assets/edit_hero_image.png

A simple editor for simple needs.

@@ -13,6 +15,7 @@ The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use.

+ https://github.com/microsoft/edit https://github.com/microsoft/edit Microsoft Corporation diff --git a/anda/devs/edit/edit.spec b/anda/devs/edit/edit.spec index 6a796f4cb4..d7e7137bea 100644 --- a/anda/devs/edit/edit.spec +++ b/anda/devs/edit/edit.spec @@ -8,7 +8,7 @@ An editor that pays homage to the classic MS-DOS Editor, but with a modern inter Name: %{crate} Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A simple editor for simple needs. SourceLicense: MIT License: MIT AND (MIT OR Apache-2.0) @@ -58,4 +58,3 @@ install -Dm644 assets/%{appid}.desktop %{buildroot}%{_datadir}/applications/%{ap %changelog * Thu May 22 2025 Gilver E. - 1.0.0-1 - Initial package - From 9194a0a7d55a68cd40c8f0b1d1a6f2a7d4c4c581 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 19:04:46 +0000 Subject: [PATCH 193/288] bump: discord-canary-openasar discord-canary budgie-extras flutter --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/desktops/budgie/budgie-extras/budgie-extras.spec | 2 +- anda/devs/flutter/flutter.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 1e8040f23f..af5b9864bf 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.884 +Version: 0.0.885 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 98577a7239..20a97356d3 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.884 +Version: 0.0.885 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/desktops/budgie/budgie-extras/budgie-extras.spec b/anda/desktops/budgie/budgie-extras/budgie-extras.spec index 5631da6cda..eca3c7da2a 100644 --- a/anda/desktops/budgie/budgie-extras/budgie-extras.spec +++ b/anda/desktops/budgie/budgie-extras/budgie-extras.spec @@ -1,5 +1,5 @@ Name: budgie-extras -Version: 2.1.0 +Version: 2.2.0 Release: 1%?dist License: GPL-3.0 diff --git a/anda/devs/flutter/flutter.spec b/anda/devs/flutter/flutter.spec index 68637e839d..6c3dc26cd3 100644 --- a/anda/devs/flutter/flutter.spec +++ b/anda/devs/flutter/flutter.spec @@ -1,5 +1,5 @@ Name: flutter -Version: 3.41.2 +Version: 3.41.3 Release: 1%?dist Summary: SDK for crafting beautiful, fast user experiences from a single codebase License: BSD-3-Clause From 0350edd4591ab8985bdb0ab134e601c9f1d1b59f Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:29:28 -0600 Subject: [PATCH 194/288] add: wails and wails-v3 (#10192) * add: wails and wails-v3 Signed-off-by: Owen-sz * lol Signed-off-by: Owen-sz * use ~ for alpha Signed-off-by: Owen-sz * some stuff Signed-off-by: Owen-sz * wait v2 doesnt need this? Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/lib/wails/v2/anda.hcl | 5 +++ anda/lib/wails/v2/update.rhai | 1 + anda/lib/wails/v2/wails.spec | 57 ++++++++++++++++++++++++++++++++ anda/lib/wails/v3/anda.hcl | 5 +++ anda/lib/wails/v3/update.rhai | 1 + anda/lib/wails/v3/wails3.spec | 62 +++++++++++++++++++++++++++++++++++ 6 files changed, 131 insertions(+) create mode 100644 anda/lib/wails/v2/anda.hcl create mode 100644 anda/lib/wails/v2/update.rhai create mode 100644 anda/lib/wails/v2/wails.spec create mode 100644 anda/lib/wails/v3/anda.hcl create mode 100644 anda/lib/wails/v3/update.rhai create mode 100644 anda/lib/wails/v3/wails3.spec diff --git a/anda/lib/wails/v2/anda.hcl b/anda/lib/wails/v2/anda.hcl new file mode 100644 index 0000000000..d329015457 --- /dev/null +++ b/anda/lib/wails/v2/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "wails.spec" + } +} diff --git a/anda/lib/wails/v2/update.rhai b/anda/lib/wails/v2/update.rhai new file mode 100644 index 0000000000..8fc7e0d1cf --- /dev/null +++ b/anda/lib/wails/v2/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("wailsapp/wails")); diff --git a/anda/lib/wails/v2/wails.spec b/anda/lib/wails/v2/wails.spec new file mode 100644 index 0000000000..849913d576 --- /dev/null +++ b/anda/lib/wails/v2/wails.spec @@ -0,0 +1,57 @@ +%global goipath github.com/wailsapp/wails/v2 +Version: 2.11.0 + +%gometa -f + +Name: wails +Release: 1%?dist +Summary: Create beautiful applications using Go + +License: MIT +URL: https://wails.io/ +Source0: https://github.com/wailsapp/wails/archive/refs/tags/v%{version}.tar.gz + +Packager: Owen Zimmerman + +BuildRequires: golang +BuildRequires: gcc +BuildRequires: go-rpm-macros +Requires: glibc +Requires: /usr/bin/npm +Requires: webkit2gtk4.1 +Requires: gtk3 + +%description +%{summary}. + +%gopkg + +%prep +%goprep + +%build +pushd v2/cmd/wails +GO111MODULE=on %gobuild +popd + +%install +install -Dm 0755 v2/cmd/wails/wails %{buildroot}%{_bindir}/wails + +%files +%license LICENSE +%doc README.md CONTRIBUTING.md CONTRIBUTORS.md CHANGELOG.md SECURITY.md +%lang(de) %doc README.de.md +%lang(es) %doc README.es.md +%lang(fr) %doc README.fr.md +%lang(ja) %doc README.ja.md +%lang(ko) %doc README.ko.md +%lang(pt_BR) %doc README.pt-br.md +%lang(ru) %doc README.ru.md +%lang(tr) %doc README.tr.md +%lang(uz) %doc README.uz.md +%lang(zh_CN) %doc README.zh-Hans.md +%{_bindir}/wails + +%changelog +* Mon Mar 02 2026 Owen Zimmerman +- Initial commit diff --git a/anda/lib/wails/v3/anda.hcl b/anda/lib/wails/v3/anda.hcl new file mode 100644 index 0000000000..4a4a0a7474 --- /dev/null +++ b/anda/lib/wails/v3/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "wails3.spec" + } +} diff --git a/anda/lib/wails/v3/update.rhai b/anda/lib/wails/v3/update.rhai new file mode 100644 index 0000000000..c1e5b35c16 --- /dev/null +++ b/anda/lib/wails/v3/update.rhai @@ -0,0 +1 @@ +rpm.global("ver", gh_tag("wailsapp/wails")); diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec new file mode 100644 index 0000000000..e56dce03a6 --- /dev/null +++ b/anda/lib/wails/v3/wails3.spec @@ -0,0 +1,62 @@ +%global ver 3.0.0-alpha.74 +%global sanitized_ver %(echo %{ver} | sed 's/-/~/g') + +%global goipath github.com/wailsapp/wails/v3 +Version: %{sanitized_ver} + +%gometa -f + +Name: wails3 +Release: 1%?dist +Summary: Create beautiful applications using Go + +License: MIT +URL: https://wails.io/ + +Packager: Owen Zimmerman + +BuildRequires: golang +BuildRequires: gcc +BuildRequires: go-rpm-macros +BuildRequires: webkit2gtk4.1-devel +BuildRequires: gtk3-devel +Requires: glibc +Requires: /usr/bin/npm +Requires: webkit2gtk4.1 +Requires: gtk3 +Provides: wails-v3 + +%description +%{summary}. + +%gopkg + +%prep +%git_clone https://github.com/wailsapp/wails v3-alpha + +%build +pushd v3/cmd/wails3 +GO111MODULE=on %gobuild +popd + +%install +install -Dm 0755 v3/cmd/wails3/wails3 %{buildroot}%{_bindir}/wails3 + +%files +%license LICENSE +%doc README.md CONTRIBUTING.md CONTRIBUTORS.md CHANGELOG.md SECURITY.md +%lang(de) %doc README.de.md +%lang(es) %doc README.es.md +%lang(fr) %doc README.fr.md +%lang(ja) %doc README.ja.md +%lang(ko) %doc README.ko.md +%lang(pt_BR) %doc README.pt-br.md +%lang(ru) %doc README.ru.md +%lang(tr) %doc README.tr.md +%lang(uz) %doc README.uz.md +%lang(zh_CN) %doc README.zh-Hans.md +%{_bindir}/wails3 + +%changelog +* Mon Mar 02 2026 Owen Zimmerman +- Initial commit From 9b6f196ae9a87eaf24bb2533a67e6a68f777e530 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:30:30 -0600 Subject: [PATCH 195/288] chore (neohtop): add screenshot to metainfo (#10203) Signed-off-by: Owen-sz --- anda/apps/neohtop/com.github.neohtop.metainfo.xml | 4 ++++ anda/apps/neohtop/neohtop.spec | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/anda/apps/neohtop/com.github.neohtop.metainfo.xml b/anda/apps/neohtop/com.github.neohtop.metainfo.xml index 3838142372..665ce3842a 100644 --- a/anda/apps/neohtop/com.github.neohtop.metainfo.xml +++ b/anda/apps/neohtop/com.github.neohtop.metainfo.xml @@ -8,6 +8,10 @@ NeoHtop System monitoring on steroids + + https://github.com/Abdenasser/neohtop/blob/main/screenshot.png + +

A modern, cross-platform system monitor built on top of Svelte, Rust, and Tauri. diff --git a/anda/apps/neohtop/neohtop.spec b/anda/apps/neohtop/neohtop.spec index ae633c846f..bc1af0b9ea 100644 --- a/anda/apps/neohtop/neohtop.spec +++ b/anda/apps/neohtop/neohtop.spec @@ -3,7 +3,7 @@ Name: neohtop Version: 1.2.0 -Release: 4%?dist +Release: 5%?dist Summary: System monitoring on steroids SourceLicense: MIT License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-3-Clause AND MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND (BSD-3-Clause OR MIT) AND BSD-3-Clause AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) @@ -63,7 +63,7 @@ install -Dpm644 src-tauri/icons/128x128.png %{buildroot}%{_hicolordir}/128x %changelog * Wed Dec 24 2025 Owen Zimmerman -- Clean up build, add %check +- Clean up build, add %check * Wed Nov 19 2025 Owen Zimmerman - Add metainfo * Sat Feb 15 2025 Owen Zimmerman From ae2fde27307f47a91c1e5b8f27a1f5ed78ad1c35 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 20:54:47 +0000 Subject: [PATCH 196/288] bump: posthog wails3 --- anda/langs/python/posthog/posthog.spec | 2 +- anda/lib/wails/v3/wails3.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 519108c0bf..2195a13f5b 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.9.4 +Version: 7.9.5 Release: 1%?dist Summary: Send usage data from your Python code to PostHog License: MIT diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index e56dce03a6..73bcd0eb1d 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver 3.0.0-alpha.74 +%global ver v3.0.0-alpha.74 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 From a53a86cf2515214aad15a5fce738a8ae7a17aa17 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 21:33:49 +0000 Subject: [PATCH 197/288] bump: discord-openasar discord posthog --- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/langs/python/posthog/posthog.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index 284804b59c..90fc7ae93d 100644 --- a/anda/apps/discord-openasar/discord-openasar.spec +++ b/anda/apps/discord-openasar/discord-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-openasar -Version: 0.0.126 +Version: 0.0.127 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord/discord.spec b/anda/apps/discord/discord.spec index f955ccfead..9309bb1afd 100644 --- a/anda/apps/discord/discord.spec +++ b/anda/apps/discord/discord.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord -Version: 0.0.126 +Version: 0.0.127 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 2195a13f5b..d74e8212cb 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.9.5 +Version: 7.9.6 Release: 1%?dist Summary: Send usage data from your Python code to PostHog License: MIT From 5d6739115a85d8742ab1f3e48cd125e18cd40191 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:10:25 -0600 Subject: [PATCH 198/288] fix (arduino-app-lab-bin): update script (#10229) Signed-off-by: Owen-sz --- anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec | 4 ++-- anda/tools/arduino-app-lab-bin/update.rhai | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec b/anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec index 8231ab94a6..8f389ec95f 100644 --- a/anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec +++ b/anda/tools/arduino-app-lab-bin/arduino-app-lab-bin.spec @@ -1,7 +1,7 @@ %global appid cc.arduino.AppLab Name: arduino-app-lab-bin -Version: al.0.5.0 +Version: 0.5.0 Release: 1%?dist Summary: A powerful visual environment for managing the Arduino UNO Q @@ -20,7 +20,7 @@ Requires: android-tools BuildRequires: terra-appstream-helper desktop-file-utils -Suggests: arduino-flasher-cli arduino-app-cli +Suggests: arduino-flasher-cli arduino-app-cli Packager: Jaiden Riordan diff --git a/anda/tools/arduino-app-lab-bin/update.rhai b/anda/tools/arduino-app-lab-bin/update.rhai index 1eaf8a7c54..49158f5883 100644 --- a/anda/tools/arduino-app-lab-bin/update.rhai +++ b/anda/tools/arduino-app-lab-bin/update.rhai @@ -1 +1,3 @@ -rpm.version(gh("arduino/arduino-app-lab")); +let v = gh("arduino/arduino-app-lab"); +v.crop(3); +print(v); From f9b52c5d695f5f14a6fbe82060086f70d94b1262 Mon Sep 17 00:00:00 2001 From: nothingneko Date: Mon, 2 Mar 2026 16:25:48 -0600 Subject: [PATCH 199/288] add myself to the helium packager line (#10228) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add myself to the helium packager line this my package now Signed-off-by: nothingneko * bump(helium-browser-bin): release 1 → 2 --------- Signed-off-by: nothingneko Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index 495d6fe0dc..39a11171e7 100644 --- a/anda/apps/helium-browser-bin/helium-browser-bin.spec +++ b/anda/apps/helium-browser-bin/helium-browser-bin.spec @@ -12,7 +12,7 @@ Name: helium-browser-bin Version: 0.9.4.1 -Release: 1%?dist +Release: 2%?dist Summary: Private, fast, and honest web browser based on Chromium URL: https://helium.computer @@ -31,7 +31,7 @@ BuildRequires: desktop-file-utils Requires: xdg-utils Requires: liberation-fonts -Packager: Nadia P +Packager: Nadia P , Jaiden Riordan %description Private, fast, and honest web browser based on Chromium. From 5ba0a164eebe1a923dfa2b94ebb834a4efde08de Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 23:35:04 +0000 Subject: [PATCH 200/288] bump: opengamepadui yt-dlp-git --- anda/games/opengamepadui/opengamepadui.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/opengamepadui/opengamepadui.spec b/anda/games/opengamepadui/opengamepadui.spec index b01a3349b4..ba31a9b7f5 100644 --- a/anda/games/opengamepadui/opengamepadui.spec +++ b/anda/games/opengamepadui/opengamepadui.spec @@ -1,5 +1,5 @@ Name: opengamepadui -Version: 0.44.2 +Version: 0.44.3 Release: 1%?dist Summary: Open source gamepad-native game launcher and overlay diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index b65958d185..bcae05bf9a 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.02.26.162634 +Version: 2026.03.02.225557 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From a1561708090434d6170d9753b71816ce0a60a62a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 2 Mar 2026 23:56:00 +0000 Subject: [PATCH 201/288] bump: vgmstream --- anda/multimedia/vgmstream/vgmstream.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index c8dd41e183..82da9530fd 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit fc1984160d1e5973e249e54d57e9f8605e7c4a99 +%global commit 9633911d173cb875d1b81fd27262b360b38ac4dd %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260223 +%global commit_date 20260302 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From 71b22aca5da1b70ef49cc766c1f269b62996555e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 02:12:01 +0000 Subject: [PATCH 202/288] bump: ruffle-nightly zed-preview --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 29f629a00d..1c524c8e5e 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-02 +%global ver 2026-03-03 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 526e994173..dfc13ec8cc 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.226.2-pre +%global ver 0.226.3-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From f3a38390c0e734c1c483945d78ddb15a423574c4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 02:33:56 +0000 Subject: [PATCH 203/288] bump(nightly): flameshot-nightly goofcord-nightly legcord-nightly mpv-nightly hyprland-protocols.nightly hyprutils.nightly hyprwayland-scanner.nightly ghostty-nightly zed-nightly prismlauncher-nightly types-colorama intel-ipu6-drivers opentabletdriver-nightly scx-scheds-nightly xpadneo glasgow rpi-utils --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/goofcord/nightly/goofcord-nightly.spec | 4 ++-- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- .../hyprland-protocols/hyprland-protocols.nightly.spec | 4 ++-- anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 4 ++-- .../hyprwayland-scanner/hyprwayland-scanner.nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/system/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xpadneo/kmod-common/xpadneo.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/rpi-utils/rpi-utils.spec | 4 ++-- 17 files changed, 34 insertions(+), 34 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 4e1ff873ca..db0b8d522a 100644 --- a/anda/apps/flameshot/flameshot-nightly.spec +++ b/anda/apps/flameshot/flameshot-nightly.spec @@ -1,9 +1,9 @@ #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec %global ver 13.3.0 -%global commit 76d883362fa1872f3e0aa31c179c98ebbd0effff +%global commit 4a32a7e86a15a67456d628e79d77d86cb7db2e7e %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260225 +%global commit_date 20260303 %global devel_name QtColorWidgets %global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index e222a3fe45..6f6fb03daf 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 92e7270d92b1a28c743556b8f4fd59afa32499b9 +%global commit b7172c845eb01c8479c78b3127d1412eae851a73 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260228 +%global commit_date 20260303 %global ver 2.0.1^ %global base_name goofcord %global git_name GoofCord diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index c53de32a8c..53c44bff67 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 1d2b5d8d588034bace6b03c21d6194fe174589c8 -%global commit_date 20260224 +%global commit 21e4345ad9493f3ae8814828009e326453430c5d +%global commit_date 20260303 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %nil %global __strip /bin/true diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index b7ce2c409f..1311398ade 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit c55bdc3282ca95b1cce0013005f1dc2576bd22b4 +%global commit c401ef9c3b005deb24afec1d0b5d1cb4cea72d14 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260302 +%global commit_date 20260303 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/hyprland/hyprland-protocols/hyprland-protocols.nightly.spec b/anda/desktops/hyprland/hyprland-protocols/hyprland-protocols.nightly.spec index 70ece5c3b2..539cf1735c 100644 --- a/anda/desktops/hyprland/hyprland-protocols/hyprland-protocols.nightly.spec +++ b/anda/desktops/hyprland/hyprland-protocols/hyprland-protocols.nightly.spec @@ -2,8 +2,8 @@ %global realname hyprland-protocols %global ver 0.7.0 -%global commit 3f3860b869014c00e8b9e0528c7b4ddc335c21ab -%global commit_date 20251209 +%global commit 1cb6db5fd6bb8aee419f4457402fa18293ace917 +%global commit_date 20260303 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index 0aec6a4a92..7d69a1e5f3 100644 --- a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec @@ -3,8 +3,8 @@ %global realname hyprutils %global ver 0.11.0 -%global commit 340a792e3b3d482c4ae5f66d27a9096bdee6d76d -%global commit_date 20260217 +%global commit e63f3a79334dec49f8eb1691f66f18115df04085 +%global commit_date 20260303 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/desktops/hyprland/hyprwayland-scanner/hyprwayland-scanner.nightly.spec b/anda/desktops/hyprland/hyprwayland-scanner/hyprwayland-scanner.nightly.spec index e2bdc3235a..ed74bb36cd 100644 --- a/anda/desktops/hyprland/hyprwayland-scanner/hyprwayland-scanner.nightly.spec +++ b/anda/desktops/hyprland/hyprwayland-scanner/hyprwayland-scanner.nightly.spec @@ -2,9 +2,9 @@ %global realname hyprwayland-scanner %global ver 0.4.5 -%global commit 0bd8b6cde9ec27d48aad9e5b4deefb3746909d40 +%global commit 0a692d4a645165eebd65f109146b8861e3a925e7 %global shortcommit %{sub %commit 1 7} -%global commit_date 20260208 +%global commit_date 20260303 Name: %realname.nightly Version: %ver^%{commit_date}git.%shortcommit diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 834127e383..2aa0f01d53 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit ca31828c9387e2743f2b41d0405e2ed80590cd7f +%global commit d3c37704359cdc863a85a0d67baa8a9cd09f88af %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-02 +%global fulldate 2026-03-03 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 581df51c51..0447b20703 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 7eb7458c6249f23be994f3da4ff6df22a9783edf +%global commit 42ba961075b16aaf35d48631f0ce4e1a4196d983 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260302 +%global commit_date 20260303 %global ver 0.227.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 9f285a1d79..96e0afcae1 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -3,10 +3,10 @@ %global name_pretty %{quote:Prism Launcher (Nightly)} %global appid org.prismlauncher.PrismLauncher-nightly -%global commit 83e0b939380afbd3af8649752984582dd78135e3 +%global commit b114d043f638e30d421b8a299fdfed4b3230ba3d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260226 +%global commit_date 20260303 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 6d89531fdc..594a378480 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 5a9544f5b00a6bb8943a33f5da9af61c02adddfb -%global commit_date 20260302 +%global commit 35004e95ca90678e9046953e4a14caf684562847 +%global commit_date 20260303 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/system/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec b/anda/system/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec index 4e44dfe1c6..6cea74f689 100644 --- a/anda/system/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec +++ b/anda/system/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} -%global commit cde4eb446b9750d7a01f3258e99470df4606976b +%global commit da921f79f673d816b99c1f974dfc895e8ede3f64 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260204 +%global commit_date 20260303 # Actual "release" version, currently unused as the release versions are back and forth on if on if they use 1.0.0 or 1.0.1 # Use this if they ever stop doing that I guess %global ver 1.0.1 diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 3db8a05dc8..13fb026cef 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8633bbba2bee93db123f11287f8260e706c90f48 +%global commit b5417c39475147f2d31f04824b8488ae6458faac %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260302 +%global commit_date 20260303 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index b1dc330682..8b5df3f7cf 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit 53efd4465431983f041dbfef93a3697f261badba +%global commit ecdbaee70a897af3597503b503e64a9ab12bd7e5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260302 +%global commitdate 20260303 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 794d9b8b01..35f515e399 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,6 +1,6 @@ -%global commit 202ade26afb845d80e0f754ea934ec5b76ad6516 +%global commit bd69ab766cb6df8238051749ba9796d39dab53c1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260302 +%global commitdate 20260303 %global ver 0.9.8 Name: xpadneo diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index de0d284538..fc832a2b3a 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 2efc895ea4d8905db112006ec8ce39310f5ea1e5 -%global commit_date 20260302 +%global commit 6d36d2a4f9c9c246035620e4fb16a58aa0bef6af +%global commit_date 20260303 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index 1fae1cfe81..cf22ca3fd2 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit 58d5da926965ad78fb863abacdd73a00dea022a1 -%global commit_date 20260214 +%global commit 60ea0df9b7a43b4198c0def6355b600eb2cfbfb1 +%global commit_date 20260303 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils From e5527417c7603e74005de66ab018f39edfbc42c6 Mon Sep 17 00:00:00 2001 From: metcya <134973769+metcya@users.noreply.github.com> Date: Mon, 2 Mar 2026 21:33:16 -0600 Subject: [PATCH 204/288] add: u-config (#10238) --- anda/tools/u-config/anda.hcl | 5 ++++ anda/tools/u-config/u-config.spec | 45 +++++++++++++++++++++++++++++++ anda/tools/u-config/update.rhai | 1 + 3 files changed, 51 insertions(+) create mode 100644 anda/tools/u-config/anda.hcl create mode 100644 anda/tools/u-config/u-config.spec create mode 100644 anda/tools/u-config/update.rhai diff --git a/anda/tools/u-config/anda.hcl b/anda/tools/u-config/anda.hcl new file mode 100644 index 0000000000..bc13ecfa43 --- /dev/null +++ b/anda/tools/u-config/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "u-config.spec" + } +} diff --git a/anda/tools/u-config/u-config.spec b/anda/tools/u-config/u-config.spec new file mode 100644 index 0000000000..97651f07ce --- /dev/null +++ b/anda/tools/u-config/u-config.spec @@ -0,0 +1,45 @@ +%global forgeurl https://github.com/skeeto/u-config +Version: 0.34.0 +%forgemeta + +Name: u-config +Release: 1%{?dist} +Summary: A smaller, simpler, portable pkg-config clone + +License: Unlicense +URL: %{forgeurl} +Source0: %{forgesource} + +Packager: metcya + +BuildRequires: gcc + +%description +u-config ("micro-config") is a small, highly portable pkg-config and pkgconf +clone. It was written primarily for w64devkit and Windows, but can also serve +as a reliable drop-in replacement on other platforms. Notable features: + +%prep +%forgeautosetup + +%build +%__cc $CFLAGS \ + $CPPFLAGS \ + -DPKG_CONFIG_LIBDIR="\"%{_libdir}/pkgconfig\"" \ + $LDFLAGS \ + -o u-config \ + main_posix.c + +%install +install -Dm 755 u-config %{buildroot}%{_bindir}/u-config +install -Dm 655 u-config.1 %{buildroot}%{_mandir}/man1/u-config.1 + +%files +%license UNLICENSE +%doc README.md +%{_bindir}/u-config +%{_mandir}/man1/u-config.1.* + +%changelog +* Tue Mar 03 2026 metcya +- Initial package diff --git a/anda/tools/u-config/update.rhai b/anda/tools/u-config/update.rhai new file mode 100644 index 0000000000..175fe08da0 --- /dev/null +++ b/anda/tools/u-config/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("skeeto/u-config")); From a0de688566715efb53c63251ddbd5551acdf40ff Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 2 Mar 2026 22:06:42 -0600 Subject: [PATCH 205/288] add: vapor-mod-overlay (#10244) --- anda/games/vapor-mod-overlay/anda.hcl | 6 ++++ anda/games/vapor-mod-overlay/update.rhai | 1 + .../vapor-mod-overlay/vapor-mod-overlay.spec | 33 +++++++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 anda/games/vapor-mod-overlay/anda.hcl create mode 100644 anda/games/vapor-mod-overlay/update.rhai create mode 100644 anda/games/vapor-mod-overlay/vapor-mod-overlay.spec diff --git a/anda/games/vapor-mod-overlay/anda.hcl b/anda/games/vapor-mod-overlay/anda.hcl new file mode 100644 index 0000000000..303a14d18c --- /dev/null +++ b/anda/games/vapor-mod-overlay/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "vapor-mod-overlay.spec" + } +} diff --git a/anda/games/vapor-mod-overlay/update.rhai b/anda/games/vapor-mod-overlay/update.rhai new file mode 100644 index 0000000000..3898e84c4e --- /dev/null +++ b/anda/games/vapor-mod-overlay/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("ChristianSilvermoon/vapor-mod-overlay")); diff --git a/anda/games/vapor-mod-overlay/vapor-mod-overlay.spec b/anda/games/vapor-mod-overlay/vapor-mod-overlay.spec new file mode 100644 index 0000000000..50db0d4665 --- /dev/null +++ b/anda/games/vapor-mod-overlay/vapor-mod-overlay.spec @@ -0,0 +1,33 @@ +Name: vapor-mod-overlay +Version: 0.0.1 +Release: 1%{?dist} +Summary: A fairly basic OverlayFS powered mod loader for Steam +License: MIT +URL: https://github.com/ChristianSilvermoon/vapor-mod-overlay +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +Requires: bash +Requires: fuse-overlayfs +BuildArch: noarch +Packager: Gilver E. + +%description +This is an attempt at a very basic sort of Mod Loader for Valve's Steam Client on GNU/Linux systems that uses OverlayFS. +This was inspired by a bug in Portal 2 VR that required the mod to be disabled temporarily to bypass a crash. + +%prep +%autosetup -n %{name}-%{version} + +%build +# The voices are getting louder. + +%install +install -Dpm755 %{name}.sh %{buildroot}%{_bindir}/%{name} + +%files +%doc README.md +%license LICENSE.md +%{_bindir}/%{name} + +%changelog +* Mon Mar 2 2026 Gilver E. +- Initial package From 963d9d47340f042827cbff7cb57fce2ef8114a35 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 04:09:59 +0000 Subject: [PATCH 206/288] bump(branch): intel-ipu6-kmod dkms-intel-ipu6 xpadneo-kmod dkms-xpadneo --- anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec | 4 ++-- anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec | 4 ++-- anda/system/xpadneo/akmod/xpadneo-kmod.spec | 4 ++-- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec b/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec index d82d5b7029..3e8a4840fe 100644 --- a/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec +++ b/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec @@ -1,8 +1,8 @@ %global buildforkernels akmod %global debug_package %{nil} -%global commit cde4eb446b9750d7a01f3258e99470df4606976b +%global commit da921f79f673d816b99c1f974dfc895e8ede3f64 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260204 +%global commit_date 20260303 %global modulename intel-ipu6 # Actual "release" version, currently unused as the release versions are back and forth on if on if they use 1.0.0 or 1.0.1 %global ver 1.0.1 diff --git a/anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec b/anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec index a9224df487..57d182b395 100644 --- a/anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec +++ b/anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} -%global commit cde4eb446b9750d7a01f3258e99470df4606976b +%global commit da921f79f673d816b99c1f974dfc895e8ede3f64 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260204 +%global commit_date 20260303 %global modulename intel-ipu6 # Actual "release" version, currently unused as the release versions are back and forth on if on if they use 1.0.0 or 1.0.1 %global ver 1.0.1 diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index 355acdeb8b..0717e75a1a 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,6 +1,6 @@ -%global commit 202ade26afb845d80e0f754ea934ec5b76ad6516 +%global commit bd69ab766cb6df8238051749ba9796d39dab53c1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260302 +%global commitdate 20260303 %global ver 0.9.8 %define buildforkernels akmod %global debug_package %{nil} diff --git a/anda/system/xpadneo/dkms/dkms-xpadneo.spec b/anda/system/xpadneo/dkms/dkms-xpadneo.spec index 17754d81de..d6968c2421 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,6 +1,6 @@ -%global commit 202ade26afb845d80e0f754ea934ec5b76ad6516 +%global commit bd69ab766cb6df8238051749ba9796d39dab53c1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260302 +%global commitdate 20260303 %global ver 0.9.8 %global debug_package %{nil} %global modulename xpadneo From 61b30c91d60c06fddca06562183a5a4660595332 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 04:23:37 +0000 Subject: [PATCH 207/288] bump: zed-preview zed --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index dfc13ec8cc..331f333599 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.226.3-pre +%global ver 0.225.12 # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index 3b2e190e4d..3aee914710 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -15,7 +15,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.225.10 +Version: 0.225.12 Release: 1%?dist Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later From a1037553ada94deefd97ce0076b02d9432a455a2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 05:32:54 +0000 Subject: [PATCH 208/288] bump: powerbuttond steamos-manager --- anda/games/powerbuttond/powerbuttond.spec | 4 ++-- anda/games/steamos-manager/steamos-manager.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/powerbuttond/powerbuttond.spec b/anda/games/powerbuttond/powerbuttond.spec index 649f25221c..2da9358a08 100644 --- a/anda/games/powerbuttond/powerbuttond.spec +++ b/anda/games/powerbuttond/powerbuttond.spec @@ -1,8 +1,8 @@ %define debug_package %nil Name: powerbuttond -Version: 4.1 -Release: 2%?dist +Version: 4.2 +Release: 1%?dist Summary: Steam Deck power button daemon License: BSD-2-clause diff --git a/anda/games/steamos-manager/steamos-manager.spec b/anda/games/steamos-manager/steamos-manager.spec index 3adaa96ceb..b2a6bedfd2 100644 --- a/anda/games/steamos-manager/steamos-manager.spec +++ b/anda/games/steamos-manager/steamos-manager.spec @@ -1,5 +1,5 @@ Name: steamos-manager -Version: 25.12.0 +Version: 26.0.0 Release: 1%?dist Summary: SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system. License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND Apache-2.0 OR BSL-1.0 AND Apache-2.0 OR MIT AND Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT AND BSD-3-Clause OR MIT OR Apache-2.0 AND ISC AND LGPL-2.1 OR MIT OR Apache-2.0 AND MIT AND MIT OR Apache-2.0 AND MIT OR Apache-2.0 OR LGPL-2.1-or-later AND Unlicense OR MIT AND Zlib OR Apache-2.0 OR MIT From 32220759c5b62f1c3800f85b7e6d88efbe1a1431 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 10:39:17 +0000 Subject: [PATCH 209/288] bump: halloy zig-master-bootstrap rust-mise --- anda/apps/halloy/halloy.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/halloy/halloy.spec b/anda/apps/halloy/halloy.spec index 1ed42cca61..0de5d3b8ce 100644 --- a/anda/apps/halloy/halloy.spec +++ b/anda/apps/halloy/halloy.spec @@ -4,7 +4,7 @@ %global crate halloy Name: halloy -Version: 2026.3 +Version: 2026.4 Release: 1%?dist Summary: An open-source IRC client written in Rust, with the Iced GUI library Packager: Yoong jin diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index a299481dd9..f92dfcda8a 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.16.0-dev.2682+02142a54d +version=0.16.0-dev.2694+74f361a5c mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index e44ca12794..4e027def5e 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -7,7 +7,7 @@ %define llvm_compat 20 %endif %global llvm_version 20.0.0 -%global ver 0.16.0-dev.2682+02142a54d +%global ver 0.16.0-dev.2694+74f361a5c %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 0119e7566a..7fe0ef3c64 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.3.0 +Version: 2026.3.1 Release: 1%?dist Summary: Front-end to your dev env From 858172661221678b69596c5d93bdcb33f8931a77 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 11:27:52 +0000 Subject: [PATCH 210/288] bump(branch): zig-master --- anda/langs/zig/master/zig-master.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 23966008bd..e3e2e5c2f9 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.2682+02142a54d +Version: 0.16.0~dev.2694+74f361a5c Release: 2%?dist Summary: Master builds of the Zig language License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1 From 1fff593ce194da2e293ec7adc11614487836bfb4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 12:26:29 +0000 Subject: [PATCH 211/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index c368caabf4..4dcbbc135c 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -9,12 +9,12 @@ # 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 928856567670d123b88b458f450bae0051deecb7 -%global ver 0.0.39-18870 +%global commit 595e42c4f3bfa11b8585ea029e1aa9d2c9c68fd1 +%global ver 0.0.40-18871 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') -Release: 2%?dist +Release: 1%?dist Summary: PlayStation 3 emulator and debugger License: GPL-2.0-only URL: https://github.com/RPCS3/rpcs3 From 8a71df817ffed7088df4dca81306fc2261f9aeb0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 15:25:58 +0000 Subject: [PATCH 212/288] bump: android-studio rust-deno yt-dlp-git --- anda/devs/android-studio/stable/android-studio.spec | 4 ++-- anda/devs/deno/rust-deno.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/devs/android-studio/stable/android-studio.spec b/anda/devs/android-studio/stable/android-studio.spec index 64db99ec65..e6a9457e42 100644 --- a/anda/devs/android-studio/stable/android-studio.spec +++ b/anda/devs/android-studio/stable/android-studio.spec @@ -16,7 +16,7 @@ %global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$ Name: android-studio -Version: 2025.3.1.8 +Version: 2025.3.2.6 Release: 1%?dist Summary: Official IDE for Android development License: Apache-2.0 @@ -24,7 +24,7 @@ Packager: veuxit , like-engels Date: Tue, 3 Mar 2026 17:03:56 +0000 Subject: [PATCH 213/288] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 69833e018e..8fb86223d1 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,7 +2,7 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.03.03.144937 +Version: 2026.03.03.162040 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 627c8d7b94eaaad908d38b06c189027a0d48c1da Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 17:57:28 +0000 Subject: [PATCH 214/288] bump: arduino-app-bricks-py --- anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec b/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec index bdaa6efc43..b79061e640 100644 --- a/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec +++ b/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec @@ -1,7 +1,7 @@ %global pypi_name app-bricks-py %global _desc The code of the Arduino App Lab Bricks -%global ver release/0.7.3 +%global ver release/0.8.0rc1 %global sanitized_ver %(echo %{ver} | sed 's|release/||') Name: %{pypi_name} From 073602c362fc00d51f626e5e1aa1902bc73fbb28 Mon Sep 17 00:00:00 2001 From: veuxit <232229112+veuxit@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:41:28 +0500 Subject: [PATCH 215/288] android-studio-canary: remove nightly (#10249) --- anda/devs/android-studio/canary/anda.hcl | 3 --- 1 file changed, 3 deletions(-) diff --git a/anda/devs/android-studio/canary/anda.hcl b/anda/devs/android-studio/canary/anda.hcl index 81d45e0a0f..f3910da03e 100644 --- a/anda/devs/android-studio/canary/anda.hcl +++ b/anda/devs/android-studio/canary/anda.hcl @@ -3,7 +3,4 @@ project pkg { rpm { spec = "android-studio-canary.spec" } - labels { - nightly = "1" - } } From 6cdf8d3cc26c44f4d60e773237587046fdd4e420 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 20:50:44 +0000 Subject: [PATCH 216/288] bump: geist --- anda/fonts/geist/geist.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/fonts/geist/geist.spec b/anda/fonts/geist/geist.spec index a2cd36237e..94e4714c86 100644 --- a/anda/fonts/geist/geist.spec +++ b/anda/fonts/geist/geist.spec @@ -1,4 +1,4 @@ -%global ver geist@1.7.0 +%global ver 1.8.0 Name: geist-font Version: %(echo %ver | sed 's/^geist@//') From d1fca4432d04b8f43ab6d51d3f2152c224a5959e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 21:20:48 +0000 Subject: [PATCH 217/288] bump: gurk --- anda/apps/gurk/gurk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/gurk/gurk.spec b/anda/apps/gurk/gurk.spec index d49b463f88..d088ef6423 100644 --- a/anda/apps/gurk/gurk.spec +++ b/anda/apps/gurk/gurk.spec @@ -1,8 +1,8 @@ %undefine __brp_mangle_shebangs Name: gurk -Version: 0.8.1 -Release: 3%?dist +Version: 0.9.0 +Release: 1%?dist Summary: Signal Messenger client for terminal License: AGPL-3.0-or-later AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND ISC AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND BSL-1.0 AND CDLA-Permissive-2.0 AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR BSD-1-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) URL: https://github.com/boxdot/gurk-rs From 7e890f9d3e962487cb69ada176e0c93961c42605 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 3 Mar 2026 15:29:06 -0600 Subject: [PATCH 218/288] add: moonshot (#10202) --- anda/apps/moonshot/anda.hcl | 5 ++ .../com.fyralabs.moonshot.metainfo.xml | 50 +++++++++++++++++ anda/apps/moonshot/moonshot.spec | 55 +++++++++++++++++++ anda/apps/moonshot/update.rhai | 1 + 4 files changed, 111 insertions(+) create mode 100644 anda/apps/moonshot/anda.hcl create mode 100644 anda/apps/moonshot/com.fyralabs.moonshot.metainfo.xml create mode 100644 anda/apps/moonshot/moonshot.spec create mode 100644 anda/apps/moonshot/update.rhai diff --git a/anda/apps/moonshot/anda.hcl b/anda/apps/moonshot/anda.hcl new file mode 100644 index 0000000000..7b387f9379 --- /dev/null +++ b/anda/apps/moonshot/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "moonshot.spec" + } +} diff --git a/anda/apps/moonshot/com.fyralabs.moonshot.metainfo.xml b/anda/apps/moonshot/com.fyralabs.moonshot.metainfo.xml new file mode 100644 index 0000000000..74571ae640 --- /dev/null +++ b/anda/apps/moonshot/com.fyralabs.moonshot.metainfo.xml @@ -0,0 +1,50 @@ + + + com.fyralabs.moonshot + CC0-1.0 + GPL-3.0-or-later + /usr/share/icons/hicolor/512x512/apps/moonshot.png + + Moonshot +

A beautiful cross-platform flashing tool + + + https://github.com/FyraLabs/moonshot/blob/main/build/screenshot.png + + + +

+ A beautiful cross-platform flashing tool. + Why? + + - Community frustration with existing flashing tools. + - We have unique ideas that we want to implement in the future, ex: selecting distro images from within the app. + - For fun. +

+
+ + moonshot.desktop + + https://github.com/FyraLabs/moonshot + https://github.com/FyraLabs/moonshot/issues + https://github.com/sponsors/FyraLabs + https://fyralabs.com/contact/ + + moonshot + + + + disk flashing + imaging + flashing tool + flasher + etcher + usb + sd card + + + + Fyra Labs + +
diff --git a/anda/apps/moonshot/moonshot.spec b/anda/apps/moonshot/moonshot.spec new file mode 100644 index 0000000000..9fa8bab49c --- /dev/null +++ b/anda/apps/moonshot/moonshot.spec @@ -0,0 +1,55 @@ +%define debug_package %{nil} +%define appid com.fyralabs.moonshot + +Name: moonshot +Version: 1.0.1 +Release: 1%?dist +Summary: A beautiful cross-platform flashing tool +License: GPL-3.0-or-later +URL: https://github.com/FyraLabs/moonshot +Source0: %url/archive/refs/tags/v%version.tar.gz +Source1: com.fyralabs.moonshot.metainfo.xml + +BuildRequires: wails3 +BuildRequires: golang +BuildRequires: bun-bin +BuildRequires: pkgconfig(webkit2gtk-4.1) +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(webkitgtk-6.0) +BuildRequires: pkgconfig(gio-unix-2.0) +BuildRequires: pkgconfig(libsoup-3.0) + +Packager: Owen Zimmerman + +%description +%{summary}. +Why? + + - Community frustration with existing flashing tools. + - We have unique ideas that we want to implement in the future, ex: selecting distro images from within the app. + - For fun. + +%prep +%autosetup + +%build +EXTRA_TAGS=gtk4 wails3 build + +%install +install -Dm755 bin/moonshot %{buildroot}%{_bindir}/moonshot +install -Dm644 build/linux/moonshot.desktop %{buildroot}%{_appsdir}/%{appid}.desktop +install -Dm644 build/appicon.png %{buildroot}%{_hicolordir}/512x512/apps/moonshot.png + +%terra_appstream -o %{SOURCE1} + +%files +%doc README.md +%license LICENSE +%{_bindir}/moonshot +%{_appsdir}/%{appid}.desktop +%{_hicolordir}/512x512/apps/moonshot.png +%{_metainfodir}/com.fyralabs.moonshot.metainfo.xml + +%changelog +* Mon Mar 02 2026 Owen Zimmerman +- Initial commit diff --git a/anda/apps/moonshot/update.rhai b/anda/apps/moonshot/update.rhai new file mode 100644 index 0000000000..11a9be849e --- /dev/null +++ b/anda/apps/moonshot/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("FyraLabs/moonshot")); From 904e86af5d907a8ea78dcc646a108c759995f511 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 21:55:18 +0000 Subject: [PATCH 219/288] bump: moonshot --- anda/apps/moonshot/moonshot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/moonshot/moonshot.spec b/anda/apps/moonshot/moonshot.spec index 9fa8bab49c..544b82f7ca 100644 --- a/anda/apps/moonshot/moonshot.spec +++ b/anda/apps/moonshot/moonshot.spec @@ -2,7 +2,7 @@ %define appid com.fyralabs.moonshot Name: moonshot -Version: 1.0.1 +Version: 1.0.2 Release: 1%?dist Summary: A beautiful cross-platform flashing tool License: GPL-3.0-or-later From d635bbd052f7ca4d025b7c6161c561d46ef03b4b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 22:54:57 +0000 Subject: [PATCH 220/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 4dcbbc135c..3e7124c0c8 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 595e42c4f3bfa11b8585ea029e1aa9d2c9c68fd1 -%global ver 0.0.40-18871 +%global commit e66f1fa3066f99d816fb950aad77d6fc57d0f1c8 +%global ver 0.0.40-18872 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From e29cc4dc52c524a655daa25754d4d1ff959e5ff1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 3 Mar 2026 23:51:42 +0000 Subject: [PATCH 221/288] bump: zed-preview --- anda/devs/zed/preview/zed-preview.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 331f333599..3a20114d70 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.225.12 +%global ver 0.226.4-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From a96de2168e2e51cbd201e67ac614ce4c9c90ebb8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 02:02:51 +0000 Subject: [PATCH 222/288] bump: ruffle-nightly zed rpcs3 electron --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/electron/electron.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 1c524c8e5e..350911e309 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-03 +%global ver 2026-03-04 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index 3aee914710..44e2676077 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -15,7 +15,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.225.12 +Version: 0.225.13 Release: 1%?dist Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 3e7124c0c8..10d4f2cd9a 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 e66f1fa3066f99d816fb950aad77d6fc57d0f1c8 -%global ver 0.0.40-18872 +%global commit 86b2773c2854ede00ff376d1ee82898c74eb8b71 +%global ver 0.0.40-18874 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index b1be89598e..abf0fab418 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 40.6.1 +Version: 40.7.0 Release: 1%?dist Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From bf9e1cecaf6bf41215466ab7c0bf228100fb3499 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 02:26:46 +0000 Subject: [PATCH 223/288] bump(nightly): goofcord-nightly rpinters ghostty-nightly zed-nightly types-colorama vala-nightly tdlib-nightly opentabletdriver-nightly scx-scheds-nightly HeadsetControl-nightly --- anda/apps/goofcord/nightly/goofcord-nightly.spec | 4 ++-- anda/apps/rpinters/rpinters.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 2 +- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/langs/vala/vala-nightly/vala-nightly.spec | 4 ++-- anda/lib/tdlib/tdlib-nightly.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index 6f6fb03daf..0ee51ebbc0 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit b7172c845eb01c8479c78b3127d1412eae851a73 +%global commit 45f3fcfa70d482ae1ac94ec9a2e78f3d941a37e5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260303 +%global commit_date 20260304 %global ver 2.0.1^ %global base_name goofcord %global git_name GoofCord diff --git a/anda/apps/rpinters/rpinters.spec b/anda/apps/rpinters/rpinters.spec index 02698a7eb1..6435280952 100644 --- a/anda/apps/rpinters/rpinters.spec +++ b/anda/apps/rpinters/rpinters.spec @@ -1,5 +1,5 @@ -%global commit 1815ad67432803843058a3cf7eefbf376e9c02c9 -%global commit_date 20251029 +%global commit 0fee3911afdaabbdcf4e8214e3472198a1c0c9db +%global commit_date 20260304 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpinters diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 2aa0f01d53..609084cf10 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit d3c37704359cdc863a85a0d67baa8a9cd09f88af +%global commit c93cf521088594649a6c2d54e1c916c3906c0a0f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-03-03 %global commit_date %(echo %{fulldate} | sed 's/-//g') diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 0447b20703..b9d580e81d 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 42ba961075b16aaf35d48631f0ce4e1a4196d983 +%global commit 9c9337a8021f74511625517c3f4fa021106609eb %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260303 +%global commit_date 20260304 %global ver 0.227.0 %bcond_with check diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 594a378480..4347158eaf 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 35004e95ca90678e9046953e4a14caf684562847 -%global commit_date 20260303 +%global commit 0e16ea31d2e188fdc126cb31e7c4fcc6b5a8da96 +%global commit_date 20260304 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/langs/vala/vala-nightly/vala-nightly.spec b/anda/langs/vala/vala-nightly/vala-nightly.spec index 90f01976b7..0bad6c77c3 100644 --- a/anda/langs/vala/vala-nightly/vala-nightly.spec +++ b/anda/langs/vala/vala-nightly/vala-nightly.spec @@ -3,11 +3,11 @@ %global priority 90 %global real_name vala -%global commit 4506a74bd2a997f23957b5cc6c0cc721c98dbae9 +%global commit 4c34f90a5bdaa1c5bffd9540602d5099c35e41d5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global repo https://gitlab.gnome.org/GNOME/%{real_name}.git -%global commit_date 20260227 +%global commit_date 20260304 %global snapshot_info %{commit_date}.%{shortcommit} Name: vala-nightly diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index 837dc0cca2..6ac3ca94a7 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,6 +1,6 @@ -%global commit e597838871547131ef92332fca601f5effba4e8a +%global commit af0cb1d30a1e5cb1a10cd83b48998ca9ea9ce249 %global ver 1.8.62 -%global commit_date 20260302 +%global commit_date 20260304 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 13fb026cef..dcb6b74dbf 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit b5417c39475147f2d31f04824b8488ae6458faac +%global commit e4d9a5124f42a566ab6e6c5aae60dfbc6931e187 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260303 +%global commit_date 20260304 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 8b5df3f7cf..e9b54bdbe3 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit ecdbaee70a897af3597503b503e64a9ab12bd7e5 +%global commit d4574ca3144b59893d06ed33bd4ceaa5107f0ec2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260303 +%global commitdate 20260304 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index 17da18a7b1..45852d5d76 100644 --- a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec +++ b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec @@ -1,6 +1,6 @@ %global _udevrulesdir /usr/lib/udev/rules.d -%global commit 902e9bc8b17c60923a70ac27c005cd5cb66de449 +%global commit abfb248a056c62c1d26febb5278cf8994f12e483 %global commitdate 20251121 %global shortcommit %(c=%{commit}; echo ${c:0:7}) From 223df227ba5c0ab88edaf8dbe9926bbc3b431c74 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:59:40 -0600 Subject: [PATCH 224/288] chore (moonshot): use %set_javascript_build_flags (#10258) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/apps/moonshot/moonshot.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/apps/moonshot/moonshot.spec b/anda/apps/moonshot/moonshot.spec index 544b82f7ca..7f78f7bca2 100644 --- a/anda/apps/moonshot/moonshot.spec +++ b/anda/apps/moonshot/moonshot.spec @@ -33,6 +33,7 @@ Why? %autosetup %build +%set_javascript_build_flags EXTRA_TAGS=gtk4 wails3 build %install From 2b462211a1ec77b64203aeda2efe036cd05c2e91 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 04:16:12 +0000 Subject: [PATCH 225/288] bump: asdf --- anda/devs/asdf/asdf.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/asdf/asdf.spec b/anda/devs/asdf/asdf.spec index 2185fbc043..b66ddc8224 100644 --- a/anda/devs/asdf/asdf.spec +++ b/anda/devs/asdf/asdf.spec @@ -12,7 +12,7 @@ # https://github.com/asdf-vm/asdf %global goipath github.com/asdf-vm/asdf -Version: 0.18.0 +Version: 0.18.1 %gometa -f @@ -25,7 +25,7 @@ more.} SECURITY.md ballad-of-asdf.md help.txt version.txt Name: asdf -Release: %autorelease +Release: 1%?dist Summary: Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more License: MIT From 0613395b2010743c8ad57ce8f302d5a922ad46fa Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 3 Mar 2026 23:37:16 -0600 Subject: [PATCH 226/288] feat: add appstreamcli validate job (#10243) --- .github/workflows/autobuild.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 3c1728b37a..7d4bf17a0d 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -69,6 +69,18 @@ jobs: --basename=test \ --veto-ignore=missing-parents \ --veto-ignore=missing-info 2>&1 | tee asb.log + + - name: Run appstreamcli validate + run: | + echo "## AppStream MetaInfo Validation" >> $GITHUB_STEP_SUMMARY + echo "" >> $GITHUB_STEP_SUMMARY + echo '```xml' >> $GITHUB_STEP_SUMMARY + for file in output/test.xml.gz; do + appstreamcli validate $file >> $GITHUB_STEP_SUMMARY || true + echo "" >> $GITHUB_STEP_SUMMARY + done + echo '```' >> $GITHUB_STEP_SUMMARY + - name: Export logs id: export_logs run: | From 534f098fe076fd6843c8cfcb2a08e1c79d121c50 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:00:46 -0600 Subject: [PATCH 227/288] fix: geist (#10267) Signed-off-by: Owen-sz --- anda/fonts/geist/geist.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/fonts/geist/geist.spec b/anda/fonts/geist/geist.spec index 94e4714c86..577d99b9b2 100644 --- a/anda/fonts/geist/geist.spec +++ b/anda/fonts/geist/geist.spec @@ -30,7 +30,7 @@ Geist Mono is a monospaced typeface that has been crafted to be the perfect part It is designed to be used in code editors, diagrams, terminals, and other textbased interfaces where code is represented. %prep -%autosetup -n %name-geist-%version +%autosetup %build %make_build From 2a6055075dbd6f82fc87cd83c36659f1df34500a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 09:55:33 +0000 Subject: [PATCH 228/288] bump: arduino-app-bricks-py --- anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec b/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec index b79061e640..d82ca1de53 100644 --- a/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec +++ b/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec @@ -1,7 +1,7 @@ %global pypi_name app-bricks-py %global _desc The code of the Arduino App Lab Bricks -%global ver release/0.8.0rc1 +%global ver release/0.8.0rc2 %global sanitized_ver %(echo %{ver} | sed 's|release/||') Name: %{pypi_name} From 1333a9f5b14fc509b784ad414ba9b234a813c232 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 11:06:12 +0000 Subject: [PATCH 229/288] bump: rpcs3 tauri --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/tauri/tauri.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 10d4f2cd9a..adf1f41803 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 86b2773c2854ede00ff376d1ee82898c74eb8b71 -%global ver 0.0.40-18874 +%global commit 3750fb2c1f1ff5ccd4996ef42cdf8b16119666c3 +%global ver 0.0.40-18875 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/tauri/tauri.spec b/anda/tools/tauri/tauri.spec index 35eec705ab..16966156e1 100644 --- a/anda/tools/tauri/tauri.spec +++ b/anda/tools/tauri/tauri.spec @@ -2,7 +2,7 @@ %undefine __brp_mangle_shebangs Name: rust-tauri -Version: 2.10.0 +Version: 2.10.1 Release: 1%?dist Summary: Command line interface for building Tauri apps License: Apache-2.0 OR MIT From 6b41ad9b7e3b694d8049ad56e9e4bbf199669ba3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 11:43:09 +0000 Subject: [PATCH 230/288] bump: gradle --- anda/tools/buildsys/gradle/gradle.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/buildsys/gradle/gradle.spec b/anda/tools/buildsys/gradle/gradle.spec index 9a2decb91c..c2956ba859 100644 --- a/anda/tools/buildsys/gradle/gradle.spec +++ b/anda/tools/buildsys/gradle/gradle.spec @@ -1,5 +1,5 @@ Name: gradle -Version: 9.3.1 +Version: 9.4.0 Release: 1%?dist Summary: Powerful build system for the JVM URL: https://gradle.org/ From cdb59949d6f90678d029bb903c9f45271dfd0f97 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 14:06:48 +0000 Subject: [PATCH 231/288] bump: rust-mise --- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 7fe0ef3c64..f5ae0e9b15 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.3.1 +Version: 2026.3.2 Release: 1%?dist Summary: Front-end to your dev env From 0aa5a8782de045b2c2df9ab7fe592248be562f16 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 15:40:51 +0000 Subject: [PATCH 232/288] bump: rust-deno inputplumber --- anda/devs/deno/rust-deno.spec | 2 +- anda/games/inputplumber/inputplumber.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/deno/rust-deno.spec b/anda/devs/deno/rust-deno.spec index f52acfc28d..97ed90b0f9 100644 --- a/anda/devs/deno/rust-deno.spec +++ b/anda/devs/deno/rust-deno.spec @@ -6,7 +6,7 @@ %global crate deno Name: rust-deno -Version: 2.7.2 +Version: 2.7.3 Release: 1%?dist Summary: Deno executable diff --git a/anda/games/inputplumber/inputplumber.spec b/anda/games/inputplumber/inputplumber.spec index cd83a830a2..dbb9fb54bd 100644 --- a/anda/games/inputplumber/inputplumber.spec +++ b/anda/games/inputplumber/inputplumber.spec @@ -1,7 +1,7 @@ %global __brp_mangle_shebangs %{nil} Name: inputplumber -Version: 0.75.0 +Version: 0.75.1 Release: 1%?dist Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later From 815534906b93a8b6e45ecc1404d30401005d8942 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 17:08:11 +0000 Subject: [PATCH 233/288] bump: goofcord zed-preview zed --- anda/apps/goofcord/stable/goofcord.spec | 4 ++-- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index a2c50013f3..fb81e945ae 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -2,8 +2,8 @@ %global appid io.github.milkshiift.GoofCord Name: goofcord -Version: 2.0.1 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%?dist License: OSL-3.0 Summary: A privacy-minded Legcord fork. Group: Applications/Internet diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 3a20114d70..a5244db747 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.226.4-pre +%global ver 0.226.4 # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index 44e2676077..5a06bd006b 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -15,7 +15,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.225.13 +Version: 0.226.4 Release: 1%?dist Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later From f4cb0749f1a7d62c3db2220924f5bb79733745ac Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 18:54:57 +0000 Subject: [PATCH 234/288] bump: zed-preview rpcs3 rust-mise jujutsu --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/buildsys/mise/rust-mise.spec | 2 +- anda/tools/jujutsu/jujutsu.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index a5244db747..5970120e73 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.226.4 +%global ver 0.227.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index adf1f41803..b7591e73c2 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 3750fb2c1f1ff5ccd4996ef42cdf8b16119666c3 -%global ver 0.0.40-18875 +%global commit d46ddcee5d8db68d7f856c5e7015bffc651b419f +%global ver 0.0.40-18876 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index f5ae0e9b15..63a79e56be 100644 --- a/anda/tools/buildsys/mise/rust-mise.spec +++ b/anda/tools/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.3.2 +Version: 2026.3.3 Release: 1%?dist Summary: Front-end to your dev env diff --git a/anda/tools/jujutsu/jujutsu.spec b/anda/tools/jujutsu/jujutsu.spec index 7536a120cf..128ee899f1 100644 --- a/anda/tools/jujutsu/jujutsu.spec +++ b/anda/tools/jujutsu/jujutsu.spec @@ -4,7 +4,7 @@ %global __brp_mangle_shebangs %{nil} Name: jujutsu -Version: 0.38.0 +Version: 0.39.0 Release: 1%?dist Summary: Git-compatible DVCS that is both simple and powerful License: Apache-2.0 AND CC-BY-4.0 From a050962ea2005f3b8e7b40b3ba441f1844b5890a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 19:38:04 +0000 Subject: [PATCH 235/288] bump: flutter accelerate --- anda/devs/flutter/flutter.spec | 2 +- anda/langs/python/accelerate/accelerate.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/flutter/flutter.spec b/anda/devs/flutter/flutter.spec index 6c3dc26cd3..b1bc0f7c60 100644 --- a/anda/devs/flutter/flutter.spec +++ b/anda/devs/flutter/flutter.spec @@ -1,5 +1,5 @@ Name: flutter -Version: 3.41.3 +Version: 3.41.4 Release: 1%?dist Summary: SDK for crafting beautiful, fast user experiences from a single codebase License: BSD-3-Clause diff --git a/anda/langs/python/accelerate/accelerate.spec b/anda/langs/python/accelerate/accelerate.spec index 7d801a6a76..b0ee0275e1 100644 --- a/anda/langs/python/accelerate/accelerate.spec +++ b/anda/langs/python/accelerate/accelerate.spec @@ -4,7 +4,7 @@ %global _desc A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic mixed precision (including fp8), and easy-to-configure FSDP and DeepSpeed support. Name: python-%{pypi_name} -Version: 1.12.0 +Version: 1.13.0 Release: 1%?dist Summary: A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration License: Apache-2.0 From 86f4abf270dd9b58de1a958ff07add26cbb3299a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 20:47:07 +0000 Subject: [PATCH 236/288] bump: anda-srpm-macros --- anda/terra/srpm-macros/anda-srpm-macros.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/terra/srpm-macros/anda-srpm-macros.spec b/anda/terra/srpm-macros/anda-srpm-macros.spec index 010feeb3cc..62691facfd 100644 --- a/anda/terra/srpm-macros/anda-srpm-macros.spec +++ b/anda/terra/srpm-macros/anda-srpm-macros.spec @@ -1,6 +1,6 @@ Name: anda-srpm-macros -Version: 0.3.3 -Release: 3%?dist +Version: 0.3.4 +Release: 1%?dist Summary: SRPM macros for extra Fedora packages License: MIT From a4a362d2c8c0ad9f20641f1a7eaeb398b876092d Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 4 Mar 2026 15:50:09 -0600 Subject: [PATCH 237/288] fix(goofcord): Rebuild for hotfix (#10275) Signed-off-by: Gilver --- anda/apps/goofcord/stable/goofcord.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index fb81e945ae..8a8265b05b 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -3,7 +3,7 @@ Name: goofcord Version: 2.1.0 -Release: 1%?dist +Release: 2%?dist License: OSL-3.0 Summary: A privacy-minded Legcord fork. Group: Applications/Internet From dacd3d605a8825c751a09cc68332a0c5a02e7d22 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 22:33:30 +0000 Subject: [PATCH 238/288] bump: discord-canary-openasar discord-canary --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index af5b9864bf..e254d69305 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.885 +Version: 0.0.886 Release: 1%?dist Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 20a97356d3..8ae6187125 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.885 +Version: 0.0.886 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From 70e1ee3eb19521542c7f81adb9b43e8390f91de0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 4 Mar 2026 23:03:15 +0000 Subject: [PATCH 239/288] bump: signal-desktop --- anda/apps/signal-desktop/signal-desktop.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index 51864e0bf1..9c5e473b5c 100644 --- a/anda/apps/signal-desktop/signal-desktop.spec +++ b/anda/apps/signal-desktop/signal-desktop.spec @@ -2,8 +2,8 @@ Name: signal-desktop %electronmeta -aD -Version: 8.0.0 -Release: 3%?dist +Version: 8.1.0 +Release: 1%?dist Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org Source0: https://github.com/signalapp/Signal-Desktop/archive/refs/tags/v%{version}.tar.gz From 976844df6315495fb9426fea947044d01e96410e Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 4 Mar 2026 18:54:46 -0600 Subject: [PATCH 240/288] fix(goofcord): Patch commit (#10278) * fix(goofcord): Patch commit Signed-off-by: Gilver * fix: Oops Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/apps/goofcord/stable/goofcord.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index 8a8265b05b..a23fa3cf94 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -3,12 +3,13 @@ Name: goofcord Version: 2.1.0 -Release: 2%?dist +Release: 3%?dist License: OSL-3.0 Summary: A privacy-minded Legcord fork. Group: Applications/Internet URL: https://github.com/Milkshiift/%{git_name} Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +Patch0: %{url}/commit/5be00d22d09f118fa5a2ac40deb12c54f66f03b8.patch BuildRequires: anda-srpm-macros >= 0.3.0 BuildRequires: bun-bin Packager: Gilver E. @@ -19,7 +20,7 @@ Packager: Gilver E. A highly configurable and privacy minded Discord client. %prep -%autosetup -n %{git_name}-%{version} +%autosetup -p1 -n %{git_name}-%{version} %ifarch %{arm64} armv7hl armv7l sed -i '/\"x64\",/d' electron-builder.ts %endif From 75e8b68db7f3eb901deb7a12bbb174ce058d11b9 Mon Sep 17 00:00:00 2001 From: metcya <134973769+metcya@users.noreply.github.com> Date: Wed, 4 Mar 2026 19:51:15 -0600 Subject: [PATCH 241/288] rename to mangowm (#10281) * rename to mangowm * fix license identifiers --- anda/desktops/mangowm/anda.hcl | 5 +++ anda/desktops/mangowm/mangowm.spec | 63 ++++++++++++++++++++++++++++++ anda/desktops/mangowm/update.rhai | 1 + 3 files changed, 69 insertions(+) create mode 100644 anda/desktops/mangowm/anda.hcl create mode 100644 anda/desktops/mangowm/mangowm.spec create mode 100644 anda/desktops/mangowm/update.rhai diff --git a/anda/desktops/mangowm/anda.hcl b/anda/desktops/mangowm/anda.hcl new file mode 100644 index 0000000000..90b2da7f90 --- /dev/null +++ b/anda/desktops/mangowm/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "mangowm.spec" + } +} diff --git a/anda/desktops/mangowm/mangowm.spec b/anda/desktops/mangowm/mangowm.spec new file mode 100644 index 0000000000..bce71bb7ce --- /dev/null +++ b/anda/desktops/mangowm/mangowm.spec @@ -0,0 +1,63 @@ +%global mangowc_ver 0.12.5-1 + +Name: mangowm +Version: 0.12.5 +Release: 2%{?dist} +Summary: A modern, lightweight, high-performance Wayland compositor built on dwl +License: GPL-3.0-or-later AND MIT AND X11 AND CC0-1.0 +Packager: metcya +URL: https://github.com/mangowm/mango +Source: %{url}/archive/%{version}.tar.gz + +BuildRequires: meson +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xcb-icccm) +BuildRequires: pkgconfig(wayland-protocols) +BuildRequires: pkgconfig(wayland-server) +BuildRequires: pkgconfig(wlroots-0.19) +BuildRequires: pkgconfig(xkbcommon) +BuildRequires: pkgconfig(libinput) +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(libpcre2-8) +BuildRequires: pkgconfig(scenefx-0.4) + +Conflicts: mangowc < %{mangowc_ver} +Obsoletes: mangowc < %{mangowc_ver} +Provides: mangowc = %{mangowc_ver} + +%description +MangoWM is a modern, lightweight, high-performance Wayland compositor built on +dwl — crafted for speed, flexibility, and a customizable desktop experience. + +%prep +%autosetup -n mango-%{version} + +%build +%meson +%meson_build + +%install +%meson_install + +%files +%doc README.md +%license LICENSE +%license LICENSE.wlroots +%license LICENSE.tinywl +%license LICENSE.sway +%license LICENSE.dwm +%license LICENSE.dwl +%{_bindir}/mango +%{_bindir}/mmsg +%{_sysconfdir}/mango/config.conf +%{_datadir}/wayland-sessions/mango.desktop +%{_datadir}/xdg-desktop-portal/mango-portals.conf + +%changelog +* Wed Mar 04 2026 metcya - 0.12.5-1 +- Rename to mangowm + +* Wed Nov 12 2025 metcya +- Package mangowc diff --git a/anda/desktops/mangowm/update.rhai b/anda/desktops/mangowm/update.rhai new file mode 100644 index 0000000000..f16a6a5ef9 --- /dev/null +++ b/anda/desktops/mangowm/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("mangowm/mango")); From d6f3477bd6908d296e927d06ff4492a558669b57 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 02:29:23 +0000 Subject: [PATCH 242/288] bump(nightly): flameshot-nightly goofcord-nightly legcord-nightly mpv-nightly ghostty-nightly zed-nightly nim-nightly types-colorama nvidia-patch opentabletdriver-nightly scx-scheds-nightly scx-tools-nightly rpi-utils --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/goofcord/nightly/goofcord-nightly.spec | 6 +++--- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 6 +++--- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/system/nvidia-patch/nvidia-patch.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/scx-tools/nightly/scx-tools-nightly.spec | 4 ++-- anda/tools/rpi-utils/rpi-utils.spec | 4 ++-- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index db0b8d522a..c6c61dc6f0 100644 --- a/anda/apps/flameshot/flameshot-nightly.spec +++ b/anda/apps/flameshot/flameshot-nightly.spec @@ -1,9 +1,9 @@ #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec %global ver 13.3.0 -%global commit 4a32a7e86a15a67456d628e79d77d86cb7db2e7e +%global commit d4956a87cd6003e2bae78bd752111337b1561e9c %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260303 +%global commit_date 20260305 %global devel_name QtColorWidgets %global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index 0ee51ebbc0..f7fa7ff43d 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,7 +1,7 @@ -%global commit 45f3fcfa70d482ae1ac94ec9a2e78f3d941a37e5 +%global commit 5be00d22d09f118fa5a2ac40deb12c54f66f03b8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260304 -%global ver 2.0.1^ +%global commit_date 20260305 +%global ver 2.1.0^ %global base_name goofcord %global git_name GoofCord %global appid io.github.milkshiift.GoofCord diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 53c44bff67..4aee50a0cb 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 21e4345ad9493f3ae8814828009e326453430c5d -%global commit_date 20260303 +%global commit 3adce3c9b5a31e37c7f340afdcf2629859faa9c2 +%global commit_date 20260305 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %nil %global __strip /bin/true diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 1311398ade..563dac45bb 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,9 +1,9 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit c401ef9c3b005deb24afec1d0b5d1cb4cea72d14 +%global commit a9ac97a5b04868472b8fed4d80bd8d92fef8d617 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260303 +%global commit_date 20260305 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 609084cf10..939aae028a 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit c93cf521088594649a6c2d54e1c916c3906c0a0f +%global commit 46522a8779ba44e47d4f68ab633ace5382971624 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-03 +%global fulldate 2026-03-04 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index b9d580e81d..e7b5eff122 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 9c9337a8021f74511625517c3f4fa021106609eb +%global commit 608185be4e0cc32ad925074185b5821af8aa2da9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260304 -%global ver 0.227.0 +%global commit_date 20260305 +%global ver 0.228.0 %bcond_with check %bcond_with debug_no_build diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 6c2e9ea1d9..912fed10eb 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,8 +1,8 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit 9ed4077d9a57e19063c1c67710fa6fb83f5a5fb7 +%global commit 8e2547a5e2a616380b71cdcbc922770fa11aafb8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260302 +%global commit_date 20260305 %global debug_package %nil Name: nim-nightly diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 4347158eaf..d5d447e989 100644 --- a/anda/langs/python/types-colorama/types-colorama.spec +++ b/anda/langs/python/types-colorama/types-colorama.spec @@ -1,5 +1,5 @@ -%global commit 0e16ea31d2e188fdc126cb31e7c4fcc6b5a8da96 -%global commit_date 20260304 +%global commit e108320b29046c7801de4df4168892b8099490bc +%global commit_date 20260305 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index 0fb514c3a4..b280d34ddd 100644 --- a/anda/system/nvidia-patch/nvidia-patch.spec +++ b/anda/system/nvidia-patch/nvidia-patch.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} -%global commit 0e3f16a6b60674fd801076dfdd304e6f8800e9f5 +%global commit 47c2959260a330f919981cb407659f0e2790dc8a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260216 +%global commit_date 20260305 %global patches %{_datadir}/src/nvidia-patch diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index dcb6b74dbf..2a8276d7f0 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit e4d9a5124f42a566ab6e6c5aae60dfbc6931e187 +%global commit c292fe27357ac5bb3da7f7573ee4a2fd2daa53a4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260304 +%global commit_date 20260305 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index e9b54bdbe3..4e1e5b2807 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,6 +1,6 @@ -%global commit d4574ca3144b59893d06ed33bd4ceaa5107f0ec2 +%global commit cd2ca2ecbec1fd9470b286d36886ce6c872b9abf %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260304 +%global commitdate 20260305 %global ver 1.0.20 %undefine __brp_mangle_shebangs diff --git a/anda/system/scx-tools/nightly/scx-tools-nightly.spec b/anda/system/scx-tools/nightly/scx-tools-nightly.spec index bb420f8b5b..9032dc9bf9 100644 --- a/anda/system/scx-tools/nightly/scx-tools-nightly.spec +++ b/anda/system/scx-tools/nightly/scx-tools-nightly.spec @@ -1,6 +1,6 @@ -%global commit 30b4540650f0283136c875efb4cd449686a87995 +%global commit c21306e11f44670dbd2f8e0b2030468e736a051c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260218 +%global commitdate 20260305 %global ver 1.0.20 %global appid com.sched_ext.scx %global developer "sched-ext Contributors" diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index cf22ca3fd2..1c197d41d7 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit 60ea0df9b7a43b4198c0def6355b600eb2cfbfb1 -%global commit_date 20260303 +%global commit 216e2d3045e9343e894e6445c5ae122aa7752584 +%global commit_date 20260305 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils From 51a42f6b0909c79e62f0c53bbb8c1fe5f8e82962 Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 4 Mar 2026 20:31:13 -0600 Subject: [PATCH 243/288] chore(ci): Update atrifact actions (#10287) --- .github/workflows/autobuild.yml | 2 +- .github/workflows/json-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 7d4bf17a0d..a517936793 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -51,7 +51,7 @@ jobs: image: ghcr.io/terrapkg/appstream-generator:main steps: - name: Download artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: merge-multiple: true path: ./artifacts diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index e0c33e9a4b..fbd6939520 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -99,7 +99,7 @@ jobs: x=${NAME//\//@} echo "name=$x" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: ${{ steps.art.outputs.name }} compression-level: 0 # The RPMs are already compressed :p From d56a8c6ca2bbd8ad3522ba9a60b134f3468ef061 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 02:58:12 +0000 Subject: [PATCH 244/288] bump: noctalia-qs asar vgmstream rust-anda --- anda/desktops/noctalia-qs/noctalia-qs.spec | 2 +- anda/devs/asar/asar.spec | 2 +- anda/multimedia/vgmstream/vgmstream.spec | 4 ++-- anda/tools/buildsys/anda/rust-anda.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec index 4649ed7637..0c65533880 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -1,5 +1,5 @@ Name: noctalia-qs -Version: 0.0.4 +Version: 0.0.5 Release: 1%?dist Summary: Flexible QtQuick based desktop shell toolkit License: LGPL-3.0-only AND GPL-3.0-only diff --git a/anda/devs/asar/asar.spec b/anda/devs/asar/asar.spec index bd4143cd8b..f0b73576db 100644 --- a/anda/devs/asar/asar.spec +++ b/anda/devs/asar/asar.spec @@ -7,7 +7,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: asar -Version: 4.0.1 +Version: 4.1.0 Release: 1%?dist Summary: Simple extensive tar-like archive format with indexing License: MIT diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index 82da9530fd..4d80a1a137 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit 9633911d173cb875d1b81fd27262b360b38ac4dd +%global commit e8c87743c4ee2b07ce6593d2f6c2deaf4533ee85 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260302 +%global commit_date 20260305 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index 3f37262818..1237003153 100644 --- a/anda/tools/buildsys/anda/rust-anda.spec +++ b/anda/tools/buildsys/anda/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.4.15 +Version: 0.5.0 Release: 1%?dist Summary: Andaman Build toolchain From ac1819c788314fb67097987aa4ec564b46c8b07b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 04:47:37 +0000 Subject: [PATCH 245/288] bump: noctalia-shell steamos-manager --- anda/desktops/noctalia-shell/noctalia-shell.spec | 2 +- anda/games/steamos-manager/steamos-manager.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index fc209b468d..8a2d548675 100644 --- a/anda/desktops/noctalia-shell/noctalia-shell.spec +++ b/anda/desktops/noctalia-shell/noctalia-shell.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: noctalia-shell -Version: 4.6.1 +Version: 4.6.3 Release: 1%?dist Summary: A Quickshell-based custom shell setup diff --git a/anda/games/steamos-manager/steamos-manager.spec b/anda/games/steamos-manager/steamos-manager.spec index b2a6bedfd2..39216203de 100644 --- a/anda/games/steamos-manager/steamos-manager.spec +++ b/anda/games/steamos-manager/steamos-manager.spec @@ -1,5 +1,5 @@ Name: steamos-manager -Version: 26.0.0 +Version: 26.0.1 Release: 1%?dist Summary: SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system. License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND Apache-2.0 OR BSL-1.0 AND Apache-2.0 OR MIT AND Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT AND BSD-3-Clause OR MIT OR Apache-2.0 AND ISC AND LGPL-2.1 OR MIT OR Apache-2.0 AND MIT AND MIT OR Apache-2.0 AND MIT OR Apache-2.0 OR LGPL-2.1-or-later AND Unlicense OR MIT AND Zlib OR Apache-2.0 OR MIT From 7f23efed745d4a1c334ae259ca5d7b882f034cbb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 07:13:52 +0000 Subject: [PATCH 246/288] bump(branch): micro-default-editor --- anda/tools/micro-default-editor/micro-default-editor.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/micro-default-editor/micro-default-editor.spec b/anda/tools/micro-default-editor/micro-default-editor.spec index 0584ee5743..b199e6eeb0 100644 --- a/anda/tools/micro-default-editor/micro-default-editor.spec +++ b/anda/tools/micro-default-editor/micro-default-editor.spec @@ -3,7 +3,7 @@ Name: micro-default-editor # Version, release, and epoch are inherited from the editor package just like other default editors Version: 2.0.15 -Release: 2%?dist +Release: 2%{?dist} Epoch: 0 # Inherited from Micro itself License: MIT and ASL 2.0 From ef763192afdfe487f3fd26dbdc373207c94f9495 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 07:26:59 +0000 Subject: [PATCH 247/288] bump: zed-preview osu-lazer --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/games/osu-lazer/osu-lazer.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 5970120e73..dff59bf26a 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -17,7 +17,7 @@ Name: zed-preview Version: %(echo %ver | sed 's/-/~/') -Release: 1%?dist +Release: 1%{?dist} Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND AGPL.3.0-only AND AGPL-3.0-or-later AND (Apache-2.0 OR BSL-1.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-2-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CC0-1.0 AND GPL-3.0-or-later AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (ISC AND (Apache-2.0 OR ISC)) AND ISC AND (MIT AND (MIT OR Apache-2.0)) AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index c6dc06d3ba..e9bfd4c8c5 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -1,10 +1,10 @@ -%define osuresver 2026.108.0 +%define osuresver 2026.305.0 %global debug_package %{nil} %define __strip /bin/true Name: osu-lazer -Version: 2026.119.0 -Release: 2%?dist +Version: 2026.305.0 +Release: 1%{?dist} Summary: The future of osu! and the beginning of an open era! Commonly known by the codename osu!lazer. Pew pew. ExclusiveArch: x86_64 URL: https://osu.ppy.sh/ From 75612e39f8b12fd53d09f729c5356034df800510 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 08:03:38 +0000 Subject: [PATCH 248/288] bump: eww --- anda/desktops/waylands/eww/eww.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/waylands/eww/eww.spec b/anda/desktops/waylands/eww/eww.spec index 1a8d9634df..6928e6078b 100644 --- a/anda/desktops/waylands/eww/eww.spec +++ b/anda/desktops/waylands/eww/eww.spec @@ -1,13 +1,13 @@ # Generated by rust2rpm 27 -%global commit fddb4a09b107237819e661151e007b99b5cab36d +%global commit 865cf631d5bbb5f9fccc99b3f4cc80b9eeada18c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250630 +%global commit_date 20260305 %global ver v0.6.0 %bcond check 0 Name: eww Version: %ver^%commit_date.git~%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Widgets for everyone! SourceLicense: MIT From 4b780b1cc2f6f663c4dee6414a85cc302f82a0f3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 13:42:34 +0000 Subject: [PATCH 249/288] bump: rust-deno --- anda/devs/deno/rust-deno.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/deno/rust-deno.spec b/anda/devs/deno/rust-deno.spec index 97ed90b0f9..15bd331685 100644 --- a/anda/devs/deno/rust-deno.spec +++ b/anda/devs/deno/rust-deno.spec @@ -6,8 +6,8 @@ %global crate deno Name: rust-deno -Version: 2.7.3 -Release: 1%?dist +Version: 2.7.4 +Release: 1%{?dist} Summary: Deno executable License: MIT From 153b9f222d20b96c3558653a5585fa273c3c0758 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 14:33:12 +0000 Subject: [PATCH 250/288] bump: throne --- anda/apps/throne/Sagernet.SingBox.Version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/throne/Sagernet.SingBox.Version.txt b/anda/apps/throne/Sagernet.SingBox.Version.txt index 2294a60d89..1bae8c2a79 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.03 \ No newline at end of file +v1.13.13 \ No newline at end of file From e0d52dee3a94cce5aa91e5d233a311feb82983c9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 15:31:38 +0000 Subject: [PATCH 251/288] bump: vicinae --- anda/system/vicinae/vicinae.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index c8c01fec7c..44e104067f 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,6 +1,6 @@ Name: vicinae -Version: 0.20.2 -Release: 1%?dist +Version: 0.20.3 +Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com Source: https://github.com/vicinaehq/%{name}/archive/refs/tags/v%{version}.tar.gz From f9914851c153fda1243dac0d36c44d694e709053 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 6 Mar 2026 01:12:22 +0800 Subject: [PATCH 252/288] fix: steamos-manager (#10297) --- anda/games/steamos-manager/steamos-manager.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/anda/games/steamos-manager/steamos-manager.spec b/anda/games/steamos-manager/steamos-manager.spec index 39216203de..c6b076f4be 100644 --- a/anda/games/steamos-manager/steamos-manager.spec +++ b/anda/games/steamos-manager/steamos-manager.spec @@ -41,23 +41,29 @@ Requires: %{name} = %{evr} rm %{buildroot}%{_unitdir}/sddm.service.d/reset-oneshot-boot.conf # steamOS specific rm %{buildroot}%{_userunitdir}/orca.service # not used by anyone apparently, steamOS specific(?) install -d %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service -%{__ln_s} -f %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service %{_userunitdir}/steamos-manager.service +ln -s %{_userunitdir}/steamos-manager.service %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service %post %systemd_post steamos-manager.service +%systemd_post steamos-manager-configure-cecd.service +%systemd_post steamos-manager-session-cleanup.service %preun %systemd_preun steamos-manager.service +%systemd_preun steamos-manager-configure-cecd.service +%systemd_preun steamos-manager-session-cleanup.service %postun %systemd_postun_with_restart steamos-manager.service +%systemd_postun_with_restart steamos-manager-configure-cecd.service +%systemd_postun_with_restart steamos-manager-session-cleanup.service %files %license %{_datadir}/licenses/steamos-manager/LICENSE %license LICENSE.dependencies %doc README.md %{_bindir}/steamosctl -%{_datadir}/dbus-1/interfaces/com.steampowered.SteamOSManager1.Manager.xml +#{_datadir}/dbus-1/interfaces/com.steampowered.SteamOSManager1.Manager.xml %{_datadir}/dbus-1/interfaces/com.steampowered.SteamOSManager1.xml %{_datadir}/dbus-1/services/com.steampowered.SteamOSManager1.service %{_datadir}/dbus-1/system.d/com.steampowered.SteamOSManager1.conf @@ -67,6 +73,7 @@ install -d %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/stea %{_prefix}/lib/steamos-manager %{_unitdir}/steamos-manager.service %{_userunitdir}/steamos-manager.service +%{_userunitdir}/steamos-manager-configure-cecd.service %{_userunitdir}/steamos-manager-session-cleanup.service %files gamescope-session-plus From c49d7e016f53cc8d7d4e17f3511943c8fc0f393d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 17:38:30 +0000 Subject: [PATCH 253/288] bump: bitwarden-cli.bin proton-vpn proton-vpn-api-core rust-zoi-rs falcond arduino-app-bricks-py rust-anda --- anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec | 4 ++-- anda/apps/proton-vpn/proton-vpn.spec | 4 ++-- .../langs/python/proton-vpn-api-core/proton-vpn-api-core.spec | 4 ++-- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- anda/system/falcond/falcond.spec | 4 ++-- anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec | 2 +- anda/tools/buildsys/anda/rust-anda.spec | 4 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec b/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec index eaa26a80de..63aca8e17f 100644 --- a/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec +++ b/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec @@ -1,6 +1,6 @@ Name: bitwarden-cli.bin -Version: 2026.1.0 -Release: 2%?dist +Version: 2026.2.0 +Release: 1%{?dist} Summary: Bitwarden command-line client License: GPL-3.0-only URL: https://bitwarden.com diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index 780d64363f..2c14dc9259 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,6 +1,6 @@ Name: proton-vpn-gtk-app -Version: 4.14.1 -Release: 2%?dist +Version: 4.14.2 +Release: 1%{?dist} Summary: Official ProtonVPN Linux app License: GPL-3.0-only URL: https://protonvpn.com/download-linux diff --git a/anda/langs/python/proton-vpn-api-core/proton-vpn-api-core.spec b/anda/langs/python/proton-vpn-api-core/proton-vpn-api-core.spec index 5f91a5bf97..006f3b94c9 100644 --- a/anda/langs/python/proton-vpn-api-core/proton-vpn-api-core.spec +++ b/anda/langs/python/proton-vpn-api-core/proton-vpn-api-core.spec @@ -4,8 +4,8 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-%{pypi_name} -Version: 4.14.3 -Release: 3%?dist +Version: 4.15.2 +Release: 1%{?dist} Summary: A facade to the other Proton VPN components License: GPL-3.0-Only URL: https://github.com/ProtonVPN/python-proton-vpn-api-core diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index 3c3eff6b00..baeb724edf 100644 --- a/anda/langs/rust/zoi/rust-zoi-rs.spec +++ b/anda/langs/rust/zoi/rust-zoi-rs.spec @@ -1,7 +1,7 @@ %define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %global crate zoi-rs -%global crate_version 1.7.0 +%global crate_version 1.8.0 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index e46405e435..b02e46a400 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -1,8 +1,8 @@ %global _include_minidebuginfo 0 Name: falcond -Version: 1.2.3 -Release: 3%{?dist} +Version: 2.0.0 +Release: 1%{?dist} Summary: Advanced Linux Gaming Performance Daemon License: MIT URL: https://git.pika-os.com/general-packages/falcond diff --git a/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec b/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec index d82ca1de53..fcbdc049b8 100644 --- a/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec +++ b/anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec @@ -1,7 +1,7 @@ %global pypi_name app-bricks-py %global _desc The code of the Arduino App Lab Bricks -%global ver release/0.8.0rc2 +%global ver release/0.8.0rc3 %global sanitized_ver %(echo %{ver} | sed 's|release/||') Name: %{pypi_name} diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index 1237003153..5fa37431e0 100644 --- a/anda/tools/buildsys/anda/rust-anda.spec +++ b/anda/tools/buildsys/anda/rust-anda.spec @@ -5,8 +5,8 @@ %global crate anda Name: rust-anda -Version: 0.5.0 -Release: 1%?dist +Version: 0.5.1 +Release: 1%{?dist} Summary: Andaman Build toolchain License: MIT From e96a48014037caba9b0f1722bb22695853f4d6c3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 17:57:39 +0000 Subject: [PATCH 254/288] bump(branch): bitwarden-cli --- anda/apps/bitwarden/cli/bitwarden-cli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/bitwarden/cli/bitwarden-cli.spec b/anda/apps/bitwarden/cli/bitwarden-cli.spec index fab3682b3e..fd0df86f79 100644 --- a/anda/apps/bitwarden/cli/bitwarden-cli.spec +++ b/anda/apps/bitwarden/cli/bitwarden-cli.spec @@ -6,8 +6,8 @@ %endif Name: bitwarden-cli -Version: 2026.1.0 -Release: 1%?dist +Version: 2026.2.0 +Release: 1%{?dist} Summary: Bitwarden command-line client License: GPL-3.0-only URL: https://bitwarden.com From 3afff62ec58c21232fdc24839bc133e4016890db Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 19:00:24 +0000 Subject: [PATCH 255/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index b7591e73c2..11e3e3524d 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -9,12 +9,12 @@ # 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 d46ddcee5d8db68d7f856c5e7015bffc651b419f -%global ver 0.0.40-18876 +%global commit 5605cf21413be189ca8e2ab866c3ad537b5e79ca +%global ver 0.0.40-18877 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') -Release: 1%?dist +Release: 1%{?dist} Summary: PlayStation 3 emulator and debugger License: GPL-2.0-only URL: https://github.com/RPCS3/rpcs3 From a37846ed04daecf4ddf5c55d275f67cdfc2125b6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 19:58:07 +0000 Subject: [PATCH 256/288] bump: rust-lowfi --- anda/devs/lowfi/rust-lowfi.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/lowfi/rust-lowfi.spec b/anda/devs/lowfi/rust-lowfi.spec index 90f8da55bc..0b6d06b1c7 100644 --- a/anda/devs/lowfi/rust-lowfi.spec +++ b/anda/devs/lowfi/rust-lowfi.spec @@ -2,8 +2,8 @@ %global crate lowfi Name: rust-lowfi -Version: 2.0.1 -Release: 1%?dist +Version: 2.0.4 +Release: 1%{?dist} Summary: Extremely simple lofi player License: MIT From 5f55e5e070c29e2e9d06cd1addb156bd6096450f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 20:41:04 +0000 Subject: [PATCH 257/288] bump: discord-canary-openasar discord-canary rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 4 ++-- anda/apps/discord-canary/discord-canary.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index e254d69305..0dc67da3b1 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,8 +6,8 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.886 -Release: 1%?dist +Version: 0.0.887 +Release: 1%{?dist} Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms URL: https://github.com/GooseMod/OpenAsar diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 8ae6187125..ff345d4348 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,8 +6,8 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.886 -Release: 1%?dist +Version: 0.0.887 +Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com Source0: https://dl-canary.discordapp.net/apps/linux/%{version}/discord-canary-%{version}.tar.gz diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 11e3e3524d..de8bd76bec 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 5605cf21413be189ca8e2ab866c3ad537b5e79ca -%global ver 0.0.40-18877 +%global commit c57d6110c4c503e8145c9d18e38042d275cd6995 +%global ver 0.0.40-18882 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From f71ae9698519f2a9ac518b0169610a67eead7219 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 21:18:56 +0000 Subject: [PATCH 258/288] bump: soft-serve --- anda/langs/go/soft-serve/soft-serve.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/go/soft-serve/soft-serve.spec b/anda/langs/go/soft-serve/soft-serve.spec index 509869f78b..a39f89444f 100644 --- a/anda/langs/go/soft-serve/soft-serve.spec +++ b/anda/langs/go/soft-serve/soft-serve.spec @@ -5,12 +5,12 @@ %global cmd_name soft %global goipath github.com/charmbracelet/soft-serve -Version: 0.11.3 +Version: 0.11.4 %gometa -f Name: soft-serve -Release: 1%?dist +Release: 1%{?dist} Summary: The mighty, self-hostable Git server for the command line URL: https://github.com/charmbracelet/%{name} Source0: https://github.com/charmbracelet/%{name}/archive/refs/tags/v%{version}.tar.gz From e03f09a55df0e120aeab92b72d817b2a63197c75 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 21:54:00 +0000 Subject: [PATCH 259/288] bump: fresh --- anda/langs/rust/fresh/fresh.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 0e87d925ef..069c47dc86 100644 --- a/anda/langs/rust/fresh/fresh.spec +++ b/anda/langs/rust/fresh/fresh.spec @@ -1,8 +1,8 @@ %undefine __brp_mangle_shebangs Name: fresh -Version: 0.2.12 -Release: 1%?dist +Version: 0.2.13 +Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev Source0: https://github.com/sinelaw/fresh/archive/refs/tags/v%version.tar.gz From 096e8a12ffc106b407c209131cea507612a4490d Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 5 Mar 2026 16:31:19 -0600 Subject: [PATCH 260/288] =?UTF-8?q?fix=20(stardust-XR-nightly):=20don?= =?UTF-8?q?=E2=80=99t=20dep=20on=20non=20existant=20package=20(#10303)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../telescope/nightly/stardust-telescope-nightly.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec b/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec index dadd42d2ec..3c6ceb426f 100644 --- a/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec +++ b/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec @@ -4,7 +4,7 @@ Name: stardust-xr-telescope-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 3%?dist Summary: See the stars! Easy stardust setups to run on your computer License: MIT URL: https://github.com/StardustXR/telescope @@ -19,7 +19,7 @@ Requires: stardust-xr-black-hole-nightly Requires: stardust-xr-comet-nightly Requires: stardust-xr-flatland-nightly Requires: stardust-xr-gravity-nightly -Requires: stardust-xr-magnetar-nightly +Requires: stardust-xr-magnetar Requires: stardust-xr-non-spatial-input-nightly Requires: stardust-xr-protostar-nightly Requires: stardust-xr-server-nightly From f147f38db89520c0f4e48f262a758eb589a8c3ad Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 5 Mar 2026 23:39:21 +0000 Subject: [PATCH 261/288] bump: discord-ptb-openasar discord-ptb posthog electron --- anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec | 4 ++-- anda/apps/discord-ptb/discord-ptb.spec | 4 ++-- anda/langs/python/posthog/posthog.spec | 4 ++-- anda/tools/electron/electron.spec | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec index 621a6e2164..d748e00a96 100644 --- a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec +++ b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec @@ -6,8 +6,8 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-ptb-openasar -Version: 0.0.179 -Release: 1%?dist +Version: 0.0.180 +Release: 1%{?dist} Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms URL: https://github.com/GooseMod/OpenAsar diff --git a/anda/apps/discord-ptb/discord-ptb.spec b/anda/apps/discord-ptb/discord-ptb.spec index 92d0874409..3de59a46c5 100644 --- a/anda/apps/discord-ptb/discord-ptb.spec +++ b/anda/apps/discord-ptb/discord-ptb.spec @@ -6,8 +6,8 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-ptb -Version: 0.0.179 -Release: 1%?dist +Version: 0.0.180 +Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com Source0: https://dl-ptb.discordapp.net/apps/linux/%{version}/discord-ptb-%{version}.tar.gz diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index d74e8212cb..47a86889fb 100644 --- a/anda/langs/python/posthog/posthog.spec +++ b/anda/langs/python/posthog/posthog.spec @@ -2,8 +2,8 @@ %global _desc Send usage data from your Python code to PostHog. Name: python-%{pypi_name} -Version: 7.9.6 -Release: 1%?dist +Version: 7.9.7 +Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT URL: https://posthog.com/docs/libraries/python diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index abf0fab418..2c5871ecdc 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,7 +1,7 @@ Name: electron %electronmeta -Version: 40.7.0 -Release: 1%?dist +Version: 40.8.0 +Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} URL: https://electronjs.org/ From c1f40ba487cba0e3fc35053a774d2189b88b7e56 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 00:58:12 +0000 Subject: [PATCH 262/288] bump: ruffle-nightly --- anda/apps/ruffle/ruffle-nightly.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 350911e309..37e56cf782 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-04 +%global ver 2026-03-06 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold @@ -9,7 +9,7 @@ language. Ruffle targets both the desktop and the web using WebAssembly.} Name: ruffle-nightly Version: %goodver -Release: 1%?dist +Release: 1%{?dist} Summary: A Flash Player emulator written in Rust License: Apache-2.0 OR MIT URL: https://ruffle.rs/ From dc64563eb6c42c7047aa689d24a948ba9ff33ea5 Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 6 Mar 2026 09:51:42 +0800 Subject: [PATCH 263/288] add: dysk (#10294) close #10292 --- anda/langs/rust/dysk/anda.hcl | 5 +++ anda/langs/rust/dysk/rust-dysk.spec | 58 +++++++++++++++++++++++++++++ anda/langs/rust/dysk/update.rhai | 1 + 3 files changed, 64 insertions(+) create mode 100644 anda/langs/rust/dysk/anda.hcl create mode 100644 anda/langs/rust/dysk/rust-dysk.spec create mode 100644 anda/langs/rust/dysk/update.rhai diff --git a/anda/langs/rust/dysk/anda.hcl b/anda/langs/rust/dysk/anda.hcl new file mode 100644 index 0000000000..92007ff08b --- /dev/null +++ b/anda/langs/rust/dysk/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "rust-dysk.spec" + } +} diff --git a/anda/langs/rust/dysk/rust-dysk.spec b/anda/langs/rust/dysk/rust-dysk.spec new file mode 100644 index 0000000000..21f798887d --- /dev/null +++ b/anda/langs/rust/dysk/rust-dysk.spec @@ -0,0 +1,58 @@ +# Generated by rust2rpm 28 +%bcond check 1 + +%global crate dysk + +Name: rust-dysk +Version: 3.6.0 +Release: 1%?dist +Summary: Give information on mounted filesystems + +License: MIT +URL: https://crates.io/crates/dysk +Source: %{crates_source} +Packager: madonuko + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Give information on mounted filesystems.} + +%description %{_description} + +%package -n %{crate} +URL: https://dystroy.org/dysk +Summary: %{summary} +License: (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) AND (Unlicense OR MIT) +# LICENSE.dependencies contains a full license breakdown + +%description -n %{crate} %{_description} + +%files -n %{crate} +%license LICENSE +%license LICENSE.dependencies +%doc CHANGELOG.md +%doc CONTRIBUTING.md +%doc README.md +%{_bindir}/dysk + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep_online + +%build +%{cargo_license_summary_online} +%{cargo_license_online} > LICENSE.dependencies +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Thu Mar 05 2026 madonuko - 3.6.0-1 +- Initial package. diff --git a/anda/langs/rust/dysk/update.rhai b/anda/langs/rust/dysk/update.rhai new file mode 100644 index 0000000000..6370e40910 --- /dev/null +++ b/anda/langs/rust/dysk/update.rhai @@ -0,0 +1 @@ +rpm.version(crates("dysk")); From 53bb4f4add05021f408ed16d31fd31bfc9997f32 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 02:27:29 +0000 Subject: [PATCH 264/288] bump(nightly): envision flameshot-nightly goofcord-nightly mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly nim-nightly scx-scheds-nightly --- anda/apps/envision/envision.spec | 6 +++--- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/goofcord/nightly/goofcord-nightly.spec | 6 +++--- anda/apps/mpv/mpv-nightly.spec | 6 +++--- .../gnome-shell-extension-multi-monitors-bar.spec | 6 +++--- anda/devs/ghostty/nightly/ghostty-nightly.spec | 6 +++--- anda/devs/zed/nightly/zed-nightly.spec | 6 +++--- anda/langs/nim/nim-nightly/nim-nightly.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 6 +++--- 9 files changed, 26 insertions(+), 26 deletions(-) diff --git a/anda/apps/envision/envision.spec b/anda/apps/envision/envision.spec index b06287af51..54475d3326 100644 --- a/anda/apps/envision/envision.spec +++ b/anda/apps/envision/envision.spec @@ -1,10 +1,10 @@ -%global commit 9e23d0120c0da40ec6e734756a6252783ac93039 -%global commit_date 20260302 +%global commit f345e496b4edafe84d3fe6fd9150c92c7de93b72 +%global commit_date 20260306 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: envision-nightly Version: %commit_date.%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: UI for building, configuring and running Monado, the open source OpenXR runtime SourceLicense: AGPL-3.0-or-later License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND AGPL-3.0-or-later AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND ISC AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index c6c61dc6f0..6e0fba9524 100644 --- a/anda/apps/flameshot/flameshot-nightly.spec +++ b/anda/apps/flameshot/flameshot-nightly.spec @@ -1,9 +1,9 @@ #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec %global ver 13.3.0 -%global commit d4956a87cd6003e2bae78bd752111337b1561e9c +%global commit bb6e504e842b9197897469428ffccbbd61cbe831 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260305 +%global commit_date 20260306 %global devel_name QtColorWidgets %global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index f7fa7ff43d..02877bd583 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5be00d22d09f118fa5a2ac40deb12c54f66f03b8 +%global commit d0dc4f84002f09609b6a6142ebff64dd20bf5f61 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260305 +%global commit_date 20260306 %global ver 2.1.0^ %global base_name goofcord %global git_name GoofCord @@ -8,7 +8,7 @@ Name: %{base_name}-nightly Version: %{ver}%{commit_date}.git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} License: OSL-3.0 Summary: A privacy-minded Legcord fork. Group: Applications/Internet diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 563dac45bb..6a1d24b759 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,14 +1,14 @@ # Disable X11 for RHEL 10+ %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] -%global commit a9ac97a5b04868472b8fed4d80bd8d92fef8d617 +%global commit 3b55bc9795a4ab6cf04d1611f4839330cf5c1990 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260305 +%global commit_date 20260306 %global ver 0.41.0 Name: mpv-nightly Version: %ver^%commit_date.%shortcommit -Release: 1%?dist +Release: 1%{?dist} License: GPL-2.0-or-later AND LGPL-2.1-or-later Summary: Movie player playing most video formats and DVDs diff --git a/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec b/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec index ee498127bf..735fe0e43d 100644 --- a/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec +++ b/anda/desktops/gnome/gnome-shell-extension-multi-monitors-bar/gnome-shell-extension-multi-monitors-bar.spec @@ -1,5 +1,5 @@ -%global commit 93bd38c27325f8c9c0fbe4114ee061cfa6970cb7 -%global commit_date 20260228 +%global commit 911134bb3a8c7153095dc9d3b53af6a097a9d719 +%global commit_date 20260306 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global extension multi-monitors-bar @@ -7,7 +7,7 @@ Name: gnome-shell-extension-%{extension} Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Add multiple monitors overview and panel for GNOME Shell. This is an updated fork with GNOME 46 compatibility License: GPL-2.0-or-later URL: https://github.com/FrederykAbryan/multi-monitors-bar_fapv2 diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 939aae028a..56b9ac74a9 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 46522a8779ba44e47d4f68ab633ace5382971624 +%global commit 3e220ab3757243c45bbb999c185ae33de8f70da7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-04 +%global fulldate 2026-03-05 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.0 @@ -9,7 +9,7 @@ Name: %{base_name}-nightly Version: %{ver}~tip^%{commit_date}git%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} %if 0%{?fedora} <= 41 Epoch: 1 %endif diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index e7b5eff122..bd64ea54c9 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 608185be4e0cc32ad925074185b5821af8aa2da9 +%global commit ca5027c4d6c43cdf21f2af9731369cd8cb64570e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260305 +%global commit_date 20260306 %global ver 0.228.0 %bcond_with check @@ -22,7 +22,7 @@ Name: zed-nightly Version: %ver^%commit_date.%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND AGPL.3.0-only AND AGPL-3.0-or-later AND (Apache-2.0 OR BSL-1.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-2-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CC0-1.0 AND GPL-3.0-or-later AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (ISC AND (Apache-2.0 OR ISC)) AND ISC AND (MIT AND (MIT OR Apache-2.0)) AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 912fed10eb..dcb378f116 100644 --- a/anda/langs/nim/nim-nightly/nim-nightly.spec +++ b/anda/langs/nim/nim-nightly/nim-nightly.spec @@ -1,13 +1,13 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit 8e2547a5e2a616380b71cdcbc922770fa11aafb8 +%global commit e4b1d8eebcbb176ad0dad509b5b0039fe10de287 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260305 +%global commit_date 20260306 %global debug_package %nil Name: nim-nightly Version: %ver^%commit_date.%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Imperative, multi-paradigm, compiled programming language License: MIT and BSD URL: https://nim-lang.org diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 4e1e5b2807..d4c12a5d7d 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,12 +1,12 @@ -%global commit cd2ca2ecbec1fd9470b286d36886ce6c872b9abf +%global commit d75e7da4a91e6ffca5add748a97099b6a1e31a04 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260305 +%global commitdate 20260306 %global ver 1.0.20 %undefine __brp_mangle_shebangs Name: scx-scheds-nightly Version: %{ver}^%{commitdate}.git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Nightly builds of sched_ext schedulers and tools SourceLicense: GPL-2.0-only License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND LGPL-2.1 AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND (MPL-2.0 OR MIT OR Apache-2.0) AND MPL-2.0-only and MPL-2.0-or-later AND (Unlicense OR MIT) AND Zlib From ab1207fbac22e1fa6582a1d7e0fd19101592f883 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 03:29:48 +0000 Subject: [PATCH 265/288] bump: discord-ptb-openasar discord-ptb soft-serve --- anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec | 2 +- anda/apps/discord-ptb/discord-ptb.spec | 2 +- anda/langs/go/soft-serve/soft-serve.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec index d748e00a96..e74ce58103 100644 --- a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec +++ b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-ptb-openasar -Version: 0.0.180 +Version: 0.0.181 Release: 1%{?dist} Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-ptb/discord-ptb.spec b/anda/apps/discord-ptb/discord-ptb.spec index 3de59a46c5..1bbb9567bb 100644 --- a/anda/apps/discord-ptb/discord-ptb.spec +++ b/anda/apps/discord-ptb/discord-ptb.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-ptb -Version: 0.0.180 +Version: 0.0.181 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com diff --git a/anda/langs/go/soft-serve/soft-serve.spec b/anda/langs/go/soft-serve/soft-serve.spec index a39f89444f..dde2147336 100644 --- a/anda/langs/go/soft-serve/soft-serve.spec +++ b/anda/langs/go/soft-serve/soft-serve.spec @@ -5,7 +5,7 @@ %global cmd_name soft %global goipath github.com/charmbracelet/soft-serve -Version: 0.11.4 +Version: 0.11.5 %gometa -f From 775b60b4c5e3ed2d8e61a155d982690925dae798 Mon Sep 17 00:00:00 2001 From: veuxit <232229112+veuxit@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:55:47 +0500 Subject: [PATCH 266/288] add: amdgpu_top (#10293) --- anda/system/amdgpu_top/amdgpu_top.spec | 56 ++++++++++++++++++++++++++ anda/system/amdgpu_top/anda.hcl | 5 +++ anda/system/amdgpu_top/update.rhai | 1 + 3 files changed, 62 insertions(+) create mode 100644 anda/system/amdgpu_top/amdgpu_top.spec create mode 100644 anda/system/amdgpu_top/anda.hcl create mode 100644 anda/system/amdgpu_top/update.rhai diff --git a/anda/system/amdgpu_top/amdgpu_top.spec b/anda/system/amdgpu_top/amdgpu_top.spec new file mode 100644 index 0000000000..57e5db00f8 --- /dev/null +++ b/anda/system/amdgpu_top/amdgpu_top.spec @@ -0,0 +1,56 @@ +%undefine __brp_add_determinism + +Name: amdgpu_top +Version: 0.11.2 +Release: 1%?dist +Summary: Tool to display AMDGPU usage +License: MIT +Packager: veuxit +URL: https://github.com/Umio-Yasuno/amdgpu_top + +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz + +BuildRequires: desktop-file-utils +BuildRequires: libdrm-devel +BuildRequires: cargo cargo-rpm-macros anda-srpm-macros + +%description +%summary. + +%prep +%autosetup -n %{name}-%{version} +%cargo_prep_online + +%build +%{cargo_build} --locked + +%install + +install -Dm755 target/release/amdgpu_top %{buildroot}%{_bindir}/amdgpu_top + +install -Dm644 assets/amdgpu_top.desktop %{buildroot}%{_appsdir}/amdgpu_top.desktop + +install -Dm644 assets/amdgpu_top-tui.desktop %{buildroot}%{_appsdir}/amdgpu_top-tui.desktop + +install -Dpm644 assets/io.github.umio_yasuno.amdgpu_top.metainfo.xml %{buildroot}%{_metainfodir}/io.github.umio_yasuno.amdgpu_top.metainfo.xml + +install -Dm644 "docs/amdgpu_top.1" "%{buildroot}%{_mandir}/man1/amdgpu_top.1" + +%check +%desktop_file_validate %{buildroot}%{_appsdir}/amdgpu_top.desktop +%desktop_file_validate %{buildroot}%{_appsdir}/amdgpu_top-tui.desktop + +%files +%doc README.md +%doc CHANGELOG.md +%doc AUTHORS +%license LICENSE +%{_bindir}/amdgpu_top +%{_datadir}/applications/amdgpu_top.desktop +%{_datadir}/applications/amdgpu_top-tui.desktop +%{_metainfodir}/io.github.umio_yasuno.amdgpu_top.metainfo.xml +%{_mandir}/man1/amdgpu_top.1.gz + +%changelog +* Thu Mar 5 2026 veuxit - 0.11.2 +- Initial package release \ No newline at end of file diff --git a/anda/system/amdgpu_top/anda.hcl b/anda/system/amdgpu_top/anda.hcl new file mode 100644 index 0000000000..d4b25997e7 --- /dev/null +++ b/anda/system/amdgpu_top/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "amdgpu_top.spec" + } +} diff --git a/anda/system/amdgpu_top/update.rhai b/anda/system/amdgpu_top/update.rhai new file mode 100644 index 0000000000..70b97bb6e0 --- /dev/null +++ b/anda/system/amdgpu_top/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("Umio-Yasuno/amdgpu_top")); From badd746dbb29149e667aa3ed83a627fc0a778a8b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 6 Mar 2026 00:05:54 -0600 Subject: [PATCH 267/288] feat: add checklist to pull request template (#10286) --- .github/PULL_REQUEST_TEMPLATE/new_package.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE/new_package.md b/.github/PULL_REQUEST_TEMPLATE/new_package.md index 83d3347771..85275f746f 100644 --- a/.github/PULL_REQUEST_TEMPLATE/new_package.md +++ b/.github/PULL_REQUEST_TEMPLATE/new_package.md @@ -6,3 +6,10 @@ A clear and concise description of why you want this package. Would this provide **Additional context** Add any other context about the package submission here. Link to any relavent issues. + +**Checklist** +- [] This package is maintained OR there is a valid reason to add it (e.g. python dependency) +- [] I have tested at least the `x86_64` version of the package +- [] I have read through any relevant [Terra](https://developer.fyralabs.com/terra) and [Fedora packaging](https://docs.fedoraproject.org/en-US/packaging-guidelines/) documentation/policies/guidelines +- [] I have made sure there are no security issues with this package to the best of my ability +- [] I have made sure this is not in Fedora (unless adding to the [extras repo](https://developer.fyralabs.com/terra/installing#extras)). From 20a73a36975b59c1ba30ba043a31c86de660b1b5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 06:30:19 +0000 Subject: [PATCH 268/288] bump: golang-google-grpc.terra --- anda/langs/go/google-grpc/golang-google-grpc.terra.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/go/google-grpc/golang-google-grpc.terra.spec b/anda/langs/go/google-grpc/golang-google-grpc.terra.spec index cc68ceb251..970b2db1f4 100644 --- a/anda/langs/go/google-grpc/golang-google-grpc.terra.spec +++ b/anda/langs/go/google-grpc/golang-google-grpc.terra.spec @@ -11,7 +11,7 @@ # https://github.com/grpc/grpc-go %global goipath google.golang.org/grpc %global forgeurl https://github.com/grpc/grpc-go -Version: 1.79.1 +Version: 1.79.2 %gometa -L @@ -24,7 +24,7 @@ The Go language implementation of gRPC. HTTP/2 based RPC.} Documentation Name: golang-google-grpc.terra -Release: 1%?dist +Release: 1%{?dist} Summary: The Go language implementation of gRPC. HTTP/2 based RPC License: Apache-2.0 From 81d797fe4a900bb759f84c876099137f35f282d2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 07:24:53 +0000 Subject: [PATCH 269/288] bump: discord-canary-openasar discord-canary --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 0dc67da3b1..6926f3aea2 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.887 +Version: 0.0.888 Release: 1%{?dist} Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index ff345d4348..8585845131 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.887 +Version: 0.0.888 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 15c2b6b591307551572044e60c9553a2156eecbf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 08:47:42 +0000 Subject: [PATCH 270/288] bump: rust-zoi-rs --- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index baeb724edf..97016097e0 100644 --- a/anda/langs/rust/zoi/rust-zoi-rs.spec +++ b/anda/langs/rust/zoi/rust-zoi-rs.spec @@ -1,7 +1,7 @@ %define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %global crate zoi-rs -%global crate_version 1.8.0 +%global crate_version 1.8.1 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') From c444cf466e14b4cc7825dbf02e68d2c026e1772d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 09:24:08 +0000 Subject: [PATCH 271/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index de8bd76bec..0833502f79 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 c57d6110c4c503e8145c9d18e38042d275cd6995 -%global ver 0.0.40-18882 +%global commit 2f9f79eea2673aaafb5ff91e4d294777906d629b +%global ver 0.0.40-18883 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 6a983f964c1705711181afb01082a541ffdec013 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 10:01:51 +0000 Subject: [PATCH 272/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 0833502f79..d51e52ebef 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 2f9f79eea2673aaafb5ff91e4d294777906d629b -%global ver 0.0.40-18883 +%global commit 414df8432e56e8b015a4b447242f8127e62197b7 +%global ver 0.0.40-18888 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 9d4645b464dfe38e0b03dc31cbd90cff9d43f9e1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 10:53:24 +0000 Subject: [PATCH 273/288] bump: zed-preview --- anda/devs/zed/preview/zed-preview.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index dff59bf26a..7f34923c78 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} %endif -%global ver 0.227.0-pre +%global ver 0.227.1-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From cd1b34343b568e41e6b2e1922d896ce5e18028e5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 11:28:35 +0000 Subject: [PATCH 274/288] bump: goofcord --- anda/apps/goofcord/stable/goofcord.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index a23fa3cf94..b0cdddadbd 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -2,8 +2,8 @@ %global appid io.github.milkshiift.GoofCord Name: goofcord -Version: 2.1.0 -Release: 3%?dist +Version: 2.1.1 +Release: 1%{?dist} License: OSL-3.0 Summary: A privacy-minded Legcord fork. Group: Applications/Internet From 73475a8fa3203a1e910893a43052de4e281c1d92 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 12:56:31 +0000 Subject: [PATCH 275/288] bump: codium rust-zoi-rs --- anda/devs/codium/codium.spec | 4 ++-- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/codium/codium.spec b/anda/devs/codium/codium.spec index 30493b1a83..d1c164800b 100644 --- a/anda/devs/codium/codium.spec +++ b/anda/devs/codium/codium.spec @@ -14,8 +14,8 @@ %global appid com.vscodium.VSCodium Name: codium -Version: 1.109.51242 -Release: 1%?dist +Version: 1.110.01571 +Release: 1%{?dist} Summary: Code editing. Redefined. License: MIT URL: https://vscodium.com/ diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index 97016097e0..192ac76d94 100644 --- a/anda/langs/rust/zoi/rust-zoi-rs.spec +++ b/anda/langs/rust/zoi/rust-zoi-rs.spec @@ -1,7 +1,7 @@ %define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %global crate zoi-rs -%global crate_version 1.8.1 +%global crate_version 1.8.2 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') From 0d52517ea83161e41652e48f86e372d6b2969b02 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 13:56:27 +0000 Subject: [PATCH 276/288] bump: noctalia-shell zed rpcs3 --- anda/desktops/noctalia-shell/noctalia-shell.spec | 4 ++-- anda/devs/zed/stable/zed.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index 8a2d548675..9ca40c58a2 100644 --- a/anda/desktops/noctalia-shell/noctalia-shell.spec +++ b/anda/desktops/noctalia-shell/noctalia-shell.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: noctalia-shell -Version: 4.6.3 -Release: 1%?dist +Version: 4.6.4 +Release: 1%{?dist} Summary: A Quickshell-based custom shell setup License: MIT diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index 5a06bd006b..a98844e667 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -15,8 +15,8 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.226.4 -Release: 1%?dist +Version: 0.226.5 +Release: 1%{?dist} Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND AGPL.3.0-only AND AGPL-3.0-or-later AND (Apache-2.0 OR BSL-1.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-2-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CC0-1.0 AND GPL-3.0-or-later AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (ISC AND (Apache-2.0 OR ISC)) AND ISC AND (MIT AND (MIT OR Apache-2.0)) AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index d51e52ebef..c6f126efdd 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 414df8432e56e8b015a4b447242f8127e62197b7 -%global ver 0.0.40-18888 +%global commit 69384d7bb4018dd0886fee25afe791bb99fbcbfd +%global ver 0.0.40-18892 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From ec60ba229a8a0a7b57bd3c0c90e9b7ec4fde121e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 14:40:08 +0000 Subject: [PATCH 277/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index c6f126efdd..35efef2d26 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 69384d7bb4018dd0886fee25afe791bb99fbcbfd -%global ver 0.0.40-18892 +%global commit 0d80e300a07bb46d1b35e0b4211865c7b641859f +%global ver 0.0.40-18893 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 1ec49e5b421b8fcc63491fb591a7343594516df8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 15:55:53 +0000 Subject: [PATCH 278/288] bump: fresh --- anda/langs/rust/fresh/fresh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 069c47dc86..8948fb3ed7 100644 --- a/anda/langs/rust/fresh/fresh.spec +++ b/anda/langs/rust/fresh/fresh.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: fresh -Version: 0.2.13 +Version: 0.2.14 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From c72a2896d380ff05ff31e1ec582209351e0d9bec Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 17:59:05 +0000 Subject: [PATCH 279/288] bump: nimble --- anda/langs/nim/nimble/nimble.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/nim/nimble/nimble.spec b/anda/langs/nim/nimble/nimble.spec index 7b0e73383f..efbad4b419 100644 --- a/anda/langs/nim/nimble/nimble.spec +++ b/anda/langs/nim/nimble/nimble.spec @@ -1,6 +1,6 @@ Name: nimble -Version: 0.22.1 -Release: 1%?dist +Version: 0.22.2 +Release: 1%{?dist} Summary: Package manager for the Nim programming language License: BSD URL: https://github.com/nim-lang/nimble From bba806133a875be03bcded6e9d7df9debb4382c7 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:57:10 -0600 Subject: [PATCH 280/288] fix (depthcharge-tools): dep on python3-importlib-resources (#10321) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/depthcharge-tools/depthcharge-tools.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/depthcharge-tools/depthcharge-tools.spec b/anda/system/depthcharge-tools/depthcharge-tools.spec index 77bc2946e1..4c8af38271 100644 --- a/anda/system/depthcharge-tools/depthcharge-tools.spec +++ b/anda/system/depthcharge-tools/depthcharge-tools.spec @@ -1,12 +1,12 @@ Name: depthcharge-tools Version: 0.6.3 -Release: 1%?dist +Release: 2%?dist Summary: Tools to manage the Chrome OS bootloader License: GPL-2.0-or-later URL: https://gitlab.postmarketos.org/postmarketOS/depthcharge-tools Source0: %url/-/archive/v%version/%name-v%version.tar.gz Requires: vboot-utils dtc gzip lz4 python3-setuptools uboot-tools vboot-utils xz -BuildRequires: python3-setuptools python3-rpm-macros systemd-rpm-macros redhat-rpm-config python3-docutils +BuildRequires: python3-setuptools python3-rpm-macros systemd-rpm-macros redhat-rpm-config python3-docutils python3-importlib-resources BuildArch: noarch %description From bf9f8d28ad458c9036f2c2f1e05388ae8b8b1c59 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 19:59:05 +0000 Subject: [PATCH 281/288] bump: unity-shell --- anda/desktops/lomiri-unity/unity-shell/unity-shell.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec b/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec index 0598b8a60f..15aa584635 100644 --- a/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec +++ b/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec @@ -1,8 +1,8 @@ -%define archive unity_7.7.0+23.04.20230222.2-0ubuntu9.tar.xz +%define archive unity_7.7.1+26.04.20260306-0ubuntu1.tar.xz Name: unity-shell -Version: 7.7.0 -Release: 1%?dist +Version: 7.7.1 +Release: 1%{?dist} Summary: Unity is a shell that sings License: GPL-3.0-or-later From 9e2c12ec9da5797ba7026dcee14f00ce896b7f3b Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 6 Mar 2026 12:37:25 -0800 Subject: [PATCH 282/288] fix(depthcharge-tools): Use pyproject macros (#10327) * fix(depthcharge-tools): Use pyproject macros Signed-off-by: Gilver * fix: Pip Signed-off-by: Gilver * fix: Sitelib Signed-off-by: Gilver * fix: Only build once Signed-off-by: Gilver * fix: Use pyproject files Signed-off-by: Gilver * fix: Slop Signed-off-by: Gilver * I'm killing you Owen Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: Gilver --------- Signed-off-by: Gilver Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/depthcharge-tools/anda.hcl | 1 + anda/system/depthcharge-tools/depthcharge-tools.spec | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/depthcharge-tools/anda.hcl b/anda/system/depthcharge-tools/anda.hcl index a65b3f99ea..414f95e4cd 100644 --- a/anda/system/depthcharge-tools/anda.hcl +++ b/anda/system/depthcharge-tools/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "depthcharge-tools.spec" } diff --git a/anda/system/depthcharge-tools/depthcharge-tools.spec b/anda/system/depthcharge-tools/depthcharge-tools.spec index 4c8af38271..c04a02aa48 100644 --- a/anda/system/depthcharge-tools/depthcharge-tools.spec +++ b/anda/system/depthcharge-tools/depthcharge-tools.spec @@ -6,7 +6,7 @@ License: GPL-2.0-or-later URL: https://gitlab.postmarketos.org/postmarketOS/depthcharge-tools Source0: %url/-/archive/v%version/%name-v%version.tar.gz Requires: vboot-utils dtc gzip lz4 python3-setuptools uboot-tools vboot-utils xz -BuildRequires: python3-setuptools python3-rpm-macros systemd-rpm-macros redhat-rpm-config python3-docutils python3-importlib-resources +BuildRequires: python3-setuptools python3-rpm-macros pyproject-rpm-macros python3dist(pip) systemd-rpm-macros redhat-rpm-config python3-docutils python3-importlib-resources BuildArch: noarch %description @@ -19,10 +19,11 @@ with depthcharge, the Chrome OS bootloader. %autosetup -n %name-v%version %build -python3 setup.py build +%pyproject_wheel %install -python3 setup.py install --skip-build --root=%buildroot +%pyproject_install +%pyproject_save_files depthcharge_tools mkdir -p %buildroot/usr/lib/kernel/install.d %buildroot{%_unitdir,%bash_completions_dir,%zsh_completions_dir,%_mandir/man1} install -Dm644 systemd/*.install %buildroot/usr/lib/kernel/install.d/ install -Dm644 systemd/*.service %buildroot%_unitdir/ @@ -34,15 +35,13 @@ rst2man mkdepthcharge.rst | gzip > mkdepthcharge.1.gz rst2man depthchargectl.rst | gzip > depthchargectl.1.gz install -Dm644 *.1.gz %buildroot%_mandir/man1/ -%files +%files -f %{pyproject_files} %doc README.rst %license LICENSE %_bindir/{mkdepthcharge,depthchargectl} %_mandir/man1/{mkdepthcharge,depthchargectl}.1.gz /usr/lib/kernel/install.d/90-depthcharge-tools.install %_unitdir/depthchargectl-bless.service -%_prefix/lib/python%python3_version/site-packages/depthcharge_tools-%version-py%python3_version.egg-info/ -%_prefix/lib/python%python3_version/site-packages/depthcharge_tools/ %changelog %autochangelog From 2a15aaffcfe83fdf6e8cc3874d18c2db838b836b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:40:53 -0600 Subject: [PATCH 283/288] fix again (#10326) * fix again Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * rel Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/depthcharge-tools/depthcharge-tools.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/depthcharge-tools/depthcharge-tools.spec b/anda/system/depthcharge-tools/depthcharge-tools.spec index c04a02aa48..23186d24f7 100644 --- a/anda/system/depthcharge-tools/depthcharge-tools.spec +++ b/anda/system/depthcharge-tools/depthcharge-tools.spec @@ -1,11 +1,11 @@ Name: depthcharge-tools Version: 0.6.3 -Release: 2%?dist +Release: 3%?dist Summary: Tools to manage the Chrome OS bootloader License: GPL-2.0-or-later URL: https://gitlab.postmarketos.org/postmarketOS/depthcharge-tools Source0: %url/-/archive/v%version/%name-v%version.tar.gz -Requires: vboot-utils dtc gzip lz4 python3-setuptools uboot-tools vboot-utils xz +Requires: vboot-utils dtc gzip lz4 python3-setuptools uboot-tools vboot-utils xz python3-importlib-resources BuildRequires: python3-setuptools python3-rpm-macros pyproject-rpm-macros python3dist(pip) systemd-rpm-macros redhat-rpm-config python3-docutils python3-importlib-resources BuildArch: noarch From 961768dd5bb1baf7bdaacad843a6d062b0a2f186 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 6 Mar 2026 12:49:37 -0800 Subject: [PATCH 284/288] fix(goofcord): Remove patch (#10336) Signed-off-by: Gilver --- anda/apps/goofcord/stable/goofcord.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index b0cdddadbd..ac1813f643 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -9,7 +9,6 @@ Summary: A privacy-minded Legcord fork. Group: Applications/Internet URL: https://github.com/Milkshiift/%{git_name} Source0: %{url}/archive/refs/tags/v%{version}.tar.gz -Patch0: %{url}/commit/5be00d22d09f118fa5a2ac40deb12c54f66f03b8.patch BuildRequires: anda-srpm-macros >= 0.3.0 BuildRequires: bun-bin Packager: Gilver E. From 6e45f7f84679b7fbe952d65260d5412c79f4b64d Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 6 Mar 2026 13:08:47 -0800 Subject: [PATCH 285/288] add: terra-mock-gpg-keys (#10339) --- anda/terra/RPM-GPG-KEY-terra44-source | 17 ----------------- anda/terra/gpg-keys/terra-gpg-keys.spec | 13 +++++++++++++ anda/terra/mock-configs/terra-mock-configs.spec | 3 ++- 3 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 anda/terra/RPM-GPG-KEY-terra44-source diff --git a/anda/terra/RPM-GPG-KEY-terra44-source b/anda/terra/RPM-GPG-KEY-terra44-source deleted file mode 100644 index ea6e6659ab..0000000000 --- a/anda/terra/RPM-GPG-KEY-terra44-source +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP PUBLIC KEY BLOCK----- -Version: GopenPGP 2.8.1 -Comment: https://gopenpgp.org - -xjMEaYpzWxYJKwYBBAHaRw8BAQdA7UMAtNQ1lu/zeq7f6ak1ZRDb09GI5nKRTGPb -z5/P9DLNKVRlcnJhIDQ0IC0gU291cmNlIDxzZWN1cml0eUBmeXJhbGFicy5jb20+ -wr8EExYIAHEFgmmKc1sDCwkHCZD5EsiV2QOikTUUAAAAAAAcABBzYWx0QG5vdGF0 -aW9ucy5vcGVucGdwanMub3JnKnNq119JCv79xo34cTtU+AIVCAMWAAICGQECmwMC -HgEWIQSo/fET0Zg0/vaHhXf5EsiV2QOikQAAZvIBAOBgURJ0bpsl9UQt+oty/9g6 -QJwE7x2KvTfw9CIjzd2yAQCqE6mBtL4Wd0T8FFXzg2KYgMPvNlkof24kas5Y79ID -DM44BGmKc1sSCisGAQQBl1UBBQEBB0C1EBr2yVcLBryHfBsJ8HffYUYmQxdOytvC -4sEKnn+UcAMBCgnCrgQYFggAYAWCaYpzWwmQ+RLIldkDopE1FAAAAAAAHAAQc2Fs -dEBub3RhdGlvbnMub3BlbnBncGpzLm9yZ7hCyKk6CNKWKKt60jpyuYACmwwWIQSo -/fET0Zg0/vaHhXf5EsiV2QOikQAAKLABAJSkznaUgXt2HisPv9rJGBjobx3dx9Ns -SZs4qLEwaBzAAQCGD5cZBVo4sVzskOhFAG3U2wMMGyTXP4+hvsFB09HNCg== -=F2xn ------END PGP PUBLIC KEY BLOCK----- \ No newline at end of file diff --git a/anda/terra/gpg-keys/terra-gpg-keys.spec b/anda/terra/gpg-keys/terra-gpg-keys.spec index 3f8d01f17b..66e2773f48 100644 --- a/anda/terra/gpg-keys/terra-gpg-keys.spec +++ b/anda/terra/gpg-keys/terra-gpg-keys.spec @@ -58,6 +58,12 @@ Packager: Terra Packaging Team %description GPG keys for Terra, used for verifying RPM package signatures. +%package -n terra-mock-gpg-keys +Summary: Terra GPG keys for Mock + +%description -n terra-mock-gpg-keys +Terra GPG key copies for use in Mock. + %prep %build @@ -66,6 +72,13 @@ GPG keys for Terra, used for verifying RPM package signatures. install -d -m 755 $RPM_BUILD_ROOT/etc/pki/rpm-gpg install -m 644 %{_sourcedir}/RPM-GPG-KEY* $RPM_BUILD_ROOT/etc/pki/rpm-gpg/ +install -d -m 755 $RPM_BUILD_ROOT/etc/pki/mock +install -m 644 %{_sourcedir}/RPM-GPG-KEY* $RPM_BUILD_ROOT/etc/pki/mock/ + %files %dir /etc/pki/rpm-gpg /etc/pki/rpm-gpg/RPM-GPG-KEY-* + +%files -n terra-mock-gpg-keys +%dir /etc/pki/mock +/etc/pki/mock/RPM-GPG-KEY-* diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index bfd8692339..a6d33a8e5f 100644 --- a/anda/terra/mock-configs/terra-mock-configs.spec +++ b/anda/terra/mock-configs/terra-mock-configs.spec @@ -1,6 +1,6 @@ Name: terra-mock-configs Version: 2.2.4 -Release: 2%?dist +Release: 3%?dist Epoch: 1 Summary: Mock configs for Terra repos @@ -10,6 +10,7 @@ Source0: %url/archive/refs/tags/v%version.tar.gz BuildRequires: mock-core-configs Requires: mock-core-configs +Requires: terra-mock-gpg-keys BuildArch: noarch Provides: anda-mock-configs = %{epoch}:%{version}-%{release} From bf7d7a4169e54b2ef22ddac34a8f26e2464749d3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 21:14:29 +0000 Subject: [PATCH 286/288] bump: discord-canary-openasar discord-canary wine-dev --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/system/wine/dev/wine-dev.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 6926f3aea2..ee93f56a92 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.888 +Version: 0.0.889 Release: 1%{?dist} Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 8585845131..0080569adb 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.888 +Version: 0.0.889 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/system/wine/dev/wine-dev.spec b/anda/system/wine/dev/wine-dev.spec index 96b1c06bee..6fc3c09c5a 100644 --- a/anda/system/wine/dev/wine-dev.spec +++ b/anda/system/wine/dev/wine-dev.spec @@ -9,7 +9,7 @@ %global _prefix /usr/share/wine-dev %global srcmajor 11.x # Make this as a variable instead in case of WINE RCs -%global ver wine-11.3 +%global ver wine-11.4 %global cleanver %(echo %{ver} | sed 's/v//g;s/wine-//g') # This is unfortunate but a lot of Fedora's/SUSE's hardening flags break WINE @@ -19,7 +19,7 @@ # Also less confusing because it has a devel package Name: wine-dev Version: %(echo %{cleanver} | sed 's/-/~/g') -Release: 1%?dist +Release: 1%{?dist} Epoch: 1 Summary: WINE Is Not An Emulator - runs MS Windows programs License: LGPL-2.0-or-later From 87568a03cef47dd32c0c4c470f77dc716fd09be0 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:33:03 -0600 Subject: [PATCH 287/288] fix (depthcharge-tools): patch __init__.py (#10344) * fix (depthcharge-tools): patch __init__.py Signed-off-by: Owen-sz * rel bump Signed-off-by: Owen-sz * silly Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen-sz Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/depthcharge-tools/depthcharge-tools.spec | 5 +++-- anda/system/depthcharge-tools/fix-importlib.patch | 12 ++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 anda/system/depthcharge-tools/fix-importlib.patch diff --git a/anda/system/depthcharge-tools/depthcharge-tools.spec b/anda/system/depthcharge-tools/depthcharge-tools.spec index 23186d24f7..e0e9c44c12 100644 --- a/anda/system/depthcharge-tools/depthcharge-tools.spec +++ b/anda/system/depthcharge-tools/depthcharge-tools.spec @@ -1,12 +1,13 @@ Name: depthcharge-tools Version: 0.6.3 -Release: 3%?dist +Release: 4%?dist Summary: Tools to manage the Chrome OS bootloader License: GPL-2.0-or-later URL: https://gitlab.postmarketos.org/postmarketOS/depthcharge-tools Source0: %url/-/archive/v%version/%name-v%version.tar.gz Requires: vboot-utils dtc gzip lz4 python3-setuptools uboot-tools vboot-utils xz python3-importlib-resources BuildRequires: python3-setuptools python3-rpm-macros pyproject-rpm-macros python3dist(pip) systemd-rpm-macros redhat-rpm-config python3-docutils python3-importlib-resources +Patch0: fix-importlib.patch BuildArch: noarch %description @@ -16,7 +17,7 @@ with depthcharge, the Chrome OS bootloader. %pkg_completion -Bz mkdepthcharge depthchargectl %prep -%autosetup -n %name-v%version +%autosetup -n %name-v%version -p1 %build %pyproject_wheel diff --git a/anda/system/depthcharge-tools/fix-importlib.patch b/anda/system/depthcharge-tools/fix-importlib.patch new file mode 100644 index 0000000000..a3bf34ffda --- /dev/null +++ b/anda/system/depthcharge-tools/fix-importlib.patch @@ -0,0 +1,12 @@ +diff --git a/depthcharge_tools/__init__.py b/depthcharge_tools/__init__.py +index fabb79d..2b7d7d5 100644 +--- a/depthcharge_tools/__init__.py ++++ b/depthcharge_tools/__init__.py +@@ -9,6 +9,7 @@ import glob + import logging + import pathlib + import importlib ++import importlib.resources + import importlib_metadata + from packaging.version import parse as parse_version + import re From 2e9fa36e46f994afb6c31f1c45b315125de61e84 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 6 Mar 2026 21:46:28 +0000 Subject: [PATCH 288/288] bump: rpcs3 --- anda/games/rpcs3/rpcs3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 35efef2d26..1cdc2aa463 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 0d80e300a07bb46d1b35e0b4211865c7b641859f -%global ver 0.0.40-18893 +%global commit ac30feeddb4d53f08397897574649228b8c187d1 +%global ver 0.0.40-18894 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g')