From bf41ae19c188d3e8f93457aea8549a29df5b4271 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 9 Mar 2026 18:18:19 -0700 Subject: [PATCH 0001/1189] add: pyprojectize (#10399) * add: pyprojectize Signed-off-by: Owen-sz * lmfiwrehgxoidghstroi Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * zudhrgousrheguseghosutreg Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * need Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Need * oop Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * this Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * Need --------- Signed-off-by: Owen-sz Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/python/pyprojectize/anda.hcl | 6 +++ .../python/pyprojectize/pyprojectize.spec | 48 +++++++++++++++++++ anda/langs/python/pyprojectize/update.rhai | 1 + 3 files changed, 55 insertions(+) create mode 100644 anda/langs/python/pyprojectize/anda.hcl create mode 100644 anda/langs/python/pyprojectize/pyprojectize.spec create mode 100644 anda/langs/python/pyprojectize/update.rhai diff --git a/anda/langs/python/pyprojectize/anda.hcl b/anda/langs/python/pyprojectize/anda.hcl new file mode 100644 index 0000000000..e6190f728e --- /dev/null +++ b/anda/langs/python/pyprojectize/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "pyprojectize.spec" + } +} diff --git a/anda/langs/python/pyprojectize/pyprojectize.spec b/anda/langs/python/pyprojectize/pyprojectize.spec new file mode 100644 index 0000000000..0ab44f7b96 --- /dev/null +++ b/anda/langs/python/pyprojectize/pyprojectize.spec @@ -0,0 +1,48 @@ +%global pypi_name pyprojectize +%global _desc Convert a spec file from py3_build etc. macros to pyproject_*. + +Name: python-%{pypi_name} +Version: 1a7 +Release: 1%?dist +Summary: Convert a spec file from py3_build etc. macros to pyproject_* +License: MIT-0 +URL: https://github.com/hroncok/pyprojectize +Source0: %{pypi_source} + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-hatchling +BuildArch: noarch + +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} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files pyprojectize + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE +%{_bindir}/pyprojectize + +%changelog +* Mon Mar 09 2026 Owen Zimmerman - 1a7-1 +- Initial commit diff --git a/anda/langs/python/pyprojectize/update.rhai b/anda/langs/python/pyprojectize/update.rhai new file mode 100644 index 0000000000..98cd6f1abe --- /dev/null +++ b/anda/langs/python/pyprojectize/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("pyprojectize")); From be793889fa77187880245bd61af3c85fe18bffd1 Mon Sep 17 00:00:00 2001 From: veuxit <232229112+veuxit@users.noreply.github.com> Date: Tue, 10 Mar 2026 06:49:58 +0500 Subject: [PATCH 0002/1189] add: libayatana-appindicator-glib (#10130) --- .../lib/libayatana-appindicator-glib/anda.hcl | 5 ++ .../libayatana-appindicator-glib.spec | 68 +++++++++++++++++++ .../libayatana-appindicator-glib/update.rhai | 1 + 3 files changed, 74 insertions(+) create mode 100644 anda/lib/libayatana-appindicator-glib/anda.hcl create mode 100644 anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec create mode 100644 anda/lib/libayatana-appindicator-glib/update.rhai diff --git a/anda/lib/libayatana-appindicator-glib/anda.hcl b/anda/lib/libayatana-appindicator-glib/anda.hcl new file mode 100644 index 0000000000..21debf4611 --- /dev/null +++ b/anda/lib/libayatana-appindicator-glib/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "libayatana-appindicator-glib.spec" + } +} diff --git a/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec b/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec new file mode 100644 index 0000000000..a380c51b0d --- /dev/null +++ b/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec @@ -0,0 +1,68 @@ +%undefine __brp_add_determinism + +Name: libayatana-appindicator-glib +Summary: Ayatana Application Indicators Shared Library +Version: 2.0.1 +Release: 1%?dist +License: GPL-3.0 +Packager: veuxit +URL: https://github.com/AyatanaIndicators/libayatana-appindicator-glib +Source0: %{url}/archive/refs/tags/%{version}.tar.gz + +BuildRequires: cmake +BuildRequires: cmake-extras +BuildRequires: glib2 +BuildRequires: glib2-devel +BuildRequires: gobject-introspection +BuildRequires: gi-docgen +BuildRequires: vala-devel +BuildRequires: vala +BuildRequires: intltool + +%description +Ayatana Application Indicators Shared Library (GLib-2.0 reimplementation, 100% GTK-free, 100% dbusmenu-free) + +%prep +%autosetup -n %{name}-%{version} + +%build +%cmake +%cmake_build + +%install +%cmake_install + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%files devel +%{_includedir}/libayatana-appindicator-glib/ +%{_libdir}/libayatana-appindicator-glib.so +%{_libdir}/pkgconfig/ayatana-appindicator-glib.pc +%{_datadir}/gir-1.0/AyatanaAppIndicatorGlib-2.0.gir +%{_datadir}/vala/vapi/ayatana-appindicator-glib.deps +%{_datadir}/vala/vapi/ayatana-appindicator-glib.vapi + +%package doc +Summary: Documentation for %{name} +BuildArch: noarch + +%description doc +Documentation for %{name}. + +%files doc +%{_datadir}/doc/libayatana-appindicator-glib-dev/ + +%files +%license COPYING +%{_libdir}/libayatana-appindicator-glib.so.2* +%{_libdir}/girepository-1.0/AyatanaAppIndicatorGlib-2.0.typelib + +%changelog +* Fri Feb 27 2026 veux - 2.0.1 +- Initial package release \ No newline at end of file diff --git a/anda/lib/libayatana-appindicator-glib/update.rhai b/anda/lib/libayatana-appindicator-glib/update.rhai new file mode 100644 index 0000000000..69136c0ba6 --- /dev/null +++ b/anda/lib/libayatana-appindicator-glib/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_tag("AyatanaIndicators/libayatana-appindicator-glib")); From f6d617af4097492d79b2c535a132ee0ca5de22f4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 02:25:40 +0000 Subject: [PATCH 0003/1189] bump(nightly): mpv-nightly micro-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama openbangla-keyboard-nightly opentabletdriver-nightly scx-scheds-nightly scx-tools-nightly glasgow natscli spotx-bash --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/micro/micro-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 ++-- .../openbangla-keyboard/openbangla-keyboard-nightly.spec | 6 +++--- .../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/glasgow/glasgow.spec | 6 +++--- anda/tools/natscli/natscli.spec | 6 +++--- anda/tools/spotx-bash/spotx-bash.spec | 6 +++--- 13 files changed, 30 insertions(+), 30 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 8503fdbe3d..0bd9dcfa4c 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 147c951a1735e9164d8e862e081792631f7d27f8 +%global commit 07c3ff3725ee7221fe9d8da396877d47734f78f6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260309 +%global commit_date 20260310 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index 572beaa329..fd936ea9f1 100644 --- a/anda/devs/micro/micro-nightly.spec +++ b/anda/devs/micro/micro-nightly.spec @@ -12,8 +12,8 @@ # Naming variable as something other than "commit" is necessary # to stop %%gometa from putting commit hash in release -%global commit_hash 518a274980b19e025a678b6039f1f5aa9bae8cc7 -%global commit_date 20260309 +%global commit_hash 42d0ddf73d630f2bc92223ee535f54d065c9b99a +%global commit_date 20260310 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.15 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index d169d4a340..7a999887b2 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8762b7f503fda985f481ccd301960cf01adbecb8 +%global commit a26f0f8b6025e65525db2b0831d488e177290058 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260309 +%global commit_date 20260310 %global ver 0.228.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 887a526449..39356cbc31 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 b518259f579791b857def9c152cde8ad29c1872f +%global commit 437242169ddc1671850bda9cd214d832949008c8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260309 +%global commit_date 20260310 %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 17bbed2c8a..7f9c52af45 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 0395af2b3459837fcdf6bf8c38d470ee682dd9cd +%global commit edbb32e4c49af8be06f35064e7873664100f1cfa %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260308 +%global commit_date 20260310 %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 7690f5baf7..a439228e25 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 bfb7342f83b040a91d56abe055106a83d90b48ca -%global commit_date 20260309 +%global commit a1c4ca3d8b4160f82756e7eed021da1cce45083c +%global commit_date 20260310 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec b/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec index 629121fd31..3037f4c1e8 100644 --- a/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec +++ b/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec @@ -1,11 +1,11 @@ %global ver 2.0.0 -%global commit 018c30253648dbf56bee79c280535a72604f3d8a -%global commit_date 20260302 +%global commit 653937a4f46abfa571182f71b67ddd73a3769f52 +%global commit_date 20260310 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: openbangla-keyboard-nightly Version: %ver^%commit_date.%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: An OpenSource, Unicode compliant Bengali Input Method License: GPL-3.0-or-later URL: https://openbangla.github.io/ diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index e6fd214cb7..04206dd118 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit ddf6eb2d00700411a01797373fa3c4025f96ad75 +%global commit e60bcce051d7360f276e809ca63a075ab2a5435c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260309 +%global commit_date 20260310 %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 9f0d9514a0..8c5cb60758 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 080afd6411c634991db13404f1c7c68d47d83bfc +%global commit 9cd8261333fca264543f695b89604f8bccecd804 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260309 +%global commitdate 20260310 %global ver 1.1.0 %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 4e6e77c3fb..b2ec58ac1c 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 1e475504316b4a588d1f3634b2e40a5859067744 +%global commit a530698a7017dd4a23df4e95fdf175cfeaef1f91 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260308 +%global commitdate 20260310 %global ver 1.1.0 %global appid com.sched_ext.scx %global developer "sched-ext Contributors" diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index fc832a2b3a..d15eea8acf 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 6d36d2a4f9c9c246035620e4fb16a58aa0bef6af -%global commit_date 20260303 +%global commit c291c1e0eacb4895935885c8275b09d1b38107ac +%global commit_date 20260310 %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: 1%?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/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index cf1b5ec704..d0a6d017da 100644 --- a/anda/tools/natscli/natscli.spec +++ b/anda/tools/natscli/natscli.spec @@ -1,14 +1,14 @@ # https://github.com/nats-io/natscli %global goipath github.com/nats-io/natscli -%global commit f312d18efbeab9f8e3455895cab064970e537c71 -%global commit_date 20260228 +%global commit 8bd51f19c62f74333e0ea4e31003c466ad650352 +%global commit_date 20260310 %global shortcommit %{sub %{commit} 1 7} %gometa -f Name: natscli Version: 0~%{commit_date}git.%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: The NATS Command Line Interface License: Apache-2.0 diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index f22985006d..f6039b2010 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,10 +1,10 @@ -%global commit 496309d7ca789c7e24c87f12f081d80ced115d48 -%global commit_date 20260226 +%global commit 66a746a968fd1744e00459ba9ba3d64c96b75292 +%global commit_date 20260310 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash Version: %commit_date.git~%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Adblock for the Spotify desktop client on Linux. License: MIT URL: https://github.com/SpotX-Official/SpotX-Bash From 51b5ec0b3e5b1587fca2f76636e1f1fb47c913a7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 02:44:24 +0000 Subject: [PATCH 0004/1189] bump: ruffle-nightly android-studio-canary glaze --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/devs/android-studio/canary/android-studio-canary.spec | 6 +++--- anda/lib/glaze/glaze.spec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 40eddc35d1..a4d8e9916b 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-09 +%global ver 2026-03-10 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index ce118c5bc6..8cbe8c83e4 100644 --- a/anda/devs/android-studio/canary/android-studio-canary.spec +++ b/anda/devs/android-studio/canary/android-studio-canary.spec @@ -16,15 +16,15 @@ %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.2 -Release: 1%?dist +Version: 2025.3.3.3 +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-canary2 +%define suffixS panda3-canary3 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index 28e2abe35c..5e16050421 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.1.1 +Version: 7.2.0 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze From fa87abcc3eeee9d1ea6a9c33a672b1acf98172a6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 04:23:42 +0000 Subject: [PATCH 0005/1189] bump: mangowc mangowm --- anda/desktops/mangowc/mangowc.spec | 4 ++-- anda/desktops/mangowm/mangowm.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/desktops/mangowc/mangowc.spec b/anda/desktops/mangowc/mangowc.spec index 45b7a691df..11115a1566 100644 --- a/anda/desktops/mangowc/mangowc.spec +++ b/anda/desktops/mangowc/mangowc.spec @@ -1,6 +1,6 @@ Name: mangowc -Version: 0.12.5 -Release: 1%?dist +Version: 0.12.6 +Release: 1%{?dist} Summary: wayland compositor base wlroots and scenefx (dwm but wayland) License: GPL-3.0 Packager: metcya diff --git a/anda/desktops/mangowm/mangowm.spec b/anda/desktops/mangowm/mangowm.spec index bce71bb7ce..118a1d294b 100644 --- a/anda/desktops/mangowm/mangowm.spec +++ b/anda/desktops/mangowm/mangowm.spec @@ -1,8 +1,8 @@ %global mangowc_ver 0.12.5-1 Name: mangowm -Version: 0.12.5 -Release: 2%{?dist} +Version: 0.12.6 +Release: 1%{?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 From 42dfffc285c474599582937d19f46aedcffbfd39 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 05:30:58 +0000 Subject: [PATCH 0006/1189] bump: feishin --- anda/apps/feishin/feishin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/feishin/feishin.spec b/anda/apps/feishin/feishin.spec index 2a7bad7917..a1846400bd 100644 --- a/anda/apps/feishin/feishin.spec +++ b/anda/apps/feishin/feishin.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: feishin -Version: 1.7.0 +Version: 1.8.0 Release: 1%{?dist} Summary: A modern self-hosted music player License: GPL-3.0 From 48949492b6b3bba96220a874724c52c68c3d0f26 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 06:27:17 +0000 Subject: [PATCH 0007/1189] 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 c8a56ccce9..76c4f2c486 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 65320446f019281ed44d240f86b9b9771b2e7e83 -%global ver 0.0.40-18918 +%global commit 71f0d5c60233494e7fe2c3f2ff416a00c87480fb +%global ver 0.0.40-18922 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 69c73f0f5b30ca6cae4b464435e8d5c1df3fd357 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 09:48:47 +0000 Subject: [PATCH 0008/1189] bump: dart --- anda/langs/dart/dart.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/dart/dart.spec b/anda/langs/dart/dart.spec index 0fb8dbd671..2e861122c7 100644 --- a/anda/langs/dart/dart.spec +++ b/anda/langs/dart/dart.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: dart -Version: 3.11.1 -Release: 1%?dist +Version: 3.11.2 +Release: 1%{?dist} Summary: The Dart Language License: BSD-3-Clause URL: https://dart.dev/ From 810bc60e2d0750e107340dbe928ba76366ed6e85 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 10 Mar 2026 04:03:21 -0700 Subject: [PATCH 0009/1189] fix(kde-material-you-colors): Update script (#10415) Signed-off-by: Gilver --- anda/themes/kde-material-you-colors/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/themes/kde-material-you-colors/update.rhai b/anda/themes/kde-material-you-colors/update.rhai index 3d67611499..117be52924 100644 --- a/anda/themes/kde-material-you-colors/update.rhai +++ b/anda/themes/kde-material-you-colors/update.rhai @@ -1,7 +1,7 @@ import "andax/bump_extras.rhai" as bump; import "andax/spec.rhai" as spec; -rpm.version(pypi("kde-material-you-colors")); +rpm.version(find(`version = \"([\d.]+)\"`, gh_rawfile("luisbocanegra/kde-material-you-colors", "main", "pyproject.toml"), 1)); open_file("anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt", "w").write(bump::bodhi("qt6-qtbase", bump::as_bodhi_ver(labels.branch))); From f4e97d13dfac805f6832fca85e2b75b132f81df4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 11:06:59 +0000 Subject: [PATCH 0010/1189] bump: zig-master-bootstrap rust-mise --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index e4bd1449c9..ff2ce7eb7a 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.2722+f16eb18ce +version=0.16.0-dev.2736+3b515fbed mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index f5e5be0a9b..da024b75d8 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.2722+f16eb18ce +%global ver 0.16.0-dev.2736+3b515fbed %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 e749c5044f..647cfd9682 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.6 +Version: 2026.3.7 Release: 1%{?dist} Summary: Front-end to your dev env From ff007b7ca9392bf2f6a211197aa6d3f957030b05 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 11:28:16 +0000 Subject: [PATCH 0011/1189] bump(branch): kde-material-you-colors --- .../kde-material-you-colors/kde-material-you-colors.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec index b48e2087c5..da082d2081 100644 --- a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec +++ b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec @@ -3,8 +3,8 @@ %global org "com.github.luisbocanegra" Name: kde-material-you-colors -Version: 2.0.0 -Release: 4%?dist +Version: 2.0.2 +Release: 1%{?dist} Summary: Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop License: GPL-3.0-only URL: https://github.com/luisbocanegra/%{name} From c9168b7dce04f25141a82724e5591c33809ef868 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 11:46:18 +0000 Subject: [PATCH 0012/1189] bump: throne --- anda/apps/throne/throne.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/throne/throne.spec b/anda/apps/throne/throne.spec index e624ad1643..cd0b2e97ce 100644 --- a/anda/apps/throne/throne.spec +++ b/anda/apps/throne/throne.spec @@ -1,7 +1,7 @@ #? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=throne-git Name: throne -Version: 1.1.0 +Version: 1.1.1 Release: 1%{?dist} Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box) URL: https://github.com/throneproj/Throne From 98bdcd9cf3f714953e840983f8bb77b469b4432a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 12:26:15 +0000 Subject: [PATCH 0013/1189] bump: rpcs3 apparmor --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/lib/apparmor/apparmor.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 76c4f2c486..4ef9e4a755 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 71f0d5c60233494e7fe2c3f2ff416a00c87480fb -%global ver 0.0.40-18922 +%global commit 0603d24a911013051a29b3794567ec75b760de61 +%global ver 0.0.40-18923 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/lib/apparmor/apparmor.spec b/anda/lib/apparmor/apparmor.spec index 502c5ff396..11469af322 100644 --- a/anda/lib/apparmor/apparmor.spec +++ b/anda/lib/apparmor/apparmor.spec @@ -6,8 +6,8 @@ %bcond_with tests Name: apparmor -Version: 5.0.0~beta1 -Release: 1%?dist +Version: 4.1.7 +Release: 1%{?dist} Summary: AppArmor userspace components %define baseversion %(echo %{version} | cut -d. -f-2) From 3ed2923ef9e2d81253e418c2fd2afb6438cb0b22 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 10 Mar 2026 05:55:32 -0700 Subject: [PATCH 0014/1189] fix(ghostty-nightly): Package description typo (#10422) Signed-off-by: Gilver --- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 10eb3541fb..4227407c10 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -9,7 +9,7 @@ Name: %{base_name}-nightly Version: %{ver}~tip^%{commit_date}git%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} <= 41 Epoch: 1 %endif @@ -185,7 +185,7 @@ Ghostty's terminfo. Needed for basic terminal function. Summary: The libghostty-vt libraries %description -n libghostty-vt-nightly -This package contains the libghostty-vt libraries, the first of many linghostty libaries in development. +This package contains the libghostty-vt libraries, the first of many libghostty libaries in development. %package -n libghostty-vt-nightly-devel Summary: Development files for libghostty-vt From 189d5da8a4408c0010780e1b03d133984d021784 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 10 Mar 2026 05:58:20 -0700 Subject: [PATCH 0015/1189] fix(ghostty): Files (#10421) * fix(ghostty): Files Signed-off-by: Gilver * fix: Skill issue Signed-off-by: Gilver * chore: More files Signed-off-by: Gilver * fix: Devel package Signed-off-by: Gilver * fix: Typo Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/devs/ghostty/stable/ghostty.spec | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/anda/devs/ghostty/stable/ghostty.spec b/anda/devs/ghostty/stable/ghostty.spec index 078d9b345c..f95b969987 100644 --- a/anda/devs/ghostty/stable/ghostty.spec +++ b/anda/devs/ghostty/stable/ghostty.spec @@ -76,6 +76,13 @@ BuildArch: noarch %description zsh-completion Zsh shell completion for Ghostty. +%package devel +Summary: Development files for Ghostty. +Requires: %{name} = %{evr} + +%description devel +This package includes the development files for Ghostty. + %package kio Summary: KIO support for Ghostty Requires: %{name} = %{evr} @@ -145,6 +152,19 @@ BuildArch: noarch %description terminfo Ghostty's terminfo. Needed for basic terminal function. +%package -n libghostty-vt +Summary: The libghostty-vt libraries + +%description -n libghostty-vt +This package contains the libghostty-vt libraries, the first of many libghostty libaries in development. + +%package -n libghostty-vt-devel +Summary: Development files for libghostty-vt +Requires: libghostty-vt = %{evr} + +%description -n libghostty-vt-devel +This package contains the libraries and header files that are needed for developing with libghostty-vt. + %prep /usr/bin/minisign -V -m %{SOURCE0} -x %{SOURCE1} -P %{public_key} %autosetup @@ -203,6 +223,9 @@ rm -rf %{buildroot}%{_datadir}/terminfo/g/%{name} %files zsh-completion %{zsh_completions_dir}/_%{name} +%files devel +%{_includedir}/ghostty/ + %files kio %{_datadir}/kio/servicemenus/%{appid}.desktop @@ -230,6 +253,7 @@ rm -rf %{buildroot}%{_datadir}/terminfo/g/%{name} %{_datadir}/%{name}/shell-integration/bash/%{name}.bash %{_datadir}/%{name}/shell-integration/elvish/lib/%{name}-integration.elv %{_datadir}/%{name}/shell-integration/fish/vendor_conf.d/%{name}-shell-integration.fish +%{_datadir}/%{name}/shell-integration/nushell/vendor/autoload/%{name}.nu %{_datadir}/%{name}/shell-integration/zsh/.zshenv %{_datadir}/%{name}/shell-integration/zsh/%{name}-integration @@ -248,6 +272,13 @@ rm -rf %{buildroot}%{_datadir}/terminfo/g/%{name} %postun %systemd_user_postun app-%{appid}.service +%files -n libghostty-vt +%{_libdir}/libghostty-vt.so.* + +%files -n libghostty-vt-devel +%{_libdir}/libghostty-vt.so +%{_datadir}/pkgconfig/libghostty-vt.pc + %changelog * Tue Oct 28 2025 Gilver E. - 1.2.3-2 - Disabled bundled themes From 8247d7d22a6098c986bd5a4984168a3bc6636d15 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 13:42:41 +0000 Subject: [PATCH 0016/1189] 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 4ef9e4a755..e25d1a94fb 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 0603d24a911013051a29b3794567ec75b760de61 -%global ver 0.0.40-18923 +%global commit c7a576edcea465e280c6708d9cb797080890313f +%global ver 0.0.40-18935 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 274eb40acd4ea0de3809efaad647494a28a01e45 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 14:34:25 +0000 Subject: [PATCH 0017/1189] bump: noctalia-qs noctalia-shell --- anda/desktops/noctalia-qs/noctalia-qs.spec | 4 ++-- anda/desktops/noctalia-shell/noctalia-shell.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec index 8375f22d41..222cc139c2 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -1,7 +1,7 @@ -%global commit b58414209fce1669cff818e50468e926613baa10 +%global commit 11de154c65dd88423d680a2c8ba6bc9508fb76fa Name: noctalia-qs -Version: 0.0.6 +Version: 0.0.7 Release: 1%{?dist} Summary: Flexible QtQuick based desktop shell toolkit License: LGPL-3.0-only AND GPL-3.0-only diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index 88752cf865..c3d124472b 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.5 -Release: 2%{?dist} +Version: 4.6.6 +Release: 1%{?dist} Summary: A Quickshell-based custom shell setup License: MIT From 0760a17633e1106ffd5685a6922cccddef0d520e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 16:41:59 +0000 Subject: [PATCH 0018/1189] 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 | 4 ++-- anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec | 4 ++-- .../nvidia-580/nvidia-kmod-common/nvidia-580-kmod-common.spec | 4 ++-- .../nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec | 4 ++-- .../nvidia-persistenced/nvidia-persistenced-580.spec | 4 ++-- .../nvidia-580/nvidia-settings/nvidia-settings-580.spec | 4 ++-- anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec | 4 ++-- 7 files changed, 14 insertions(+), 14 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 6506ad6069..bc7c34e920 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,7 +1,7 @@ Name: compat-nvidia-repo-580 -Version: 580.126.20 +Version: 580.142 Epoch: 3 -Release: 1%?dist +Release: 1%{?dist} Summary: Compatibility package required by official CUDA packages License: NVIDIA License URL: https://developer.nvidia.com/cuda-toolkit 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 e4ef830e26..ad7c74acd9 100644 --- a/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec +++ b/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec @@ -11,8 +11,8 @@ %endif Name: %{real_name}-580 -Version: 580.126.20 -Release: 1%?dist +Version: 580.142 +Release: 1%{?dist} Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Epoch: 3 License: NVIDIA License 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 c830e6f830..422f449905 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,8 +5,8 @@ %global __brp_strip %{nil} Name: nvidia-580-kmod-common -Version: 580.126.20 -Release: 1%?dist +Version: 580.142 +Release: 1%{?dist} Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 License: NVIDIA License 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 d5a7949299..461948461c 100644 --- a/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec +++ b/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-modprobe Name: %{real_name}-580 -Version: 580.126.20 -Release: 1%?dist +Version: 580.142 +Release: 1%{?dist} Summary: NVIDIA kernel module loader Epoch: 3 License: GPLv2+ 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 a97969f8e5..175733de95 100644 --- a/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec +++ b/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-persistenced Name: %{real_name}-580 -Version: 580.126.20 -Release: 1%?dist +Version: 580.142 +Release: 1%{?dist} Summary: A daemon to maintain persistent software state in the NVIDIA driver Epoch: 3 License: GPLv2+ 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 646a01eb10..c0752fbcd9 100644 --- a/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec +++ b/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-settings Name: %{real_name}-580 -Version: 580.126.20 -Release: 1%?dist +Version: 580.142 +Release: 1%{?dist} Summary: Configure the NVIDIA graphics driver Epoch: 3 License: GPLv2+ 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 a983eb030c..205a099cc7 100644 --- a/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec +++ b/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-xconfig Name: %{real_name}-580 -Version: 580.126.20 -Release: 1%?dist +Version: 580.142 +Release: 1%{?dist} Summary: NVIDIA X configuration file editor Epoch: 3 License: GPLv2+ From 8010464637db0dffb4e0d7707e291a03a2c72343 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 17:33:48 +0000 Subject: [PATCH 0019/1189] 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 e25d1a94fb..0b7ad9f7f6 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 c7a576edcea465e280c6708d9cb797080890313f -%global ver 0.0.40-18935 +%global commit 9e573a9ff2083800444251a508d9f44800b4e1e6 +%global ver 0.0.40-18938 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 55e716f44b5b966613624c2661b3104094813f21 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 10 Mar 2026 10:39:32 -0700 Subject: [PATCH 0020/1189] fix (libayatana-appindicator-glib): license identifier (#10413) --- .../libayatana-appindicator-glib.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec b/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec index a380c51b0d..c290528f63 100644 --- a/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec +++ b/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec @@ -3,8 +3,8 @@ Name: libayatana-appindicator-glib Summary: Ayatana Application Indicators Shared Library Version: 2.0.1 -Release: 1%?dist -License: GPL-3.0 +Release: 2%?dist +License: GPL-3.0-or-later Packager: veuxit URL: https://github.com/AyatanaIndicators/libayatana-appindicator-glib Source0: %{url}/archive/refs/tags/%{version}.tar.gz From b17439ea2221c97b62f2c9f389ed066e322e1603 Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 11 Mar 2026 02:03:14 +0800 Subject: [PATCH 0021/1189] fix: gradle (#10414) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: gradle Signed-off-by: madomado * bump(gradle): release 1 → 2 * blah --------- Signed-off-by: madomado Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/tools/buildsys/gradle/gradle.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/anda/tools/buildsys/gradle/gradle.spec b/anda/tools/buildsys/gradle/gradle.spec index c2956ba859..2bf296bedb 100644 --- a/anda/tools/buildsys/gradle/gradle.spec +++ b/anda/tools/buildsys/gradle/gradle.spec @@ -1,9 +1,10 @@ Name: gradle Version: 9.4.0 -Release: 1%?dist +Release: 2%?dist Summary: Powerful build system for the JVM URL: https://gradle.org/ Source0: https://github.com/gradle/gradle/archive/refs/tags/v%{version}.tar.gz +Packager: madonuko License: Apache-2.0 Requires: java coreutils findutils sed which bash BuildRequires: java-21-openjdk-devel asciidoc xmlto groovy unzip git @@ -69,17 +70,15 @@ install -m644 dist/init.d/*.* "%{buildroot}%{_javadir}/%{name}/init.d" mkdir -p "%{buildroot}/%{_bindir}" ln -s %{_javadir}/%{name}/bin/%{name} "%{buildroot}%{_bindir}/%{name}" -install -d %{buildroot}%{_javadir}/%{name}/docs -cp -r dist/docs/* %{buildroot}%{_javadir}/%{name}/docs - -install -d %{buildroot}%{_javadir}/%{name}/src -cp -r dist/src/* %{buildroot}%{_javadir}/%{name}/src +cp -r dist/* %{buildroot}%{_javadir}/%{name}/ %files %doc README.md %license LICENSE %{_sysconfdir}/profile.d/gradle.sh %{_javadir}/%{name}/ +%exclude %{_javadir}/%{name}/docs +%exclude %{_javadir}/%{name}/src %{_bindir}/%{name} %files doc From 04b67b678735eb0fb661b0d9ec2c9e3ac063cf99 Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 11 Mar 2026 02:11:25 +0800 Subject: [PATCH 0022/1189] rm: mangowc (#10433) --- anda/desktops/mangowc/anda.hcl | 5 --- anda/desktops/mangowc/mangowc.spec | 52 ------------------------------ anda/desktops/mangowc/update.rhai | 1 - 3 files changed, 58 deletions(-) delete mode 100644 anda/desktops/mangowc/anda.hcl delete mode 100644 anda/desktops/mangowc/mangowc.spec delete mode 100644 anda/desktops/mangowc/update.rhai diff --git a/anda/desktops/mangowc/anda.hcl b/anda/desktops/mangowc/anda.hcl deleted file mode 100644 index f3c97fc686..0000000000 --- a/anda/desktops/mangowc/anda.hcl +++ /dev/null @@ -1,5 +0,0 @@ -project pkg { - rpm { - spec = "mangowc.spec" - } -} diff --git a/anda/desktops/mangowc/mangowc.spec b/anda/desktops/mangowc/mangowc.spec deleted file mode 100644 index 11115a1566..0000000000 --- a/anda/desktops/mangowc/mangowc.spec +++ /dev/null @@ -1,52 +0,0 @@ -Name: mangowc -Version: 0.12.6 -Release: 1%{?dist} -Summary: wayland compositor base wlroots and scenefx (dwm but wayland) -License: GPL-3.0 -Packager: metcya -URL: https://github.com/DreamMaoMao/mangowc -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) - -%description -MangoWC is a lightweight, high-performance Wayland compositor built on dwl, designed for speed, flexibility, and a modern, customizable desktop experience. - -%prep -%autosetup - -%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 - -%changelog -* Wed Nov 12 2025 metcya -- Package mangowc diff --git a/anda/desktops/mangowc/update.rhai b/anda/desktops/mangowc/update.rhai deleted file mode 100644 index e329151a80..0000000000 --- a/anda/desktops/mangowc/update.rhai +++ /dev/null @@ -1 +0,0 @@ -rpm.version(gh("DreamMaoMao/mangowc")); From 9f90b6457452f1f8628e4adc4e5c68cf0bd2725c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 18:27:49 +0000 Subject: [PATCH 0023/1189] bump: unity-shell rpcs3 --- anda/desktops/lomiri-unity/unity-shell/unity-shell.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files 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 15aa584635..f5b6561ba7 100644 --- a/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec +++ b/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec @@ -1,4 +1,4 @@ -%define archive unity_7.7.1+26.04.20260306-0ubuntu1.tar.xz +%define archive unity_7.7.1+26.04.20260306-0ubuntu2.tar.xz Name: unity-shell Version: 7.7.1 diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 0b7ad9f7f6..e6b2673a54 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 9e573a9ff2083800444251a508d9f44800b4e1e6 -%global ver 0.0.40-18938 +%global commit fecb53f86c55fde6e260617f6b1289cabf1687bf +%global ver 0.0.40-18941 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 42c7fb6a7561a3ce2838adda334f1637734f3fbb Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 11 Mar 2026 02:28:50 +0800 Subject: [PATCH 0024/1189] fix: anki (#10443) --- anda/apps/anki/anki.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/anda/apps/anki/anki.spec b/anda/apps/anki/anki.spec index c31ebcf138..3ce12bc4f1 100644 --- a/anda/apps/anki/anki.spec +++ b/anda/apps/anki/anki.spec @@ -4,9 +4,10 @@ Release: 1%?dist Summary: Flashcard program for using space repetition learning License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5 URL: https://apps.ankiweb.net/ +Packager: madonuko BuildRequires: python3-devel python3-setuptools python3-waitress python3-protobuf python3-pysocks rpm_macro(fdupes) BuildRequires: python3-distro python3-flask-cors python3-jsonschema python3-send2trash python3-certifi python3-simplejson -BuildRequires: python3-installer make mold cargo git rsync ninja-build libxcrypt-compat nodejs python3.9 python-unversioned-command gcc python3-pyqt6-webengine +BuildRequires: python3-installer make cargo git rsync ninja-build libxcrypt-compat nodejs python3.9 python-unversioned-command gcc python3-pyqt6-webengine Requires: hicolor-icon-theme python3-sqlalchemy python3-simplejson python3-matplotlib python3-decorator python3-markdown python3-send2trash Requires: python3-requests python3-pygame python3-beautifulsoup4 python3-httplib2 python3-pyaudio python3-jsonschema sox libxcrypt-compat python3-pyqt6-webengine Recommends: (mpv or mpv-nightly) @@ -20,9 +21,7 @@ phrases in a foreign language) as easily, quickly and efficiently as possible. Anki is based on a theory called spaced repetition. %prep -rm -rf * -git clone https://github.com/ankitects/anki . -git checkout %{version} +%git_clone https://github.com/ankitects/anki %patch 0 -p1 # See https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=anki @@ -31,7 +30,7 @@ git checkout %{version} export RELEASE=1 export PYTHONPATH=%_libdir/python3/dist-packages cargo update -mold -run ./tools/build +./tools/build %install From c8ce302b69e0c13db69e8e2dfa54f589fbbd865b Mon Sep 17 00:00:00 2001 From: veuxit <232229112+veuxit@users.noreply.github.com> Date: Tue, 10 Mar 2026 23:35:22 +0500 Subject: [PATCH 0025/1189] add: bpftune bpftune-nightly (#10320) * add: bpftune * oops * add: bpftune bpftune-git * Update anda/system/bpftune/git/bpftune-git.spec Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: veuxit <232229112+veuxit@users.noreply.github.com> * Update anda/system/bpftune/git/bpftune-git.spec Co-authored-by: Gilver Signed-off-by: veuxit <232229112+veuxit@users.noreply.github.com> * GPLv2-only * GPLv2-only 2 * do not include LICENSE here and there * fix bpftune-git build * Update bpftune.spec Signed-off-by: madomado * Change rpm.version to rpm.global for versioning Signed-off-by: madomado * Update bpftune.spec Signed-off-by: madomado * git -> nightly * Update bpftune.spec Signed-off-by: madomado * fix build and versioning * nightly version * Update license Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: veuxit <232229112+veuxit@users.noreply.github.com> * Update license 2 Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: veuxit <232229112+veuxit@users.noreply.github.com> * fix versioning * pkg_devel_files --------- Signed-off-by: veuxit <232229112+veuxit@users.noreply.github.com> Signed-off-by: madomado Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Gilver Co-authored-by: madomado --- anda/system/bpftune/nightly/anda.hcl | 8 ++ .../bpftune/nightly/bpftune-nightly.spec | 104 ++++++++++++++++++ anda/system/bpftune/nightly/update.rhai | 7 ++ anda/system/bpftune/stable/anda.hcl | 5 + anda/system/bpftune/stable/bpftune.spec | 102 +++++++++++++++++ anda/system/bpftune/stable/update.rhai | 1 + 6 files changed, 227 insertions(+) create mode 100644 anda/system/bpftune/nightly/anda.hcl create mode 100644 anda/system/bpftune/nightly/bpftune-nightly.spec create mode 100644 anda/system/bpftune/nightly/update.rhai create mode 100644 anda/system/bpftune/stable/anda.hcl create mode 100644 anda/system/bpftune/stable/bpftune.spec create mode 100644 anda/system/bpftune/stable/update.rhai diff --git a/anda/system/bpftune/nightly/anda.hcl b/anda/system/bpftune/nightly/anda.hcl new file mode 100644 index 0000000000..5df483afdb --- /dev/null +++ b/anda/system/bpftune/nightly/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "bpftune-nightly.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/bpftune/nightly/bpftune-nightly.spec b/anda/system/bpftune/nightly/bpftune-nightly.spec new file mode 100644 index 0000000000..cc644c6efc --- /dev/null +++ b/anda/system/bpftune/nightly/bpftune-nightly.spec @@ -0,0 +1,104 @@ +# BPF-based auto-tuning SPEC file + +%define pcpdir /var/lib/pcp/pmdas + +%global ver 0.4-2 +%global releaseS %(echo '%ver' | sed -E 's/^[^-]+-//') +%define nameR bpftune + +%bcond_with openrc + +%global commit 4712347f2da0b7d4a5fbdb0d81d071c1704b3f20 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commit_date 20260227 + +Name: bpftune-nightly +Version: %(echo '%ver' | sed 's/-/~/g')^%{commit_date}git.%{shortcommit} +Release: 1%?dist +Summary: BPF/tracing tools for auto-tuning Linux +License: GPL-2.0-only WITH Linux-syscall-note +Packager: veuxit +URL: https://github.com/oracle/bpftune +Conflicts: bpftune + +Source0: %{url}/archive/%{commit}/bpftune-%{commit}.tar.gz + +Group: Development/Tools +Requires: libbpf >= 0.6 +Requires: libnl3 +Requires: libcap +BuildRequires: libbpf-devel >= 0.6 +BuildRequires: libcap-devel +BuildRequires: bpftool >= 4.18 +BuildRequires: libnl3-devel +BuildRequires: clang >= 11 +BuildRequires: clang-libs >= 11 +BuildRequires: llvm >= 11 +BuildRequires: llvm-libs >= 11 +BuildRequires: python3-docutils + +%description +Service consisting of daemon (bpftune) and plugins which +support auto-tuning of Linux via BPF observability. + +%package devel +Requires: %{name} = %{evr} +Requires: libbpf-devel >= 0.6 +Requires: libcap-devel +Requires: bpftool +Requires: libnl3-devel + +%pkg_devel_files + +%package pcp-pmda +Summary: Performance Co-Pilot PMDA for bpftune +Requires: %{name} = %{evr} +Requires: pcp +Requires: python3-pcp + +%description pcp-pmda +The %{name}-pcp-pmda exports tunables and metrics from bpftune +to Performance Co-Pilot (PCP) + +%prep +%autosetup -n bpftune-%{commit} + +%build +%make_build + +%install +%make_install + +%post +%systemd_post bpftune.service + +%preun +%systemd_preun bpftune.service + +%postun +%systemd_postun_with_restart bpftune.service + +%files +%doc README.md TROUBLESHOOTING.md SECURITY.md +%license LICENSE.txt +%defattr(-,root,root) +%{_sysconfdir}/ld.so.conf.d/libbpftune.conf +%{_bindir}/bpftune +%{_unitdir}/bpftune.service +%{_libdir}/libbpftune.so.%(echo '%ver' | sed 's/-/./g') +%{_libdir}/bpftune/* +%{_mandir}/*/* +%if %{with openrc} +%{_sysconfdir}/conf.d/bpftune +%{_sysconfdir}/init.d/bpftune +%else +%exclude %{_sysconfdir}/conf.d/bpftune +%exclude %{_sysconfdir}/init.d/bpftune +%endif + +%files pcp-pmda +%{pcpdir}/%{nameR}/* + +%changelog +* Fri Mar 6 2026 veuxit - 0.4-2 +- Initial package release diff --git a/anda/system/bpftune/nightly/update.rhai b/anda/system/bpftune/nightly/update.rhai new file mode 100644 index 0000000000..b81c6e0199 --- /dev/null +++ b/anda/system/bpftune/nightly/update.rhai @@ -0,0 +1,7 @@ +rpm.global("commit", gh_commit("oracle/bpftune")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); + let v = gh("oracle/bpftune"); + rpm.global("ver", v); +} diff --git a/anda/system/bpftune/stable/anda.hcl b/anda/system/bpftune/stable/anda.hcl new file mode 100644 index 0000000000..55d17906c7 --- /dev/null +++ b/anda/system/bpftune/stable/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "bpftune.spec" + } +} diff --git a/anda/system/bpftune/stable/bpftune.spec b/anda/system/bpftune/stable/bpftune.spec new file mode 100644 index 0000000000..d36e41820e --- /dev/null +++ b/anda/system/bpftune/stable/bpftune.spec @@ -0,0 +1,102 @@ +# BPF-based auto-tuning SPEC file + +%global ver 0.4-2 +%global releaseS %(echo '%ver' | sed -E 's/^[^-]+-//') + +%define pcpdir /var/lib/pcp/pmdas +%define _sbindir /usr/sbin + +%undefine __brp_add_determinism + +%bcond_with openrc + +Name: bpftune +Version: %(echo '%ver' | sed 's/-/~/g') +Release: 1%?dist +Summary: BPF/tracing tools for auto-tuning Linux +License: GPL-2.0-only WITH Linux-syscall-note +Packager: veuxit +URL: https://github.com/oracle/bpftune +Conflicts: bpftune-nightly + +Source0: %{url}/archive/refs/tags/%{ver}.tar.gz + +Group: Development/Tools +Requires: libbpf >= 0.6 +Requires: libnl3 +Requires: libcap +BuildRequires: libbpf-devel >= 0.6 +BuildRequires: libcap-devel +BuildRequires: bpftool >= 4.18 +BuildRequires: libnl3-devel +BuildRequires: clang >= 11 +BuildRequires: clang-libs >= 11 +BuildRequires: llvm >= 11 +BuildRequires: llvm-libs >= 11 +BuildRequires: python3-docutils + +%description +Service consisting of daemon (bpftune) and plugins which +support auto-tuning of Linux via BPF observability. + +%package devel +Requires: %{name} = %{evr} +Requires: libbpf-devel >= 0.6 +Requires: libcap-devel +Requires: bpftool +Requires: libnl3-devel + +%pkg_devel_files + +%package pcp-pmda +Summary: Performance Co-Pilot PMDA for bpftune +Requires: %{name} = %{evr} +Requires: pcp +Requires: python3-pcp + +%description pcp-pmda +The %{name}-pcp-pmda exports tunables and metrics from bpftune +to Performance Co-Pilot (PCP) + +%prep +%autosetup -n %{name}-%{ver} + +%build +%make_build + +%install +%make_install + +%post +%systemd_post bpftune.service + +%preun +%systemd_preun bpftune.service + +%postun +%systemd_postun_with_restart bpftune.service + +%files +%doc README.md TROUBLESHOOTING.md SECURITY.md +%license LICENSE.txt +%defattr(-,root,root) +%{_sysconfdir}/ld.so.conf.d/libbpftune.conf +%{_sbindir}/bpftune +%{_unitdir}/bpftune.service +%{_libdir}/libbpftune.so.%(echo '%ver' | sed 's/-/./g') +%{_libdir}/bpftune/* +%{_mandir}/*/* +%if %{with openrc} +%{_sysconfdir}/conf.d/bpftune +%{_sysconfdir}/init.d/bpftune +%else +%exclude %{_sysconfdir}/conf.d/bpftune +%exclude %{_sysconfdir}/init.d/bpftune +%endif + +%files pcp-pmda +%{pcpdir}/%{name}/* + +%changelog +* Fri Mar 6 2026 veuxit - 0.4-2 +- Initial package release diff --git a/anda/system/bpftune/stable/update.rhai b/anda/system/bpftune/stable/update.rhai new file mode 100644 index 0000000000..eaae1cb979 --- /dev/null +++ b/anda/system/bpftune/stable/update.rhai @@ -0,0 +1 @@ +rpm.global("ver", gh("oracle/bpftune")); From 35b592c5a04bc121b02a68d94ef96371935dfa06 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 19:57:35 +0000 Subject: [PATCH 0026/1189] bump: discord-canary-openasar discord-canary gcm-core --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/gcm-core/gcm-core.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 ee93f56a92..3050ac25b8 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.889 +Version: 0.0.890 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 0080569adb..4212644ff8 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.889 +Version: 0.0.890 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/tools/gcm-core/gcm-core.spec b/anda/tools/gcm-core/gcm-core.spec index dac2dd82e0..cd4f0a9ee4 100644 --- a/anda/tools/gcm-core/gcm-core.spec +++ b/anda/tools/gcm-core/gcm-core.spec @@ -6,9 +6,9 @@ %global forgeurl https://github.com/git-ecosystem/git-credential-manager Name: gcm-core -Version: 2.7.0 +Version: 2.7.3 -Release: 1%?dist +Release: 1%{?dist} Summary: Secure, cross-platform Git credential storage %forgemeta From be0b8880478db30afffa183fed1c6e8cca83e744 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 21:03:50 +0000 Subject: [PATCH 0027/1189] bump: posthog --- anda/langs/python/posthog/posthog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index c31e3e1915..ea32972f3b 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.8 +Version: 7.9.9 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From e307160689d1f423942b46fe1ae71ac22d137128 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 21:38:24 +0000 Subject: [PATCH 0028/1189] bump: posthog --- anda/langs/python/posthog/posthog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index ea32972f3b..4829800f81 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.9 +Version: 7.9.10 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 53b064571f325b80447fbc76d6c33809c38bb8a9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 22:29:46 +0000 Subject: [PATCH 0029/1189] bump: yt-dlp-git --- anda/tools/yt-dlp/yt-dlp-git.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 8fb86223d1..e0b70fd66e 100644 --- a/anda/tools/yt-dlp/yt-dlp-git.spec +++ b/anda/tools/yt-dlp/yt-dlp-git.spec @@ -2,8 +2,8 @@ %global oldpkgname yt-dlp-nightly Name: yt-dlp-git -Version: 2026.03.03.162040 -Release: 1%?dist +Version: 2026.03.10.220858 +Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms License: Unlicense From 358c920a9897aa59598f3d020ba21c45851a2319 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 23:30:00 +0000 Subject: [PATCH 0030/1189] bump: discord-canary-openasar discord-canary magic-wormhole sass yt-dlp-git --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/python/magic-wormhole/magic-wormhole.spec | 4 ++-- anda/misc/sass/sass.spec | 4 ++-- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 3050ac25b8..a0252b4f01 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.890 +Version: 0.0.891 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 4212644ff8..9a6ce322fe 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.890 +Version: 0.0.891 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/python/magic-wormhole/magic-wormhole.spec b/anda/langs/python/magic-wormhole/magic-wormhole.spec index a54d31acc3..e830f8a25f 100644 --- a/anda/langs/python/magic-wormhole/magic-wormhole.spec +++ b/anda/langs/python/magic-wormhole/magic-wormhole.spec @@ -2,8 +2,8 @@ %global _desc get things from one computer to another, safely. Name: python-%{pypi_name} -Version: 0.22.0 -Release: 1%?dist +Version: 0.23.0 +Release: 1%{?dist} Summary: get things from one computer to another, safely License: MIT URL: https://github.com/magic-wormhole/magic-wormhole diff --git a/anda/misc/sass/sass.spec b/anda/misc/sass/sass.spec index 3a89c45a88..b2e25c5fbb 100644 --- a/anda/misc/sass/sass.spec +++ b/anda/misc/sass/sass.spec @@ -4,8 +4,8 @@ %define _build_id_links none Name: sass -Version: 1.97.3 -Release: 1%?dist +Version: 1.98.0 +Release: 1%{?dist} Summary: The reference implementation of Sass, written in Dart License: MIT URL: https://sass-lang.com/dart-sass diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index e0b70fd66e..abcf019af7 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.10.220858 +Version: 2026.03.10.232418 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 1e80164d58e159616f10203de9268e418d8f57a1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 10 Mar 2026 23:52:48 +0000 Subject: [PATCH 0031/1189] 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 abcf019af7..515327aafe 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.10.232418 +Version: 2026.03.10.232926 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From dcfb6b1e2c24e2b9e794dd45e7ec8857d0196586 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 02:02:33 +0000 Subject: [PATCH 0032/1189] bump: discord-canary-openasar discord-canary ruffle-nightly copyparty electron --- 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/tools/copyparty/copyparty.spec | 2 +- anda/tools/electron/electron.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index a0252b4f01..97bcfb6f5a 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.891 +Version: 0.0.892 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 9a6ce322fe..e0c7f9c7b3 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.891 +Version: 0.0.892 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 a4d8e9916b..a3f6db61c9 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-10 +%global ver 2026-03-11 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/tools/copyparty/copyparty.spec b/anda/tools/copyparty/copyparty.spec index 4074fadf93..2f4ee08e7d 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.11 +Version: 1.20.12 Release: 1%{?dist} Summary: Portable, featureful, and fast file server URL: https://github.com/9001/copyparty diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 2c5871ecdc..bc722c8564 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 40.8.0 +Version: 41.0.0 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From e642f637363d98e955ca55c7f1c3f7c8a8457890 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 02:25:20 +0000 Subject: [PATCH 0033/1189] bump(nightly): mpv-nightly zed-nightly prismlauncher-nightly types-colorama stardust-non-spatial-input-nightly libva-nvidia-driver opentabletdriver-nightly scx-scheds-nightly glasgow natscli --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- .../prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../nightly/stardust-non-spatial-input-nightly.spec | 6 +++--- .../nvidia/libva-nvidia-driver/libva-nvidia-driver.spec | 8 ++++---- .../opentabletdriver-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 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 0bd9dcfa4c..19500c2d89 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 07c3ff3725ee7221fe9d8da396877d47734f78f6 +%global commit 24500c5e27da85d06cc3d3b2278f5a71ee6f9785 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260310 +%global commit_date 20260311 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 7a999887b2..a16c8ca114 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit a26f0f8b6025e65525db2b0831d488e177290058 +%global commit 86a757237ec4f455911738428d36e462ca9fdabf %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260310 +%global commit_date 20260311 %global ver 0.228.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 39356cbc31..671e0f0ddb 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 437242169ddc1671850bda9cd214d832949008c8 +%global commit faf23c053d71fc45f4d84caed368047126e7c143 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260310 +%global commit_date 20260311 %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 a439228e25..6c53aa9233 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 a1c4ca3d8b4160f82756e7eed021da1cce45083c -%global commit_date 20260310 +%global commit a9fbf47e676865bd5bcd94e121624d9e4b53c882 +%global commit_date 20260311 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec index 3c22fa9b63..59ef06db78 100644 --- a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec +++ b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec @@ -1,12 +1,12 @@ -%global commit 3a586815e1c057580674c147e27c3a4909b3b4c6 -%global commit_date 20251130 +%global commit 81c5f40fb5245970aba2c5559f35ade76fa933f7 +%global commit_date 20260311 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-non-spatial-input-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 1%{?dist} Summary: Tools you can easily snap together to get non-spatial input into Stardust XR URL: https://github.com/StardustXR/non-spatial-input Source0: %url/archive/%commit/non-spatial-input-%commit.tar.gz diff --git a/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec b/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec index 696a18fa7b..71f4ae5c78 100644 --- a/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec +++ b/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec @@ -1,5 +1,5 @@ -%global commit0 b09c9f62fb6d8b839e0e87e6f0ce53b7dbf9b3c5 -%global date 20260220 +%global commit0 c4e1788b6d554f29adec31f3f8aa984c143c54c1 +%global date 20260311 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global upstream_name nvidia-vaapi-driver @@ -10,8 +10,8 @@ Name: libva-nvidia-driver Epoch: 1 -Version: 0.0.15%{!?tag:^%{date}git%{shortcommit0}} -Release: 1%?dist +Version: 0.0.16%{!?tag:^%{date}git%{shortcommit0}} +Release: 1%{?dist} Summary: VA-API user mode driver for Nvidia GPUs License: MIT URL: https://github.com/elFarto/%{upstream_name} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 04206dd118..6044df987b 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit e60bcce051d7360f276e809ca63a075ab2a5435c +%global commit ad3e21f1c9ff83217bd5060a0641c3666519af89 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260310 +%global commit_date 20260311 %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 8c5cb60758..c74d186f03 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 9cd8261333fca264543f695b89604f8bccecd804 +%global commit e40a46cd8a495d21050a55a658a5317601562b41 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260310 +%global commitdate 20260311 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index d15eea8acf..08c06d342e 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit c291c1e0eacb4895935885c8275b09d1b38107ac -%global commit_date 20260310 +%global commit 14001f73e2c939a86d730b22f850b781dd401bf1 +%global commit_date 20260311 %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 d0a6d017da..6f98dd2f7e 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 8bd51f19c62f74333e0ea4e31003c466ad650352 -%global commit_date 20260310 +%global commit becc3cd9fccd076fa4746dc1e4521358a3fe072e +%global commit_date 20260311 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 8562fa51e2adb61fed0ff69cfed5214f39c46fa4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 04:18:42 +0000 Subject: [PATCH 0034/1189] 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 0f01c2d216..1c41c9e901 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 10.8.3 +Version: 10.8.4 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause From d13992fe617b33ceb77168b677adc47e7eeedbac Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 05:28:17 +0000 Subject: [PATCH 0035/1189] 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 4ad70146d7..ba7788f909 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 1087bf3b31cd13dcfb04cadc21b4ef5d1002ed73 +%global commit f98dbe6c18ed2c1bd3ceaf691ffa52baa1d84a81 %forgemeta Name: lomiri-system-settings From 6f771534ecf61c29ab07d1a9ff4c6625f71ee366 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 06:08:41 +0000 Subject: [PATCH 0036/1189] bump: rpcs3 yt-dlp-git --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index e6b2673a54..f33e6fc64f 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 fecb53f86c55fde6e260617f6b1289cabf1687bf -%global ver 0.0.40-18941 +%global commit ee01d1186ffe80042a5f61830a6407ac739d07df +%global ver 0.0.40-18943 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 515327aafe..dcc36e1445 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.10.232926 +Version: 2026.03.11.054835 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 5adaf952653a5dd998410314b35255d4f17efc66 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 07:11:32 +0000 Subject: [PATCH 0037/1189] bump: walker yt-dlp-git --- anda/desktops/waylands/walker/walker.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/waylands/walker/walker.spec b/anda/desktops/waylands/walker/walker.spec index ce7dd540ac..7a81dd620e 100644 --- a/anda/desktops/waylands/walker/walker.spec +++ b/anda/desktops/waylands/walker/walker.spec @@ -4,7 +4,7 @@ # prevent library files from being installed %global cargo_install_lib 0 -%global upstream_version v2.15.1 +%global upstream_version v2.15.2 %global ver %{sub %upstream_version 2} Name: walker diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index dcc36e1445..e607120961 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.11.054835 +Version: 2026.03.11.062035 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 09e19a411591c86d2cf6df2f546f7a251c5bee4d Mon Sep 17 00:00:00 2001 From: veuxit <232229112+veuxit@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:51:50 +0500 Subject: [PATCH 0038/1189] add: xray xray-nightly v2ray-geoip v2ray-domain-list-community v2ray v2ray-nightly v2raya v2raya-nightly (#10379) * add: xray xray-nightly * xray-nightly: add nightly tag * add: v2ray-geoip v2ray-domain-list-community * Add deps * add services and xrays own geosite and geoip * fix pkg names * add: v2ray v2ray-nightly * add: v2raya v2raya-nightly * more available deps for v2raya * xray xray-nightly v2ray-geoip v2ray-domain-list-community v2ray v2ray-nightly v2raya v2raya-nightly: add versions to changelogs * v2raya v2raya-nightly: fix version * xray xray-nightly: remove unused files * v2raya-nightly: add -nightly to version * Update licenses * misc fixes * more fixes * funny * more * idk stuff * that's it * oa * a * pwd funny * don't strip debug * xray xray-nightly: add .sysuser and .tmpfiles files * Update xray-nightly.spec --------- Co-authored-by: madonuko --- anda/langs/go/v2ray/nightly/anda.hcl | 8 ++ anda/langs/go/v2ray/nightly/update.rhai | 7 ++ .../langs/go/v2ray/nightly/v2ray-nightly.spec | 72 ++++++++++++++++ anda/langs/go/v2ray/stable/anda.hcl | 5 ++ anda/langs/go/v2ray/stable/update.rhai | 1 + anda/langs/go/v2ray/stable/v2ray.spec | 67 +++++++++++++++ anda/langs/go/v2raya/nightly/anda.hcl | 8 ++ anda/langs/go/v2raya/nightly/update.rhai | 7 ++ .../go/v2raya/nightly/v2raya-nightly.spec | 80 ++++++++++++++++++ anda/langs/go/v2raya/stable/anda.hcl | 5 ++ anda/langs/go/v2raya/stable/update.rhai | 1 + anda/langs/go/v2raya/stable/v2raya.spec | 76 +++++++++++++++++ anda/langs/go/xray/nightly/anda.hcl | 8 ++ anda/langs/go/xray/nightly/update.rhai | 7 ++ anda/langs/go/xray/nightly/xray-nightly.spec | 84 +++++++++++++++++++ anda/langs/go/xray/nightly/xray.service | 14 ++++ anda/langs/go/xray/nightly/xray.sysusers | 1 + anda/langs/go/xray/nightly/xray.tmpfiles | 1 + anda/langs/go/xray/nightly/xray@.service | 14 ++++ anda/langs/go/xray/stable/anda.hcl | 5 ++ anda/langs/go/xray/stable/update.rhai | 1 + anda/langs/go/xray/stable/xray.service | 14 ++++ anda/langs/go/xray/stable/xray.spec | 77 +++++++++++++++++ anda/langs/go/xray/stable/xray.sysusers | 1 + anda/langs/go/xray/stable/xray.tmpfiles | 1 + anda/langs/go/xray/stable/xray@.service | 14 ++++ .../misc/v2ray-domain-list-community/anda.hcl | 9 ++ .../v2ray-domain-list-community/update.rhai | 7 ++ .../v2ray-domain-list-community.spec | 37 ++++++++ anda/misc/v2ray-geoip/anda.hcl | 9 ++ anda/misc/v2ray-geoip/update.rhai | 7 ++ anda/misc/v2ray-geoip/v2ray-geoip.spec | 43 ++++++++++ 32 files changed, 691 insertions(+) create mode 100644 anda/langs/go/v2ray/nightly/anda.hcl create mode 100644 anda/langs/go/v2ray/nightly/update.rhai create mode 100644 anda/langs/go/v2ray/nightly/v2ray-nightly.spec create mode 100644 anda/langs/go/v2ray/stable/anda.hcl create mode 100644 anda/langs/go/v2ray/stable/update.rhai create mode 100644 anda/langs/go/v2ray/stable/v2ray.spec create mode 100644 anda/langs/go/v2raya/nightly/anda.hcl create mode 100644 anda/langs/go/v2raya/nightly/update.rhai create mode 100644 anda/langs/go/v2raya/nightly/v2raya-nightly.spec create mode 100644 anda/langs/go/v2raya/stable/anda.hcl create mode 100644 anda/langs/go/v2raya/stable/update.rhai create mode 100644 anda/langs/go/v2raya/stable/v2raya.spec create mode 100644 anda/langs/go/xray/nightly/anda.hcl create mode 100644 anda/langs/go/xray/nightly/update.rhai create mode 100644 anda/langs/go/xray/nightly/xray-nightly.spec create mode 100644 anda/langs/go/xray/nightly/xray.service create mode 100644 anda/langs/go/xray/nightly/xray.sysusers create mode 100644 anda/langs/go/xray/nightly/xray.tmpfiles create mode 100644 anda/langs/go/xray/nightly/xray@.service create mode 100644 anda/langs/go/xray/stable/anda.hcl create mode 100644 anda/langs/go/xray/stable/update.rhai create mode 100644 anda/langs/go/xray/stable/xray.service create mode 100644 anda/langs/go/xray/stable/xray.spec create mode 100644 anda/langs/go/xray/stable/xray.sysusers create mode 100644 anda/langs/go/xray/stable/xray.tmpfiles create mode 100644 anda/langs/go/xray/stable/xray@.service create mode 100644 anda/misc/v2ray-domain-list-community/anda.hcl create mode 100644 anda/misc/v2ray-domain-list-community/update.rhai create mode 100644 anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec create mode 100644 anda/misc/v2ray-geoip/anda.hcl create mode 100644 anda/misc/v2ray-geoip/update.rhai create mode 100644 anda/misc/v2ray-geoip/v2ray-geoip.spec diff --git a/anda/langs/go/v2ray/nightly/anda.hcl b/anda/langs/go/v2ray/nightly/anda.hcl new file mode 100644 index 0000000000..3b71d03242 --- /dev/null +++ b/anda/langs/go/v2ray/nightly/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "v2ray-nightly.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/langs/go/v2ray/nightly/update.rhai b/anda/langs/go/v2ray/nightly/update.rhai new file mode 100644 index 0000000000..455f470e1e --- /dev/null +++ b/anda/langs/go/v2ray/nightly/update.rhai @@ -0,0 +1,7 @@ +rpm.global("commit", gh_commit("v2fly/v2ray-core")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); + let v = gh("v2fly/v2ray-core"); + rpm.global("ver", v); +} \ No newline at end of file diff --git a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec new file mode 100644 index 0000000000..ac352cddfd --- /dev/null +++ b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec @@ -0,0 +1,72 @@ +%global commit 9cf6a45519995778b8b50a63cf0b263e35b70419 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global ver 5.44.1 +%global commit_date 20260228 + +%global goipath github.com/v2fly/v2ray-core +Version: %{ver}^%{commit_date}git.%{shortcommit} + +%global golicenses LICENSE +%global godocs README.md SECURITY.md + +%gometa -f + +Name: v2ray-nightly +Release: 1%?dist +Summary: A platform for building proxies to bypass network restrictions +License: MIT +Packager: veuxit +URL: %{gourl} +Source: %{gosource} +Conflicts: v2ray + +Requires: v2ray-geoip v2ray-domain-list-community + +BuildRequires: go go-rpm-macros go-srpm-macros anda-srpm-macros + +%description +%summary. + +%gopkg + +%prep +%goprep_online -A + + +%build +%gobuild -o v2ray ./main + + +%install +%gopkginstall +install -Dm755 v2ray %{buildroot}%{_bindir}/v2ray + +install -Dm644 release/config/systemd/system/v2ray.service -t %{buildroot}%{_unitdir}/ +install -Dm644 release/config/systemd/system/v2ray@.service -t %{buildroot}%{_unitdir}/ +install -Dm644 release/config/*.json -t %{buildroot}/%{_sysconfdir}/v2ray/ + +%post +%systemd_post v2ray.service + +%preun +%systemd_preun v2ray.service + +%postun +%systemd_postun_with_restart v2ray.service + +%files +%doc README.md +%doc SECURITY.md +%license LICENSE +%{_bindir}/v2ray +%{_unitdir}/v2ray.service +%{_unitdir}/v2ray@.service +%{_sysconfdir}/v2ray/config.json +%{_sysconfdir}/v2ray/vpoint_socks_vmess.json +%{_sysconfdir}/v2ray/vpoint_vmess_freedom.json + +%gopkgfiles + +%changelog +* Sun Mar 8 2026 veuxit - 5.44.1^20260228git.9cf6a45-1 +- Initial package release diff --git a/anda/langs/go/v2ray/stable/anda.hcl b/anda/langs/go/v2ray/stable/anda.hcl new file mode 100644 index 0000000000..89559f5c1a --- /dev/null +++ b/anda/langs/go/v2ray/stable/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "v2ray.spec" + } +} diff --git a/anda/langs/go/v2ray/stable/update.rhai b/anda/langs/go/v2ray/stable/update.rhai new file mode 100644 index 0000000000..8898b562bc --- /dev/null +++ b/anda/langs/go/v2ray/stable/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_tag("v2fly/v2ray-core")); diff --git a/anda/langs/go/v2ray/stable/v2ray.spec b/anda/langs/go/v2ray/stable/v2ray.spec new file mode 100644 index 0000000000..0f39b7cfb9 --- /dev/null +++ b/anda/langs/go/v2ray/stable/v2ray.spec @@ -0,0 +1,67 @@ +%global goipath github.com/v2fly/v2ray-core +Version: 5.44.1 + +%global golicenses LICENSE +%global godocs README.md SECURITY.md + +%gometa -f + +Name: v2ray +Release: 1%?dist +Summary: A platform for building proxies to bypass network restrictions +License: MIT +Packager: veuxit +URL: %{gourl} +Source: %{gosource} +Conflicts: v2ray-nightly + +Requires: v2ray-geoip v2ray-domain-list-community + +BuildRequires: go go-rpm-macros go-srpm-macros anda-srpm-macros + +%description +%summary. + +%gopkg + +%prep +%goprep_online -A + + +%build +%gobuild -o v2ray ./main + + +%install +%gopkginstall +install -Dm755 v2ray %{buildroot}%{_bindir}/v2ray + +install -Dm644 release/config/systemd/system/v2ray.service -t %{buildroot}%{_unitdir}/ +install -Dm644 release/config/systemd/system/v2ray@.service -t %{buildroot}%{_unitdir}/ +install -Dm644 release/config/*.json -t %{buildroot}/%{_sysconfdir}/v2ray/ + +%post +%systemd_post v2ray.service + +%preun +%systemd_preun v2ray.service + +%postun +%systemd_postun_with_restart v2ray.service + +%files +%doc README.md +%doc SECURITY.md +%license LICENSE +%{_bindir}/v2ray +%{_unitdir}/v2ray.service +%{_unitdir}/v2ray@.service +%{_sysconfdir}/v2ray/config.json +%{_sysconfdir}/v2ray/vpoint_socks_vmess.json +%{_sysconfdir}/v2ray/vpoint_vmess_freedom.json + +%gopkgfiles + +%changelog +* Sun Mar 8 2026 veuxit - 5.44.1-1 +- Initial package release diff --git a/anda/langs/go/v2raya/nightly/anda.hcl b/anda/langs/go/v2raya/nightly/anda.hcl new file mode 100644 index 0000000000..b903484c57 --- /dev/null +++ b/anda/langs/go/v2raya/nightly/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "v2raya-nightly.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/langs/go/v2raya/nightly/update.rhai b/anda/langs/go/v2raya/nightly/update.rhai new file mode 100644 index 0000000000..b91464d6d8 --- /dev/null +++ b/anda/langs/go/v2raya/nightly/update.rhai @@ -0,0 +1,7 @@ +rpm.global("commit", gh_commit("v2rayA/v2rayA")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); + let v = gh("v2rayA/v2rayA"); + rpm.global("ver", v); +} \ No newline at end of file diff --git a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec new file mode 100644 index 0000000000..5522d4c8d4 --- /dev/null +++ b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec @@ -0,0 +1,80 @@ +%global commit d92dbf9c499a18ae8d18c8f3c93cef87dc921bf7 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global ver 2.2.7.5 +%global commit_date 20260305 + +%global goipath github.com/v2rayA/v2rayA +Version: %{ver}^%{commit_date}git.%{shortcommit} + +%global golicenses LICENSE +%global godocs README.md + +%gometa -f + +Name: v2raya-nightly +Release: 1%?dist +Summary: A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan, Tuic and Juicity protocols +License: AGPL-3.0-only +Packager: veuxit +URL: %{gourl} +Source: %{gosource} +Conflicts: v2raya + +Requires: v2ray-geoip v2ray-domain-list-community ((v2ray or v2ray-nightly) or (xray or xray-nightly)) + +BuildRequires: go go-rpm-macros go-srpm-macros anda-srpm-macros nodejs yarnpkg desktop-file-utils + +%description +%summary. + +%gopkg + +%prep +%goprep_online -A + +%build +pushd gui +yarn --ignore-engines && OUTPUT_DIR=$(pwd)/../service/server/router/web yarn --ignore-engines build +popd + +pushd service +%define currentgoldflags -X github.com/v2rayA/v2rayA/conf.Version=%{version} +export GO_BUILDTAGS="with_gvisor" +%gobuild -o ../v2raya + +%install +%gopkginstall +install -Dm 755 v2raya -t %{buildroot}/%{_bindir} +install -Dm 644 install/universal/v2raya.desktop -t %{buildroot}/%{_appsdir}/ +install -Dm 644 install/universal/v2raya.service -t %{buildroot}/%{_unitdir}/ +install -Dm 644 install/universal/v2raya-lite.service -t %{buildroot}/%{_userunitdir}/ +install -Dm 644 install/universal/v2raya.default -t %{buildroot}/%{_sysconfdir}/default/v2raya.conf +install -Dm 644 gui/public/img/icons/android-chrome-512x512.png %{buildroot}/%{_hicolordir}/512x512/apps/v2raya.png + +%check +%desktop_file_validate %{buildroot}/%{_appsdir}/v2raya.desktop + +%post +%systemd_post v2raya.service + +%preun +%systemd_preun v2raya.service + +%postun +%systemd_postun_with_restart v2raya.service + +%files +%doc README.md +%license LICENSE +%{_bindir}/v2raya +%{_unitdir}/v2raya.service +%{_userunitdir}/v2raya-lite.service +%{_sysconfdir}/default/v2raya.conf +%{_appsdir}/v2raya.desktop +%{_hicolordir}/512x512/apps/v2raya.png + +%gopkgfiles + +%changelog +* Sun Mar 8 2026 veuxit - 2.2.7.5^20260305git.d92dbf9-1 +- Initial package release diff --git a/anda/langs/go/v2raya/stable/anda.hcl b/anda/langs/go/v2raya/stable/anda.hcl new file mode 100644 index 0000000000..8b4d4b8d67 --- /dev/null +++ b/anda/langs/go/v2raya/stable/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "v2raya.spec" + } +} diff --git a/anda/langs/go/v2raya/stable/update.rhai b/anda/langs/go/v2raya/stable/update.rhai new file mode 100644 index 0000000000..846fa87be5 --- /dev/null +++ b/anda/langs/go/v2raya/stable/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_tag("v2rayA/v2rayA")); diff --git a/anda/langs/go/v2raya/stable/v2raya.spec b/anda/langs/go/v2raya/stable/v2raya.spec new file mode 100644 index 0000000000..34034dc367 --- /dev/null +++ b/anda/langs/go/v2raya/stable/v2raya.spec @@ -0,0 +1,76 @@ +%global goipath github.com/v2rayA/v2rayA +Version: 2.2.7.5 + +%global golicenses LICENSE +%global godocs README.md + +%gometa -f + +Name: v2raya +Release: 1%?dist +Summary: A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan, Tuic and Juicity protocols +License: AGPL-3.0-only +URL: %{gourl} +Source: %{gosource} +Packager: veuxit +Conflicts: v2raya-nightly + +Requires: v2ray-geoip v2ray-domain-list-community ((v2ray or v2ray-nightly) or (xray or xray-nightly)) + +BuildRequires: go go-rpm-macros go-srpm-macros anda-srpm-macros nodejs yarnpkg desktop-file-utils + +%description +%summary. + +%gopkg + +%prep +%goprep_online -A + +%build +pushd gui +yarn --ignore-engines && OUTPUT_DIR=$(pwd)/../service/server/router/web yarn --ignore-engines build +popd + +pushd service +%define gomodulesmode GO111MODULE=on +%define currentgoldflags -X github.com/v2rayA/v2rayA/conf.Version=%{version} +export GO_BUILDTAGS="with_gvisor" +%gobuild -o ../v2raya + +%install +%gopkginstall +install -Dm 755 v2raya -t %{buildroot}/%{_bindir} +install -Dm 644 install/universal/v2raya.desktop -t %{buildroot}/%{_appsdir}/ +install -Dm 644 install/universal/v2raya.service -t %{buildroot}/%{_unitdir}/ +install -Dm 644 install/universal/v2raya-lite.service -t %{buildroot}/%{_userunitdir}/ +install -Dm 644 install/universal/v2raya.default -t %{buildroot}/%{_sysconfdir}/default/v2raya.conf +install -Dm 644 gui/public/img/icons/android-chrome-512x512.png %{buildroot}/%{_hicolordir}/512x512/apps/v2raya.png + +%check +%desktop_file_validate %{buildroot}/%{_appsdir}/v2raya.desktop + +%post +%systemd_post v2raya.service + +%preun +%systemd_preun v2raya.service + +%postun +%systemd_postun_with_restart v2raya.service + +%files +%doc README.md +%license LICENSE +%{_bindir}/v2raya +%{_unitdir}/v2raya.service +%{_userunitdir}/v2raya-lite.service +%{_sysconfdir}/default/v2raya.conf +%{_appsdir}/v2raya.desktop +%{_hicolordir}/512x512/apps/v2raya.png + +%gopkgfiles + +%changelog +* Sun Mar 8 2026 veuxit - 2.2.7.5-1 +- Initial package release diff --git a/anda/langs/go/xray/nightly/anda.hcl b/anda/langs/go/xray/nightly/anda.hcl new file mode 100644 index 0000000000..58d3ede9f9 --- /dev/null +++ b/anda/langs/go/xray/nightly/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "xray-nightly.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/langs/go/xray/nightly/update.rhai b/anda/langs/go/xray/nightly/update.rhai new file mode 100644 index 0000000000..acb3222cd9 --- /dev/null +++ b/anda/langs/go/xray/nightly/update.rhai @@ -0,0 +1,7 @@ +rpm.global("commit", gh_commit("XTLS/Xray-core")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); + let v = gh("XTLS/Xray-core"); + rpm.global("ver", v); +} \ No newline at end of file diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec new file mode 100644 index 0000000000..80cd24f20a --- /dev/null +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -0,0 +1,84 @@ +%global commit acb06e831bb7bf0e4b8346c933a14cdaab305a0d +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global ver 26.2.2 +%global commit_date 20260307 + +%global goipath github.com/XTLS/Xray-core +Version: %{ver}^%{commit_date}git.%{shortcommit} + +%global golicenses LICENSE +%global godocs README.md SECURITY.md CODE_OF_CONDUCT.md + +Name: xray-nightly +Release: 1%?dist +Summary: High-performance, open-source network proxy engine and toolset designed to bypass internet censorship and enhance privacy +License: MPL-2.0 +Packager: veuxit +URL: https://github.com/XTLS/Xray-core +Conflicts: xray + +Source0: %{url}/archive/%{commit}/Xray-core-%{commit}.tar.gz +Source1: xray.service +Source2: xray@.service +Source3: xray.sysusers +Source4: xray.tmpfiles + +Requires: v2ray-geoip v2ray-domain-list-community + +BuildRequires: golang >= 1.26 +BuildRequires: go-rpm-macros go-srpm-macros anda-srpm-macros + +%description +%summary. + +%gopkg + +%prep +%autosetup -n Xray-core-%{commit} +%goprep_online -Ae + +%build +%define gomodulesmode GO111MODULE=on +%gobuild -o xray ./main + +%install +%gopkginstall +install -Dm755 xray %{buildroot}%{_bindir}/xray + +install -d "%{buildroot}/etc/xray" "%{buildroot}%{_datadir}/xray" + +ln -s %{_datadir}/v2ray/geo{ip,site}.dat -t "%{buildroot}%{_datadir}/xray" + +install -Dm644 %{SOURCE1} -t %{buildroot}/%{_unitdir} +install -Dm644 %{SOURCE2} -t %{buildroot}/%{_unitdir} +install -Dm644 %{SOURCE3} %{buildroot}/%{_sysusersdir}/xray.conf +install -Dm644 %{SOURCE4} %{buildroot}/usr/lib/tmpfiles.d/xray.conf + + +%post +%systemd_post xray.service + +%preun +%systemd_preun xray.service + +%postun +%systemd_postun_with_restart xray.service + +%files +%doc README.md +%doc SECURITY.md +%doc CODE_OF_CONDUCT.md +%license LICENSE +%{_bindir}/xray +%{_datadir}/xray/geoip.dat +%{_datadir}/xray/geosite.dat +%{_unitdir}/xray.service +%{_unitdir}/xray@.service +%{_sysusersdir}/xray.conf +/usr/lib/tmpfiles.d/xray.conf + +%gopkgfiles + +%changelog +* Sun Mar 8 2026 veuxit - 26.2.2^20260307git.acb06e8-1 +- Initial package release diff --git a/anda/langs/go/xray/nightly/xray.service b/anda/langs/go/xray/nightly/xray.service new file mode 100644 index 0000000000..2c24daa71b --- /dev/null +++ b/anda/langs/go/xray/nightly/xray.service @@ -0,0 +1,14 @@ +[Unit] +Description=Xray Service +After=network.target nss-lookup.target + +[Service] +User=xray +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE +AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE +NoNewPrivileges=true +ExecStart=/usr/bin/xray run -confdir /etc/xray/ +Restart=on-abort + +[Install] +WantedBy=multi-user.target diff --git a/anda/langs/go/xray/nightly/xray.sysusers b/anda/langs/go/xray/nightly/xray.sysusers new file mode 100644 index 0000000000..0260d2dc7b --- /dev/null +++ b/anda/langs/go/xray/nightly/xray.sysusers @@ -0,0 +1 @@ +u xray - "Xray Service" - - diff --git a/anda/langs/go/xray/nightly/xray.tmpfiles b/anda/langs/go/xray/nightly/xray.tmpfiles new file mode 100644 index 0000000000..896975f158 --- /dev/null +++ b/anda/langs/go/xray/nightly/xray.tmpfiles @@ -0,0 +1 @@ +d /var/log/xray 0700 xray xray - - diff --git a/anda/langs/go/xray/nightly/xray@.service b/anda/langs/go/xray/nightly/xray@.service new file mode 100644 index 0000000000..a024fb1a9f --- /dev/null +++ b/anda/langs/go/xray/nightly/xray@.service @@ -0,0 +1,14 @@ +[Unit] +Description=Xray Service +After=network.target nss-lookup.target + +[Service] +User=xray +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE +AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE +NoNewPrivileges=true +ExecStart=/usr/bin/xray run -config /etc/xray/%i.json +Restart=on-abort + +[Install] +WantedBy=multi-user.target diff --git a/anda/langs/go/xray/stable/anda.hcl b/anda/langs/go/xray/stable/anda.hcl new file mode 100644 index 0000000000..b39e7e2d8f --- /dev/null +++ b/anda/langs/go/xray/stable/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "xray.spec" + } +} diff --git a/anda/langs/go/xray/stable/update.rhai b/anda/langs/go/xray/stable/update.rhai new file mode 100644 index 0000000000..c9124ea5bd --- /dev/null +++ b/anda/langs/go/xray/stable/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_tag("XTLS/Xray-core")); diff --git a/anda/langs/go/xray/stable/xray.service b/anda/langs/go/xray/stable/xray.service new file mode 100644 index 0000000000..2c24daa71b --- /dev/null +++ b/anda/langs/go/xray/stable/xray.service @@ -0,0 +1,14 @@ +[Unit] +Description=Xray Service +After=network.target nss-lookup.target + +[Service] +User=xray +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE +AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE +NoNewPrivileges=true +ExecStart=/usr/bin/xray run -confdir /etc/xray/ +Restart=on-abort + +[Install] +WantedBy=multi-user.target diff --git a/anda/langs/go/xray/stable/xray.spec b/anda/langs/go/xray/stable/xray.spec new file mode 100644 index 0000000000..f5827fff88 --- /dev/null +++ b/anda/langs/go/xray/stable/xray.spec @@ -0,0 +1,77 @@ +# Disabled because compiled without debug + +%global goipath github.com/XTLS/Xray-core +Version: 26.2.6 + +%global golicenses LICENSE +%global godocs README.md SECURITY.md CODE_OF_CONDUCT.md + +Name: xray +Release: 1%?dist +Summary: High-performance, open-source network proxy engine and toolset designed to bypass internet censorship and enhance privacy +License: MPL-2.0 +Packager: veuxit +URL: https://github.com/XTLS/Xray-core +Conflicts: xray-nightly + +Source0: https://github.com/XTLS/Xray-core/archive/refs/tags/v%{version}.tar.gz +Source1: xray.service +Source2: xray@.service +Source3: xray.sysusers +Source4: xray.tmpfiles + +Requires: v2ray-geoip v2ray-domain-list-community + +BuildRequires: go go-rpm-macros go-srpm-macros anda-srpm-macros + +%description +%summary. + +%gopkg + +%prep +%goprep_online -Ae +%autosetup -n Xray-core-%{version} + + +%build +%define gomodulesmode GO111MODULE=on +%gobuild -o xray ./main + +%install +%gopkginstall +install -Dm755 xray %{buildroot}%{_bindir}/xray +install -d "%{buildroot}/etc/xray" "%{buildroot}%{_datadir}/xray" +ln -s %{_datadir}/v2ray/geo{ip,site}.dat -t "%{buildroot}%{_datadir}/xray" +install -Dm644 %{SOURCE1} -t %{buildroot}/%{_unitdir} +install -Dm644 %{SOURCE2} -t %{buildroot}/%{_unitdir} +install -Dm644 %{SOURCE3} %{buildroot}/%{_sysusersdir}/xray.conf +install -Dm644 %{SOURCE4} %{buildroot}/usr/lib/tmpfiles.d/xray.conf + +%post +%systemd_post xray.service + +%preun +%systemd_preun xray.service + +%postun +%systemd_postun_with_restart xray.service + +%files +%doc README.md +%doc SECURITY.md +%doc CODE_OF_CONDUCT.md +%license LICENSE +%{_bindir}/xray +%{_datadir}/xray/geoip.dat +%{_datadir}/xray/geosite.dat +%{_unitdir}/xray.service +%{_unitdir}/xray@.service +%{_sysusersdir}/xray.conf +/usr/lib/tmpfiles.d/xray.conf + +%gopkgfiles + +%changelog +* Sun Mar 8 2026 veuxit - 26.2.6-1 +- Initial package release diff --git a/anda/langs/go/xray/stable/xray.sysusers b/anda/langs/go/xray/stable/xray.sysusers new file mode 100644 index 0000000000..0260d2dc7b --- /dev/null +++ b/anda/langs/go/xray/stable/xray.sysusers @@ -0,0 +1 @@ +u xray - "Xray Service" - - diff --git a/anda/langs/go/xray/stable/xray.tmpfiles b/anda/langs/go/xray/stable/xray.tmpfiles new file mode 100644 index 0000000000..896975f158 --- /dev/null +++ b/anda/langs/go/xray/stable/xray.tmpfiles @@ -0,0 +1 @@ +d /var/log/xray 0700 xray xray - - diff --git a/anda/langs/go/xray/stable/xray@.service b/anda/langs/go/xray/stable/xray@.service new file mode 100644 index 0000000000..a024fb1a9f --- /dev/null +++ b/anda/langs/go/xray/stable/xray@.service @@ -0,0 +1,14 @@ +[Unit] +Description=Xray Service +After=network.target nss-lookup.target + +[Service] +User=xray +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE +AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE +NoNewPrivileges=true +ExecStart=/usr/bin/xray run -config /etc/xray/%i.json +Restart=on-abort + +[Install] +WantedBy=multi-user.target diff --git a/anda/misc/v2ray-domain-list-community/anda.hcl b/anda/misc/v2ray-domain-list-community/anda.hcl new file mode 100644 index 0000000000..16ab2d1a00 --- /dev/null +++ b/anda/misc/v2ray-domain-list-community/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "v2ray-domain-list-community.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/misc/v2ray-domain-list-community/update.rhai b/anda/misc/v2ray-domain-list-community/update.rhai new file mode 100644 index 0000000000..be7acc0491 --- /dev/null +++ b/anda/misc/v2ray-domain-list-community/update.rhai @@ -0,0 +1,7 @@ +rpm.global("commit", gh_commit("v2fly/domain-list-community")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); + let v = gh("v2fly/domain-list-community"); + rpm.global("ver", v); +} \ No newline at end of file diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec new file mode 100644 index 0000000000..418fda758e --- /dev/null +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -0,0 +1,37 @@ +%global commit 6bb4a68f2f1323998c84754ba56341f8e31efc26 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global ver 20260309041918 +%global commit_date 20260309 + +Name: v2ray-domain-list-community +Version: %{ver}^%{commit_date}git.%{shortcommit} +Release: 1%?dist +Summary: Community managed domain list (geosite.dat) for V2Ray +License: MIT +Packager: veuxit +URL: https://github.com/v2fly/domain-list-community +BuildArch: noarch + +Source0: %{url}/archive/%{commit}/%{ver}-%{commit}.tar.gz + +BuildRequires: golang +BuildRequires: go-rpm-macros go-srpm-macros anda-srpm-macros + +%description +%summary. + +%prep +%autosetup -n domain-list-community-%{commit} +go run main.go + +%install +install -Dm644 dlc.dat %{buildroot}%{_datadir}/v2ray/geosite.dat + +%files +%doc README.md +%license LICENSE +%{_datadir}/v2ray/geosite.dat + +%changelog +* Mon Mar 9 2026 veuxit - 20260309041918^20260309git.6bb4a68-1 +- Initial package release diff --git a/anda/misc/v2ray-geoip/anda.hcl b/anda/misc/v2ray-geoip/anda.hcl new file mode 100644 index 0000000000..b50cb332e3 --- /dev/null +++ b/anda/misc/v2ray-geoip/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "v2ray-geoip.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/misc/v2ray-geoip/update.rhai b/anda/misc/v2ray-geoip/update.rhai new file mode 100644 index 0000000000..8d194140ff --- /dev/null +++ b/anda/misc/v2ray-geoip/update.rhai @@ -0,0 +1,7 @@ +rpm.global("commit", gh_commit("v2fly/geoip")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); + let v = gh("v2fly/geoip"); + rpm.global("ver", v); +} \ No newline at end of file diff --git a/anda/misc/v2ray-geoip/v2ray-geoip.spec b/anda/misc/v2ray-geoip/v2ray-geoip.spec new file mode 100644 index 0000000000..d2b1bde3d2 --- /dev/null +++ b/anda/misc/v2ray-geoip/v2ray-geoip.spec @@ -0,0 +1,43 @@ +%global commit 7a6498ae1cacdc6ec3356ad29d9566d7f0242f56 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global ver 202603050223 +%global commit_date 20260122 + +%global year %{gsub %commit_date %%d%%d%%d%%d$ %{quote:}} +%global month %{gsub %commit_date %%d%%d%%d%%d(%%d%%d)%%d%%d %%1} + +Name: v2ray-geoip +Version: %{ver}^%{commit_date}git.%{shortcommit} +Release: 1%?dist +Summary: GeoIP for V2Ray +License: CC-BY-SA-4.0 +Packager: veuxit +URL: https://github.com/v2fly/geoip +BuildArch: noarch + +Source0: %{url}/archive/%{commit}/%{ver}-%{commit}.tar.gz +Source1: https://download.db-ip.com/free/dbip-country-lite-%year-%month.mmdb.gz + +BuildRequires: golang + +%description +%summary. + +%prep +%autosetup -n geoip-%{commit} +mkdir -p db-ip +gzip -d %SOURCE1 -c > ./db-ip/dbip-country-lite.mmdb + +%build +go run ./ -c ./config.json + +%install +install -Dm644 output/geoip.dat %{buildroot}%{_datadir}/v2ray/geoip.dat + +%files +%license LICENSE +%{_datadir}/v2ray/geoip.dat + +%changelog +* Mon Mar 9 2026 veuxit - 202603050223^20260122git.7a6498a-1 +- Initial package release From 18bf1845dbec5610f32c380a45170cf0d397f664 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 10:59:35 +0000 Subject: [PATCH 0039/1189] bump: rust-deno v2ray v2raya --- anda/devs/deno/rust-deno.spec | 2 +- anda/langs/go/v2ray/stable/v2ray.spec | 4 ++-- anda/langs/go/v2raya/stable/v2raya.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/devs/deno/rust-deno.spec b/anda/devs/deno/rust-deno.spec index 15bd331685..e9c53cf81c 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.4 +Version: 2.7.5 Release: 1%{?dist} Summary: Deno executable diff --git a/anda/langs/go/v2ray/stable/v2ray.spec b/anda/langs/go/v2ray/stable/v2ray.spec index 0f39b7cfb9..6c03e8399b 100644 --- a/anda/langs/go/v2ray/stable/v2ray.spec +++ b/anda/langs/go/v2ray/stable/v2ray.spec @@ -1,5 +1,5 @@ %global goipath github.com/v2fly/v2ray-core -Version: 5.44.1 +Version: 5.47.0 %global golicenses LICENSE %global godocs README.md SECURITY.md @@ -7,7 +7,7 @@ Version: 5.44.1 %gometa -f Name: v2ray -Release: 1%?dist +Release: 1%{?dist} Summary: A platform for building proxies to bypass network restrictions License: MIT Packager: veuxit diff --git a/anda/langs/go/v2raya/stable/v2raya.spec b/anda/langs/go/v2raya/stable/v2raya.spec index 34034dc367..ef6d62c08d 100644 --- a/anda/langs/go/v2raya/stable/v2raya.spec +++ b/anda/langs/go/v2raya/stable/v2raya.spec @@ -1,5 +1,5 @@ %global goipath github.com/v2rayA/v2rayA -Version: 2.2.7.5 +Version: 2.3.3 %global golicenses LICENSE %global godocs README.md @@ -7,7 +7,7 @@ Version: 2.2.7.5 %gometa -f Name: v2raya -Release: 1%?dist +Release: 1%{?dist} Summary: A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan, Tuic and Juicity protocols License: AGPL-3.0-only URL: %{gourl} From 41ac12fa0c5bcd62648c09123a8c34afce31c7bf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 14:35:09 +0000 Subject: [PATCH 0040/1189] 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 f33e6fc64f..18b84c90df 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 ee01d1186ffe80042a5f61830a6407ac739d07df -%global ver 0.0.40-18943 +%global commit e6cf05cfb73e156818685495814b0b7b8edaa97b +%global ver 0.0.40-18945 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From ed00d72c773d1bd33250f6b5a0f3ff732d68ae17 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 15:27:19 +0000 Subject: [PATCH 0041/1189] bump: zig-master-bootstrap rust-topgrade --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/tools/topgrade/rust-topgrade.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index ff2ce7eb7a..a64f6b863a 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.2736+3b515fbed +version=0.16.0-dev.2821+3edaef9e0 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index da024b75d8..18ae2ffacd 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.2736+3b515fbed +%global ver 0.16.0-dev.2821+3edaef9e0 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/tools/topgrade/rust-topgrade.spec b/anda/tools/topgrade/rust-topgrade.spec index a6f3b9281f..7cc92fc1df 100644 --- a/anda/tools/topgrade/rust-topgrade.spec +++ b/anda/tools/topgrade/rust-topgrade.spec @@ -3,7 +3,7 @@ Name: rust-topgrade # renovate: datasource=github-releases depName=topgrade-rs/topgrade -Version: 17.0.0 +Version: 17.1.0 Release: 1%{?dist} Summary: Upgrade all the things From 4ec59cd0190d14cdb8463889d3a73fdec8e71f7c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 16:26:41 +0000 Subject: [PATCH 0042/1189] 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 7f34923c78..89b87885fa 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.1-pre +%global ver 0.227.1 # 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 a98844e667..6492d0c72b 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.226.5 +Version: 0.227.1 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 34188c7b175cca4bb0081275b6c15883457317a9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 19:10:38 +0000 Subject: [PATCH 0043/1189] bump: zed-preview inputplumber xf-xet --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/games/inputplumber/inputplumber.spec | 4 ++-- anda/langs/python/hf-xet/xf-xet.spec | 4 ++-- 3 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 89b87885fa..d97b78c8e7 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.1 +%global ver 0.228.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/games/inputplumber/inputplumber.spec b/anda/games/inputplumber/inputplumber.spec index dbb9fb54bd..6bb7daf804 100644 --- a/anda/games/inputplumber/inputplumber.spec +++ b/anda/games/inputplumber/inputplumber.spec @@ -1,8 +1,8 @@ %global __brp_mangle_shebangs %{nil} Name: inputplumber -Version: 0.75.1 -Release: 1%?dist +Version: 0.75.2 +Release: 1%{?dist} Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later URL: https://github.com/ShadowBlip/InputPlumber diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 81c623ae84..0f1df71770 100644 --- a/anda/langs/python/hf-xet/xf-xet.spec +++ b/anda/langs/python/hf-xet/xf-xet.spec @@ -2,8 +2,8 @@ %global _desc xet client tech, used in huggingface_hub. Name: python-%{pypi_name} -Version: 1.3.2 -Release: 1%?dist +Version: 1.4.0 +Release: 1%{?dist} Summary: xet client tech, used in huggingface_hub License: Apache-2.0 URL: https://github.com/huggingface/xet-core From 28d9d86eb7f6111c67425ce9ecec85eaf846ca5a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 19:52:13 +0000 Subject: [PATCH 0044/1189] bump: posthog rust-mise surge --- anda/langs/python/posthog/posthog.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- anda/tools/surge/surge.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 4829800f81..1b2cd75584 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.10 +Version: 7.9.11 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 647cfd9682..757f4b4343 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.7 +Version: 2026.3.8 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index ed1e95b4f1..4b22000560 100644 --- a/anda/tools/surge/surge.spec +++ b/anda/tools/surge/surge.spec @@ -1,10 +1,10 @@ %global goipath github.com/surge-downloader/surge -Version: 0.6.10 +Version: 0.7.0 %gometa Name: surge -Release: 1%?dist +Release: 1%{?dist} Summary: Blazing fast TUI download manager built in Go for power users License: MIT From 0e5bb66b73ab776897bc5ca253b493dd1a59cf4f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 21:01:18 +0000 Subject: [PATCH 0045/1189] 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 9c5e473b5c..a963895537 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.1.0 -Release: 1%?dist +Version: 8.2.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 9584b87beed364a326598a195b07b0f3f6a84c64 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 21:45:56 +0000 Subject: [PATCH 0046/1189] bump: discord-canary-openasar discord-canary lomiri-system-settings liblsp-dsp --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- anda/lib/lsp-dsp/liblsp-dsp.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 97bcfb6f5a..f9864e38ee 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.892 +Version: 0.0.893 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 e0c7f9c7b3..56ed590f3c 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.892 +Version: 0.0.893 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com 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 ba7788f909..f25675a5f2 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 f98dbe6c18ed2c1bd3ceaf691ffa52baa1d84a81 +%global commit 1fc74517626be7cf1f17ab1f1bbcbb0a7940a837 %forgemeta Name: lomiri-system-settings diff --git a/anda/lib/lsp-dsp/liblsp-dsp.spec b/anda/lib/lsp-dsp/liblsp-dsp.spec index 5845af26ec..46079f0578 100644 --- a/anda/lib/lsp-dsp/liblsp-dsp.spec +++ b/anda/lib/lsp-dsp/liblsp-dsp.spec @@ -3,8 +3,8 @@ #define _empty_manifest_terminate_build 0 Name: liblsp-dsp -Version: 1.0.33 -Release: 1%?dist +Version: 1.0.34 +Release: 1%{?dist} Summary: DSP library for signal processing License: LGPL-3.0 #Group: System/Libraries From 7e7db7eb1f7c2f2c8af1749a102b76bc349adc0b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 11 Mar 2026 23:55:42 +0000 Subject: [PATCH 0047/1189] 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 1c41c9e901..1c65b5d8dc 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 10.8.4 +Version: 10.8.5 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause From 26fc6b79a9a192e405281669f57b2e92cbe74b5b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 02:10:18 +0000 Subject: [PATCH 0048/1189] bump: discord-canary-openasar discord-canary ruffle-nightly noctalia-qs --- .../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/desktops/noctalia-qs/noctalia-qs.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index f9864e38ee..dae5587f73 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.893 +Version: 0.0.894 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 56ed590f3c..80e38a9387 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.893 +Version: 0.0.894 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 a3f6db61c9..7183775715 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-11 +%global ver 2026-03-12 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec index 222cc139c2..d254a50291 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -1,7 +1,7 @@ -%global commit 11de154c65dd88423d680a2c8ba6bc9508fb76fa +%global commit d5209a6b5fe8c6dff8d530e820c96f09830011e3 Name: noctalia-qs -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} Summary: Flexible QtQuick based desktop shell toolkit License: LGPL-3.0-only AND GPL-3.0-only From b2cfb0d22b5ca3f52fd7d0042bb7ba0e9d50f6f4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 02:31:16 +0000 Subject: [PATCH 0049/1189] bump(nightly): flameshot-nightly legcord-nightly mpv-nightly zed-nightly v2ray-nightly xray-nightly types-colorama v2ray-domain-list-community stardust-server-nightly scx-scheds-nightly scx-tools-nightly glasgow natscli --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 6 +++--- anda/langs/go/v2ray/nightly/v2ray-nightly.spec | 8 ++++---- anda/langs/go/xray/nightly/xray-nightly.spec | 8 ++++---- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 8 ++++---- anda/stardust/server/nightly/stardust-server-nightly.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/scx-tools/nightly/scx-tools-nightly.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 13 files changed, 34 insertions(+), 34 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index adaa01d529..7cc024304d 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 7a67146795935c945432b316c5ba41f8e7ab8b53 +%global commit ee80adc1a4eef9d1dd7e117d495685f68534e196 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260309 +%global commit_date 20260312 %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 5dd6e6bf66..1ca3714241 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit ae772e4b99cb199359fca7f10b96972365868685 -%global commit_date 20260309 +%global commit f5b60a858c2f641a302bd738428b1a0dd0ba377b +%global commit_date 20260312 %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 19500c2d89..16d1bb4ff7 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 24500c5e27da85d06cc3d3b2278f5a71ee6f9785 +%global commit 79bf5d2684f9e38362f16735b832d004d1c99d87 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260311 +%global commit_date 20260312 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index a16c8ca114..88c1a58ad0 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 86a757237ec4f455911738428d36e462ca9fdabf +%global commit 6034961499c180c56c41e9647f8f5950b2a808ef %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260311 -%global ver 0.228.0 +%global commit_date 20260312 +%global ver 0.229.0 %bcond_with check %bcond_with debug_no_build diff --git a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec index ac352cddfd..bdaa6c6eee 100644 --- a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec +++ b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec @@ -1,7 +1,7 @@ -%global commit 9cf6a45519995778b8b50a63cf0b263e35b70419 +%global commit e93e5ac7d935ce70b18a806ae67f27d703b5fca2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 5.44.1 -%global commit_date 20260228 +%global ver v5.46.0 +%global commit_date 20260312 %global goipath github.com/v2fly/v2ray-core Version: %{ver}^%{commit_date}git.%{shortcommit} @@ -12,7 +12,7 @@ Version: %{ver}^%{commit_date}git.%{shortcommit} %gometa -f Name: v2ray-nightly -Release: 1%?dist +Release: 1%{?dist} Summary: A platform for building proxies to bypass network restrictions License: MIT Packager: veuxit diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 80cd24f20a..be517caf88 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit acb06e831bb7bf0e4b8346c933a14cdaab305a0d +%global commit e86c36557241dc43989887a6006d8464d234fd27 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 26.2.2 -%global commit_date 20260307 +%global ver v26.2.6 +%global commit_date 20260312 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} @@ -10,7 +10,7 @@ Version: %{ver}^%{commit_date}git.%{shortcommit} %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md Name: xray-nightly -Release: 1%?dist +Release: 1%{?dist} Summary: High-performance, open-source network proxy engine and toolset designed to bypass internet censorship and enhance privacy License: MPL-2.0 Packager: veuxit diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 6c53aa9233..ba1304cd1c 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 a9fbf47e676865bd5bcd94e121624d9e4b53c882 -%global commit_date 20260311 +%global commit 25438e5f21be7f0ac15fe305c7183d74dc2e6923 +%global commit_date 20260312 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 418fda758e..461319c26b 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,11 +1,11 @@ -%global commit 6bb4a68f2f1323998c84754ba56341f8e31efc26 +%global commit f31764e263eb8d5200536c31847a1b42a7d3b4cf %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260309041918 -%global commit_date 20260309 +%global ver 20260311134628 +%global commit_date 20260312 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Community managed domain list (geosite.dat) for V2Ray License: MIT Packager: veuxit diff --git a/anda/stardust/server/nightly/stardust-server-nightly.spec b/anda/stardust/server/nightly/stardust-server-nightly.spec index 19b99243c6..657b6eb795 100644 --- a/anda/stardust/server/nightly/stardust-server-nightly.spec +++ b/anda/stardust/server/nightly/stardust-server-nightly.spec @@ -1,12 +1,12 @@ -%global commit 0159ab1086c70ea3090f74bfd64936c6c2769742 -%global commit_date 20260225 +%global commit 530d6c0cf48e43d36454ea07eaa6e5a7a69598e5 +%global commit_date 20260312 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-server-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Usable Linux display server that reinvents human-computer interaction for all kinds of XR URL: https://github.com/StardustXR/server Source0: %url/archive/%commit/server-%commit.tar.gz diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index c74d186f03..7b1f300fd4 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 e40a46cd8a495d21050a55a658a5317601562b41 +%global commit 20f87c1406a63b5ad9df1f73a717ec374dbd5b75 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260311 +%global commitdate 20260312 %global ver 1.1.0 %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 b2ec58ac1c..f05bf93fab 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 a530698a7017dd4a23df4e95fdf175cfeaef1f91 +%global commit 6573b6284df3f6c8faf29c3a446abec1ecdf7966 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260310 +%global commitdate 20260312 %global ver 1.1.0 %global appid com.sched_ext.scx %global developer "sched-ext Contributors" diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 08c06d342e..d7f213e77e 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 14001f73e2c939a86d730b22f850b781dd401bf1 -%global commit_date 20260311 +%global commit d8464bbc73c5d66c858033d32864f866ae6d53b9 +%global commit_date 20260312 %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 6f98dd2f7e..482a863beb 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 becc3cd9fccd076fa4746dc1e4521358a3fe072e -%global commit_date 20260311 +%global commit 21aa09357316428dc658da49add61a6555d29cb7 +%global commit_date 20260312 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 36023af10dbb22ca6e58e81443be2968b3a0bc19 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 08:59:00 +0000 Subject: [PATCH 0050/1189] bump: helium-browser-bin swayosd --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 4 ++-- anda/desktops/sway/swayosd/swayosd.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index a958a7c83f..8437ba3a4f 100644 --- a/anda/apps/helium-browser-bin/helium-browser-bin.spec +++ b/anda/apps/helium-browser-bin/helium-browser-bin.spec @@ -11,8 +11,8 @@ %endif Name: helium-browser-bin -Version: 0.9.4.1 -Release: 3%?dist +Version: 0.10.2.1 +Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium URL: https://helium.computer diff --git a/anda/desktops/sway/swayosd/swayosd.spec b/anda/desktops/sway/swayosd/swayosd.spec index 8702c7b61a..76cf36b4b1 100644 --- a/anda/desktops/sway/swayosd/swayosd.spec +++ b/anda/desktops/sway/swayosd/swayosd.spec @@ -1,6 +1,6 @@ Name: SwayOSD -Version: 0.3.0 -Release: 1%?dist +Version: 0.3.1 +Release: 1%{?dist} Summary: A GTK based on screen display for keyboard shortcuts like caps-lock and volume License: GPL-3.0-only URL: https://github.com/ErikReider/SwayOSD From 985655b1a4b117d684dc3600ab0848b6cedd105f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 09:54:39 +0000 Subject: [PATCH 0051/1189] bump: posthog --- anda/langs/python/posthog/posthog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 1b2cd75584..7b395780cd 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.11 +Version: 7.9.12 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 71ece8da96b77556b4c82db990b18d2eedd76959 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 10:38:46 +0000 Subject: [PATCH 0052/1189] bump: noctalia-shell --- anda/desktops/noctalia-shell/noctalia-shell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index c3d124472b..5f1b77bc0e 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.6 +Version: 4.6.7 Release: 1%{?dist} Summary: A Quickshell-based custom shell setup From e17946a3cff3268662c21320b4bc4a89f536574e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 11:46:06 +0000 Subject: [PATCH 0053/1189] bump: zapret --- anda/misc/zapret/zapret.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/misc/zapret/zapret.spec b/anda/misc/zapret/zapret.spec index 27d2486537..f1a31169ed 100644 --- a/anda/misc/zapret/zapret.spec +++ b/anda/misc/zapret/zapret.spec @@ -1,6 +1,6 @@ Name: zapret -Version: 72.10 -Release: 1%?dist +Version: 72.12 +Release: 1%{?dist} Summary: A multi-platform Deep Packet Inspection (DPI) bypass tool License: MIT ExcludeArch: s390x From 917dc7e33c1d3a6cef3b046d13fe0a89f419b00e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 15:32:24 +0000 Subject: [PATCH 0054/1189] bump: android-studio-canary --- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index 8cbe8c83e4..ff5524532b 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.3 +Version: 2025.3.3.4 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-canary3 +%define suffixS panda3-canary4 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz From 6c83678cad46351856fbe96f7dd592fc08d23137 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 16:38:26 +0000 Subject: [PATCH 0055/1189] bump: nvidia-container-toolkit --- .../nvidia-container-toolkit/nvidia-container-toolkit.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/nvidia/nvidia-container-toolkit/nvidia-container-toolkit.spec b/anda/system/nvidia/nvidia-container-toolkit/nvidia-container-toolkit.spec index 866f47c24d..c0cd6ec7de 100644 --- a/anda/system/nvidia/nvidia-container-toolkit/nvidia-container-toolkit.spec +++ b/anda/system/nvidia/nvidia-container-toolkit/nvidia-container-toolkit.spec @@ -1,6 +1,6 @@ Name: nvidia-container-toolkit -Version: 1.18.2 -Release: 1%?dist +Version: 1.19.0 +Release: 1%{?dist} Summary: NVIDIA Container Toolkit License: Apache-2.0 Group: Development/Tools/Other From 8f9a7b38de01e352a43a99835ec1041c2319f5df Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 18:29:38 +0000 Subject: [PATCH 0056/1189] bump: discord-canary-openasar discord-canary powershell rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/powershell/powershell.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- 4 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 dae5587f73..c5f148d5f2 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.894 +Version: 0.0.895 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 80e38a9387..3a47c262a0 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.894 +Version: 0.0.895 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/powershell/powershell.spec b/anda/devs/powershell/powershell.spec index 79a5e8925f..078655da37 100644 --- a/anda/devs/powershell/powershell.spec +++ b/anda/devs/powershell/powershell.spec @@ -18,8 +18,8 @@ %bcond test 1 Name: powershell -Version: 7.5.4 -Release: 3%{?dist} +Version: 7.5.5 +Release: 1%{?dist} Summary: A cross-platform automation and configuration tool/framework SourceLicense: MIT License: Apache-2.0 AND BSD-2-Clause AND MIT diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 18b84c90df..d7558cad79 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 e6cf05cfb73e156818685495814b0b7b8edaa97b -%global ver 0.0.40-18945 +%global commit 6f07e8453a8cb84ac400bd96f825751c9cf661c8 +%global ver 0.0.40-18946 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 0c498cce02c259ee786f68c10e15d02671064d73 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 19:58:14 +0000 Subject: [PATCH 0057/1189] 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 c5f148d5f2..3bd67d97e3 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.895 +Version: 0.0.896 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 3a47c262a0..0b41de6d32 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.895 +Version: 0.0.896 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 94cd1fb10ca29e8be32717659dc3f0c4113fd9e8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 20:44:11 +0000 Subject: [PATCH 0058/1189] bump: electron --- anda/tools/electron/electron.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index bc722c8564..0cadd32174 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.0.0 +Version: 41.0.1 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From d17427a94cf16948660db9d7e628a52ddd0c0ed8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 21:18:20 +0000 Subject: [PATCH 0059/1189] bump: discord-ptb-openasar discord-ptb --- anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec | 2 +- anda/apps/discord-ptb/discord-ptb.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec index e74ce58103..bb71ba236c 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.181 +Version: 0.0.182 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 1bbb9567bb..798940c9d5 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.181 +Version: 0.0.182 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com From af4020f2cef4de0ae51336074b1dac6056de42eb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 21:51:06 +0000 Subject: [PATCH 0060/1189] bump: discord-canary-openasar discord-canary zig-master-bootstrap --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.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 3bd67d97e3..c2cde5d540 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.896 +Version: 0.0.897 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 0b41de6d32..6f9da4118c 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.896 +Version: 0.0.897 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index a64f6b863a..3733a6a2ca 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.2821+3edaef9e0 +version=0.16.0-dev.2860+9c5460316 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 18ae2ffacd..a8c9cdf86b 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.2821+3edaef9e0 +%global ver 0.16.0-dev.2860+9c5460316 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From cb304ed52cee45313d1224c89d4c567ec6f601a0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 22:53:43 +0000 Subject: [PATCH 0061/1189] bump: xf-xet --- anda/langs/python/hf-xet/xf-xet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 0f1df71770..1bf3f4f6e0 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.4.0 +Version: 1.4.1 Release: 1%{?dist} Summary: xet client tech, used in huggingface_hub License: Apache-2.0 From efc30d54e74495b3924a4416ed6b7263f1944155 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 12 Mar 2026 23:28:19 +0000 Subject: [PATCH 0062/1189] bump: latex2mathml --- anda/langs/python/latex2mathml/latex2mathml.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/latex2mathml/latex2mathml.spec b/anda/langs/python/latex2mathml/latex2mathml.spec index 2eecbb3805..4bad5e6fe1 100644 --- a/anda/langs/python/latex2mathml/latex2mathml.spec +++ b/anda/langs/python/latex2mathml/latex2mathml.spec @@ -2,8 +2,8 @@ %global _desc Pure Python library for LaTeX to MathML conversion. Name: python-%{pypi_name} -Version: 3.78.1 -Release: 1%?dist +Version: 3.79.0 +Release: 1%{?dist} Summary: Pure Python library for LaTeX to MathML conversion License: MIT URL: https://github.com/roniemartinez/latex2mathml From f41deffd99efe143c1051c2610759e9ecf57b29c Mon Sep 17 00:00:00 2001 From: madomado Date: Fri, 13 Mar 2026 07:46:38 +0800 Subject: [PATCH 0063/1189] fix: vpkedit (#10438) --- anda/apps/vpkedit/vpkedit.spec | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/anda/apps/vpkedit/vpkedit.spec b/anda/apps/vpkedit/vpkedit.spec index 8032a7f538..34949b70b8 100644 --- a/anda/apps/vpkedit/vpkedit.spec +++ b/anda/apps/vpkedit/vpkedit.spec @@ -1,20 +1,23 @@ -%define _unpackaged_files_terminate_build 0 +%global appid com.github.craftablescience.VPKEdit +%global _distro_extra_ldflags -fuse-ld=mold Name: vpkedit Version: 5.0.0.4 -Release: 1%?dist +Release: 2%?dist Summary: A CLI/GUI tool to create, read, and write several pack file formats License: MIT URL: https://github.com/craftablescience/VPKEdit Requires: qt6-qtbase hicolor-icon-theme Suggests: qt6-qtwayland Packager: madonuko -BuildRequires: cmake git-core gcc gcc-c++ binutils +BuildRequires: cmake git-core gcc gcc-c++ binutils mold BuildRequires: cmake(Qt6) BuildRequires: cmake(Qt6Svg) BuildRequires: cmake(Qt6Linguist) BuildRequires: cmake(Qt6Charts) BuildRequires: cmake(Qt6LinguistTools) +BuildRequires: desktop-file-utils +BuildRequires: libappstream-glib ExclusiveArch: x86_64 %description @@ -30,8 +33,8 @@ new VPKs. %build %cmake -DBUILD_SHARED_LIBS:BOOL=OFF \ -DCMAKE_BUILD_TYPE=Release \ - -DCPACK_GENERATOR=RPM -# -DVPKEDIT_BUILD_LIBC=ON + -DCPACK_GENERATOR=RPM \ + -DVPKEDIT_USE_LTO=ON %cmake_build @@ -41,17 +44,22 @@ pushd %buildroot%_libdir/%name rm -rf {libQt*,*.md,LICENSE} popd mkdir -p %buildroot%_bindir -ln -sf %_libdir/vpkedit/vpkedit %buildroot%_bindir/vpkedit -ln -sf %_libdir/vpkedit/vpkeditcli %buildroot%_bindir/vpkeditcli -sed -i 's@Exec=/opt/vpkedit/@Exec=@g' %buildroot%_datadir/applications/vpkedit.desktop +#ln -sf %_libdir/vpkedit/vpkedit %buildroot%_bindir/vpkedit +#ln -sf %_libdir/vpkedit/vpkeditcli %buildroot%_bindir/vpkeditcli +desktop-file-edit --set-key=Exec --set-value=%_bindir/vpkedit %buildroot%_datadir/applications/vpkedit.desktop +%terra_appstream + +%check +desktop-file-validate %buildroot%_appsdir/%name.desktop %files %doc README.md CODE_OF_CONDUCT.md INSTALL.md CREDITS.md -%license LICENSE +%license LICENSE CREDITS.md %_bindir/vpkedit %_bindir/vpkeditcli %_libdir/%name/ %_datadir/applications/vpkedit.desktop %_hicolordir/*x*/apps/vpkedit.png %_datadir/mime/packages/vpkedit.xml +%_metainfodir/%appid.metainfo.xml From 98095dcd30ddf0a73920e95d176e2c605f01fd4d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 02:05:26 +0000 Subject: [PATCH 0064/1189] 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 7183775715..2950268574 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-12 +%global ver 2026-03-13 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From f1a889f2b22acfaecbb0a9de26dd42cf67524e74 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 02:29:23 +0000 Subject: [PATCH 0065/1189] bump(nightly): legcord-nightly mpv-nightly zed-nightly prismlauncher-nightly nim-nightly v2ray-domain-list-community scx-scheds-nightly glasgow natscli spotx-bash --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 1ca3714241..b0ebde243c 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit f5b60a858c2f641a302bd738428b1a0dd0ba377b -%global commit_date 20260312 +%global commit 174b95c5addd9dd34d6b387272060f82e34976a6 +%global commit_date 20260313 %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 16d1bb4ff7..17d1305344 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 79bf5d2684f9e38362f16735b832d004d1c99d87 +%global commit 3a09e793b9b99ab93d93781f6994ce14c28501f6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260312 +%global commit_date 20260313 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 88c1a58ad0..ff8ccf4632 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 6034961499c180c56c41e9647f8f5950b2a808ef +%global commit 8e045237c4104c139e1f996f9f90f33a0697468c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260312 +%global commit_date 20260313 %global ver 0.229.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 671e0f0ddb..1b51c2d516 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 faf23c053d71fc45f4d84caed368047126e7c143 +%global commit 8cb9262b0971eb33a2ba466a653fe2411f7fd7cb %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260311 +%global commit_date 20260313 %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 7f9c52af45..109d60b6d4 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 edbb32e4c49af8be06f35064e7873664100f1cfa +%global commit 87d957fdf126ee217fc55911779909a18bfe9cbf %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260310 +%global commit_date 20260313 %global debug_package %nil Name: nim-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 461319c26b..2bad79ef6f 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit f31764e263eb8d5200536c31847a1b42a7d3b4cf +%global commit 235988ffe4d6877a89d9289f581599782f89b3bb %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260311134628 -%global commit_date 20260312 +%global ver 20260312071513 +%global commit_date 20260313 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 7b1f300fd4..04136b2d0f 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 20f87c1406a63b5ad9df1f73a717ec374dbd5b75 +%global commit a0c1d2cccaaf728ae27f128bdd92ef99d65e0a0a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260312 +%global commitdate 20260313 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index d7f213e77e..124a236b82 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit d8464bbc73c5d66c858033d32864f866ae6d53b9 -%global commit_date 20260312 +%global commit f975caae61a546258ce8df26c80d88ca48534d8e +%global commit_date 20260313 %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 482a863beb..1475bbec80 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 21aa09357316428dc658da49add61a6555d29cb7 -%global commit_date 20260312 +%global commit 7beee27e113ef9bdf4f914c4f438eb45f71527f1 +%global commit_date 20260313 %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 f6039b2010..80ddf532e5 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit 66a746a968fd1744e00459ba9ba3d64c96b75292 -%global commit_date 20260310 +%global commit 7af4bb7c99f13ef0c7f96010dab8f66a078895b0 +%global commit_date 20260313 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From a885daf1d3eaa65039db6206bed73fa11d04b116 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 05:29:49 +0000 Subject: [PATCH 0066/1189] 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 e607120961..11ed88a804 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.11.062035 +Version: 2026.03.13.051251 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From d6e2d9e7d8d97f570919dc725345b474aa1881ce Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Fri, 13 Mar 2026 03:04:20 -0300 Subject: [PATCH 0067/1189] Add package xdg-terminal-exec-nautilus (#10457) --- anda/misc/xdg-terminal-exec-nautilus/anda.hcl | 6 ++++ .../xdg-terminal-exec-nautilus/update.rhai | 1 + .../xdg-terminal-exec-nautilus.spec | 32 +++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 anda/misc/xdg-terminal-exec-nautilus/anda.hcl create mode 100644 anda/misc/xdg-terminal-exec-nautilus/update.rhai create mode 100644 anda/misc/xdg-terminal-exec-nautilus/xdg-terminal-exec-nautilus.spec diff --git a/anda/misc/xdg-terminal-exec-nautilus/anda.hcl b/anda/misc/xdg-terminal-exec-nautilus/anda.hcl new file mode 100644 index 0000000000..f64f7b2a07 --- /dev/null +++ b/anda/misc/xdg-terminal-exec-nautilus/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "xdg-terminal-exec-nautilus.spec" + } +} diff --git a/anda/misc/xdg-terminal-exec-nautilus/update.rhai b/anda/misc/xdg-terminal-exec-nautilus/update.rhai new file mode 100644 index 0000000000..4d1b439e12 --- /dev/null +++ b/anda/misc/xdg-terminal-exec-nautilus/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("zirconium-dev/xdg-terminal-exec-nautilus")); diff --git a/anda/misc/xdg-terminal-exec-nautilus/xdg-terminal-exec-nautilus.spec b/anda/misc/xdg-terminal-exec-nautilus/xdg-terminal-exec-nautilus.spec new file mode 100644 index 0000000000..76509b6d8a --- /dev/null +++ b/anda/misc/xdg-terminal-exec-nautilus/xdg-terminal-exec-nautilus.spec @@ -0,0 +1,32 @@ +Name: xdg-terminal-exec-nautilus +Version: 0.1.0 +Release: 1%?dist +Summary: xdg-terminal-exec extension for nautilus-python +License: Apache-2.0 +Group: System +URL: https://github.com/zirconium-dev/xdg-terminal-exec-nautilus +Source0: %{url}/archive/refs/tags/%{version}.tar.gz + +BuildArch: noarch +Requires: nautilus-python +Packager: Tulip Blossom (tulilirockz@outlook.com) + +%description +%{summary}. + +%prep +%autosetup -n xdg-terminal-exec-nautilus-%{version} + +%build + +%install +install -Dpm0644 -t %{buildroot}%{_datadir}/nautilus-python/extensions/ ./xdg-terminal-exec-nautilus.py + +%files +%license LICENSE +%doc README.md +%{_datadir}/nautilus-python/extensions/xdg-terminal-exec-nautilus.py + +%changelog +* Fri Mar 13 2026 Tulip Blossom +- Initial commit From 3195664d8e34cea9b47e802e7ffcb60d94bcf150 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 12 Mar 2026 23:07:12 -0700 Subject: [PATCH 0068/1189] feat: Update Mesa to 26.0.2 (#10458) --- anda/lib/mesa/mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index a410b07264..0d9e142008 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.1 +%global ver 26.0.2 Epoch: 1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Release: 2 From cc742fb08317b5d10021081583b21b34a4f26cc4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 06:10:04 +0000 Subject: [PATCH 0069/1189] bump: electron --- anda/tools/electron/electron.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 0cadd32174..ffad4b6805 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.0.1 +Version: 41.0.2 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 4320243de073c23848fa998496e32591fbba0d78 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 07:12:02 +0000 Subject: [PATCH 0070/1189] bump: xf-xet --- anda/langs/python/hf-xet/xf-xet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 1bf3f4f6e0..094227a843 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.4.1 +Version: 1.4.2 Release: 1%{?dist} Summary: xet client tech, used in huggingface_hub License: Apache-2.0 From cca76cb685f341f6677a1731fbfd4b07bbb1b2bd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 08:50:41 +0000 Subject: [PATCH 0071/1189] bump: python-yt-dlp-ejs yt-dlp-git --- anda/tools/yt-dlp-ejs/python-yt-dlp-ejs.spec | 4 ++-- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 3 insertions(+), 3 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 2378710ab6..f6667c8ef6 100644 --- a/anda/tools/yt-dlp-ejs/python-yt-dlp-ejs.spec +++ b/anda/tools/yt-dlp-ejs/python-yt-dlp-ejs.spec @@ -1,6 +1,6 @@ Name: python-yt-dlp-ejs -Version: 0.5.0 -Release: 1%?dist +Version: 0.7.0 +Release: 1%{?dist} Summary: External JavaScript for yt-dlp supporting many runtimes License: Unlicense AND MIT AND ISC diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 11ed88a804..64d24f1f3a 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.13.051251 +Version: 2026.03.13.083114 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 91165e822ab8f96cfb7f6077a1aa370ec8d1feee Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 13 Mar 2026 05:11:45 -0700 Subject: [PATCH 0072/1189] fix: latex2mathml (#10459) --- anda/langs/python/latex2mathml/latex2mathml.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/langs/python/latex2mathml/latex2mathml.spec b/anda/langs/python/latex2mathml/latex2mathml.spec index 4bad5e6fe1..f4e3b86803 100644 --- a/anda/langs/python/latex2mathml/latex2mathml.spec +++ b/anda/langs/python/latex2mathml/latex2mathml.spec @@ -17,6 +17,7 @@ BuildRequires: python3-pip BuildRequires: python3-poetry-core BuildRequires: python3-installer BuildRequires: python3-build +BuildRequires: python3-hatchling Packager: Owen Zimmerman From cd16f66b92e60eba4bef89b92431153c766b8e59 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 14:59:22 +0000 Subject: [PATCH 0073/1189] bump: rust-usage-cli --- anda/langs/rust/usage/rust-usage-cli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/rust/usage/rust-usage-cli.spec b/anda/langs/rust/usage/rust-usage-cli.spec index 3030046936..61f237b442 100644 --- a/anda/langs/rust/usage/rust-usage-cli.spec +++ b/anda/langs/rust/usage/rust-usage-cli.spec @@ -4,8 +4,8 @@ %global crate usage-cli Name: rust-usage-cli -Version: 2.18.2 -Release: 1%?dist +Version: 3.0.0 +Release: 1%{?dist} Summary: CLI for working with usage-based CLIs License: MIT From 1b26b79302b71648cbc5f56d4acef2481fa858e1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 16:40:02 +0000 Subject: [PATCH 0074/1189] bump: discord-canary-openasar discord-canary ghostty --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/ghostty/stable/ghostty.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 c2cde5d540..a3026cd5e0 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.897 +Version: 0.0.898 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 6f9da4118c..b58d431f54 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.897 +Version: 0.0.898 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/ghostty/stable/ghostty.spec b/anda/devs/ghostty/stable/ghostty.spec index f95b969987..02c26afca1 100644 --- a/anda/devs/ghostty/stable/ghostty.spec +++ b/anda/devs/ghostty/stable/ghostty.spec @@ -3,7 +3,7 @@ %global appid com.mitchellh.ghostty Name: ghostty -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: A fast, native terminal emulator written in Zig. License: MIT AND MPL-2.0 AND OFL-1.1 AND (WTFPL OR CC0-1.0) AND Apache-2.0 From ee64c8000980fbeadeadb6e2649dc73206698d11 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 17:21:37 +0000 Subject: [PATCH 0075/1189] bump: discord-canary-openasar discord-canary proton-vpn-local-agent proton-vpn-cli --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- .../python/proton-vpn-local-agent/proton-vpn-local-agent.spec | 4 ++-- anda/tools/proton-vpn-cli/proton-vpn-cli.spec | 4 ++-- 4 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 a3026cd5e0..eb14b4eb21 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.898 +Version: 0.0.899 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 b58d431f54..a5e701eb09 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.898 +Version: 0.0.899 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec b/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec index 28e447b79f..3a449df9e8 100644 --- a/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec +++ b/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec @@ -5,8 +5,8 @@ %global _desc Proton VPN local agent written in Rust. Name: python-%{pypi_name} -Version: 1.6.0 -Release: 3%?dist +Version: 1.6.1 +Release: 1%{?dist} Summary: Proton VPN local agent written in Rust License: GPL-3.0-only URL: https://github.com/ProtonVPN/local-agent-rs diff --git a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec index 64de9d06b0..c2ce388ebd 100644 --- a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec +++ b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec @@ -3,8 +3,8 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-proton-vpn-cli -Version: 0.1.6 -Release: 1%?dist +Version: 0.1.7 +Release: 1%{?dist} Summary: Official ProtonVPN CLI Linux app License: GPL-3.0-only URL: https://github.com/ProtonVPN/proton-vpn-cli From 9c51209b85429625f3a80b432772e420159f18de Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 17:59:17 +0000 Subject: [PATCH 0076/1189] bump: discord-canary-openasar discord-canary signal-desktop zig-master-bootstrap --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/signal-desktop/signal-desktop.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/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index eb14b4eb21..42ff93597a 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.899 +Version: 0.0.900 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 a5e701eb09..a6a89ddd0d 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.899 +Version: 0.0.900 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index a963895537..d30ad3b358 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: 8.2.0 +Version: 8.2.1 Release: 1%{?dist} Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 3733a6a2ca..af025a1e07 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.2860+9c5460316 +version=0.16.0-dev.2877+627f03af9 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index a8c9cdf86b..3c252f5895 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.2860+9c5460316 +%global ver 0.16.0-dev.2877+627f03af9 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From aa1308fbe669bbf5f239871ec75da88126e3b712 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 18:56:01 +0000 Subject: [PATCH 0077/1189] bump: discord-canary-openasar discord-canary rust-mise --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/buildsys/mise/rust-mise.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 42ff93597a..3263b6db24 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.900 +Version: 0.0.901 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 a6a89ddd0d..c697b4063c 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.900 +Version: 0.0.901 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 757f4b4343..002351389e 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.8 +Version: 2026.3.9 Release: 1%{?dist} Summary: Front-end to your dev env From 79d3e9c244435340e393009508ef54438e64c448 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 13 Mar 2026 12:15:21 -0700 Subject: [PATCH 0078/1189] feat: Build terra-gamescope from OGC repository (#10473) * fix: patch gamescope builds for f44 (#10472) (cherry picked from commit 431538c740c2a8a6f7744b424fb3e6decde80a8e) * feat: Build terra-gamescope from OGC repository Signed-off-by: Kyle Gospodnetich --------- Signed-off-by: Kyle Gospodnetich Co-authored-by: Ryan Bateman --- ...wlroots-libinput-switch-keypad-slide.patch | 18 + .../terra-gamescope/Use-system-stb-glm.patch | 28 + anda/games/terra-gamescope/handheld.patch | 2050 ----------------- .../terra-gamescope/terra-gamescope.spec | 90 +- 4 files changed, 96 insertions(+), 2090 deletions(-) create mode 100644 anda/games/terra-gamescope/0002-wlroots-libinput-switch-keypad-slide.patch create mode 100644 anda/games/terra-gamescope/Use-system-stb-glm.patch delete mode 100755 anda/games/terra-gamescope/handheld.patch diff --git a/anda/games/terra-gamescope/0002-wlroots-libinput-switch-keypad-slide.patch b/anda/games/terra-gamescope/0002-wlroots-libinput-switch-keypad-slide.patch new file mode 100644 index 0000000000..4910d582cf --- /dev/null +++ b/anda/games/terra-gamescope/0002-wlroots-libinput-switch-keypad-slide.patch @@ -0,0 +1,18 @@ +From: porkloin +Subject: [PATCH] wlroots: handle LIBINPUT_SWITCH_KEYPAD_SLIDE enum in switch.c + +libinput added LIBINPUT_SWITCH_KEYPAD_SLIDE and GCC 16 on Fedora 44 +treats the unhandled enum value as -Werror=switch, breaking the build. + +diff --git a/subprojects/wlroots/backend/libinput/switch.c b/subprojects/wlroots/backend/libinput/switch.c +--- a/subprojects/wlroots/backend/libinput/switch.c ++++ b/subprojects/wlroots/backend/libinput/switch.c +@@ -34,6 +34,8 @@ void handle_switch_toggle(struct libinput_event *event, + case LIBINPUT_SWITCH_TABLET_MODE: + wlr_event.switch_type = WLR_SWITCH_TYPE_TABLET_MODE; + break; ++ case LIBINPUT_SWITCH_KEYPAD_SLIDE: ++ break; + } + switch (libinput_event_switch_get_switch_state(sevent)) { + case LIBINPUT_SWITCH_STATE_OFF: diff --git a/anda/games/terra-gamescope/Use-system-stb-glm.patch b/anda/games/terra-gamescope/Use-system-stb-glm.patch new file mode 100644 index 0000000000..f0addb676b --- /dev/null +++ b/anda/games/terra-gamescope/Use-system-stb-glm.patch @@ -0,0 +1,28 @@ +From 1a37d7113ed29ede9dcd30be16898b10464cd76e Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= +Date: Wed, 28 May 2025 12:19:05 +0200 +Subject: [PATCH] Use system stb/glm + +--- + meson.build | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) + +diff --git a/meson.build b/meson.build +index c300b07..3044e54 100644 +--- a/meson.build ++++ b/meson.build +@@ -47,10 +47,8 @@ dep_x11 = dependency('x11') + dep_wayland = dependency('wayland-client') + vulkan_dep = dependency('vulkan') + +-glm_proj = subproject('glm') +-glm_dep = glm_proj.get_variable('glm_dep') +-stb_proj = subproject('stb') +-stb_dep = stb_proj.get_variable('stb_dep') ++glm_dep = dependency('glm') ++stb_dep = dependency('stb') + + if get_option('enable_openvr_support') + openvr_dep = dependency('openvr', version: '>= 2.7', required : false) +-- +2.49.0 diff --git a/anda/games/terra-gamescope/handheld.patch b/anda/games/terra-gamescope/handheld.patch deleted file mode 100755 index fcd7cb87f3..0000000000 --- a/anda/games/terra-gamescope/handheld.patch +++ /dev/null @@ -1,2050 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Fri, 22 Nov 2024 01:37:48 +0100 -Subject: [NA] add dev script - ---- - sync.sh | 21 +++++++++++++++++++++ - 1 file changed, 21 insertions(+) - create mode 100755 sync.sh - -diff --git a/sync.sh b/sync.sh -new file mode 100755 -index 000000000000..8dd5815d4aeb ---- /dev/null -+++ b/sync.sh -@@ -0,0 +1,21 @@ -+if [ -z "$1" ]; then -+ echo "Usage: $0 " -+ exit 1 -+fi -+ -+HOST=$1 -+RSYNC="rsync -rv --exclude .git --exclude venv --exclude __pycache__'" -+USER=${USER:-bazzite} -+ -+set -e -+ -+meson build/ -Dforce_fallback_for=stb,libdisplay-info,libliftoff,wlroots,vkroots -Denable_openvr_support=false -+ninja -C build/ -+scp build/src/gamescope ${HOST}:gamescope -+ -+ssh $HOST /bin/bash << EOF -+ sudo rpm-ostree usroverlay --hotfix -+ sudo mv ~/gamescope /usr/bin/gamescope -+ bazzite-session-select gamescope -+ # sudo reboot -+EOF --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Matthew Anderson -Date: Fri, 17 May 2024 21:56:55 -0500 -Subject: feat: add --custom-refresh-rates option (+ fixes) - -Commit originally by Matthew, external fixes by Kyle, and new system check -move by Antheas. - -Co-authored-by: Kyle Gospodnetich -Co-authored-by: Antheas Kapenekakis ---- - src/Backends/DRMBackend.cpp | 4 +++- - src/main.cpp | 31 +++++++++++++++++++++++++++++++ - src/main.hpp | 2 ++ - 3 files changed, 36 insertions(+), 1 deletion(-) - -diff --git a/src/Backends/DRMBackend.cpp b/src/Backends/DRMBackend.cpp -index 1ec2699821f0..c8e821314dc4 100644 ---- a/src/Backends/DRMBackend.cpp -+++ b/src/Backends/DRMBackend.cpp -@@ -2342,8 +2342,10 @@ namespace gamescope - } - else - { -+ if ( g_customRefreshRates.size() > 0 && GetScreenType() == GAMESCOPE_SCREEN_TYPE_INTERNAL ) -+ m_Mutable.ValidDynamicRefreshRates = g_customRefreshRates; - // Unknown display, see if there are any other refresh rates in the EDID we can get. -- if ( GetScreenType() == GAMESCOPE_SCREEN_TYPE_INTERNAL || cv_drm_allow_dynamic_modes_for_external_display ) -+ else if ( GetScreenType() == GAMESCOPE_SCREEN_TYPE_INTERNAL || cv_drm_allow_dynamic_modes_for_external_display ) - { - const drmModeModeInfo *pPreferredMode = find_mode( m_pConnector.get(), 0, 0, 0 ); - -diff --git a/src/main.cpp b/src/main.cpp -index cdb35c3b2518..d63b1fe50cc6 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -133,6 +133,7 @@ const struct option *gamescope_options = (struct option[]){ - { "fade-out-duration", required_argument, nullptr, 0 }, - { "force-orientation", required_argument, nullptr, 0 }, - { "force-windows-fullscreen", no_argument, nullptr, 0 }, -+ { "custom-refresh-rates", required_argument, nullptr, 0 }, - - { "disable-color-management", no_argument, nullptr, 0 }, - { "sdr-gamut-wideness", required_argument, nullptr, 0 }, -@@ -207,6 +208,7 @@ const char usage[] = - " --hdr-itm-target-nits set the target luminace of the inverse tone mapping process.\n" - " Default: 1000 nits, Max: 10000 nits\n" - " --framerate-limit Set a simple framerate limit. Used as a divisor of the refresh rate, rounds down eg 60 / 59 -> 60fps, 60 / 25 -> 30fps. Default: 0, disabled.\n" -+ " --custom-refresh-rates Set custom refresh rates for the output. eg: 60,90,110-120\n" - " --mangoapp Launch with the mangoapp (mangohud) performance overlay enabled. You should use this instead of using mangohud on the game or gamescope.\n" - " --adaptive-sync Enable adaptive sync if available (variable rate refresh)\n" - "\n" -@@ -460,6 +462,33 @@ static float parse_float(const char *str, const char *optionName) - } - } - -+std::vector g_customRefreshRates; -+// eg: 60,60,90,110-120 -+static std::vector parse_custom_refresh_rates( const char *str ) -+{ -+ std::vector rates; -+ char *token = strtok( strdup(str), ","); -+ while (token) -+ { -+ char *dash = strchr(token, '-'); -+ if (dash) -+ { -+ uint32_t start = atoi(token); -+ uint32_t end = atoi(dash + 1); -+ for (uint32_t i = start; i <= end; i++) -+ { -+ rates.push_back(i); -+ } -+ } -+ else -+ { -+ rates.push_back(atoi(token)); -+ } -+ token = strtok(nullptr, ","); -+ } -+ return rates; -+} -+ - struct sigaction handle_signal_action = {}; - - void ShutdownGamescope() -@@ -783,6 +812,8 @@ int main(int argc, char **argv) - g_eGamescopeModeGeneration = parse_gamescope_mode_generation( optarg ); - } else if (strcmp(opt_name, "force-orientation") == 0) { - g_DesiredInternalOrientation = force_orientation( optarg ); -+ } else if (strcmp(opt_name, "custom-refresh-rates") == 0) { -+ g_customRefreshRates = parse_custom_refresh_rates( optarg ); - } else if (strcmp(opt_name, "sharpness") == 0 || - strcmp(opt_name, "fsr-sharpness") == 0) { - g_upscaleFilterSharpness = parse_integer( optarg, opt_name ); -diff --git a/src/main.hpp b/src/main.hpp -index 2e6fb833af12..390c04a63ecd 100644 ---- a/src/main.hpp -+++ b/src/main.hpp -@@ -3,6 +3,7 @@ - #include - - #include -+#include - - extern const char *gamescope_optstring; - extern const struct option *gamescope_options; -@@ -28,6 +29,7 @@ extern bool g_bGrabbed; - - extern float g_mouseSensitivity; - extern const char *g_sOutputName; -+extern std::vector g_customRefreshRates; - - enum class GamescopeUpscaleFilter : uint32_t - { --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Renn <8340896+AkazaRenn@users.noreply.github.com> -Date: Fri, 11 Oct 2024 17:48:26 +0200 -Subject: fix(deck): Use super + 1/2 for Overlay/QAM - -Replaces the patch for CTRL + 1/2 for Overlay/QAM with Super + 1/2 and -allows for CTRL for a smooth transition. - -Suggested-by: Antheas Kapenekakis ---- - src/wlserver.cpp | 23 ++++++++++++++++++++++- - 1 file changed, 22 insertions(+), 1 deletion(-) - -diff --git a/src/wlserver.cpp b/src/wlserver.cpp -index 4d8546eed51f..56a9f25cd03a 100644 ---- a/src/wlserver.cpp -+++ b/src/wlserver.cpp -@@ -296,6 +296,9 @@ static void wlserver_handle_modifiers(struct wl_listener *listener, void *data) - bump_input_counter(); - } - -+// false if GS_ENABLE_CTRL_12 exists and is 0, true otherwise -+bool env_gs_enable_ctrl_12 = getenv("GS_ENABLE_CTRL_12") ? (getenv("GS_ENABLE_CTRL_12")[0] != '0') : true; -+ - static void wlserver_handle_key(struct wl_listener *listener, void *data) - { - struct wlr_keyboard *keyboard = &wlserver.keyboard_group->keyboard; -@@ -319,7 +322,14 @@ static void wlserver_handle_key(struct wl_listener *listener, void *data) - keysym == XKB_KEY_XF86AudioLowerVolume || - keysym == XKB_KEY_XF86AudioRaiseVolume || - keysym == XKB_KEY_XF86PowerOff; -- if ( ( event->state == WL_KEYBOARD_KEY_STATE_PRESSED || event->state == WL_KEYBOARD_KEY_STATE_RELEASED ) && forbidden_key ) -+ -+ // Check for steam overlay key (ctrl/super + 1/2) -+ bool is_steamshortcut = -+ ((env_gs_enable_ctrl_12 && (keyboard->modifiers.depressed & WLR_MODIFIER_CTRL)) || -+ (keyboard->modifiers.depressed & WLR_MODIFIER_LOGO)) && -+ (keysym == XKB_KEY_1 || keysym == XKB_KEY_2); -+ -+ if ( ( event->state == WL_KEYBOARD_KEY_STATE_PRESSED || event->state == WL_KEYBOARD_KEY_STATE_RELEASED ) && (forbidden_key || is_steamshortcut) ) - { - // Always send volume+/- to root server only, to avoid it reaching the game. - struct wlr_surface *old_kb_surf = wlserver.kb_focus_surface; -@@ -328,6 +338,17 @@ static void wlserver_handle_key(struct wl_listener *listener, void *data) - { - wlserver_keyboardfocus( new_kb_surf, false ); - wlr_seat_set_keyboard( wlserver.wlr.seat, keyboard ); -+ -+ if (is_steamshortcut) -+ { -+ // send ctrl down modifier to trigger the overlay -+ wlr_keyboard_modifiers ctrl_down_modifier; -+ ctrl_down_modifier.depressed = WLR_MODIFIER_CTRL; -+ ctrl_down_modifier.latched = WLR_MODIFIER_CTRL; -+ ctrl_down_modifier.locked = WLR_MODIFIER_CTRL; -+ wlr_seat_keyboard_notify_modifiers(wlserver.wlr.seat, &ctrl_down_modifier); -+ } -+ - wlr_seat_keyboard_notify_key( wlserver.wlr.seat, event->time_msec, event->keycode, event->state ); - wlserver_keyboardfocus( old_kb_surf, false ); - return; --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: honjow -Date: Wed, 16 Oct 2024 00:23:58 +0800 -Subject: fix(external): fix crash when using external touchscreens - ---- - src/wlserver.cpp | 8 ++++++-- - 1 file changed, 6 insertions(+), 2 deletions(-) - -diff --git a/src/wlserver.cpp b/src/wlserver.cpp -index 56a9f25cd03a..4d6e8de55ba4 100644 ---- a/src/wlserver.cpp -+++ b/src/wlserver.cpp -@@ -2766,8 +2766,12 @@ static void apply_touchscreen_orientation(double *x, double *y ) - double tx = 0; - double ty = 0; - -- // Use internal screen always for orientation purposes. -- switch ( GetBackend()->GetConnector( gamescope::GAMESCOPE_SCREEN_TYPE_INTERNAL )->GetCurrentOrientation() ) -+ auto orientation = GAMESCOPE_PANEL_ORIENTATION_AUTO; -+ if ( GetBackend() && GetBackend()->GetCurrentConnector( ) ) -+ { -+ orientation = GetBackend()->GetCurrentConnector()->GetCurrentOrientation(); -+ } -+ switch ( orientation ) - { - default: - case GAMESCOPE_PANEL_ORIENTATION_AUTO: --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Mon, 14 Oct 2024 22:42:20 +0200 -Subject: fix(display-config): always fill in mutable refresh rates - -Assume the user is not lying to us when they fill in dynamic_refresh_rates -and that gamescope will work with e.g., CVT, so accept it even if no -custom modeline generation has been provided. ---- - src/Backends/DRMBackend.cpp | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/src/Backends/DRMBackend.cpp b/src/Backends/DRMBackend.cpp -index c8e821314dc4..a919c61f9f8d 100644 ---- a/src/Backends/DRMBackend.cpp -+++ b/src/Backends/DRMBackend.cpp -@@ -2258,7 +2258,9 @@ namespace gamescope - sol::optional otDynamicRefreshRates = tTable["dynamic_refresh_rates"]; - sol::optional ofnDynamicModegen = tTable["dynamic_modegen"]; - -- if ( otDynamicRefreshRates && ofnDynamicModegen ) -+ if ( otDynamicRefreshRates && !ofnDynamicModegen ) -+ m_Mutable.ValidDynamicRefreshRates = TableToVector( *otDynamicRefreshRates ); -+ else if ( otDynamicRefreshRates && ofnDynamicModegen ) - { - m_Mutable.ValidDynamicRefreshRates = TableToVector( *otDynamicRefreshRates ); - --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Wed, 30 Oct 2024 00:39:03 +0100 -Subject: fix(battery): run at half hz while at steamUI with atom - ---- - src/steamcompmgr.cpp | 53 +++++++++++++++++++++++++++++++++++--------- - src/xwayland_ctx.hpp | 2 ++ - 2 files changed, 45 insertions(+), 10 deletions(-) - -diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp -index b0cf080e0642..07e45b19fc61 100644 ---- a/src/steamcompmgr.cpp -+++ b/src/steamcompmgr.cpp -@@ -172,6 +172,8 @@ uint32_t g_reshade_technique_idx = 0; - - bool g_bSteamIsActiveWindow = false; - bool g_bForceInternal = false; -+bool b_bForceFrameLimit = false; -+bool g_bRefreshHalveEnable = false; - - namespace gamescope - { -@@ -928,6 +930,7 @@ uint64_t g_uCurrentBasePlaneCommitID = 0; - bool g_bCurrentBasePlaneIsFifo = false; - - static int g_nSteamCompMgrTargetFPS = 0; -+static int g_nSteamCompMgrTargetFPSreq = 0; - static uint64_t g_uDynamicRefreshEqualityTime = 0; - static int g_nDynamicRefreshRate[gamescope::GAMESCOPE_SCREEN_TYPE_COUNT] = { 0, 0 }; - // Delay to stop modes flickering back and forth. -@@ -947,7 +950,7 @@ static void _update_app_target_refresh_cycle() - int target_fps = g_nCombinedAppRefreshCycleOverride[type]; - - g_nDynamicRefreshRate[ type ] = 0; -- g_nSteamCompMgrTargetFPS = 0; -+ g_nSteamCompMgrTargetFPSreq = 0; - - if ( !target_fps ) - { -@@ -956,7 +959,7 @@ static void _update_app_target_refresh_cycle() - - if ( g_nCombinedAppRefreshCycleChangeFPS[ type ] ) - { -- g_nSteamCompMgrTargetFPS = target_fps; -+ g_nSteamCompMgrTargetFPSreq = target_fps; - } - - if ( g_nCombinedAppRefreshCycleChangeRefresh[ type ] ) -@@ -977,9 +980,9 @@ static void _update_app_target_refresh_cycle() - - static void update_app_target_refresh_cycle() - { -- int nPrevFPSLimit = g_nSteamCompMgrTargetFPS; -+ int nPrevFPSLimit = g_nSteamCompMgrTargetFPSreq; - _update_app_target_refresh_cycle(); -- if ( !!g_nSteamCompMgrTargetFPS != !!nPrevFPSLimit ) -+ if ( !!g_nSteamCompMgrTargetFPSreq != !!nPrevFPSLimit ) - update_runtime_info(); - } - -@@ -5316,7 +5319,7 @@ update_runtime_info() - if ( g_nRuntimeInfoFd < 0 ) - return; - -- uint32_t limiter_enabled = g_nSteamCompMgrTargetFPS != 0 ? 1 : 0; -+ uint32_t limiter_enabled = g_nSteamCompMgrTargetFPSreq != 0 ? 1 : 0; - pwrite( g_nRuntimeInfoFd, &limiter_enabled, sizeof( limiter_enabled ), 0 ); - } - -@@ -5379,7 +5382,7 @@ static bool steamcompmgr_should_vblank_window( bool bShouldLimitFPS, uint64_t vb - { - bool bCloseEnough = std::abs( g_nSteamCompMgrTargetFPS - nRefreshHz ) < 2; - -- if ( g_nSteamCompMgrTargetFPS && bShouldLimitFPS && w && !bCloseEnough ) -+ if ( g_nSteamCompMgrTargetFPS && (bShouldLimitFPS || b_bForceFrameLimit) && w && !bCloseEnough ) - { - uint64_t schedule = w->last_commit_first_latch_time + g_SteamCompMgrLimitedAppRefreshCycle; - -@@ -5397,7 +5400,7 @@ static bool steamcompmgr_should_vblank_window( bool bShouldLimitFPS, uint64_t vb - } - else - { -- if ( g_nSteamCompMgrTargetFPS && bShouldLimitFPS && nRefreshHz > nTargetFPS ) -+ if ( g_nSteamCompMgrTargetFPS && (bShouldLimitFPS || b_bForceFrameLimit) && nRefreshHz > nTargetFPS ) - { - int nVblankDivisor = nRefreshHz / nTargetFPS; - -@@ -5796,7 +5799,7 @@ handle_property_notify(xwayland_ctx_t *ctx, XPropertyEvent *ev) - } - if ( ev->atom == ctx->atoms.gamescopeFPSLimit ) - { -- g_nSteamCompMgrTargetFPS = get_prop( ctx, ctx->root, ctx->atoms.gamescopeFPSLimit, 0 ); -+ g_nSteamCompMgrTargetFPSreq = get_prop( ctx, ctx->root, ctx->atoms.gamescopeFPSLimit, 0 ); - update_runtime_info(); - } - for (int i = 0; i < gamescope::GAMESCOPE_SCREEN_TYPE_COUNT; i++) -@@ -6227,6 +6230,10 @@ handle_property_notify(xwayland_ctx_t *ctx, XPropertyEvent *ev) - MakeFocusDirty(); - } - } -+ if ( ev->atom == ctx->atoms.gamescopeFrameHalveAtom ) -+ { -+ g_bRefreshHalveEnable = !!get_prop( ctx, ctx->root, ctx->atoms.gamescopeFrameHalveAtom, 0 ); -+ } - } - - static int -@@ -6603,7 +6610,7 @@ void handle_presented_for_window( steamcompmgr_win_t* w ) - - uint64_t next_refresh_time = g_SteamCompMgrVBlankTime.schedule.ulTargetVBlank; - -- uint64_t refresh_cycle = g_nSteamCompMgrTargetFPS && steamcompmgr_window_should_limit_fps( w ) -+ uint64_t refresh_cycle = g_nSteamCompMgrTargetFPS && (steamcompmgr_window_should_limit_fps( w ) || b_bForceFrameLimit) - ? g_SteamCompMgrLimitedAppRefreshCycle - : g_SteamCompMgrAppRefreshCycle; - -@@ -7462,6 +7469,8 @@ void init_xwayland_ctx(uint32_t serverId, gamescope_xwayland_server_t *xwayland_ - ctx->atoms.primarySelection = XInternAtom(ctx->dpy, "PRIMARY", false); - ctx->atoms.targets = XInternAtom(ctx->dpy, "TARGETS", false); - -+ ctx->atoms.gamescopeFrameHalveAtom = XInternAtom( ctx->dpy, "GAMESCOPE_STEAMUI_HALFHZ", false );; -+ - ctx->root_width = DisplayWidth(ctx->dpy, ctx->scr); - ctx->root_height = DisplayHeight(ctx->dpy, ctx->scr); - -@@ -7883,7 +7892,7 @@ steamcompmgr_main(int argc, char **argv) - } else if (strcmp(opt_name, "hdr-itm-target-nits") == 0) { - g_flHDRItmTargetNits = atof(optarg); - } else if (strcmp(opt_name, "framerate-limit") == 0) { -- g_nSteamCompMgrTargetFPS = atoi(optarg); -+ g_nSteamCompMgrTargetFPSreq = atoi(optarg); - } else if (strcmp(opt_name, "reshade-effect") == 0) { - g_reshade_effect = optarg; - } else if (strcmp(opt_name, "reshade-technique-idx") == 0) { -@@ -8051,6 +8060,30 @@ steamcompmgr_main(int argc, char **argv) - // as a question. - const bool bIsVBlankFromTimer = vblank; - -+ // Halve refresh rate on SteamUI -+ bool isSteam = false; -+ for (auto &iter : g_VirtualConnectorFocuses) -+ { -+ global_focus_t *pFocus = &iter.second; -+ if (window_is_steam( pFocus->focusWindow )) { -+ isSteam = true; -+ break; -+ } -+ } -+ if ( g_bRefreshHalveEnable && isSteam ) { -+ int nRealRefreshHz = gamescope::ConvertmHzToHz( g_nNestedRefresh ? g_nNestedRefresh : g_nOutputRefresh ); -+ if (nRealRefreshHz > 100 && (g_nSteamCompMgrTargetFPSreq > 50 || !g_nSteamCompMgrTargetFPSreq)) { -+ g_nSteamCompMgrTargetFPS = nRealRefreshHz / 2; -+ b_bForceFrameLimit = true; -+ } else { -+ g_nSteamCompMgrTargetFPS = g_nSteamCompMgrTargetFPSreq; -+ b_bForceFrameLimit = false; -+ } -+ } else { -+ g_nSteamCompMgrTargetFPS = g_nSteamCompMgrTargetFPSreq; -+ b_bForceFrameLimit = false; -+ } -+ - // We can always vblank if VRR. - const bool bVRR = GetBackend()->GetCurrentConnector() && GetBackend()->GetCurrentConnector()->IsVRRActive(); - if ( bVRR ) -diff --git a/src/xwayland_ctx.hpp b/src/xwayland_ctx.hpp -index df2af70d19ae..e4eec9fa0c48 100644 ---- a/src/xwayland_ctx.hpp -+++ b/src/xwayland_ctx.hpp -@@ -246,6 +246,8 @@ struct xwayland_ctx_t final : public gamescope::IWaitable - Atom clipboard; - Atom primarySelection; - Atom targets; -+ -+ Atom gamescopeFrameHalveAtom; - } atoms; - - bool HasQueuedEvents(); --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Joshua Tam <297250+joshuatam@users.noreply.github.com> -Date: Fri, 6 Dec 2024 16:51:02 +0800 -Subject: feat(intel): add rotation shader for rotating output - ---- - src/Backends/DRMBackend.cpp | 35 +++++++++- - src/main.cpp | 7 ++ - src/main.hpp | 2 + - src/meson.build | 1 + - src/rendervulkan.cpp | 126 ++++++++++++++++++++++++++++++----- - src/rendervulkan.hpp | 6 +- - src/shaders/cs_rotation.comp | 53 +++++++++++++++ - src/wlserver.cpp | 5 ++ - 8 files changed, 216 insertions(+), 19 deletions(-) - create mode 100644 src/shaders/cs_rotation.comp - -diff --git a/src/Backends/DRMBackend.cpp b/src/Backends/DRMBackend.cpp -index a919c61f9f8d..a099185e7cdc 100644 ---- a/src/Backends/DRMBackend.cpp -+++ b/src/Backends/DRMBackend.cpp -@@ -1609,6 +1609,10 @@ static void update_drm_effective_orientations( struct drm_t *drm, const drmModeM - if ( pDRMInternalConnector != drm->pConnector ) - pInternalMode = find_mode( pDRMInternalConnector->GetModeConnector(), 0, 0, 0 ); - -+ if ( g_bUseRotationShader ) { -+ g_bEnableDRMRotationShader = true; -+ } -+ - pDRMInternalConnector->UpdateEffectiveOrientation( pInternalMode ); - } - -@@ -1620,6 +1624,10 @@ static void update_drm_effective_orientations( struct drm_t *drm, const drmModeM - if ( pDRMExternalConnector != drm->pConnector ) - pExternalMode = find_mode( pDRMExternalConnector->GetModeConnector(), 0, 0, 0 ); - -+ if ( g_bUseRotationShader ) { -+ g_bEnableDRMRotationShader = false; -+ } -+ - pDRMExternalConnector->UpdateEffectiveOrientation( pExternalMode ); - } - } -@@ -1835,7 +1843,7 @@ LiftoffStateCacheEntry FrameInfoToLiftoffStateCacheEntry( struct drm_t *drm, con - uint64_t crtcW = srcWidth / frameInfo->layers[ i ].scale.x; - uint64_t crtcH = srcHeight / frameInfo->layers[ i ].scale.y; - -- if (g_bRotated) -+ if (g_bRotated && !g_bEnableDRMRotationShader) - { - int64_t imageH = frameInfo->layers[ i ].tex->contentHeight() / frameInfo->layers[ i ].scale.y; - -@@ -2136,6 +2144,17 @@ namespace gamescope - - void CDRMConnector::UpdateEffectiveOrientation( const drmModeModeInfo *pMode ) - { -+ if (g_bEnableDRMRotationShader) -+ { -+ drm_log.infof("Using rotation shader"); -+ if (g_DesiredInternalOrientation == GAMESCOPE_PANEL_ORIENTATION_270) { -+ m_ChosenOrientation = GAMESCOPE_PANEL_ORIENTATION_180; -+ } else { -+ m_ChosenOrientation = GAMESCOPE_PANEL_ORIENTATION_0; -+ } -+ return; -+ } -+ - if ( this->GetScreenType() == GAMESCOPE_SCREEN_TYPE_INTERNAL && g_DesiredInternalOrientation != GAMESCOPE_PANEL_ORIENTATION_AUTO ) - { - m_ChosenOrientation = g_DesiredInternalOrientation; -@@ -3185,6 +3204,13 @@ bool drm_set_mode( struct drm_t *drm, const drmModeModeInfo *mode ) - g_bRotated = false; - g_nOutputWidth = mode->hdisplay; - g_nOutputHeight = mode->vdisplay; -+ -+ if (g_bEnableDRMRotationShader) { -+ g_bRotated = true; -+ g_nOutputWidth = mode->vdisplay; -+ g_nOutputHeight = mode->hdisplay; -+ } -+ - break; - case GAMESCOPE_PANEL_ORIENTATION_90: - case GAMESCOPE_PANEL_ORIENTATION_270: -@@ -3449,6 +3475,11 @@ namespace gamescope - - bNeedsFullComposite |= !!(g_uCompositeDebug & CompositeDebugFlag::Heatmap); - -+ if (g_bEnableDRMRotationShader) -+ { -+ bNeedsFullComposite = true; -+ } -+ - bool bDoComposite = true; - if ( !bNeedsFullComposite && !bWantsPartialComposite ) - { -@@ -3539,7 +3570,7 @@ namespace gamescope - if ( bDefer && !!( g_uCompositeDebug & CompositeDebugFlag::Markers ) ) - g_uCompositeDebug |= CompositeDebugFlag::Markers_Partial; - -- std::optional oCompositeResult = vulkan_composite( &compositeFrameInfo, nullptr, !bNeedsFullComposite ); -+ std::optional oCompositeResult = vulkan_composite( &compositeFrameInfo, nullptr, !bNeedsFullComposite, nullptr, true, nullptr, g_bEnableDRMRotationShader ); - - m_bWasCompositing = true; - -diff --git a/src/main.cpp b/src/main.cpp -index d63b1fe50cc6..cfd4cc11d179 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -131,6 +131,7 @@ const struct option *gamescope_options = (struct option[]){ - { "composite-debug", no_argument, nullptr, 0 }, - { "disable-xres", no_argument, nullptr, 'x' }, - { "fade-out-duration", required_argument, nullptr, 0 }, -+ { "use-rotation-shader", required_argument, nullptr, 0 }, - { "force-orientation", required_argument, nullptr, 0 }, - { "force-windows-fullscreen", no_argument, nullptr, 0 }, - { "custom-refresh-rates", required_argument, nullptr, 0 }, -@@ -194,6 +195,7 @@ const char usage[] = - " -e, --steam enable Steam integration\n" - " --xwayland-count create N xwayland servers\n" - " --prefer-vk-device prefer Vulkan device for compositing (ex: 1002:7300)\n" -+ " --use-rotation-shader use rotation shader for rotating the screen\n" - " --force-orientation rotate the internal display (left, right, normal, upsidedown)\n" - " --force-windows-fullscreen force windows inside of gamescope to be the size of the nested display (fullscreen)\n" - " --cursor-scale-height if specified, sets a base output height to linearly scale the cursor against.\n" -@@ -355,6 +357,9 @@ static gamescope::GamescopeModeGeneration parse_gamescope_mode_generation( const - } - } - -+bool g_bUseRotationShader = false; -+bool g_bEnableDRMRotationShader = false; -+ - GamescopePanelOrientation g_DesiredInternalOrientation = GAMESCOPE_PANEL_ORIENTATION_AUTO; - static GamescopePanelOrientation force_orientation(const char *str) - { -@@ -812,6 +817,8 @@ int main(int argc, char **argv) - g_eGamescopeModeGeneration = parse_gamescope_mode_generation( optarg ); - } else if (strcmp(opt_name, "force-orientation") == 0) { - g_DesiredInternalOrientation = force_orientation( optarg ); -+ } else if (strcmp(opt_name, "use-rotation-shader") == 0) { -+ g_bUseRotationShader = true; - } else if (strcmp(opt_name, "custom-refresh-rates") == 0) { - g_customRefreshRates = parse_custom_refresh_rates( optarg ); - } else if (strcmp(opt_name, "sharpness") == 0 || -diff --git a/src/main.hpp b/src/main.hpp -index 390c04a63ecd..e7b857d44b0d 100644 ---- a/src/main.hpp -+++ b/src/main.hpp -@@ -22,6 +22,8 @@ extern bool g_bForceRelativeMouse; - extern int g_nOutputRefresh; // mHz - extern bool g_bOutputHDREnabled; - extern bool g_bForceInternal; -+extern bool g_bUseRotationShader; -+extern bool g_bEnableDRMRotationShader; - - extern bool g_bFullscreen; - -diff --git a/src/meson.build b/src/meson.build -index a3dfdabd7366..36c073ec214e 100644 ---- a/src/meson.build -+++ b/src/meson.build -@@ -70,6 +70,7 @@ shader_src = [ - 'shaders/cs_nis.comp', - 'shaders/cs_nis_fp16.comp', - 'shaders/cs_rgb_to_nv12.comp', -+ 'shaders/cs_rotation.comp', - ] - - spirv_shaders = glsl_generator.process(shader_src) -diff --git a/src/rendervulkan.cpp b/src/rendervulkan.cpp -index f79d26e0c139..b19f9bf101b4 100644 ---- a/src/rendervulkan.cpp -+++ b/src/rendervulkan.cpp -@@ -48,6 +48,7 @@ - #include "cs_nis.h" - #include "cs_nis_fp16.h" - #include "cs_rgb_to_nv12.h" -+#include "cs_rotation.h" - - #define A_CPU - #include "shaders/ffx_a.h" -@@ -923,6 +924,7 @@ bool CVulkanDevice::createShaders() - SHADER(NIS, cs_nis); - } - SHADER(RGB_TO_NV12, cs_rgb_to_nv12); -+ SHADER(ROTATION, cs_rotation); - #undef SHADER - - for (uint32_t i = 0; i < shaderInfos.size(); i++) -@@ -1153,6 +1155,7 @@ void CVulkanDevice::compileAllPipelines() - SHADER(EASU, 1, 1, 1); - SHADER(NIS, 1, 1, 1); - SHADER(RGB_TO_NV12, 1, 1, 1); -+ SHADER(ROTATION, k_nMaxLayers, k_nMaxYcbcrMask_ToPreCompile, k_nMaxBlurLayers); - #undef SHADER - - for (auto& info : pipelineInfos) { -@@ -3249,8 +3252,16 @@ static bool vulkan_make_output_images( VulkanOutput_t *pOutput ) - - uint32_t uDRMFormat = pOutput->uOutputFormat; - -+ uint32_t l_nOutputWidth = g_nOutputWidth; -+ uint32_t l_nOutputHeight = g_nOutputHeight; -+ -+ if (g_bEnableDRMRotationShader) { -+ l_nOutputWidth = g_nOutputHeight; -+ l_nOutputHeight = g_nOutputWidth; -+ } -+ - pOutput->outputImages[0] = new CVulkanTexture(); -- bool bSuccess = pOutput->outputImages[0]->BInit( g_nOutputWidth, g_nOutputHeight, 1u, uDRMFormat, outputImageflags ); -+ bool bSuccess = pOutput->outputImages[0]->BInit( l_nOutputWidth, l_nOutputHeight, 1u, uDRMFormat, outputImageflags ); - if ( bSuccess != true ) - { - vk_log.errorf( "failed to allocate buffer for KMS" ); -@@ -3258,7 +3269,7 @@ static bool vulkan_make_output_images( VulkanOutput_t *pOutput ) - } - - pOutput->outputImages[1] = new CVulkanTexture(); -- bSuccess = pOutput->outputImages[1]->BInit( g_nOutputWidth, g_nOutputHeight, 1u, uDRMFormat, outputImageflags ); -+ bSuccess = pOutput->outputImages[1]->BInit( l_nOutputWidth, l_nOutputHeight, 1u, uDRMFormat, outputImageflags ); - if ( bSuccess != true ) - { - vk_log.errorf( "failed to allocate buffer for KMS" ); -@@ -3266,7 +3277,7 @@ static bool vulkan_make_output_images( VulkanOutput_t *pOutput ) - } - - pOutput->outputImages[2] = new CVulkanTexture(); -- bSuccess = pOutput->outputImages[2]->BInit( g_nOutputWidth, g_nOutputHeight, 1u, uDRMFormat, outputImageflags ); -+ bSuccess = pOutput->outputImages[2]->BInit( l_nOutputWidth, l_nOutputHeight, 1u, uDRMFormat, outputImageflags ); - if ( bSuccess != true ) - { - vk_log.errorf( "failed to allocate buffer for KMS" ); -@@ -3281,7 +3292,7 @@ static bool vulkan_make_output_images( VulkanOutput_t *pOutput ) - uint32_t uPartialDRMFormat = pOutput->uOutputFormatOverlay; - - pOutput->outputImagesPartialOverlay[0] = new CVulkanTexture(); -- bool bSuccess = pOutput->outputImagesPartialOverlay[0]->BInit( g_nOutputWidth, g_nOutputHeight, 1u, uPartialDRMFormat, outputImageflags, nullptr, 0, 0, pOutput->outputImages[0].get() ); -+ bool bSuccess = pOutput->outputImagesPartialOverlay[0]->BInit( l_nOutputWidth, l_nOutputHeight, 1u, uPartialDRMFormat, outputImageflags, nullptr, 0, 0, pOutput->outputImages[0].get() ); - if ( bSuccess != true ) - { - vk_log.errorf( "failed to allocate buffer for KMS" ); -@@ -3289,7 +3300,7 @@ static bool vulkan_make_output_images( VulkanOutput_t *pOutput ) - } - - pOutput->outputImagesPartialOverlay[1] = new CVulkanTexture(); -- bSuccess = pOutput->outputImagesPartialOverlay[1]->BInit( g_nOutputWidth, g_nOutputHeight, 1u, uPartialDRMFormat, outputImageflags, nullptr, 0, 0, pOutput->outputImages[1].get() ); -+ bSuccess = pOutput->outputImagesPartialOverlay[1]->BInit( l_nOutputWidth, l_nOutputHeight, 1u, uPartialDRMFormat, outputImageflags, nullptr, 0, 0, pOutput->outputImages[1].get() ); - if ( bSuccess != true ) - { - vk_log.errorf( "failed to allocate buffer for KMS" ); -@@ -3297,7 +3308,7 @@ static bool vulkan_make_output_images( VulkanOutput_t *pOutput ) - } - - pOutput->outputImagesPartialOverlay[2] = new CVulkanTexture(); -- bSuccess = pOutput->outputImagesPartialOverlay[2]->BInit( g_nOutputWidth, g_nOutputHeight, 1u, uPartialDRMFormat, outputImageflags, nullptr, 0, 0, pOutput->outputImages[2].get() ); -+ bSuccess = pOutput->outputImagesPartialOverlay[2]->BInit( l_nOutputWidth, l_nOutputHeight, 1u, uPartialDRMFormat, outputImageflags, nullptr, 0, 0, pOutput->outputImages[2].get() ); - if ( bSuccess != true ) - { - vk_log.errorf( "failed to allocate buffer for KMS" ); -@@ -3427,6 +3438,28 @@ static void update_tmp_images( uint32_t width, uint32_t height ) - } - } - -+static void update_rotated_images( uint32_t width, uint32_t height ) -+{ -+ if ( g_output.rotatedOutput != nullptr -+ && width == g_output.rotatedOutput->width() -+ && height == g_output.rotatedOutput->height() ) -+ { -+ return; -+ } -+ -+ CVulkanTexture::createFlags createFlags; -+ createFlags.bSampled = true; -+ createFlags.bStorage = true; -+ -+ g_output.rotatedOutput = new CVulkanTexture(); -+ bool bSuccess = g_output.rotatedOutput->BInit( width, height, 1u, DRM_FORMAT_ARGB8888, createFlags, nullptr ); -+ -+ if ( !bSuccess ) -+ { -+ vk_log.errorf( "failed to create rotated output" ); -+ return; -+ } -+} - - static bool init_nis_data() - { -@@ -3903,7 +3936,7 @@ extern uint32_t g_reshade_technique_idx; - - ReshadeEffectPipeline *g_pLastReshadeEffect = nullptr; - --std::optional vulkan_composite( struct FrameInfo_t *frameInfo, gamescope::Rc pPipewireTexture, bool partial, gamescope::Rc pOutputOverride, bool increment, std::unique_ptr pInCommandBuffer ) -+std::optional vulkan_composite( struct FrameInfo_t *frameInfo, gamescope::Rc pPipewireTexture, bool partial, gamescope::Rc pOutputOverride, bool increment, std::unique_ptr pInCommandBuffer, bool applyRotation ) - { - EOTF outputTF = frameInfo->outputEncodingEOTF; - if (!frameInfo->applyOutputColorMgmt) -@@ -3978,7 +4011,15 @@ std::optional vulkan_composite( struct FrameInfo_t *frameInfo, gamesco - cmdBuffer->setTextureSrgb(0, true); - cmdBuffer->setSamplerUnnormalized(0, false); - cmdBuffer->setSamplerNearest(0, false); -- cmdBuffer->bindTarget(compositeImage); -+ -+ if (applyRotation) { -+ // Make a rotatedOutput with normal dimensions -+ update_rotated_images(currentOutputWidth, currentOutputHeight); // 2560x1600 -+ cmdBuffer->bindTarget(g_output.rotatedOutput); -+ } else { -+ cmdBuffer->bindTarget(compositeImage); -+ } -+ - cmdBuffer->uploadConstants(frameInfo, g_upscaleFilterSharpness / 10.0f); - - cmdBuffer->dispatch(div_roundup(currentOutputWidth, pixelsPerGroup), div_roundup(currentOutputHeight, pixelsPerGroup)); -@@ -4021,7 +4062,15 @@ std::optional vulkan_composite( struct FrameInfo_t *frameInfo, gamesco - - cmdBuffer->bindPipeline( g_device.pipeline(SHADER_TYPE_BLIT, nisFrameInfo.layerCount, nisFrameInfo.ycbcrMask(), 0u, nisFrameInfo.colorspaceMask(), outputTF )); - bind_all_layers(cmdBuffer.get(), &nisFrameInfo); -- cmdBuffer->bindTarget(compositeImage); -+ -+ if (applyRotation) { -+ // Make a rotatedOutput with normal dimensions -+ update_rotated_images(currentOutputWidth, currentOutputHeight); // 2560x1600 -+ cmdBuffer->bindTarget(g_output.rotatedOutput); -+ } else { -+ cmdBuffer->bindTarget(compositeImage); -+ } -+ - cmdBuffer->uploadConstants(&nisFrameInfo); - - int pixelsPerGroup = 8; -@@ -4059,7 +4108,15 @@ std::optional vulkan_composite( struct FrameInfo_t *frameInfo, gamesco - type = frameInfo->blurLayer0 == BLUR_MODE_COND ? SHADER_TYPE_BLUR_COND : SHADER_TYPE_BLUR; - cmdBuffer->bindPipeline(g_device.pipeline(type, frameInfo->layerCount, frameInfo->ycbcrMask(), blur_layer_count, frameInfo->colorspaceMask(), outputTF )); - bind_all_layers(cmdBuffer.get(), frameInfo); -- cmdBuffer->bindTarget(compositeImage); -+ -+ if (applyRotation) { -+ // Make a rotatedOutput with normal dimensions -+ update_rotated_images(currentOutputWidth, currentOutputHeight); // 2560x1600 -+ cmdBuffer->bindTarget(g_output.rotatedOutput); -+ } else { -+ cmdBuffer->bindTarget(compositeImage); -+ } -+ - cmdBuffer->bindTexture(VKR_BLUR_EXTRA_SLOT, g_output.tmpOutput); - cmdBuffer->setTextureSrgb(VKR_BLUR_EXTRA_SLOT, !useSrgbView); // Inverted because it chooses whether to view as linear (sRGB view) or sRGB (raw view). It's horrible. I need to change it. - cmdBuffer->setSamplerUnnormalized(VKR_BLUR_EXTRA_SLOT, true); -@@ -4069,14 +4126,51 @@ std::optional vulkan_composite( struct FrameInfo_t *frameInfo, gamesco - } - else - { -- cmdBuffer->bindPipeline( g_device.pipeline(SHADER_TYPE_BLIT, frameInfo->layerCount, frameInfo->ycbcrMask(), 0u, frameInfo->colorspaceMask(), outputTF )); -- bind_all_layers(cmdBuffer.get(), frameInfo); -- cmdBuffer->bindTarget(compositeImage); -- cmdBuffer->uploadConstants(frameInfo); -+ if (applyRotation) { -+ cmdBuffer->bindPipeline( g_device.pipeline(SHADER_TYPE_ROTATION, frameInfo->layerCount, frameInfo->ycbcrMask(), 0u, frameInfo->colorspaceMask(), outputTF )); -+ bind_all_layers(cmdBuffer.get(), frameInfo); -+ cmdBuffer->bindTarget(compositeImage); -+ cmdBuffer->uploadConstants(frameInfo); - -- const int pixelsPerGroup = 8; -+ const int pixelsPerGroup = 8; - -- cmdBuffer->dispatch(div_roundup(currentOutputWidth, pixelsPerGroup), div_roundup(currentOutputHeight, pixelsPerGroup)); -+ cmdBuffer->dispatch(div_roundup(currentOutputWidth, pixelsPerGroup), div_roundup(currentOutputHeight, pixelsPerGroup)); -+ } else { -+ cmdBuffer->bindPipeline( g_device.pipeline(SHADER_TYPE_BLIT, frameInfo->layerCount, frameInfo->ycbcrMask(), 0u, frameInfo->colorspaceMask(), outputTF )); -+ bind_all_layers(cmdBuffer.get(), frameInfo); -+ cmdBuffer->bindTarget(compositeImage); -+ cmdBuffer->uploadConstants(frameInfo); -+ -+ const int pixelsPerGroup = 8; -+ -+ cmdBuffer->dispatch(div_roundup(currentOutputWidth, pixelsPerGroup), div_roundup(currentOutputHeight, pixelsPerGroup)); -+ } -+ } -+ -+ if (applyRotation) -+ { -+ if (g_output.rotatedOutput != nullptr) { -+ // Rotate the final output -+ // TODO: may need rework with another rotation shader for blur, fsr and nis -+ cmdBuffer->bindPipeline( g_device.pipeline(SHADER_TYPE_ROTATION, frameInfo->layerCount, frameInfo->ycbcrMask(), 0u, frameInfo->colorspaceMask(), outputTF)); -+ bind_all_layers(cmdBuffer.get(), frameInfo); -+ -+ // if (frameInfo->blurLayer0) { -+ // bool useSrgbView = frameInfo->layers[0].colorspace == GAMESCOPE_APP_TEXTURE_COLORSPACE_LINEAR; -+ // -+ // cmdBuffer->bindTexture(VKR_BLUR_EXTRA_SLOT, g_output.rotatedOutput); -+ // cmdBuffer->setTextureSrgb(VKR_BLUR_EXTRA_SLOT, !useSrgbView); -+ // cmdBuffer->setSamplerUnnormalized(VKR_BLUR_EXTRA_SLOT, true); -+ // cmdBuffer->setSamplerNearest(VKR_BLUR_EXTRA_SLOT, false); -+ // } -+ -+ cmdBuffer->bindTarget(compositeImage); -+ cmdBuffer->uploadConstants(frameInfo); -+ -+ const int pixelsPerGroup = 8; -+ -+ cmdBuffer->dispatch(div_roundup(currentOutputWidth, pixelsPerGroup), div_roundup(currentOutputHeight, pixelsPerGroup)); -+ } - } - - if ( pPipewireTexture != nullptr ) -diff --git a/src/rendervulkan.hpp b/src/rendervulkan.hpp -index 63cc6029ac5f..93a4a6027f55 100644 ---- a/src/rendervulkan.hpp -+++ b/src/rendervulkan.hpp -@@ -408,7 +408,7 @@ gamescope::OwningRc vulkan_create_texture_from_dmabuf( struct wl - gamescope::OwningRc vulkan_create_texture_from_bits( uint32_t width, uint32_t height, uint32_t contentWidth, uint32_t contentHeight, uint32_t drmFormat, CVulkanTexture::createFlags texCreateFlags, void *bits ); - gamescope::OwningRc vulkan_create_texture_from_wlr_buffer( struct wlr_buffer *buf, gamescope::OwningRc pBackendFb ); - --std::optional vulkan_composite( struct FrameInfo_t *frameInfo, gamescope::Rc pScreenshotTexture, bool partial, gamescope::Rc pOutputOverride = nullptr, bool increment = true, std::unique_ptr pInCommandBuffer = nullptr ); -+std::optional vulkan_composite( struct FrameInfo_t *frameInfo, gamescope::Rc pScreenshotTexture, bool partial, gamescope::Rc pOutputOverride = nullptr, bool increment = true, std::unique_ptr pInCommandBuffer = nullptr, bool applyRotation = false ); - void vulkan_wait( uint64_t ulSeqNo, bool bReset ); - gamescope::Rc vulkan_get_last_output_image( bool partial, bool defer ); - gamescope::Rc vulkan_acquire_screenshot_texture(uint32_t width, uint32_t height, bool exportable, uint32_t drmFormat, EStreamColorspace colorspace = k_EStreamColorspace_Unknown); -@@ -545,6 +545,9 @@ struct VulkanOutput_t - // NIS - gamescope::OwningRc nisScalerImage; - gamescope::OwningRc nisUsmImage; -+ -+ // Rotated -+ gamescope::OwningRc rotatedOutput; - }; - - -@@ -557,6 +560,7 @@ enum ShaderType { - SHADER_TYPE_RCAS, - SHADER_TYPE_NIS, - SHADER_TYPE_RGB_TO_NV12, -+ SHADER_TYPE_ROTATION, - - SHADER_TYPE_COUNT - }; -diff --git a/src/shaders/cs_rotation.comp b/src/shaders/cs_rotation.comp -new file mode 100644 -index 000000000000..1a47fd505748 ---- /dev/null -+++ b/src/shaders/cs_rotation.comp -@@ -0,0 +1,53 @@ -+#version 450 -+ -+#extension GL_GOOGLE_include_directive : require -+#extension GL_EXT_scalar_block_layout : require -+ -+#include "descriptor_set.h" -+ -+layout( -+ local_size_x = 8, -+ local_size_y = 8, -+ local_size_z = 1) in; -+ -+#include "blit_push_data.h" -+#include "composite.h" -+ -+vec4 sampleLayer(uint layerIdx, vec2 uv) { -+ if ((c_ycbcrMask & (1 << layerIdx)) != 0) -+ return sampleLayer(s_ycbcr_samplers[layerIdx], layerIdx, uv, false); -+ return sampleLayer(s_samplers[layerIdx], layerIdx, uv, true); -+} -+ -+void main() { -+ uvec2 coord = uvec2(gl_GlobalInvocationID.x, gl_GlobalInvocationID.y); -+ uvec2 outSize = imageSize(dst); -+ float outWidth = outSize.y; -+ float outHeight = outSize.x; -+ -+ vec2 uv = vec2(coord); -+ vec4 outputValue = vec4(255.0f); -+ -+ if (c_layerCount > 0) { -+ outputValue = sampleLayer(0, uv) * u_opacity[0]; -+ } -+ -+ for (int i = 1; i < c_layerCount; i++) { -+ vec4 layerColor = sampleLayer(i, uv); -+ // wl_surfaces come with premultiplied alpha, so that's them being -+ // premultiplied by layerColor.a. -+ // We need to then multiply that by the layer's opacity to get to our -+ // final premultiplied state. -+ // For the other side of things, we need to multiply by (1.0f - (layerColor.a * opacity)) -+ float opacity = u_opacity[i]; -+ float layerAlpha = opacity * layerColor.a; -+ outputValue = layerColor * opacity + outputValue * (1.0f - layerAlpha); -+ } -+ -+ outputValue.rgb = encodeOutputColor(outputValue.rgb); -+ -+ // Rotate the pixel coordinates counter-clockwise by 90 degrees -+ ivec2 rotatedCoord = ivec2(coord.y, outWidth - coord.x - 1); -+ -+ imageStore(dst, rotatedCoord, outputValue); -+} -diff --git a/src/wlserver.cpp b/src/wlserver.cpp -index 4d6e8de55ba4..a694b5245a97 100644 ---- a/src/wlserver.cpp -+++ b/src/wlserver.cpp -@@ -2793,6 +2793,11 @@ static void apply_touchscreen_orientation(double *x, double *y ) - break; - } - -+ if (g_bEnableDRMRotationShader) { -+ tx = 1.0 - *y; -+ ty = *x; -+ } -+ - *x = tx; - *y = ty; - } --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: brainantifreeze -Date: Thu, 19 Dec 2024 09:16:15 +0000 -Subject: feat(nvidia): fix crash with current driver - -add layer env var to hide present wait ext - -see: https://github.com/ValveSoftware/gamescope/pull/1671 ---- - layer/VkLayer_FROG_gamescope_wsi.cpp | 20 +++++++++++++++++++- - 1 file changed, 19 insertions(+), 1 deletion(-) - -diff --git a/layer/VkLayer_FROG_gamescope_wsi.cpp b/layer/VkLayer_FROG_gamescope_wsi.cpp -index af0c2009930b..263cbc37bd88 100644 ---- a/layer/VkLayer_FROG_gamescope_wsi.cpp -+++ b/layer/VkLayer_FROG_gamescope_wsi.cpp -@@ -183,6 +183,16 @@ namespace GamescopeWSILayer { - return s_ensureMinImageCount; - } - -+ static bool getHidePresentWait() { -+ static bool s_hidePresentWait = []() -> bool { -+ if (auto hide = parseEnv("GAMESCOPE_WSI_HIDE_PRESENT_WAIT_EXT")) { -+ return *hide; -+ } -+ return false; -+ }(); -+ return s_hidePresentWait; -+ } -+ - // Taken from Mesa, licensed under MIT. - // - // No real reason to rewrite this code, -@@ -589,7 +599,11 @@ namespace GamescopeWSILayer { - createInfo.ppEnabledExtensionNames = enabledExts.data(); - - setenv("vk_xwayland_wait_ready", "false", 0); -- setenv("vk_khr_present_wait", "true", 0); -+ if (getHidePresentWait()) { -+ setenv("vk_khr_present_wait", "false", 0); -+ } else { -+ setenv("vk_khr_present_wait", "true", 0); -+ } - - VkResult result = pfnCreateInstanceProc(&createInfo, pAllocator, pInstance); - if (result != VK_SUCCESS) -@@ -899,6 +913,10 @@ namespace GamescopeWSILayer { - const vkroots::VkInstanceDispatch* pDispatch, - VkPhysicalDevice physicalDevice, - VkPhysicalDeviceFeatures2* pFeatures) { -+ if (getHidePresentWait()) { -+ fprintf(stderr, "[Gamescope WSI] Removing VkPhysicalDevicePresentWaitFeaturesKHR because GAMESCOPE_WSI_HIDE_PRESENT_WAIT_EXT is set\n"); -+ vkroots::RemoveFromChain(pFeatures); -+ } - pDispatch->GetPhysicalDeviceFeatures2(physicalDevice, pFeatures); - } - --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Sun, 23 Feb 2025 02:16:55 +0100 -Subject: feat(display): add asus z13 - ---- - .../00-gamescope/displays/asus.z13.lcd.lua | 57 +++++++++++++++++++ - 1 file changed, 57 insertions(+) - create mode 100644 scripts/00-gamescope/displays/asus.z13.lcd.lua - -diff --git a/scripts/00-gamescope/displays/asus.z13.lcd.lua b/scripts/00-gamescope/displays/asus.z13.lcd.lua -new file mode 100644 -index 000000000000..891f1ea9ca6f ---- /dev/null -+++ b/scripts/00-gamescope/displays/asus.z13.lcd.lua -@@ -0,0 +1,57 @@ -+gamescope.config.known_displays.asusz13_lcd = { -+ pretty_name = "Asus Z13 LCD", -+ dynamic_refresh_rates = { -+ 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, -+ 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, -+ 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, -+ 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, -+ 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, -+ 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, -+ 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, -+ 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, -+ 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180 -+ }, -+ -+ -- Detailed Timing Descriptors: -+ -- DTD 1: 1920x1200 120.002 Hz 8:5 151.683 kHz 315.500 MHz (172 mm x 107 mm) -+ -- Modeline "1920x1200_120.00" 315.500 1920 1968 2000 2080 1200 1254 1260 1264 -HSync -VSync -+ -- DTD 2: 1920x1200 60.001 Hz 8:5 75.841 kHz 157.750 MHz (172 mm x 107 mm) -+ -- Modeline "1920x1200_60.00" 157.750 1920 1968 2000 2080 1200 1254 1260 1264 -HSync -VSync -+ dynamic_modegen = function(base_mode, refresh) -+ debug("Generating mode "..refresh.."Hz with fixed pixel clock") -+ local vfps = { -+ 4886, 4751, 4620, 4495, 4375, 4259, 4147, 4040, 3936, 3836, 3739, 3646, -+ 3556, 3468, 3384, 3302, 3223, 3146, 3072, 2999, 2929, 2861, 2795, 2731, -+ 2668, 2608, 2548, 2491, 2435, 2380, 2327, 2275, 2225, 2175, 2127, 2080, -+ 2035, 1990, 1946, 1903, 1862, 1821, 1781, 1742, 1704, 1667, 1630, 1594, -+ 1559, 1525, 1491, 1458, 1426, 1395, 1364, 1333, 1303, 1274, 1245, 1217, -+ 1190, 1162, 1136, 1110, 1084, 1059, 1034, 1010, 986, 962, 939, 916, 894, -+ 872, 850, 829, 808, 787, 767, 747, 727, 708, 689, 670, 652, 634, 616, -+ 598, 581, 563, 547, 530, 513, 497, 481, 466, 450, 435, 420, 405, 390, -+ 376, 361, 347, 333, 320, 306, 293, 279, 266, 254, 241, 228, 216, 204, -+ 192, 180, 168, 156, 145, 133, 122, 111, 100, 89, 78, 68, 57, 47, 36, -+ 26, 16, 6 -+ } -+ local vfp = vfps[zero_index(refresh - 48)] -+ if vfp == nil then -+ warn("Couldn't do refresh "..refresh.." on ROG Ally") -+ return base_mode -+ end -+ -+ local mode = base_mode -+ -+ gamescope.modegen.adjust_front_porch(mode, vfp) -+ mode.vrefresh = gamescope.modegen.calc_vrefresh(mode) -+ -+ --debug(inspect(mode)) -+ return mode -+ end, -+ matches = function(display) -+ if display.vendor == "TMA" and display.model == "TL134ADXP03" then -+ debug("[z13] Matched vendor: "..display.vendor.." model: "..display.model.." product:"..display.product) -+ return 5000 -+ end -+ return -1 -+ end -+} -+debug("Registered Lenovo Legion Go S LCD as a known display") -\ No newline at end of file --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Wed, 23 Apr 2025 22:51:54 +0200 -Subject: feat(display): consider vporch to avoid timing issues - ---- - src/Backends/DRMBackend.cpp | 8 ++++++++ - src/main.cpp | 1 + - src/main.hpp | 1 + - src/vblankmanager.cpp | 6 +----- - 4 files changed, 11 insertions(+), 5 deletions(-) - -diff --git a/src/Backends/DRMBackend.cpp b/src/Backends/DRMBackend.cpp -index a099185e7cdc..d09030e0cf5e 100644 ---- a/src/Backends/DRMBackend.cpp -+++ b/src/Backends/DRMBackend.cpp -@@ -213,6 +213,11 @@ namespace gamescope - return nRefresh; - } - -+ static int32_t GetVblankNs(const drmModeModeInfo *mode) -+ { -+ return (mode->vsync_start - mode->vdisplay) * 1'000'000'000ll / mode->vrefresh / mode->vtotal; -+ } -+ - template - using CAutoDeletePtr = std::unique_ptr; - -@@ -3194,6 +3199,9 @@ bool drm_set_mode( struct drm_t *drm, const drmModeModeInfo *mode ) - g_nOutputRefresh = gamescope::GetModeRefresh( mode ); - g_nDynamicRefreshHz = 0; - -+ g_nsVsync = gamescope::GetVblankNs( mode ); -+ drm_log.infof("Vblank ns: %lu", g_nsVsync); -+ - update_drm_effective_orientations(drm, mode); - - switch ( drm->pConnector->GetCurrentOrientation() ) -diff --git a/src/main.cpp b/src/main.cpp -index cfd4cc11d179..0d88e3a2cded 100644 ---- a/src/main.cpp -+++ b/src/main.cpp -@@ -291,6 +291,7 @@ int g_nNestedDisplayIndex = 0; - uint32_t g_nOutputWidth = 0; - uint32_t g_nOutputHeight = 0; - int g_nOutputRefresh = 0; -+long g_nsVsync = 0; - bool g_bOutputHDREnabled = false; - - bool g_bFullscreen = false; -diff --git a/src/main.hpp b/src/main.hpp -index e7b857d44b0d..e6f8ff133689 100644 ---- a/src/main.hpp -+++ b/src/main.hpp -@@ -20,6 +20,7 @@ extern uint32_t g_nOutputWidth; - extern uint32_t g_nOutputHeight; - extern bool g_bForceRelativeMouse; - extern int g_nOutputRefresh; // mHz -+extern long g_nsVsync; // ns - extern bool g_bOutputHDREnabled; - extern bool g_bForceInternal; - extern bool g_bUseRotationShader; -diff --git a/src/vblankmanager.cpp b/src/vblankmanager.cpp -index f036d000a8e2..e388374c98ba 100644 ---- a/src/vblankmanager.cpp -+++ b/src/vblankmanager.cpp -@@ -95,8 +95,6 @@ namespace gamescope - - VBlankScheduleTime CVBlankTimer::CalcNextWakeupTime( bool bPreemptive ) - { -- const GamescopeScreenType eScreenType = GetBackend()->GetScreenType(); -- - const int nRefreshRate = GetRefresh(); - const uint64_t ulRefreshInterval = mHzToRefreshCycle( nRefreshRate ); - -@@ -113,9 +111,7 @@ namespace gamescope - // to not account for vertical front porch when dealing with the vblank - // drm_commit is going to target? - // Need to re-test that. -- const uint64_t ulRedZone = eScreenType == GAMESCOPE_SCREEN_TYPE_INTERNAL -- ? m_ulVBlankDrawBufferRedZone -- : std::min( m_ulVBlankDrawBufferRedZone, ( m_ulVBlankDrawBufferRedZone * 60'000 * nRefreshRate ) / 60'000 ); -+ const uint64_t ulRedZone = m_ulVBlankDrawBufferRedZone + g_nsVsync; - - const uint64_t ulDecayAlpha = m_ulVBlankRateOfDecayPercentage; // eg. 980 = 98% - --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Sun, 22 Jun 2025 15:18:19 +0200 -Subject: feat: add Legion Go S display with all framerates - ---- - .../displays/lenovo.legiongos.lcd.lua | 71 +++++++++++-------- - 1 file changed, 42 insertions(+), 29 deletions(-) - -diff --git a/scripts/00-gamescope/displays/lenovo.legiongos.lcd.lua b/scripts/00-gamescope/displays/lenovo.legiongos.lcd.lua -index 32f776c17f3d..057850f374f8 100644 ---- a/scripts/00-gamescope/displays/lenovo.legiongos.lcd.lua -+++ b/scripts/00-gamescope/displays/lenovo.legiongos.lcd.lua -@@ -1,44 +1,58 @@ --local legiongos_lcd_refresh_rates = { -- 52, 53, 54, 56, 57, 58, 59, -- 60, 61, 62, 63, 64, 65, 67, 68, 69, -- 70, -- 102, 103, 104, 105, 106, 107, 108, 109, -- 111, 112, 113, 114, 115, 116, 117, 118, 119, -- 120 --} -- - gamescope.config.known_displays.legiongos_lcd = { - pretty_name = "Lenovo Legion Go S LCD", - hdr = { -- -- The Legion Go S panel does not support HDR. -+ -- Setup some fallbacks for undocking with HDR, meant -+ -- for the internal panel. It does not support HDR. - supported = false, - force_enabled = false, -- eotf = gamescope.eotf.gamma22, -- max_content_light_level = 500, -- max_frame_average_luminance = 500, -- min_content_light_level = 0.5 -+ eotf = gamescope.eotf.gamma22, -+ max_content_light_level = 500, -+ max_frame_average_luminance = 500, -+ min_content_light_level = 0.5 - }, -- -- 60Hz has a different pixel clock than 120Hz in the EDID with VRR disabled, -- -- and the panel is not responsive to tuning VFPs. To cover the non-VRR -- -- limiter, an LCD Deck-style dynamic modegen method works best. -- dynamic_refresh_rates = legiongos_lcd_refresh_rates, -+ -+ dynamic_refresh_rates = { -+ 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, -+ 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, -+ 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, -+ 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, -+ 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, -+ 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, -+ 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, -+ 118, 119, 120 -+ }, -+ -+ -- Detailed Timing Descriptors: -+ -- DTD 1: 1920x1200 120.002 Hz 8:5 151.683 kHz 315.500 MHz (172 mm x 107 mm) -+ -- Modeline "1920x1200_120.00" 315.500 1920 1968 2000 2080 1200 1254 1260 1264 -HSync -VSync -+ -- DTD 2: 1920x1200 60.001 Hz 8:5 75.841 kHz 157.750 MHz (172 mm x 107 mm) -+ -- Modeline "1920x1200_60.00" 157.750 1920 1968 2000 2080 1200 1254 1260 1264 -HSync -VSync - dynamic_modegen = function(base_mode, refresh) -- debug("Generating mode "..refresh.."Hz for Lenovo Legion Go S LCD") -- local mode = base_mode -+ debug("Generating mode "..refresh.."Hz with fixed pixel clock") -+ local vfps = { -+ 1950, 1885, 1824, 1764, 1707, 1652, 1599, 1548, 1499, 1451, 1405, -+ 1361, 1318, 1277, 1237, 1198, 1160, 1124, 1088, 1054, 1021, 988, -+ 957, 927, 897, 868, 840, 813, 786, 760, 735, 710, 686, 663, 640, -+ 618, 596, 575, 554, 534, 514, 495, 476, 457, 439, 421, 404, 387, -+ 370, 354, 338, 322, 307, 292, 277, 263, 249, 235, 221, 208, 195, -+ 182, 169, 157, 145, 133, 121, 109, 98, 87, 76, 65, 54 -+ } -+ local vfp = vfps[zero_index(refresh - 48)] -+ if vfp == nil then -+ warn("Couldn't do refresh "..refresh.." on ROG Ally") -+ return base_mode -+ end - -- -- These are only tuned for 1920x1200. -- gamescope.modegen.set_resolution(mode, 1920, 1200) -+ local mode = base_mode - -- -- hfp, hsync, hbp -- gamescope.modegen.set_h_timings(mode, 48, 36, 80) -- -- vfp, vsync, vbp -- gamescope.modegen.set_v_timings(mode, 54, 6, 4) -- mode.clock = gamescope.modegen.calc_max_clock(mode, refresh) -+ gamescope.modegen.adjust_front_porch(mode, vfp) - mode.vrefresh = gamescope.modegen.calc_vrefresh(mode) - - --debug(inspect(mode)) - return mode - end, -+ -+ - matches = function(display) - local lcd_types = { - { vendor = "CSW", model = "PN8007QB1-1", product = 0x0800 }, -@@ -56,5 +70,4 @@ gamescope.config.known_displays.legiongos_lcd = { - return -1 - end - } --debug("Registered Lenovo Legion Go S LCD as a known display") ----debug(inspect(gamescope.config.known_displays.legiongos_lcd)) -+debug("Registered Lenovo Legion Go S LCD as a known display") -\ No newline at end of file --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Fri, 29 Aug 2025 16:45:39 +0200 -Subject: feat: add DPMS support through an Atom - ---- - src/Backends/DRMBackend.cpp | 15 ++++++++++++++- - src/rendervulkan.hpp | 2 ++ - src/steamcompmgr.cpp | 18 +++++++++++++++--- - src/xwayland_ctx.hpp | 1 + - 4 files changed, 32 insertions(+), 4 deletions(-) - -diff --git a/src/Backends/DRMBackend.cpp b/src/Backends/DRMBackend.cpp -index d09030e0cf5e..2861f30aaf66 100644 ---- a/src/Backends/DRMBackend.cpp -+++ b/src/Backends/DRMBackend.cpp -@@ -2827,6 +2827,9 @@ int drm_prepare( struct drm_t *drm, bool async, const struct FrameInfo_t *frameI - drm->needs_modeset = true; - } - -+ if (drm->pCRTC && drm->pCRTC->GetProperties().ACTIVE->GetCurrentValue() != !frameInfo->dpms) -+ drm->needs_modeset = true; -+ - drm_colorspace uColorimetry = DRM_MODE_COLORIMETRY_DEFAULT; - - const bool bWantsHDR10 = g_bOutputHDREnabled && frameInfo->outputEncodingEOTF == EOTF_PQ; -@@ -2894,6 +2897,9 @@ int drm_prepare( struct drm_t *drm, bool async, const struct FrameInfo_t *frameI - needs_modeset = true; - } - -+ if ( frameInfo->dpms ) -+ bSleep = true; -+ - if ( !bSleep ) - { - if ( drm->pCRTC != nullptr ) -@@ -2973,7 +2979,13 @@ int drm_prepare( struct drm_t *drm, bool async, const struct FrameInfo_t *frameI - - if ( drm->pCRTC && !bSleep ) - { -- drm->pCRTC->GetProperties().ACTIVE->SetPendingValue( drm->req, 1u, true ); -+ if ( frameInfo->dpms ) { -+ // We can't disable a CRTC if it's already disabled -+ if (drm->pCRTC->GetProperties().ACTIVE->GetCurrentValue() != 0) -+ drm->pCRTC->GetProperties().ACTIVE->SetPendingValue(drm->req, 0, true); -+ } -+ else -+ drm->pCRTC->GetProperties().ACTIVE->SetPendingValue( drm->req, 1u, true ); - drm->pCRTC->GetProperties().MODE_ID->SetPendingValue( drm->req, drm->pending.mode_id ? drm->pending.mode_id->GetBlobValue() : 0lu, true ); - - if ( drm->pCRTC->GetProperties().VRR_ENABLED ) -@@ -3594,6 +3606,7 @@ namespace gamescope - - FrameInfo_t presentCompFrameInfo = {}; - presentCompFrameInfo.allowVRR = pFrameInfo->allowVRR; -+ presentCompFrameInfo.dpms = pFrameInfo->dpms; - presentCompFrameInfo.outputEncodingEOTF = pFrameInfo->outputEncodingEOTF; - - if ( bNeedsFullComposite ) -diff --git a/src/rendervulkan.hpp b/src/rendervulkan.hpp -index 93a4a6027f55..0833fc46ffd7 100644 ---- a/src/rendervulkan.hpp -+++ b/src/rendervulkan.hpp -@@ -292,6 +292,8 @@ struct FrameInfo_t - bool applyOutputColorMgmt; // drm only - EOTF outputEncodingEOTF; - -+ bool dpms; -+ - int layerCount; - struct Layer_t - { -diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp -index 07e45b19fc61..f25f810f9387 100644 ---- a/src/steamcompmgr.cpp -+++ b/src/steamcompmgr.cpp -@@ -174,6 +174,8 @@ bool g_bSteamIsActiveWindow = false; - bool g_bForceInternal = false; - bool b_bForceFrameLimit = false; - bool g_bRefreshHalveEnable = false; -+bool g_bDPMS = false; -+bool g_bDPMS_set = false; - - namespace gamescope - { -@@ -2421,7 +2423,7 @@ gamescope::ConVar cv_paint_cursor_plane{ "paint_cursor_plane", true }; - gamescope::ConVar cv_paint_mura_plane{ "paint_mura_plane", true }; - - static void --paint_all( global_focus_t *pFocus, bool async ) -+paint_all(global_focus_t *pFocus, bool async, bool dpms) - { - if ( !pFocus ) - return; -@@ -2479,6 +2481,7 @@ paint_all( global_focus_t *pFocus, bool async ) - frameInfo.outputEncodingEOTF = g_ColorMgmt.pending.outputEncodingEOTF; - frameInfo.allowVRR = cv_adaptive_sync; - frameInfo.bFadingOut = fadingOut; -+ frameInfo.dpms = dpms; - - // If the window we'd paint as the base layer is the streaming client, - // find the video underlay and put it up first in the scenegraph -@@ -6234,6 +6237,10 @@ handle_property_notify(xwayland_ctx_t *ctx, XPropertyEvent *ev) - { - g_bRefreshHalveEnable = !!get_prop( ctx, ctx->root, ctx->atoms.gamescopeFrameHalveAtom, 0 ); - } -+ if (ev->atom == ctx->atoms.gamescopeDPMS) -+ { -+ g_bDPMS = !!get_prop(ctx, ctx->root, ctx->atoms.gamescopeDPMS, 0); -+ } - } - - static int -@@ -7470,6 +7477,7 @@ void init_xwayland_ctx(uint32_t serverId, gamescope_xwayland_server_t *xwayland_ - ctx->atoms.targets = XInternAtom(ctx->dpy, "TARGETS", false); - - ctx->atoms.gamescopeFrameHalveAtom = XInternAtom( ctx->dpy, "GAMESCOPE_STEAMUI_HALFHZ", false );; -+ ctx->atoms.gamescopeDPMS = XInternAtom(ctx->dpy, "GAMESCOPE_DPMS", false); - - ctx->root_width = DisplayWidth(ctx->dpy, ctx->scr); - ctx->root_height = DisplayHeight(ctx->dpy, ctx->scr); -@@ -8611,10 +8619,14 @@ steamcompmgr_main(int argc, char **argv) - bShouldPaint = false; - } - -+ if ( g_bDPMS != g_bDPMS_set && vblank ) -+ bShouldPaint = true; -+ - if ( bShouldPaint ) - { -- paint_all( pPaintFocus, eFlipType == FlipType::Async ); -- -+ paint_all( pPaintFocus, eFlipType == FlipType::Async, g_bDPMS ); -+ -+ g_bDPMS_set = g_bDPMS; - bPainted = true; - } - } -diff --git a/src/xwayland_ctx.hpp b/src/xwayland_ctx.hpp -index e4eec9fa0c48..2347cbb3340c 100644 ---- a/src/xwayland_ctx.hpp -+++ b/src/xwayland_ctx.hpp -@@ -248,6 +248,7 @@ struct xwayland_ctx_t final : public gamescope::IWaitable - Atom targets; - - Atom gamescopeFrameHalveAtom; -+ Atom gamescopeDPMS; - } atoms; - - bool HasQueuedEvents(); --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Sun, 29 Jun 2025 13:16:59 +0200 -Subject: update misyltoad urls - ---- - .gitmodules | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/.gitmodules b/.gitmodules -index ec7d4e430ee8..17ba783f809b 100644 ---- a/.gitmodules -+++ b/.gitmodules -@@ -1,12 +1,12 @@ - [submodule "subprojects/wlroots"] - path = subprojects/wlroots -- url = https://github.com/Joshua-Ashton/wlroots.git -+ url = https://github.com/misyltoad/wlroots.git - [submodule "subprojects/libliftoff"] - path = subprojects/libliftoff - url = https://gitlab.freedesktop.org/emersion/libliftoff.git - [submodule "subprojects/vkroots"] - path = subprojects/vkroots -- url = https://github.com/Joshua-Ashton/vkroots -+ url = https://github.com/misyltoad/vkroots - [submodule "subprojects/libdisplay-info"] - path = subprojects/libdisplay-info - url = https://gitlab.freedesktop.org/emersion/libdisplay-info -@@ -15,7 +15,7 @@ - url = https://github.com/ValveSoftware/openvr.git - [submodule "src/reshade"] - path = src/reshade -- url = https://github.com/Joshua-Ashton/reshade -+ url = https://github.com/misyltoad/reshade - [submodule "thirdparty/SPIRV-Headers"] - path = thirdparty/SPIRV-Headers - url = https://github.com/KhronosGroup/SPIRV-Headers/ --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Fri, 29 Aug 2025 15:31:34 +0200 -Subject: fix: drain timer fds to avoid epoll_wait returning constantly - -Currently, if the VBlank or VRR timers expire without being rescheduled, -their FDs remain readable, causing epoll_wait to return instantly.|Drain -the FDs in the OnPollIn handlers to prevent this. ---- - src/waitable.h | 6 ++++++ - 1 file changed, 6 insertions(+) - -diff --git a/src/waitable.h b/src/waitable.h -index 30edf8f52deb..36ac61ee7233 100644 ---- a/src/waitable.h -+++ b/src/waitable.h -@@ -182,6 +182,11 @@ namespace gamescope - ArmTimer( 0ul, false ); - } - -+ void OnPollIn() -+ { -+ IWaitable::Drain(m_nFD); -+ } -+ - int GetFD() - { - return m_nFD; -@@ -200,6 +205,7 @@ namespace gamescope - - void OnPollIn() final - { -+ ITimerWaitable::OnPollIn(); - m_fnPollFunc(); - } - private: --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Sat, 30 Aug 2025 15:12:39 +0200 -Subject: fix(intel): allow night mode and color adjustment via compositing - ---- - src/Backends/DRMBackend.cpp | 11 +++++++++++ - 1 file changed, 11 insertions(+) - -diff --git a/src/Backends/DRMBackend.cpp b/src/Backends/DRMBackend.cpp -index 2861f30aaf66..3c4e5907b2a9 100644 ---- a/src/Backends/DRMBackend.cpp -+++ b/src/Backends/DRMBackend.cpp -@@ -3481,6 +3481,17 @@ namespace gamescope - bNeedsFullComposite |= pFrameInfo->bFadingOut; - bNeedsFullComposite |= !g_reshade_effect.empty(); - -+ if ( !SupportsColorManagement() ) { -+ // Fuzzy match default values to see if we need to composite -+ bNeedsFullComposite |= g_ColorMgmt.pending.nightmode.amount != 0.0f; -+ bNeedsFullComposite |= g_ColorMgmt.pending.outputVirtualWhite.x > 0 && -+ abs(g_ColorMgmt.pending.outputVirtualWhite.x - 0.3127f) > 0.001f; -+ bNeedsFullComposite |= g_ColorMgmt.pending.outputVirtualWhite.y > 0 && -+ abs(g_ColorMgmt.pending.outputVirtualWhite.y - 0.3290f) > 0.001f; -+ bNeedsFullComposite |= g_ColorMgmt.pending.sdrGamutWideness >= 0 && -+ abs(g_ColorMgmt.pending.sdrGamutWideness - 0.5f) > 0.02f; -+ } -+ - if ( g_bOutputHDREnabled ) - { - bNeedsFullComposite |= g_bHDRItmEnable; --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Sat, 30 Aug 2025 15:32:00 +0200 -Subject: fix(hdr): disable PQ on handheld internal displays - -For some reason, the PQ transfer function does not work on current -handhelds. So use gamma 22 instead. This allows us to skip creating -configs and read the HDR metadata from the displays. ---- - src/Backends/DRMBackend.cpp | 8 +++++++- - 1 file changed, 7 insertions(+), 1 deletion(-) - -diff --git a/src/Backends/DRMBackend.cpp b/src/Backends/DRMBackend.cpp -index 3c4e5907b2a9..83da1bfe231b 100644 ---- a/src/Backends/DRMBackend.cpp -+++ b/src/Backends/DRMBackend.cpp -@@ -2465,7 +2465,13 @@ namespace gamescope - pHDRStaticMetadata && pHDRStaticMetadata->eotfs && pHDRStaticMetadata->eotfs->pq ) - { - m_Mutable.HDR.bExposeHDRSupport = true; -- m_Mutable.HDR.eOutputEncodingEOTF = EOTF_PQ; -+ if (GetScreenType() == GAMESCOPE_SCREEN_TYPE_INTERNAL) -+ // Current handheld internal displays have issues -+ // with PQ, e.g., Ayaneo 3, Steam Deck etc. -+ // Use Gamma 2.2 as the safest option for now. -+ m_Mutable.HDR.eOutputEncodingEOTF = EOTF_Gamma22; -+ else -+ m_Mutable.HDR.eOutputEncodingEOTF = EOTF_PQ; - m_Mutable.HDR.uMaxContentLightLevel = - pHDRStaticMetadata->desired_content_max_luminance - ? nits_to_u16( pHDRStaticMetadata->desired_content_max_luminance ) --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Fri, 29 Aug 2025 17:17:06 +0200 -Subject: chore: use system glm, stb - ---- - meson.build | 6 ++---- - 1 file changed, 2 insertions(+), 4 deletions(-) - -diff --git a/meson.build b/meson.build -index 5e5bd4cdc7c4..802e4a052bcd 100644 ---- a/meson.build -+++ b/meson.build -@@ -50,10 +50,8 @@ dep_x11 = dependency('x11') - dep_wayland = dependency('wayland-client') - vulkan_dep = dependency('vulkan') - --glm_proj = subproject('glm') --glm_dep = glm_proj.get_variable('glm_dep') --stb_proj = subproject('stb') --stb_dep = stb_proj.get_variable('stb_dep') -+glm_dep = dependency('glm') -+stb_dep = dependency('stb') - - if get_option('enable_openvr_support') - openvr_dep = dependency('openvr', version: '>= 2.7', required : false) --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Fri, 29 Aug 2025 19:04:17 +0200 -Subject: Revert "mangoapp: plumb engineName" - -This reverts commit b9f20436d1bdf7bd8212541817b254e1b4c8eb1e. ---- - layer/VkLayer_FROG_gamescope_wsi.cpp | 9 +-------- - protocol/gamescope-swapchain.xml | 1 - - src/WaylandServer/WaylandServerLegacy.h | 1 - - src/mangoapp.cpp | 6 ------ - src/steamcompmgr.cpp | 6 ------ - src/steamcompmgr.hpp | 1 - - src/steamcompmgr_shared.hpp | 2 -- - src/wlserver.cpp | 4 +--- - 8 files changed, 2 insertions(+), 28 deletions(-) - -diff --git a/layer/VkLayer_FROG_gamescope_wsi.cpp b/layer/VkLayer_FROG_gamescope_wsi.cpp -index 263cbc37bd88..d1835a4c7487 100644 ---- a/layer/VkLayer_FROG_gamescope_wsi.cpp -+++ b/layer/VkLayer_FROG_gamescope_wsi.cpp -@@ -404,7 +404,6 @@ namespace GamescopeWSILayer { - struct GamescopeInstanceData { - wl_display* display; - uint32_t appId = 0; -- std::string engineName; - GamescopeLayerClient::Flags flags = 0; - }; - VKROOTS_DEFINE_SYNCHRONIZED_MAP_TYPE(GamescopeInstance, VkInstance); -@@ -631,14 +630,9 @@ namespace GamescopeWSILayer { - { - uint32_t appId = clientAppId(); - -- std::string engineName; -- if (pCreateInfo->pApplicationInfo && pCreateInfo->pApplicationInfo->pEngineName) -- engineName = pCreateInfo->pApplicationInfo->pEngineName; -- - auto state = GamescopeInstance::create(*pInstance, GamescopeInstanceData { - .display = display, - .appId = appId, -- .engineName = engineName, - .flags = defaultLayerClientFlags(pCreateInfo->pApplicationInfo, appId), - }); - -@@ -1275,8 +1269,7 @@ namespace GamescopeWSILayer { - uint32_t(pCreateInfo->imageColorSpace), - uint32_t(pCreateInfo->compositeAlpha), - uint32_t(pCreateInfo->preTransform), -- uint32_t(pCreateInfo->clipped), -- gamescopeInstance->engineName.c_str()); -+ uint32_t(pCreateInfo->clipped)); - - return VK_SUCCESS; - } -diff --git a/protocol/gamescope-swapchain.xml b/protocol/gamescope-swapchain.xml -index 58ac8463b752..91be3fc02d67 100644 ---- a/protocol/gamescope-swapchain.xml -+++ b/protocol/gamescope-swapchain.xml -@@ -89,7 +89,6 @@ - - - -- - - - -diff --git a/src/WaylandServer/WaylandServerLegacy.h b/src/WaylandServer/WaylandServerLegacy.h -index 63ee2ca17e8c..0facb7dc8b1e 100644 ---- a/src/WaylandServer/WaylandServerLegacy.h -+++ b/src/WaylandServer/WaylandServerLegacy.h -@@ -29,7 +29,6 @@ struct wlserver_vk_swapchain_feedback - VkCompositeAlphaFlagBitsKHR vk_composite_alpha; - VkSurfaceTransformFlagBitsKHR vk_pre_transform; - VkBool32 vk_clipped; -- std::shared_ptr vk_engine_name; - - std::shared_ptr hdr_metadata_blob; - }; -diff --git a/src/mangoapp.cpp b/src/mangoapp.cpp -index d8e1ce7edafe..91e01bc275c6 100644 ---- a/src/mangoapp.cpp -+++ b/src/mangoapp.cpp -@@ -31,7 +31,6 @@ struct mangoapp_msg_v1 { - uint16_t displayRefresh; - bool bAppWantsHDR : 1; - bool bSteamFocused : 1; -- char engineName[40]; - - // WARNING: Always ADD fields, never remove or repurpose fields - } __attribute__((packed)) mangoapp_msg_v1; -@@ -61,11 +60,6 @@ void mangoapp_update( uint64_t visible_frametime, uint64_t app_frametime_ns, uin - mangoapp_msg_v1.displayRefresh = (uint16_t) gamescope::ConvertmHzToHz( g_nOutputRefresh ); - mangoapp_msg_v1.bAppWantsHDR = g_bAppWantsHDRCached; - mangoapp_msg_v1.bSteamFocused = g_focusedBaseAppId == 769; -- memset(mangoapp_msg_v1.engineName, 0, sizeof(mangoapp_msg_v1.engineName)); -- if (focusWindow_engine) -- focusWindow_engine->copy(mangoapp_msg_v1.engineName, sizeof(mangoapp_msg_v1.engineName) / sizeof(char)); -- else -- std::string("gamescope").copy(mangoapp_msg_v1.engineName, sizeof(mangoapp_msg_v1.engineName) / sizeof(char)); - msgsnd(msgid, &mangoapp_msg_v1, sizeof(mangoapp_msg_v1) - sizeof(mangoapp_msg_v1.hdr.msg_type), IPC_NOWAIT); - } - -diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp -index f25f810f9387..d5a6a4af51df 100644 ---- a/src/steamcompmgr.cpp -+++ b/src/steamcompmgr.cpp -@@ -1026,7 +1026,6 @@ int g_BlurRadius = 5; - unsigned int g_BlurFadeStartTime = 0; - - pid_t focusWindow_pid; --std::shared_ptr focusWindow_engine = nullptr; - - focus_t g_steamcompmgr_xdg_focus; - std::vector> g_steamcompmgr_xdg_wins; -@@ -6396,9 +6395,6 @@ bool handle_done_commit( steamcompmgr_win_t *w, xwayland_ctx_t *ctx, uint64_t co - uint32_t j; - for ( j = 0; j < w->commit_queue.size(); j++ ) - { -- if (w->commit_queue[ j ]->feedback.has_value()) -- w->engineName = w->commit_queue[ j ]->feedback->vk_engine_name; -- - if ( w->commit_queue[ j ]->commitID == commitID ) - { - gpuvis_trace_printf( "commit %lu done", w->commit_queue[ j ]->commitID ); -@@ -6443,8 +6439,6 @@ bool handle_done_commit( steamcompmgr_win_t *w, xwayland_ctx_t *ctx, uint64_t co - if ( !cv_paint_debug_pause_base_plane ) - g_HeldCommits[ HELD_COMMIT_BASE ] = w->commit_queue[ j ]; - hasRepaint = true; -- -- focusWindow_engine = w->engineName; - } - - if ( w == pFocus->overrideWindow ) -diff --git a/src/steamcompmgr.hpp b/src/steamcompmgr.hpp -index 98e927296483..2f489a26a0aa 100644 ---- a/src/steamcompmgr.hpp -+++ b/src/steamcompmgr.hpp -@@ -144,7 +144,6 @@ struct wlserver_x11_surface_info *lookup_x11_surface_info_from_xid( gamescope_xw - - extern gamescope::VBlankTime g_SteamCompMgrVBlankTime; - extern pid_t focusWindow_pid; --extern std::shared_ptr focusWindow_engine; - - void init_xwayland_ctx(uint32_t serverId, gamescope_xwayland_server_t *xwayland_server); - void gamescope_set_selection(std::string contents, GamescopeSelection eSelection); -diff --git a/src/steamcompmgr_shared.hpp b/src/steamcompmgr_shared.hpp -index 5a2198d97bed..4027013148b2 100644 ---- a/src/steamcompmgr_shared.hpp -+++ b/src/steamcompmgr_shared.hpp -@@ -149,8 +149,6 @@ struct steamcompmgr_win_t { - bool unlockedForFrameCallback = false; - bool receivedDoneCommit = false; - -- std::shared_ptr engineName; -- - std::vector< gamescope::Rc > commit_queue; - std::shared_ptr> icon; - -diff --git a/src/wlserver.cpp b/src/wlserver.cpp -index a694b5245a97..42c6bc0c2430 100644 ---- a/src/wlserver.cpp -+++ b/src/wlserver.cpp -@@ -862,8 +862,7 @@ static void gamescope_swapchain_swapchain_feedback( struct wl_client *client, st - uint32_t vk_colorspace, - uint32_t vk_composite_alpha, - uint32_t vk_pre_transform, -- uint32_t vk_clipped, -- const char *vk_engine_name) -+ uint32_t vk_clipped) - { - wlserver_wl_surface_info *wl_info = (wlserver_wl_surface_info *)wl_resource_get_user_data( resource ); - if ( wl_info ) -@@ -875,7 +874,6 @@ static void gamescope_swapchain_swapchain_feedback( struct wl_client *client, st - .vk_composite_alpha = VkCompositeAlphaFlagBitsKHR(vk_composite_alpha), - .vk_pre_transform = VkSurfaceTransformFlagBitsKHR(vk_pre_transform), - .vk_clipped = VkBool32(vk_clipped), -- .vk_engine_name = std::make_shared(vk_engine_name), - .hdr_metadata_blob = nullptr, - }); - } --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Antheas Kapenekakis -Date: Sun, 31 Aug 2025 20:55:02 +0200 -Subject: fix: separate blend tf to its own check - -Currently, blend tf and other color mgmt checks are combined into one -check. However, new hardware does not support the blend tf for a plane, -causing loss of all color mgmt features. Separate the checks so that -color mgmt can still be used on such hardware. - -Also, add the other function checks to drm_supports_color_mgmt so that -there are no edge cases where only subproperties are supported. ---- - src/Backends/DRMBackend.cpp | 40 +++++++++++++++++++++++++++++-------- - 1 file changed, 32 insertions(+), 8 deletions(-) - -diff --git a/src/Backends/DRMBackend.cpp b/src/Backends/DRMBackend.cpp -index 83da1bfe231b..c1a714569bf2 100644 ---- a/src/Backends/DRMBackend.cpp -+++ b/src/Backends/DRMBackend.cpp -@@ -559,6 +559,7 @@ extern std::string g_reshade_effect; - - bool drm_update_color_mgmt(struct drm_t *drm); - bool drm_supports_color_mgmt(struct drm_t *drm); -+bool drm_supports_srgb_to_pq(struct drm_t *drm); - bool drm_set_connector( struct drm_t *drm, gamescope::CDRMConnector *conn ); - - struct drm_color_ctm2 { -@@ -2691,13 +2692,15 @@ drm_prepare_liftoff( struct drm_t *drm, const struct FrameInfo_t *frameInfo, boo - } - } - -- if ( drm_supports_color_mgmt( drm ) ) -+ if ( drm_supports_srgb_to_pq( drm ) ) - { - if (!cv_drm_debug_disable_blend_tf && !bSinglePlane) - liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_BLEND_TF", drm->pending.output_tf ); - else -- liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_BLEND_TF", AMDGPU_TRANSFER_FUNCTION_DEFAULT ); -- -+ liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_BLEND_TF", AMDGPU_TRANSFER_FUNCTION_DEFAULT ); -+ } -+ if ( drm_supports_color_mgmt( drm ) ) -+ { - if (!cv_drm_debug_disable_ctm && frameInfo->layers[i].ctm != nullptr) - liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_CTM", frameInfo->layers[i].ctm->GetBlobValue() ); - else -@@ -2712,13 +2715,16 @@ drm_prepare_liftoff( struct drm_t *drm, const struct FrameInfo_t *frameInfo, boo - liftoff_layer_unset_property( drm->lo_layers[ i ], "COLOR_ENCODING" ); - liftoff_layer_unset_property( drm->lo_layers[ i ], "COLOR_RANGE" ); - -+ if ( drm_supports_srgb_to_pq( drm ) ) -+ { -+ liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_BLEND_TF", AMDGPU_TRANSFER_FUNCTION_DEFAULT ); -+ } - if ( drm_supports_color_mgmt( drm ) ) - { - liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_DEGAMMA_TF", AMDGPU_TRANSFER_FUNCTION_DEFAULT ); - liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_SHAPER_LUT", 0 ); - liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_SHAPER_TF", 0 ); - liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_LUT3D", 0 ); -- liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_BLEND_TF", AMDGPU_TRANSFER_FUNCTION_DEFAULT ); - liftoff_layer_set_property( drm->lo_layers[ i ], "AMD_PLANE_CTM", 0 ); - } - } -@@ -2870,7 +2876,7 @@ int drm_prepare( struct drm_t *drm, bool async, const struct FrameInfo_t *frameI - - bool bSinglePlane = frameInfo->layerCount < 2 && cv_drm_single_plane_optimizations; - -- if ( drm_supports_color_mgmt( &g_DRM ) && frameInfo->applyOutputColorMgmt ) -+ if ( drm_supports_srgb_to_pq( &g_DRM ) && frameInfo->applyOutputColorMgmt ) - { - if ( !cv_drm_debug_disable_output_tf && !bSinglePlane ) - { -@@ -3371,7 +3377,20 @@ bool drm_supports_color_mgmt(struct drm_t *drm) - if ( !drm->pPrimaryPlane ) - return false; - -- return drm->pPrimaryPlane->GetProperties().AMD_PLANE_CTM.has_value() && drm->pPrimaryPlane->GetProperties().AMD_PLANE_BLEND_TF.has_value(); -+ return drm->pPrimaryPlane->GetProperties().AMD_PLANE_CTM.has_value() && // dm->dc->caps.color.mpc.gamut_remap -+ drm->pPrimaryPlane->GetProperties().AMD_PLANE_SHAPER_LUT.has_value() && // dpp_color_caps.hw_3d_lut -+ drm->pPrimaryPlane->GetProperties().AMD_PLANE_DEGAMMA_TF.has_value(); // dpp_color_caps.dgam_ram || dpp_color_caps.gamma_corr -+} -+ -+bool drm_supports_srgb_to_pq(struct drm_t *drm) -+{ -+ if ( g_bForceDisableColorMgmt ) -+ return false; -+ -+ if ( !drm->pPrimaryPlane ) -+ return false; -+ -+ return drm->pPrimaryPlane->GetProperties().AMD_PLANE_BLEND_TF.has_value(); // dpp_color_caps.ogam_ram - } - - std::span drm_get_valid_refresh_rates( struct drm_t *drm ) -@@ -3501,12 +3520,12 @@ namespace gamescope - if ( g_bOutputHDREnabled ) - { - bNeedsFullComposite |= g_bHDRItmEnable; -- if ( !SupportsColorManagement() ) -+ if ( !SupportsSRGBtoPQ() ) - bNeedsFullComposite |= ( pFrameInfo->layerCount > 1 || pFrameInfo->layers[0].colorspace != GAMESCOPE_APP_TEXTURE_COLORSPACE_HDR10_PQ ); - } - else - { -- if ( !SupportsColorManagement() ) -+ if ( !SupportsSRGBtoPQ() ) - bNeedsFullComposite |= ColorspaceIsHDR( pFrameInfo->layers[0].colorspace ); - } - -@@ -3915,6 +3934,11 @@ namespace gamescope - return drm_supports_color_mgmt( &g_DRM ); - } - -+ bool SupportsSRGBtoPQ() const -+ { -+ return drm_supports_srgb_to_pq( &g_DRM ); -+ } -+ - int Commit( const FrameInfo_t *pFrameInfo ) - { - drm_t *drm = &g_DRM; --- -2.51.0 - - -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Colin Kinloch -Date: Fri, 1 Aug 2025 16:06:23 +0100 -Subject: WaylandBackend: Check features before using color management - -This stops compositors lacking required features, transfer functions or -primaries from triggering protocol errors on start. ---- - src/Backends/WaylandBackend.cpp | 32 ++++++++++++++++++-------------- - 1 file changed, 18 insertions(+), 14 deletions(-) - -diff --git a/src/Backends/WaylandBackend.cpp b/src/Backends/WaylandBackend.cpp -index 664ed0eac070..1171980ba61d 100644 ---- a/src/Backends/WaylandBackend.cpp -+++ b/src/Backends/WaylandBackend.cpp -@@ -1990,13 +1990,14 @@ namespace gamescope - return false; - if ( !Algorithm::Contains( m_WPColorManagerFeatures.eFeatures, WP_COLOR_MANAGER_V1_FEATURE_SET_LUMINANCES ) ) - return false; -+ if ( !Algorithm::Contains( m_WPColorManagerFeatures.eFeatures, WP_COLOR_MANAGER_V1_FEATURE_WINDOWS_SCRGB ) ) -+ return false; - - // Transfer Functions - if ( !Algorithm::Contains( m_WPColorManagerFeatures.eTransferFunctions, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_SRGB ) ) - return false; - if ( !Algorithm::Contains( m_WPColorManagerFeatures.eTransferFunctions, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ ) ) - return false; -- // TODO: Need scRGB - - // Primaries - if ( !Algorithm::Contains( m_WPColorManagerFeatures.ePrimaries, WP_COLOR_MANAGER_V1_PRIMARIES_SRGB ) ) -@@ -2006,6 +2007,22 @@ namespace gamescope - - return true; - }(); -+ -+ if ( m_WPColorManagerFeatures.bSupportsGamescopeColorManagement ) -+ { -+ // HDR10. -+ { -+ wp_image_description_creator_params_v1 *pParams = wp_color_manager_v1_create_parametric_creator( m_pWPColorManager ); -+ wp_image_description_creator_params_v1_set_primaries_named( pParams, WP_COLOR_MANAGER_V1_PRIMARIES_BT2020 ); -+ wp_image_description_creator_params_v1_set_tf_named( pParams, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ ); -+ m_pWPImageDescriptions[ GAMESCOPE_APP_TEXTURE_COLORSPACE_HDR10_PQ ] = wp_image_description_creator_params_v1_create( pParams ); -+ } -+ -+ // scRGB -+ { -+ m_pWPImageDescriptions[ GAMESCOPE_APP_TEXTURE_COLORSPACE_SCRGB ] = wp_color_manager_v1_create_windows_scrgb( m_pWPColorManager ); -+ } -+ } - } - - m_pLibDecor = libdecor_new( m_pDisplay, &s_LibDecorInterface ); -@@ -2476,19 +2493,6 @@ namespace gamescope - { - m_pWPColorManager = (wp_color_manager_v1 *)wl_registry_bind( pRegistry, uName, &wp_color_manager_v1_interface, 1u ); - wp_color_manager_v1_add_listener( m_pWPColorManager, &s_WPColorManagerListener, this ); -- -- // HDR10. -- { -- wp_image_description_creator_params_v1 *pParams = wp_color_manager_v1_create_parametric_creator( m_pWPColorManager ); -- wp_image_description_creator_params_v1_set_primaries_named( pParams, WP_COLOR_MANAGER_V1_PRIMARIES_BT2020 ); -- wp_image_description_creator_params_v1_set_tf_named( pParams, WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ ); -- m_pWPImageDescriptions[ GAMESCOPE_APP_TEXTURE_COLORSPACE_HDR10_PQ ] = wp_image_description_creator_params_v1_create( pParams ); -- } -- -- // scRGB -- { -- m_pWPImageDescriptions[ GAMESCOPE_APP_TEXTURE_COLORSPACE_SCRGB ] = wp_color_manager_v1_create_windows_scrgb( m_pWPColorManager ); -- } - } - else if ( !strcmp( pInterface, zwp_pointer_constraints_v1_interface.name ) ) - { --- -2.51.0 diff --git a/anda/games/terra-gamescope/terra-gamescope.spec b/anda/games/terra-gamescope/terra-gamescope.spec index 3f1e43d863..cd793a43bb 100755 --- a/anda/games/terra-gamescope/terra-gamescope.spec +++ b/anda/games/terra-gamescope/terra-gamescope.spec @@ -2,18 +2,17 @@ %global _default_patch_fuzz 2 %global build_timestamp %(date +"%Y%m%d") -#global gamescope_tag 3.15.11 -%global gamescope_commit 2f30679c80791844c29402d232462874fe23dd46 +%global gamescope_commit 0fd7f48010fd0cf9cb577d7e282facb8e611a288 %define short_commit %(echo %{gamescope_commit} | cut -c1-8) Name: terra-gamescope #Version: 100.%{gamescope_tag} -Version: 134.%{short_commit} +Version: 135.%{short_commit} Release: 1%?dist Summary: Micro-compositor for video games on Wayland License: BSD -URL: https://github.com/ValveSoftware/gamescope +URL: https://github.com/OpenGamingCollective/gamescope Provides: gamescope = %{version}-%{release} Conflicts: gamescope @@ -21,68 +20,65 @@ Conflicts: gamescope # Create stb.pc to satisfy dependency('stb') Source0: stb.pc -Patch0: 0001-cstdint.patch +Patch0: Use-system-stb-glm.patch -# https://hhd.dev/ -# https://github.com/ChimeraOS/gamescope -Patch1: handheld.patch +Patch1: 0001-cstdint.patch -#Patch2: https://github.com/ValveSoftware/gamescope/pull/1867.patch +# Fix build with libinput >= 1.27 / GCC 16 (-Werror=switch) +Patch2: 0002-wlroots-libinput-switch-keypad-slide.patch -BuildRequires: meson >= 0.54.0 -BuildRequires: ninja-build BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ +BuildRequires: git-core BuildRequires: glm-devel BuildRequires: google-benchmark-devel -BuildRequires: libXmu-devel BuildRequires: libXcursor-devel -BuildRequires: libeis-devel -BuildRequires: pixman-devel +BuildRequires: libXmu-devel +BuildRequires: meson >= 0.54.0 +BuildRequires: ninja-build +BuildRequires: pkgconfig(hwdata) +BuildRequires: pkgconfig(libavif) +BuildRequires: pkgconfig(libcap) +BuildRequires: pkgconfig(libdecor-0) BuildRequires: pkgconfig(libdisplay-info) -BuildRequires: pkgconfig(pixman-1) +BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(libeis-1.0) +BuildRequires: (pkgconfig(libliftoff) >= %{libliftoff_minver} with pkgconfig(libliftoff) < 0.6) +BuildRequires: pkgconfig(libpipewire-0.3) +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(luajit) +#BuildRequires: pkgconfig(openvr) >= 2.7 +BuildRequires: pkgconfig(sdl2) +BuildRequires: pkgconfig(vulkan) +BuildRequires: pkgconfig(wayland-protocols) >= 1.17 +BuildRequires: pkgconfig(wayland-scanner) +BuildRequires: pkgconfig(wayland-server) +BuildRequires: pkgconfig(wlroots-0.18) BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xcomposite) -BuildRequires: pkgconfig(xrender) +BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfixes) -BuildRequires: pkgconfig(xxf86vm) -BuildRequires: pkgconfig(xtst) -BuildRequires: pkgconfig(xres) -BuildRequires: pkgconfig(libdrm) -BuildRequires: pkgconfig(vulkan) -BuildRequires: pkgconfig(wayland-scanner) -BuildRequires: pkgconfig(wayland-server) >= 1.23.0 -BuildRequires: pkgconfig(wayland-protocols) >= 1.17 BuildRequires: pkgconfig(xkbcommon) -BuildRequires: pkgconfig(sdl2) -BuildRequires: pkgconfig(libpipewire-0.3) -BuildRequires: pkgconfig(libavif) -BuildRequires: pkgconfig(wlroots) -BuildRequires: pkgconfig(libliftoff) -BuildRequires: pkgconfig(libcap) -BuildRequires: pkgconfig(hwdata) -BuildRequires: pkgconfig(lcms2) -BuildRequires: pkgconfig(luajit) +BuildRequires: pkgconfig(xrender) +BuildRequires: pkgconfig(xres) +BuildRequires: pkgconfig(xtst) +BuildRequires: pkgconfig(xxf86vm) BuildRequires: spirv-headers-devel # Enforce the the minimum EVR to contain fixes for all of: # CVE-2021-28021 CVE-2021-42715 CVE-2021-42716 CVE-2022-28041 CVE-2023-43898 # CVE-2023-45661 CVE-2023-45662 CVE-2023-45663 CVE-2023-45664 CVE-2023-45666 -# CVE-2023-45667 -BuildRequires: stb_image-devel >= 2.28^20231011gitbeebb24-12 +# CVE-2023-45667, upstream issues #1860, #1861 +BuildRequires: stb_image-devel >= 2.30^20251025gitf1c79c0-2 # Header-only library: -static is for tracking per guidelines BuildRequires: stb_image-static BuildRequires: stb_image_resize-devel BuildRequires: stb_image_resize-static BuildRequires: stb_image_write-devel BuildRequires: stb_image_write-static +#BuildRequires: vkroots-devel BuildRequires: /usr/bin/glslangValidator -BuildRequires: libdecor-devel -BuildRequires: libXdamage-devel -BuildRequires: xorg-x11-server-Xwayland-devel -BuildRequires: git # libliftoff hasn't bumped soname, but API/ABI has changed for 0.2.0 release Requires: libliftoff%{?_isa} >= %{libliftoff_minver} @@ -94,6 +90,17 @@ Requires: terra-gamescope-libs(x86-32) = %{version}-%{release} Recommends: mesa-dri-drivers Recommends: mesa-vulkan-drivers +# submodule deps +BuildRequires: pkgconfig(lcms2) +BuildRequires: pkgconfig(libinput) >= 1.21.0 +BuildRequires: pkgconfig(libseat) +BuildRequires: pkgconfig(x11-xcb) +BuildRequires: pkgconfig(xcb) +BuildRequires: pkgconfig(xcb-errors) +BuildRequires: pkgconfig(xcb-icccm) +BuildRequires: pkgconfig(xcb-renderutil) +BuildRequires: pkgconfig(xwayland) + %description %{name} is the micro-compositor optimized for running video games on Wayland. @@ -140,5 +147,8 @@ export PKG_CONFIG_PATH=pkgconfig %{_datadir}/vulkan/implicit_layer.d/VkLayer_FROG_gamescope_wsi.*.json %changelog +* Fri Mar 13 2026 Kyle Gospodnetich +- Switch to OGC sources + * Thu Jan 2 2025 Owen-sz - Package gamescope, port from Bazzite From 6350faaf4ee16fa603ec779ccdd0ee9f74ee6175 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 13 Mar 2026 12:26:59 -0700 Subject: [PATCH 0079/1189] fix: Update commit for the latest OGC gamescope (#10486) Signed-off-by: Kyle Gospodnetich --- anda/games/terra-gamescope/terra-gamescope.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/anda/games/terra-gamescope/terra-gamescope.spec b/anda/games/terra-gamescope/terra-gamescope.spec index cd793a43bb..447cea6cce 100755 --- a/anda/games/terra-gamescope/terra-gamescope.spec +++ b/anda/games/terra-gamescope/terra-gamescope.spec @@ -2,12 +2,11 @@ %global _default_patch_fuzz 2 %global build_timestamp %(date +"%Y%m%d") -%global gamescope_commit 0fd7f48010fd0cf9cb577d7e282facb8e611a288 +%global gamescope_commit b6a368af614ee93bf7b1d05a8d203f0c84a87c74 %define short_commit %(echo %{gamescope_commit} | cut -c1-8) Name: terra-gamescope -#Version: 100.%{gamescope_tag} -Version: 135.%{short_commit} +Version: 136.%{short_commit} Release: 1%?dist Summary: Micro-compositor for video games on Wayland From e34f2099599e784cebc69c5931a9076c89f7f7f8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 19:58:45 +0000 Subject: [PATCH 0080/1189] 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 3263b6db24..6e6af3ea7d 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.901 +Version: 0.0.902 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 c697b4063c..6871320924 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.901 +Version: 0.0.902 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 50bf93e97d190a12ac912adfed6905b10713dd43 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 20:47:28 +0000 Subject: [PATCH 0081/1189] bump: praat --- anda/tools/praat/praat.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/praat/praat.spec b/anda/tools/praat/praat.spec index 42b9707532..35145dd6a9 100644 --- a/anda/tools/praat/praat.spec +++ b/anda/tools/praat/praat.spec @@ -4,8 +4,8 @@ %global org "org.praat" Name: praat -Version: 6.4.61 -Release: 1%?dist +Version: 6.4.62 +Release: 1%{?dist} URL: https://www.praat.org Source0: https://github.com/praat/praat.github.io/archive/refs/tags/v%{version}.tar.gz Source1: %appid.metainfo.xml From 4f643c05c755d2e876360a7f19c1a11ae92cae0c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 23:28:24 +0000 Subject: [PATCH 0082/1189] bump: nerdfetch-tools --- anda/tools/nerdfetch/nerdfetch-tools.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/nerdfetch/nerdfetch-tools.spec b/anda/tools/nerdfetch/nerdfetch-tools.spec index 63abb15318..73499a92c6 100644 --- a/anda/tools/nerdfetch/nerdfetch-tools.spec +++ b/anda/tools/nerdfetch/nerdfetch-tools.spec @@ -1,6 +1,6 @@ Name: nerdfetch -Version: 8.5.2 -Release: 1%?dist +Version: 8.5.3 +Release: 1%{?dist} Summary: A POSIX *nix fetch script using Nerdfonts License: MIT From 0b16b1bfeb57f2fb34a70fc29b03d42c977c558a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 13 Mar 2026 23:54:04 +0000 Subject: [PATCH 0083/1189] bump: falcond --- anda/system/falcond/falcond.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index b02e46a400..0d4da5be7b 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -1,7 +1,7 @@ %global _include_minidebuginfo 0 Name: falcond -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Advanced Linux Gaming Performance Daemon License: MIT From e0b194fc69aec3941c3901ce7fb86ee6a05eac10 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 02:26:56 +0000 Subject: [PATCH 0084/1189] bump(nightly): flameshot-nightly goofcord-nightly mpv-nightly hyprutils.nightly ghostty-nightly zed-nightly gamescope-session-opengamepadui gamescope-session-steam prismlauncher-nightly nim-nightly types-colorama v2ray-domain-list-community opentabletdriver-nightly xone-nightly HeadsetControl-nightly glasgow natscli rpi-utils --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/goofcord/nightly/goofcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 8 ++++---- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- .../gamescope-session-opengamepadui.spec | 6 +++--- .../gamescope-session-steam/gamescope-session-steam.spec | 6 +++--- .../prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../opentabletdriver-nightly.spec | 4 ++-- anda/system/xone/nightly/kmod-common/xone-nightly.spec | 6 +++--- .../HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- anda/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- anda/tools/rpi-utils/rpi-utils.spec | 6 +++--- 18 files changed, 42 insertions(+), 42 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 7cc024304d..14a0368bc3 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 ee80adc1a4eef9d1dd7e117d495685f68534e196 +%global commit 5cd62690113fbe51f3b97eb1f75c384eefbee9b1 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260312 +%global commit_date 20260314 %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 d8d334a7a3..86e853073b 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 693414730d0e102e30f9b3fd92f30a81ef05258d +%global commit 738d1681072c803895a2ae8e826301171b4191f4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260307 +%global commit_date 20260314 %global ver 2.1.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 17d1305344..f56c4ca7bb 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 3a09e793b9b99ab93d93781f6994ce14c28501f6 +%global commit 44f06c6dd0ad300de4ea9a64f61ff026bcb868ee %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260313 +%global commit_date 20260314 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index 9fd35c615c..7ffd6da695 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 8eb974bdeaa64d7127ab2fff272166c705b7a933 -%global commit_date 20260308 +%global commit 5e228db6821380a5875d5643176c5c46a47b8134 +%global commit_date 20260314 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 4227407c10..ec41dc2374 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,15 +1,15 @@ -%global commit ec1ca4c0c903d13a15452c18b1df11b3cabddaf7 +%global commit e75f8956c576ea8acf6ee4e70d45f918738e7512 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-09 +%global fulldate 2026-03-13 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV -%global ver 1.3.0 +%global ver 1.3.2 %global base_name ghostty %global appid com.mitchellh.%{base_name} Name: %{base_name}-nightly Version: %{ver}~tip^%{commit_date}git%{shortcommit} -Release: 2%{?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 ff8ccf4632..e1cb551fbf 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8e045237c4104c139e1f996f9f90f33a0697468c +%global commit da8a7e8b506f13d6c3e677ad6c95e9c5c245af53 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260313 +%global commit_date 20260314 %global ver 0.229.0 %bcond_with check diff --git a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec index d85f93c71d..cab8e3f9ae 100644 --- a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec +++ b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec @@ -1,10 +1,10 @@ -%global commit 1a3fdb7fa15a4bba7204bef69702b7a10a297828 +%global commit d9412bf01f3ffbe55e15f34445fe4c682fde5ede %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260205 +%global commit_date 20260314 Name: gamescope-session-opengamepadui Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Gamescope session for OpenGamepadUI License: GPL-3.0-only URL: https://github.com/OpenGamingCollective/gamescope-session-opengamepadui diff --git a/anda/games/gamescope-session-steam/gamescope-session-steam.spec b/anda/games/gamescope-session-steam/gamescope-session-steam.spec index 9d819478fb..2976351fc4 100644 --- a/anda/games/gamescope-session-steam/gamescope-session-steam.spec +++ b/anda/games/gamescope-session-steam/gamescope-session-steam.spec @@ -1,12 +1,12 @@ %define debug_package %nil -%global commit 1a3fdb7fa15a4bba7204bef69702b7a10a297828 +%global commit d9412bf01f3ffbe55e15f34445fe4c682fde5ede %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20241205 +%global commit_date 20260314 Name: gamescope-session-steam Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: gamescope-session-steam License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session-steam diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 1b51c2d516..1714e092cf 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 8cb9262b0971eb33a2ba466a653fe2411f7fd7cb +%global commit 14da23b06fd50e5632f3930824123b5bfdad8c46 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260313 +%global commit_date 20260314 %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 109d60b6d4..339555edbc 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 87d957fdf126ee217fc55911779909a18bfe9cbf +%global commit 1a1586a5fb891aeb522a490ccacde3fc02753541 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260313 +%global commit_date 20260314 %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 ba1304cd1c..e310acbb5a 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 25438e5f21be7f0ac15fe305c7183d74dc2e6923 -%global commit_date 20260312 +%global commit 6b222ca89d993429f63639589de43a4c34fca293 +%global commit_date 20260314 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 2bad79ef6f..3e7125d8f4 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 235988ffe4d6877a89d9289f581599782f89b3bb +%global commit eeccde723958a2998b0ad3fd4648510dfa472247 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260312071513 -%global commit_date 20260313 +%global ver 20260313135254 +%global commit_date 20260314 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 6044df987b..e3588e496c 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit ad3e21f1c9ff83217bd5060a0641c3666519af89 +%global commit e04f93672bc22e4dc6a972fe6f367c261b9fb6d8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260311 +%global commit_date 20260314 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/xone/nightly/kmod-common/xone-nightly.spec b/anda/system/xone/nightly/kmod-common/xone-nightly.spec index f64bd3b8eb..c08c02e8b3 100644 --- a/anda/system/xone/nightly/kmod-common/xone-nightly.spec +++ b/anda/system/xone/nightly/kmod-common/xone-nightly.spec @@ -1,6 +1,6 @@ -%global commit a16304ccdecc5bfc7aafdeb759c706da314d15fa +%global commit f2aa9fe01103d7600553b505b298ff0bd47ff280 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260228 +%global commitdate 20260314 %global ver 0.5.7 %global modulename xone %global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d @@ -11,7 +11,7 @@ Name: xone-nightly Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index 626cffd571..57950f365e 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 16c337f0b5e034d39d39f28250b480beed50ade4 +%global commit 46357986ca65a2aa12a5174845b16cd88ddc512e %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 124a236b82..6da5d02878 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit f975caae61a546258ce8df26c80d88ca48534d8e -%global commit_date 20260313 +%global commit 7adeb3b5e7ae0720b0a720f398309c8bef2e3c1a +%global commit_date 20260314 %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 1475bbec80..31ae48cc33 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 7beee27e113ef9bdf4f914c4f438eb45f71527f1 -%global commit_date 20260313 +%global commit b1c492425d41ed17c6245b3be393ef30d8b6cbaf +%global commit_date 20260314 %global shortcommit %{sub %{commit} 1 7} %gometa -f diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index 1c197d41d7..e86891931a 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,10 +1,10 @@ -%global commit 216e2d3045e9343e894e6445c5ae122aa7752584 -%global commit_date 20260305 +%global commit 1236508f013ca82115a5907ebb942e75ab94d8af +%global commit_date 20260314 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils Version: %{commit_date}.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: A collection of scripts and simple applications for Raspberry Pi devices License: BSD-3-Clause URL: https://github.com/raspberrypi/utils From 703bc84a89bd22627171a89c901dcd806a34eac1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 03:41:43 +0000 Subject: [PATCH 0085/1189] 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 223ba82bc4..564991c646 100644 --- a/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec +++ b/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec @@ -1,6 +1,6 @@ -%global commit a16304ccdecc5bfc7aafdeb759c706da314d15fa +%global commit f2aa9fe01103d7600553b505b298ff0bd47ff280 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260228 +%global commitdate 20260314 %global ver 0.5.7 %define buildforkernels akmod %global debug_package %{nil} @@ -8,7 +8,7 @@ Name: %{modulename}-nightly-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif diff --git a/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec b/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec index 3f8b96d254..b593424a01 100644 --- a/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec +++ b/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec @@ -1,13 +1,13 @@ -%global commit a16304ccdecc5bfc7aafdeb759c706da314d15fa +%global commit f2aa9fe01103d7600553b505b298ff0bd47ff280 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260228 +%global commitdate 20260314 %global ver 0.5.7 %global debug_package %{nil} %global modulename xone Name: dkms-%{modulename}-nightly Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif From e9d3fd4035454c678046434080475a1feb560152 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 04:17:56 +0000 Subject: [PATCH 0086/1189] bump: stardust-server --- anda/stardust/server/stable/stardust-server.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/server/stable/stardust-server.spec b/anda/stardust/server/stable/stardust-server.spec index e2e767bdbb..39866b764a 100644 --- a/anda/stardust/server/stable/stardust-server.spec +++ b/anda/stardust/server/stable/stardust-server.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-server -Version: 0.50.3 -Release: 1%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: Usable Linux display server that reinvents human-computer interaction for all kinds of XR URL: https://github.com/StardustXR/server From 45b6d3eea22be31b8b9b3ddc972114fbb67322ee Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 07:03:19 +0000 Subject: [PATCH 0087/1189] 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 8437ba3a4f..acbc21ef9b 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.10.2.1 +Version: 0.10.4.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium From da8ed365e48ef439efc8dcacd6ac84ce86085569 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 07:47:55 +0000 Subject: [PATCH 0088/1189] bump: stardust-flatland --- anda/stardust/flatland/stable/stardust-flatland.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/flatland/stable/stardust-flatland.spec b/anda/stardust/flatland/stable/stardust-flatland.spec index 04f410a5bb..0495ed9c9d 100644 --- a/anda/stardust/flatland/stable/stardust-flatland.spec +++ b/anda/stardust/flatland/stable/stardust-flatland.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-flatland -Version: 0.50.1 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: Flatland for Stardust XR URL: https://github.com/StardustXR/flatland From 121e4b8b8ad6262aa5d9c88d3e120743c4071c0e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 09:33:21 +0000 Subject: [PATCH 0089/1189] 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 d7558cad79..fff7225c3f 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 6f07e8453a8cb84ac400bd96f825751c9cf661c8 -%global ver 0.0.40-18946 +%global commit 951d47c94c1428a40f1f676129a3ab901bd41860 +%global ver 0.0.40-18947 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 5dccb6f3dc3c9d29042a627df9facf6ab9d2e52b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 14:12:10 +0000 Subject: [PATCH 0090/1189] 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 af025a1e07..c077cd4038 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.2877+627f03af9 +version=0.16.0-dev.2905+5d71e3051 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 3c252f5895..3cc7e2b64c 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.2877+627f03af9 +%global ver 0.16.0-dev.2905+5d71e3051 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 0b7a45719aa6832a6f2d3711d1077bcf4575cb12 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 17:06:36 +0000 Subject: [PATCH 0091/1189] bump: helium-browser-bin rpcs3 av --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/av/av.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index acbc21ef9b..1335cf1e81 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.10.4.1 +Version: 0.10.5.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index fff7225c3f..9709fbb254 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 951d47c94c1428a40f1f676129a3ab901bd41860 -%global ver 0.0.40-18947 +%global commit b734ceb2e7ad279567bd2fad88c8e778f27264e9 +%global ver 0.0.40-18948 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/av/av.spec b/anda/langs/python/av/av.spec index 50efd395f4..c06e0cda04 100644 --- a/anda/langs/python/av/av.spec +++ b/anda/langs/python/av/av.spec @@ -2,8 +2,8 @@ %global _desc Pythonic bindings for FFmpeg's libraries. Name: python-%{pypi_name} -Version: 16.1.0 -Release: 1%?dist +Version: 17.0.0 +Release: 1%{?dist} Summary: Pythonic bindings for FFmpeg's libraries License: BSD-3-Clause URL: https://pyav.basswood-io.com/docs/stable/ From 35fb9a7db6f1e96c5f4dd64267d4c67539c0e3de Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 14 Mar 2026 12:50:28 -0500 Subject: [PATCH 0092/1189] chore(ci): Update Backport action (#10498) Signed-off-by: Gilver --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 1d98a83f67..09a6ac03ca 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -25,7 +25,7 @@ jobs: git config --global commit.gpgsign true - name: Backport Action - uses: sorenlouv/backport-github-action@v10.2.0 + uses: sorenlouv/backport-github-action@v10.4.0 with: github_token: ${{ secrets.RABONEKO_BACKPORT_GITHUB_TOKEN }} auto_backport_label_prefix: sync- From 573e6c85fb32be45db902d1c1d6efbc9f6dd2189 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 18:17:45 +0000 Subject: [PATCH 0093/1189] bump: stardust-atmosphere stardust-protostar --- anda/stardust/atmosphere/stable/stardust-atmosphere.spec | 4 ++-- anda/stardust/protostar/stable/stardust-protostar.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/stardust/atmosphere/stable/stardust-atmosphere.spec b/anda/stardust/atmosphere/stable/stardust-atmosphere.spec index 76e8517b64..f7b2d06a2e 100644 --- a/anda/stardust/atmosphere/stable/stardust-atmosphere.spec +++ b/anda/stardust/atmosphere/stable/stardust-atmosphere.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-atmosphere -Version: 0.50.0 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: Environment, homespace, and setup client for Stardust XR URL: https://github.com/StardustXR/atmosphere diff --git a/anda/stardust/protostar/stable/stardust-protostar.spec b/anda/stardust/protostar/stable/stardust-protostar.spec index a148c22b03..15750787cd 100644 --- a/anda/stardust/protostar/stable/stardust-protostar.spec +++ b/anda/stardust/protostar/stable/stardust-protostar.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-protostar -Version: 0.50.0 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: Prototype application launcher for Stardust XR URL: https://github.com/StardustXR/protostar From cdfba0eece7b8fc24de35556833deab0dda59de9 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 14 Mar 2026 13:46:08 -0500 Subject: [PATCH 0094/1189] fix(kde-material-you-colors): Backport fix for python3-material-you-color (#10495) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(kde-material-you-colors): Backport fix for python3-material-you-color Signed-off-by: Gilver * bump(kde-material-you-colors): release 1 → 2 --------- Signed-off-by: Gilver Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- .../kde-material-you-colors/kde-material-you-colors.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec index da082d2081..4737443858 100644 --- a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec +++ b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec @@ -4,12 +4,13 @@ Name: kde-material-you-colors Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop License: GPL-3.0-only URL: https://github.com/luisbocanegra/%{name} # The PyPi source is a more generic install and lacks the Plasmoid config Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +Patch0: %{url}/commit/4888f8570b1aa12e3ab7aee51ab72ad7a7f35b95.patch BuildRequires: anda-srpm-macros BuildRequires: gcc BuildRequires: gcc-c++ From 649fed949eb9ab6a74e090f2d8cab77cb57ebef7 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:00:06 -0700 Subject: [PATCH 0095/1189] fix(gamescope): If condition for patch (#10496) (#10508) --- anda/games/terra-gamescope/terra-gamescope.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/games/terra-gamescope/terra-gamescope.spec b/anda/games/terra-gamescope/terra-gamescope.spec index 447cea6cce..ff25d8dd3c 100755 --- a/anda/games/terra-gamescope/terra-gamescope.spec +++ b/anda/games/terra-gamescope/terra-gamescope.spec @@ -23,8 +23,10 @@ Patch0: Use-system-stb-glm.patch Patch1: 0001-cstdint.patch +%if 0%{?fedora} >= 44 # Fix build with libinput >= 1.27 / GCC 16 (-Werror=switch) Patch2: 0002-wlroots-libinput-switch-keypad-slide.patch +%endif BuildRequires: cmake BuildRequires: gcc @@ -139,6 +141,7 @@ export PKG_CONFIG_PATH=pkgconfig %{_bindir}/gamescopectl %{_bindir}/gamescopestream %{_bindir}/gamescopereaper +%{_bindir}/gamescope-type %{_datadir}/gamescope/* %files libs From 227128a5e43c2670f8a95172c08995c5402ed522 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 20:01:15 +0000 Subject: [PATCH 0096/1189] bump: stardust-armillary stardust-comet stardust-gravity --- anda/stardust/armillary/stable/stardust-armillary.spec | 4 ++-- anda/stardust/comet/stable/stardust-comet.spec | 4 ++-- anda/stardust/gravity/stable/stardust-gravity.spec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/stardust/armillary/stable/stardust-armillary.spec b/anda/stardust/armillary/stable/stardust-armillary.spec index 40a0f77787..5a7ed8684f 100644 --- a/anda/stardust/armillary/stable/stardust-armillary.spec +++ b/anda/stardust/armillary/stable/stardust-armillary.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-armillary -Version: 0.50.0 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: Model viewer for Stardust XR URL: https://github.com/StardustXR/armillary diff --git a/anda/stardust/comet/stable/stardust-comet.spec b/anda/stardust/comet/stable/stardust-comet.spec index ac53466247..e33dbf465e 100644 --- a/anda/stardust/comet/stable/stardust-comet.spec +++ b/anda/stardust/comet/stable/stardust-comet.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-comet -Version: 0.50.0 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: Annotate things in Stardust XR URL: https://github.com/StardustXR/comet diff --git a/anda/stardust/gravity/stable/stardust-gravity.spec b/anda/stardust/gravity/stable/stardust-gravity.spec index 956e8d9116..a597d77286 100644 --- a/anda/stardust/gravity/stable/stardust-gravity.spec +++ b/anda/stardust/gravity/stable/stardust-gravity.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-gravity -Version: 0.50.0 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: Utility to launch apps and Stardust XR clients spatially URL: https://github.com/StardustXR/gravity From 426e35dbfee9d77865763a8542bea59458de62b2 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 14 Mar 2026 15:04:50 -0500 Subject: [PATCH 0097/1189] fix(stardust-xr-atmosphere): Binary name (#10507) * fix(stardust-xr-atmosphere): Binary name Signed-off-by: Gilver * fix(stardust-atmosphere-nightly): Binary name Signed-off-by: Gilver --------- Signed-off-by: Gilver --- .../atmosphere/nightly/stardust-atmosphere-nightly.spec | 2 +- anda/stardust/atmosphere/stable/stardust-atmosphere.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec index 24977dae6b..418f49964f 100644 --- a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec +++ b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec @@ -32,7 +32,7 @@ Packager: Owen Zimmerman %{cargo_license_online} > LICENSE.dependencies %files -%_bindir/stardust-xr-atmosphere +%_bindir/atmosphere %license LICENSE %license LICENSE.dependencies %doc README.md diff --git a/anda/stardust/atmosphere/stable/stardust-atmosphere.spec b/anda/stardust/atmosphere/stable/stardust-atmosphere.spec index f7b2d06a2e..cf136241e4 100644 --- a/anda/stardust/atmosphere/stable/stardust-atmosphere.spec +++ b/anda/stardust/atmosphere/stable/stardust-atmosphere.spec @@ -29,7 +29,7 @@ Packager: Owen Zimmerman %{cargo_license_online} > LICENSE.dependencies %files -%_bindir/%{name} +%_bindir/atmosphere %license LICENSE %license LICENSE.dependencies %doc README.md From a6ffa04e3315514fcb115761610b0f091a134ead Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 20:43:17 +0000 Subject: [PATCH 0098/1189] bump: stardust-non-spatial-input --- .../non-spatial-input/stable/stardust-non-spatial-input.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec b/anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec index 6dae7b699b..a0412bfbcb 100644 --- a/anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec +++ b/anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-non-spatial-input -Version: 0.50.0 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: Tools you can easily snap together to get non-spatial input into Stardust XR URL: https://github.com/StardustXR/non-spatial-input From 0b72d15f31af93074f7ed7f16aec794c36fc5d9a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 21:03:28 +0000 Subject: [PATCH 0099/1189] bump: stardust-solar-sailer --- anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec b/anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec index 247bbdbb55..e01c77e8a8 100644 --- a/anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec +++ b/anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-solar-sailer -Version: 0.50.0 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Summary: Glide through space! This play space mover allows you to fly by dragging the space with momentum! URL: https://github.com/StardustXR/solar-sailer Source0: %url/archive/refs/tags/%version.tar.gz From e67a48d6d7a25e9589266937f702805946c67038 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 21:37:42 +0000 Subject: [PATCH 0100/1189] bump: stardust-black-hole --- anda/stardust/black-hole/stable/stardust-black-hole.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/black-hole/stable/stardust-black-hole.spec b/anda/stardust/black-hole/stable/stardust-black-hole.spec index 58bb86df15..9bc78e6932 100644 --- a/anda/stardust/black-hole/stable/stardust-black-hole.spec +++ b/anda/stardust/black-hole/stable/stardust-black-hole.spec @@ -2,8 +2,8 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-black-hole -Version: 0.50.0 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: Spatial storage for Stardust XR URL: https://github.com/StardustXR/black-hole From 3f646a9e76218e2982092ec36d636c091b660476 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:50:29 -0700 Subject: [PATCH 0101/1189] add: whey (#10519) --- anda/langs/python/whey/anda.hcl | 6 ++++ anda/langs/python/whey/update.rhai | 1 + anda/langs/python/whey/whey.spec | 48 ++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 anda/langs/python/whey/anda.hcl create mode 100644 anda/langs/python/whey/update.rhai create mode 100644 anda/langs/python/whey/whey.spec diff --git a/anda/langs/python/whey/anda.hcl b/anda/langs/python/whey/anda.hcl new file mode 100644 index 0000000000..6e5dc6a71f --- /dev/null +++ b/anda/langs/python/whey/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "whey.spec" + } +} diff --git a/anda/langs/python/whey/update.rhai b/anda/langs/python/whey/update.rhai new file mode 100644 index 0000000000..d85c462dce --- /dev/null +++ b/anda/langs/python/whey/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("whey")); diff --git a/anda/langs/python/whey/whey.spec b/anda/langs/python/whey/whey.spec new file mode 100644 index 0000000000..11b6c0dbce --- /dev/null +++ b/anda/langs/python/whey/whey.spec @@ -0,0 +1,48 @@ +%global pypi_name whey +%global _desc A simple Python wheel builder for simple projects. + +Name: python-%{pypi_name} +Version: 0.1.1 +Release: 1%?dist +Summary: A simple Python wheel builder for simple projects +License: MIT +URL: https://github.com/deepin-community/python-whey +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-build +BuildRequires: python3-setuptools +BuildRequires: python3-wheel +BuildRequires: python3-pip +BuildRequires: python3-devel + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n whey-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files whey + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE +%{_bindir}/whey + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit From 0a36caccaae67ba8b5b6581a745f5def8e003275 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 22:54:48 +0000 Subject: [PATCH 0102/1189] bump: vicinae --- anda/system/vicinae/vicinae.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index d190dd0e95..8dba35a1c4 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.5 +Version: 0.20.6 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com From 964c1a8d8ba1ac46cf5d9ce0bd9509e4d99a14bf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 14 Mar 2026 23:52:10 +0000 Subject: [PATCH 0103/1189] bump: stardust-telescope --- anda/stardust/telescope/stable/stardust-telescope.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/stardust/telescope/stable/stardust-telescope.spec b/anda/stardust/telescope/stable/stardust-telescope.spec index 45663d8c25..d68b57651e 100644 --- a/anda/stardust/telescope/stable/stardust-telescope.spec +++ b/anda/stardust/telescope/stable/stardust-telescope.spec @@ -1,6 +1,6 @@ Name: stardust-xr-telescope -Version: 0.50.3 -Release: 2%?dist +Version: 0.51.0 +Release: 1%{?dist} Epoch: 1 Summary: See the stars! Easy stardust setups to run on your computer License: MIT From c671369b7be0497ad0c851102a137c7ac60822db Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 14 Mar 2026 17:31:47 -0700 Subject: [PATCH 0104/1189] add: mistletoe (#10526) Signed-off-by: Owen-sz --- anda/langs/python/mistletoe/anda.hcl | 6 +++ anda/langs/python/mistletoe/mistletoe.spec | 46 ++++++++++++++++++++++ anda/langs/python/mistletoe/update.rhai | 1 + 3 files changed, 53 insertions(+) create mode 100644 anda/langs/python/mistletoe/anda.hcl create mode 100644 anda/langs/python/mistletoe/mistletoe.spec create mode 100644 anda/langs/python/mistletoe/update.rhai diff --git a/anda/langs/python/mistletoe/anda.hcl b/anda/langs/python/mistletoe/anda.hcl new file mode 100644 index 0000000000..a1447a5955 --- /dev/null +++ b/anda/langs/python/mistletoe/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "mistletoe.spec" + } +} diff --git a/anda/langs/python/mistletoe/mistletoe.spec b/anda/langs/python/mistletoe/mistletoe.spec new file mode 100644 index 0000000000..e19f0798e4 --- /dev/null +++ b/anda/langs/python/mistletoe/mistletoe.spec @@ -0,0 +1,46 @@ +%global pypi_name mistletoe +%global _desc A rough port of Node.js's EventEmitter to Python with a few tricks of its own. + +Name: python-%{pypi_name} +Version: 1.5.1 +Release: 1%?dist +Summary: A rough port of Node.js's EventEmitter to Python with a few tricks of its own +License: MIT +URL: https://github.com/miyuchina/mistletoe +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files mistletoe + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE +%{_bindir}/mistletoe + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/mistletoe/update.rhai b/anda/langs/python/mistletoe/update.rhai new file mode 100644 index 0000000000..1212b2716e --- /dev/null +++ b/anda/langs/python/mistletoe/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("mistletoe")); From 9dd01366482f92ce11911af3ee2f257125c62f74 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 14 Mar 2026 17:36:32 -0700 Subject: [PATCH 0105/1189] add: deprecation-alias (#10527) Signed-off-by: Owen-sz --- anda/langs/python/deprecation-alias/anda.hcl | 6 +++ .../deprecation-alias/deprecation-alias.spec | 48 +++++++++++++++++++ .../python/deprecation-alias/update.rhai | 1 + 3 files changed, 55 insertions(+) create mode 100644 anda/langs/python/deprecation-alias/anda.hcl create mode 100644 anda/langs/python/deprecation-alias/deprecation-alias.spec create mode 100644 anda/langs/python/deprecation-alias/update.rhai diff --git a/anda/langs/python/deprecation-alias/anda.hcl b/anda/langs/python/deprecation-alias/anda.hcl new file mode 100644 index 0000000000..f3d32200b3 --- /dev/null +++ b/anda/langs/python/deprecation-alias/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "deprecation-alias.spec" + } +} diff --git a/anda/langs/python/deprecation-alias/deprecation-alias.spec b/anda/langs/python/deprecation-alias/deprecation-alias.spec new file mode 100644 index 0000000000..2941427117 --- /dev/null +++ b/anda/langs/python/deprecation-alias/deprecation-alias.spec @@ -0,0 +1,48 @@ +%global pypi_name deprecation-alias +%global _desc A wrapper around 'deprecation' providing support for deprecated aliases. + +Name: python-%{pypi_name} +Version: 0.4.0 +Release: 1%?dist +Summary: A wrapper around 'deprecation' providing support for deprecated aliases +License: Apache-2.0 +URL: https://github.com/domdfcoding/deprecation-alias +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-setuptools +BuildRequires: python3-hatchling +BuildRequires: python3-importlib-metadata +BuildRequires: python3-hatch-requirements-txt +BuildArch: noarch + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files deprecation_alias + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/deprecation-alias/update.rhai b/anda/langs/python/deprecation-alias/update.rhai new file mode 100644 index 0000000000..f3d594eb8c --- /dev/null +++ b/anda/langs/python/deprecation-alias/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("deprecation-alias")); From 0b255473dc752608c16013919e667466ca50e8af Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 02:27:53 +0000 Subject: [PATCH 0106/1189] 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 2950268574..5bcc1d80c8 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-13 +%global ver 2026-03-15 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From d60c5408c3cdbf102f22874f0d0bb978cbb9781b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 02:47:15 +0000 Subject: [PATCH 0107/1189] bump(nightly): flameshot-nightly goofcord-nightly legcord-nightly mpv-nightly ghostty-nightly zed-nightly v2ray-nightly types-colorama astal stardust-armillary-nightly stardust-atmosphere-nightly stardust-black-hole-nightly stardust-comet-nightly stardust-flatland-nightly stardust-non-spatial-input-nightly stardust-protostar-nightly stardust-server-nightly stardust-solar-sailer-nightly stardust-telescope-nightly opentabletdriver-nightly glasgow --- 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 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/go/v2ray/nightly/v2ray-nightly.spec | 6 +++--- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/lib/astal/astal/astal.spec | 6 +++--- .../armillary/nightly/stardust-armillary-nightly.spec | 6 +++--- .../atmosphere/nightly/stardust-atmosphere-nightly.spec | 6 +++--- .../black-hole/nightly/stardust-black-hole-nightly.spec | 6 +++--- anda/stardust/comet/nightly/stardust-comet-nightly.spec | 6 +++--- .../flatland/nightly/stardust-flatland-nightly.spec | 6 +++--- .../nightly/stardust-non-spatial-input-nightly.spec | 4 ++-- .../protostar/nightly/stardust-protostar-nightly.spec | 6 +++--- anda/stardust/server/nightly/stardust-server-nightly.spec | 4 ++-- .../solar-sailer/nightly/stardust-solar-sailer-nightly.spec | 6 +++--- .../telescope/nightly/stardust-telescope-nightly.spec | 6 +++--- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- 21 files changed, 52 insertions(+), 52 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 14a0368bc3..96174b6024 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 5cd62690113fbe51f3b97eb1f75c384eefbee9b1 +%global commit 3eb366e038838931bc98f66794e23339f467ed47 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260314 +%global commit_date 20260315 %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 86e853073b..5d9ce0d71d 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 738d1681072c803895a2ae8e826301171b4191f4 +%global commit 779d684b0f37775c8d4889d8b61a5d2db7925896 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260314 +%global commit_date 20260315 %global ver 2.1.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 b0ebde243c..a501b7728b 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 174b95c5addd9dd34d6b387272060f82e34976a6 -%global commit_date 20260313 +%global commit 63b3f3386b1092c7f87c98b80eed50e997b442d0 +%global commit_date 20260315 %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 f56c4ca7bb..9af7966ab1 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 44f06c6dd0ad300de4ea9a64f61ff026bcb868ee +%global commit afef9126ce5a2c3fdb733318a754b3210f71fca9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260314 +%global commit_date 20260315 %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 ec41dc2374..2ee6292692 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit e75f8956c576ea8acf6ee4e70d45f918738e7512 +%global commit 952fbce0e50ded8fd8e6ee5f64e9650af962cd19 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-13 +%global fulldate 2026-03-14 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index e1cb551fbf..fa059a75be 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit da8a7e8b506f13d6c3e677ad6c95e9c5c245af53 +%global commit cbc39669b414c2601f86ece9faffe164a33b5ad7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260314 +%global commit_date 20260315 %global ver 0.229.0 %bcond_with check diff --git a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec index bdaa6c6eee..d021ce0145 100644 --- a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec +++ b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec @@ -1,7 +1,7 @@ -%global commit e93e5ac7d935ce70b18a806ae67f27d703b5fca2 +%global commit fbff1421bf27cc8c54b34a2f8e580f7f8ab3253a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver v5.46.0 -%global commit_date 20260312 +%global ver v5.47.0 +%global commit_date 20260315 %global goipath github.com/v2fly/v2ray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index e310acbb5a..8f243d249a 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 6b222ca89d993429f63639589de43a4c34fca293 -%global commit_date 20260314 +%global commit f8f0794d0fe249c06dc9f31a004d85be6cca6ced +%global commit_date 20260315 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/lib/astal/astal/astal.spec b/anda/lib/astal/astal/astal.spec index c57ae56f91..4e14386472 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,11 +1,11 @@ -%global commit eb235f8813bdea2a4a38ac228f2efc4e2a8a90af +%global commit d3fa2117d581b50e63eb3aefbf92d4883fa23f1b %global shortcommit %{sub %commit 1 7} -%global commit_date 20260131 +%global commit_date 20260315 Name: astal Version: 0^%commit_date.%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Building blocks for creating custom desktop shells License: LGPL-2.1-only URL: https://aylur.github.io/astal diff --git a/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec b/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec index bcbb9067a3..e3fa741df5 100644 --- a/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec +++ b/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec @@ -1,12 +1,12 @@ -%global commit c278020dc78587e887f91377a882b50d0b009c50 -%global commit_date 20251130 +%global commit dcebc43bfee47190701fb11a273aae74dd4e060b +%global commit_date 20260315 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-armillary-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 1%{?dist} Summary: Model viewer for Stardust XR URL: https://github.com/StardustXR/armillary Source0: %url/archive/%commit/armillary-%commit.tar.gz diff --git a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec index 418f49964f..765417bc30 100644 --- a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec +++ b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec @@ -1,12 +1,12 @@ -%global commit 8b160f3bf5b477a2e1a3721b239cdfaef75de35a -%global commit_date 20260113 +%global commit 0756aaa0a0fcafdcd43e77dedba575bd58d8a84c +%global commit_date 20260315 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-atmosphere-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Environment, homespace, and setup client for Stardust XR URL: https://github.com/StardustXR/atmosphere Source0: %url/archive/%commit/atmosphere-%commit.tar.gz diff --git a/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec b/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec index 90b4684a9a..71a61a4e2a 100644 --- a/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec +++ b/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec @@ -1,12 +1,12 @@ -%global commit 49fbf32f330b324c9b9d8582e80582378fc57e3c -%global commit_date 20260214 +%global commit 4ffb63461a5774f787840b814d9fa78072c8b6cf +%global commit_date 20260315 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-black-hole-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Spatial storage for Stardust XR URL: https://github.com/StardustXR/black-hole Source0: %url/archive/%commit/black-hole-%commit.tar.gz diff --git a/anda/stardust/comet/nightly/stardust-comet-nightly.spec b/anda/stardust/comet/nightly/stardust-comet-nightly.spec index 1fcde56574..7b72df3aa0 100644 --- a/anda/stardust/comet/nightly/stardust-comet-nightly.spec +++ b/anda/stardust/comet/nightly/stardust-comet-nightly.spec @@ -1,12 +1,12 @@ -%global commit 310fafa22ef1ae7c26d0ba83e0ae152de4d8afb5 -%global commit_date 20260203 +%global commit 292f26258d60af1f20c80d899b0c5e438e0197ff +%global commit_date 20260315 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-comet-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Annotate things in Stardust XR URL: https://github.com/StardustXR/comet Source0: %url/archive/%commit/comet-%commit.tar.gz diff --git a/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec b/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec index ef975fabfb..1d9acf2273 100644 --- a/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec +++ b/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec @@ -1,12 +1,12 @@ -%global commit 599c7b11eae996ae02a4706bd281bde19254dfd2 -%global commit_date 20260302 +%global commit 59b6c15ba5ed6ecc3791e16c0667c6cdd61bc5fb +%global commit_date 20260315 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-flatland-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Flatland for Stardust XR URL: https://github.com/StardustXR/flatland Source0: %url/archive/%commit/flatland-%commit.tar.gz diff --git a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec index 59ef06db78..440f99e61a 100644 --- a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec +++ b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec @@ -1,5 +1,5 @@ -%global commit 81c5f40fb5245970aba2c5559f35ade76fa933f7 -%global commit_date 20260311 +%global commit 452ed6af9223b63ca2a68969131912e1c6723781 +%global commit_date 20260315 %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 27c9fbb783..d466d74232 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 a12484d1e1c32866394fe6d8d92bd848f51624ac -%global commit_date 20260302 +%global commit 9af24caa307ebe91e050816588b54b04e6051db8 +%global commit_date 20260315 %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: 1%?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/server/nightly/stardust-server-nightly.spec b/anda/stardust/server/nightly/stardust-server-nightly.spec index 657b6eb795..fe6673d054 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 530d6c0cf48e43d36454ea07eaa6e5a7a69598e5 -%global commit_date 20260312 +%global commit 09ce96ba2e392d011cf568385e78120a0d7645c8 +%global commit_date 20260315 %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/solar-sailer/nightly/stardust-solar-sailer-nightly.spec b/anda/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec index 251068f9cd..69fd49aaa0 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 590cbc13b143ff189efc9aaf99002e843f820392 -%global commit_date 20260302 +%global commit ff9ff306f7d4e7c4fc16f0133afdb66965f916e3 +%global commit_date 20260315 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling @@ -7,7 +7,7 @@ Name: stardust-xr-solar-sailer-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Glide through space! This play space mover allows you to fly by dragging the space with momentum! URL: https://github.com/StardustXR/solar-sailer Source0: %url/archive/%commit.tar.gz diff --git a/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec b/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec index 3c6ceb426f..87bd37f8ea 100644 --- a/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec +++ b/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec @@ -1,10 +1,10 @@ -%global commit 3f6bbbb6bfaf28da8e3635a67a7d9502ae7a7b11 -%global commit_date 20260104 +%global commit 07a6199a640af969bf26307123e4aa78a34a9f40 +%global commit_date 20260315 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: stardust-xr-telescope-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 3%?dist +Release: 1%{?dist} Summary: See the stars! Easy stardust setups to run on your computer License: MIT URL: https://github.com/StardustXR/telescope diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index e3588e496c..07a8e3ba2c 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit e04f93672bc22e4dc6a972fe6f367c261b9fb6d8 +%global commit 99ba0107fef905b7bfb22e49213fab899205500d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260314 +%global commit_date 20260315 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 6da5d02878..dc5f63f283 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 7adeb3b5e7ae0720b0a720f398309c8bef2e3c1a -%global commit_date 20260314 +%global commit 8b75138f8ce090e9c4dff80debb0f45ed789d56f +%global commit_date 20260315 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow From 8ce52e0cd6efb7e80a2861b0a0406e8493cac751 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 04:28:25 +0000 Subject: [PATCH 0108/1189] bump(branch): astal-gtk --- anda/lib/astal/astal-gtk/astal-gtk.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index be5f5f2666..3daf143c06 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,10 +1,10 @@ -%global commit 7d1fac8a4b2a14954843a978d2ddde86168c75ef -%global shortcommit 7d1fac8 -%global commit_date 20251127 +%global commit d3fa2117d581b50e63eb3aefbf92d4883fa23f1b +%global shortcommit d3fa211 +%global commit_date 20260315 Name: astal Version: 0^%commit_date.%commit -Release: 1%?dist +Release: 1%{?dist} Summary: Building blocks for creating custom desktop shells License: LGPL-2.1-only URL: https://aylur.github.io/astal From 3a1a4b0afa015fa90ea1eb3c77c16d15998a3057 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sun, 15 Mar 2026 01:31:12 -0300 Subject: [PATCH 0109/1189] add: iio-niri (#10490) * add: iio-niri I've been using this on zirconium for quite a bit on out COPR, might need to add a few fixes upstream but this should be the entire thing for now * fix(iio-niri): ci issues and packager preamble Signed-off-by: Tulip Blossom * fix(iio-niri): follow owens suggestions Signed-off-by: Tulip Blossom --------- Signed-off-by: Tulip Blossom Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/desktops/niri/iio-niri/anda.hcl | 5 ++++ anda/desktops/niri/iio-niri/iio-niri.spec | 34 +++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 anda/desktops/niri/iio-niri/anda.hcl create mode 100644 anda/desktops/niri/iio-niri/iio-niri.spec diff --git a/anda/desktops/niri/iio-niri/anda.hcl b/anda/desktops/niri/iio-niri/anda.hcl new file mode 100644 index 0000000000..8ebe47eadb --- /dev/null +++ b/anda/desktops/niri/iio-niri/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "iio-niri.spec" + } +} diff --git a/anda/desktops/niri/iio-niri/iio-niri.spec b/anda/desktops/niri/iio-niri/iio-niri.spec new file mode 100644 index 0000000000..74807f5854 --- /dev/null +++ b/anda/desktops/niri/iio-niri/iio-niri.spec @@ -0,0 +1,34 @@ +Name: iio-niri +Version: 1.3.0 +Release: 1%{?dist} +Summary: Autorotation daemon for niri +URL: https://github.com/Zhaith-Izaliel/iio-niri +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +BuildRequires: cargo-rpm-macros +BuildRequires: dbus-devel +Requires: iio-sensor-proxy +License: (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND GPL-3.0-or-later AND MIT OR Apache-2.0 AND (Unlicense OR MIT) +Packager: Tulip Blossom + +%description +%{summary}. + +%prep +%autosetup +%cargo_prep_online + +%build +%cargo_build +%{cargo_license_online} > LICENSE.dependencies + +%install +%crate_install_bin + +%files +%doc README.md +%license LICENSE.md LICENSE.dependencies +%{_bindir}/%{name} + +%changelog +* Fri Mar 13 2026 Tulip Blossom +- Initial commit From b4d948e195027863495f3dccfce0da4801b3b698 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 07:11:45 +0000 Subject: [PATCH 0110/1189] 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 9709fbb254..9ff19c6633 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 b734ceb2e7ad279567bd2fad88c8e778f27264e9 -%global ver 0.0.40-18948 +%global commit 16277576089e1733987deeac54b627b25d67d800 +%global ver 0.0.40-18950 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From d3eca4c24c44c9064bca36a206d3a6c31b5c4b9c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 10:51:52 +0000 Subject: [PATCH 0111/1189] 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 7b75dcd339..734ba9c877 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.23 \ No newline at end of file +v1.13.33 \ No newline at end of file From 677b83ab888d5cc9c3a2fa3c8cf0d0452b8e89af Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:24:44 -0700 Subject: [PATCH 0112/1189] chore: let python macros do their thing (#10542) Signed-off-by: Owen-sz --- anda/langs/python/fx2/fx2.spec | 2 -- anda/langs/python/gay/gay.spec | 13 ++++--------- anda/langs/python/gay/update.rhai | 6 +----- .../langs/python/magic-wormhole/magic-wormhole.spec | 3 --- anda/langs/python/mpv/python-mpv.spec | 4 +--- anda/langs/python/spake2/spake2.spec | 3 --- 6 files changed, 6 insertions(+), 25 deletions(-) diff --git a/anda/langs/python/fx2/fx2.spec b/anda/langs/python/fx2/fx2.spec index f662c76340..c6872789af 100644 --- a/anda/langs/python/fx2/fx2.spec +++ b/anda/langs/python/fx2/fx2.spec @@ -50,8 +50,6 @@ popd %doc README.md %license LICENSE-0BSD.txt %{_bindir}/fx2tool -%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc -%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc %changelog * Sun Sep 28 2025 Owen Zimmerman diff --git a/anda/langs/python/gay/gay.spec b/anda/langs/python/gay/gay.spec index 7003fb1030..7ca257a703 100644 --- a/anda/langs/python/gay/gay.spec +++ b/anda/langs/python/gay/gay.spec @@ -1,17 +1,13 @@ -%global commit af18bcf210659b8b5a40624ffab791d49e831017 -%global commit_date 20241015 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - %global pypi_name gay %global _desc Colour your text / terminal to be more gay. Name: python-%{pypi_name} -Version: %commit_date.%shortcommit +Version: 1.3.4 Release: 2%?dist Summary: Colour your text / terminal to be more gay License: MIT URL: https://github.com/ms-jpq/gay -Source0: %url/archive/%commit/gay-%commit.tar.gz +Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel @@ -25,14 +21,13 @@ Packager: Owen Zimmerman %package -n python3-%{pypi_name} Summary: %{summary} -Provides: gay %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} %_desc %prep -%autosetup -n gay-%{commit} +%autosetup -n %{pypi_name}-%{version} %build %pyproject_wheel @@ -44,7 +39,7 @@ Provides: gay %doc README.md %license LICENSE %{_bindir}/gay -%python3_sitelib/gay-1.3.4.dist-info/* +%python3_sitelib/gay-%{version}.dist-info/* %changelog * Tue Sep 30 2025 Owen Zimmerman diff --git a/anda/langs/python/gay/update.rhai b/anda/langs/python/gay/update.rhai index 8386a9f9f8..132085f7c0 100644 --- a/anda/langs/python/gay/update.rhai +++ b/anda/langs/python/gay/update.rhai @@ -1,5 +1 @@ -rpm.global("commit", gh_commit("ms-jpq/gay")); -if rpm.changed() { - rpm.release(); - rpm.global("commit_date", date()); -} +rpm.version(pypi("gay")); diff --git a/anda/langs/python/magic-wormhole/magic-wormhole.spec b/anda/langs/python/magic-wormhole/magic-wormhole.spec index e830f8a25f..6c2b6d76c7 100644 --- a/anda/langs/python/magic-wormhole/magic-wormhole.spec +++ b/anda/langs/python/magic-wormhole/magic-wormhole.spec @@ -52,9 +52,6 @@ rm %{buildroot}%{_usr}/wormhole_complete.* %{_bindir}/magic-wormhole %{_bindir}/wormhole %{_mandir}/man1/wormhole.1.gz -%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc -%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc -%python3_sitelib/magic_wormhole-%version.dist-info/* %changelog * Mon Nov 03 2025 Owen Zimmerman diff --git a/anda/langs/python/mpv/python-mpv.spec b/anda/langs/python/mpv/python-mpv.spec index d0ca15e65a..e7b422f89f 100644 --- a/anda/langs/python/mpv/python-mpv.spec +++ b/anda/langs/python/mpv/python-mpv.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.0.8 -Release: 2%?dist +Release: 3%?dist Summary: Python interface to the awesome mpv media player License: GPL-2.0+ OR LGPL-2.1+ URL: https://github.com/jaseg/python-mpv @@ -60,8 +60,6 @@ EOL %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.rst %license LICENSE.GPL LICENSE.LGPL -%ghost %python3_sitelib/__pycache__/mpv.cpython-*.pyc -%python3_sitelib/mpv.py %endif %changelog diff --git a/anda/langs/python/spake2/spake2.spec b/anda/langs/python/spake2/spake2.spec index 64061662c8..d223f203db 100644 --- a/anda/langs/python/spake2/spake2.spec +++ b/anda/langs/python/spake2/spake2.spec @@ -40,9 +40,6 @@ Summary: %{summary} %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md %license LICENSE -%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc -%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc -%python3_sitelib/spake2-%version.dist-info/* %changelog * Mon Nov 03 2025 Owen Zimmerman From ff03a78820b67e4781671c749e2e7c22bbf9a564 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:25:23 -0700 Subject: [PATCH 0113/1189] add: shippinglabel (#10541) Signed-off-by: Owen-sz --- anda/langs/python/shippinglabel/anda.hcl | 6 +++ .../python/shippinglabel/shippinglabel.spec | 45 +++++++++++++++++++ anda/langs/python/shippinglabel/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/shippinglabel/anda.hcl create mode 100644 anda/langs/python/shippinglabel/shippinglabel.spec create mode 100644 anda/langs/python/shippinglabel/update.rhai diff --git a/anda/langs/python/shippinglabel/anda.hcl b/anda/langs/python/shippinglabel/anda.hcl new file mode 100644 index 0000000000..fb253269d5 --- /dev/null +++ b/anda/langs/python/shippinglabel/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "shippinglabel.spec" + } +} diff --git a/anda/langs/python/shippinglabel/shippinglabel.spec b/anda/langs/python/shippinglabel/shippinglabel.spec new file mode 100644 index 0000000000..724a7121c1 --- /dev/null +++ b/anda/langs/python/shippinglabel/shippinglabel.spec @@ -0,0 +1,45 @@ +%global pypi_name shippinglabel +%global _desc Utilities for handling packages. + +Name: python-%{pypi_name} +Version: 2.3.0 +Release: 1%?dist +Summary: Utilities for handling packages +License: MIT +URL: https://shippinglabel.readthedocs.io/en/latest/ +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-hatch-requirements-txt + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files shippinglabel + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/shippinglabel/update.rhai b/anda/langs/python/shippinglabel/update.rhai new file mode 100644 index 0000000000..d9a05c619d --- /dev/null +++ b/anda/langs/python/shippinglabel/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("shippinglabel")); From 6ee9d926dda50c5494a3192d5e502227b6bc6d4c Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:25:46 -0700 Subject: [PATCH 0114/1189] add: apeye-core (#10540) Signed-off-by: Owen-sz --- anda/langs/python/apeye-core/anda.hcl | 6 +++ anda/langs/python/apeye-core/apeye-core.spec | 45 ++++++++++++++++++++ anda/langs/python/apeye-core/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/apeye-core/anda.hcl create mode 100644 anda/langs/python/apeye-core/apeye-core.spec create mode 100644 anda/langs/python/apeye-core/update.rhai diff --git a/anda/langs/python/apeye-core/anda.hcl b/anda/langs/python/apeye-core/anda.hcl new file mode 100644 index 0000000000..645b557173 --- /dev/null +++ b/anda/langs/python/apeye-core/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "apeye-core.spec" + } +} diff --git a/anda/langs/python/apeye-core/apeye-core.spec b/anda/langs/python/apeye-core/apeye-core.spec new file mode 100644 index 0000000000..03217556d0 --- /dev/null +++ b/anda/langs/python/apeye-core/apeye-core.spec @@ -0,0 +1,45 @@ +%global pypi_name apeye_core +%global _desc Core (offline) functionality for the apeye library. + +Name: python-%{pypi_name} +Version: 1.1.5 +Release: 1%?dist +Summary: Core (offline) functionality for the apeye library +License: BSD-3-Clause +URL: https://github.com/domdfcoding/apeye-core +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-hatch-requirements-txt + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files apeye_core + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/apeye-core/update.rhai b/anda/langs/python/apeye-core/update.rhai new file mode 100644 index 0000000000..5a4b00ab7d --- /dev/null +++ b/anda/langs/python/apeye-core/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("apeye-core")); From 33a78922020e14d42be14a698d80c9949871a7cf Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:26:48 -0700 Subject: [PATCH 0115/1189] add: dom_toml (#10538) Signed-off-by: Owen-sz --- anda/langs/python/dom_toml/anda.hcl | 6 ++++ anda/langs/python/dom_toml/dom_toml.spec | 46 ++++++++++++++++++++++++ anda/langs/python/dom_toml/update.rhai | 1 + 3 files changed, 53 insertions(+) create mode 100644 anda/langs/python/dom_toml/anda.hcl create mode 100644 anda/langs/python/dom_toml/dom_toml.spec create mode 100644 anda/langs/python/dom_toml/update.rhai diff --git a/anda/langs/python/dom_toml/anda.hcl b/anda/langs/python/dom_toml/anda.hcl new file mode 100644 index 0000000000..f16c8a3743 --- /dev/null +++ b/anda/langs/python/dom_toml/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dom_toml.spec" + } +} diff --git a/anda/langs/python/dom_toml/dom_toml.spec b/anda/langs/python/dom_toml/dom_toml.spec new file mode 100644 index 0000000000..f9284e134b --- /dev/null +++ b/anda/langs/python/dom_toml/dom_toml.spec @@ -0,0 +1,46 @@ +%global pypi_name dom_toml +%global _desc Dom's tools for Tom's Obvious, Minimal Language. + +Name: python-%{pypi_name} +Version: 2.3.0 +Release: 1%?dist +Summary: Dom's tools for Tom's Obvious, Minimal Language +License: MIT +URL: https://dom-toml.readthedocs.io/en/latest/ +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-setuptools +BuildRequires: python3-flit-core + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files dom_toml + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/dom_toml/update.rhai b/anda/langs/python/dom_toml/update.rhai new file mode 100644 index 0000000000..edf8cc8fb0 --- /dev/null +++ b/anda/langs/python/dom_toml/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("dom_toml")); From 5b696bf66b8b9c5871a54a39754cb36812adc92e Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:27:25 -0700 Subject: [PATCH 0116/1189] add: handy-archives (#10537) Signed-off-by: Owen-sz --- anda/langs/python/handy-archives/anda.hcl | 6 +++ .../python/handy-archives/handy-archives.spec | 46 +++++++++++++++++++ anda/langs/python/handy-archives/update.rhai | 1 + 3 files changed, 53 insertions(+) create mode 100644 anda/langs/python/handy-archives/anda.hcl create mode 100644 anda/langs/python/handy-archives/handy-archives.spec create mode 100644 anda/langs/python/handy-archives/update.rhai diff --git a/anda/langs/python/handy-archives/anda.hcl b/anda/langs/python/handy-archives/anda.hcl new file mode 100644 index 0000000000..a02f099907 --- /dev/null +++ b/anda/langs/python/handy-archives/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "handy-archives.spec" + } +} diff --git a/anda/langs/python/handy-archives/handy-archives.spec b/anda/langs/python/handy-archives/handy-archives.spec new file mode 100644 index 0000000000..6fe2094ca4 --- /dev/null +++ b/anda/langs/python/handy-archives/handy-archives.spec @@ -0,0 +1,46 @@ +%global pypi_name handy_archives +%global _desc Some handy archive helpers for Python. + +Name: python-%{pypi_name} +Version: 0.2.0 +Release: 1%?dist +Summary: Some handy archive helpers for Python +License: MIT +URL: https://handy-archives.readthedocs.io/en/latest/ +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-flit-core + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files handy_archives + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/handy-archives/update.rhai b/anda/langs/python/handy-archives/update.rhai new file mode 100644 index 0000000000..79bc0d2f35 --- /dev/null +++ b/anda/langs/python/handy-archives/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("handy-archives")); From 3dc89868eb9003237a79ccbd54bbc5a9b344f836 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:28:03 -0700 Subject: [PATCH 0117/1189] add: dist-meta (#10536) Signed-off-by: Owen-sz --- anda/langs/python/dist-meta/anda.hcl | 6 +++ anda/langs/python/dist-meta/dist-meta.spec | 45 ++++++++++++++++++++++ anda/langs/python/dist-meta/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/dist-meta/anda.hcl create mode 100644 anda/langs/python/dist-meta/dist-meta.spec create mode 100644 anda/langs/python/dist-meta/update.rhai diff --git a/anda/langs/python/dist-meta/anda.hcl b/anda/langs/python/dist-meta/anda.hcl new file mode 100644 index 0000000000..d7d236f9df --- /dev/null +++ b/anda/langs/python/dist-meta/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dist-meta.spec" + } +} diff --git a/anda/langs/python/dist-meta/dist-meta.spec b/anda/langs/python/dist-meta/dist-meta.spec new file mode 100644 index 0000000000..749cc6d049 --- /dev/null +++ b/anda/langs/python/dist-meta/dist-meta.spec @@ -0,0 +1,45 @@ +%global pypi_name dist-meta +%global _desc Parse and create Python distribution metadata. + +Name: python-%{pypi_name} +Version: 0.9.0 +Release: 1%?dist +Summary: Parse and create Python distribution metadata +License: MIT +URL: https://dist-meta.readthedocs.io/en/latest/ +Source0: https://github.com/repo-helper/dist-meta/archive/refs/tags/v%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-hatch-requirements-txt + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files dist_meta + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/dist-meta/update.rhai b/anda/langs/python/dist-meta/update.rhai new file mode 100644 index 0000000000..4835a11018 --- /dev/null +++ b/anda/langs/python/dist-meta/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("dist-meta")); From c5e837076ed63b68faa60caa92977107a557e7de Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:28:29 -0700 Subject: [PATCH 0118/1189] add: consolekit (#10525) Signed-off-by: Owen-sz --- anda/langs/python/consolekit/anda.hcl | 8 ++++ anda/langs/python/consolekit/consolekit.spec | 46 ++++++++++++++++++++ anda/langs/python/consolekit/update.rhai | 1 + 3 files changed, 55 insertions(+) create mode 100644 anda/langs/python/consolekit/anda.hcl create mode 100644 anda/langs/python/consolekit/consolekit.spec create mode 100644 anda/langs/python/consolekit/update.rhai diff --git a/anda/langs/python/consolekit/anda.hcl b/anda/langs/python/consolekit/anda.hcl new file mode 100644 index 0000000000..42675cf9ac --- /dev/null +++ b/anda/langs/python/consolekit/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "consolekit.spec" + } + labels { + } +} diff --git a/anda/langs/python/consolekit/consolekit.spec b/anda/langs/python/consolekit/consolekit.spec new file mode 100644 index 0000000000..dc7728918a --- /dev/null +++ b/anda/langs/python/consolekit/consolekit.spec @@ -0,0 +1,46 @@ +%global pypi_name consolekit +%global _desc Additional utilities for click. + +Name: python-%{pypi_name} +Version: 1.13.0 +Release: 1%?dist +Summary: Additional utilities for click +License: MIT +URL: https://consolekit.readthedocs.io/en/latest/ +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-flit-core + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/consolekit/update.rhai b/anda/langs/python/consolekit/update.rhai new file mode 100644 index 0000000000..c6843e64e5 --- /dev/null +++ b/anda/langs/python/consolekit/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("consolekit")); From 69bbcdabf8e875602add92f3e585f6f42b74105a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 13:57:22 +0000 Subject: [PATCH 0119/1189] bump: vgmstream --- anda/multimedia/vgmstream/vgmstream.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index 4d80a1a137..bf75d85634 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,10 +1,10 @@ -%global commit e8c87743c4ee2b07ce6593d2f6c2deaf4533ee85 +%global commit f8e83e659809e5e3748d77bc8152902d14dc9c91 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260305 +%global commit_date 20260315 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: A library for playback of various streamed audio formats used in video games License: ISC URL: https://vgmstream.org From efdcffa2afe27f5b32299cce869348c2d0ecddb6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 15:57:49 +0000 Subject: [PATCH 0120/1189] 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 9ff19c6633..2d855ee2f1 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 16277576089e1733987deeac54b627b25d67d800 -%global ver 0.0.40-18950 +%global commit 5274210ba8307f1c0a45a8398d3ba9e9c8840f19 +%global ver 0.0.40-18951 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 4ac5b547dec4db3546ef23bd33f3d1e44c3c539e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 17:42:25 +0000 Subject: [PATCH 0121/1189] 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 2d855ee2f1..fce739b114 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 5274210ba8307f1c0a45a8398d3ba9e9c8840f19 -%global ver 0.0.40-18951 +%global commit 5714eb0ba537dc7efe5b50e9e6d08f8e66b12dfb +%global ver 0.0.40-18966 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 7aff92fe9e2b3e0fa1bc953bb57860b55314cfa2 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:14:46 -0700 Subject: [PATCH 0122/1189] fix(materialyoucolor): BuildRequires (#10550) (#10580) --- anda/langs/python/materialyoucolor/python-materialyoucolor.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/langs/python/materialyoucolor/python-materialyoucolor.spec b/anda/langs/python/materialyoucolor/python-materialyoucolor.spec index 673bbcdc2b..f3f85fb1b4 100644 --- a/anda/langs/python/materialyoucolor/python-materialyoucolor.spec +++ b/anda/langs/python/materialyoucolor/python-materialyoucolor.spec @@ -14,6 +14,7 @@ BuildRequires: pyproject-rpm-macros BuildRequires: python3-devel BuildRequires: python3dist(pillow) BuildRequires: python3dist(pip) +BuildRequires: python3dist(pybind11) BuildRequires: python3dist(pytest) BuildRequires: python3dist(rich) BuildRequires: python3dist(setuptools) From b874d9e8751cf039122aa6b2470138c31cc08a34 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:18:07 -0700 Subject: [PATCH 0123/1189] add: pyproject-parser (#10539) --- anda/langs/python/pyproject-parser/anda.hcl | 6 +++ .../pyproject-parser/pyproject-parser.spec | 50 +++++++++++++++++++ .../langs/python/pyproject-parser/update.rhai | 1 + 3 files changed, 57 insertions(+) create mode 100644 anda/langs/python/pyproject-parser/anda.hcl create mode 100644 anda/langs/python/pyproject-parser/pyproject-parser.spec create mode 100644 anda/langs/python/pyproject-parser/update.rhai diff --git a/anda/langs/python/pyproject-parser/anda.hcl b/anda/langs/python/pyproject-parser/anda.hcl new file mode 100644 index 0000000000..3225ab5eed --- /dev/null +++ b/anda/langs/python/pyproject-parser/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "pyproject-parser.spec" + } +} diff --git a/anda/langs/python/pyproject-parser/pyproject-parser.spec b/anda/langs/python/pyproject-parser/pyproject-parser.spec new file mode 100644 index 0000000000..f639e92dc5 --- /dev/null +++ b/anda/langs/python/pyproject-parser/pyproject-parser.spec @@ -0,0 +1,50 @@ +%global pypi_name pyproject-parser +%global _desc Parser for 'pyproject.toml' + +Name: python-%{pypi_name} +Version: 0.14.0 +Release: 1%?dist +Summary: Parser for 'pyproject.toml' +License: MIT +URL: https://pyproject-parser.readthedocs.io/en/latest/ +Source0: https://github.com/repo-helper/pyproject-parser/archive/refs/tags/v%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-pip +BuildRequires: python3-devel +BuildRequires: python3-hatch-requirements-txt + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +Provides: pyvcd +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files pyproject_parser + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE +%{_bindir}/pyproject-fmt +%{_bindir}/pyproject-info +%{_bindir}/pyproject-parser +%{_bindir}/check-pyproject + +%changelog +* Sat Sep 27 2025 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/pyproject-parser/update.rhai b/anda/langs/python/pyproject-parser/update.rhai new file mode 100644 index 0000000000..5f6f39092d --- /dev/null +++ b/anda/langs/python/pyproject-parser/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("pyproject-parser")); From 8d3513a16d7efae30e1147dea5c3f1dac2e00991 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:28:38 -0700 Subject: [PATCH 0124/1189] chore: update glasgow patch (#10517) 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 e85cd35979..720699c607 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 b2280cc8..6d5f8f68 100644 +index 3ecbad5f..06ea059e 100644 --- a/software/pyproject.toml +++ b/software/pyproject.toml -@@ -29,32 +29,32 @@ requires-python = ">=3.13, <4" +@@ -29,34 +29,34 @@ 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. @@ -39,6 +39,9 @@ index b2280cc8..6d5f8f68 100644 # Amaranth, and the version range here must be compatible with Amaranth's. - "pyvcd>=0.4.1,<0.5", + "pyvcd", + # `enum-tools` is used for documenting enums. It is unclear which versioning scheme it uses. +- "enum-tools==0.13.0", ++ "enum-tools", # `importlib_resources` is used to shim over Python API incompatibilities. It uses SemVer. - "importlib_resources~=6.5.2", + "importlib_resources", From 0751e6b5730ddf62c630025933a298f0551bc882 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:28:57 -0700 Subject: [PATCH 0125/1189] add: MareTF (#10549) Signed-off-by: Owen-sz --- anda/tools/MareTF/MareTF.spec | 53 +++++++++++++++++++++++++++++++++++ anda/tools/MareTF/anda.hcl | 5 ++++ anda/tools/MareTF/update.rhai | 1 + 3 files changed, 59 insertions(+) create mode 100644 anda/tools/MareTF/MareTF.spec create mode 100644 anda/tools/MareTF/anda.hcl create mode 100644 anda/tools/MareTF/update.rhai diff --git a/anda/tools/MareTF/MareTF.spec b/anda/tools/MareTF/MareTF.spec new file mode 100644 index 0000000000..b015fe85e3 --- /dev/null +++ b/anda/tools/MareTF/MareTF.spec @@ -0,0 +1,53 @@ +%define debug_package %{nil} + +Name: MareTF +Version: 0.9.3 +Release: 1%{?dist} +License: MIT +Summary: A utility to create, edit, and display every type of VTF file ever made +URL: https://github.com/craftablescience/MareTF +Source: %{url}/archive/refs/tags/v%{version}.tar.gz +Packager: Owen Zimmerman +Provides: maretf + +BuildRequires: gcc-c++ +BuildRequires: cmake +BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(flac) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(vorbis) +BuildRequires: pkgconfig(zlib) +BuildRequires: cmake(Qt6LinguistTools) +BuildRequires: ninja-build +BuildRequires: vulkan-headers + +%description +%{summary}. + +%prep +%git_clone + +%conf +%cmake \ + -DMARETF_BUILD_INSTALLER=ON \ + -DCPACK_GENERATOR=RPM + +%build +%cmake_build + +%install +%cmake_install + +%files +%doc README.md +%license LICENSE +%{_bindir}/maretf +%{_bindir}/maretf_gui +%{_appsdir}/maretf.desktop +%{_hicolordir}/512x512/apps/maretf.png +%{_defaultlicensedir}/maretf/LICENSE +%{_datadir}/mime/packages/maretf.xml + +%changelog +* Sat Mar 14 2026 Owen Zimmerman +- Initial commit diff --git a/anda/tools/MareTF/anda.hcl b/anda/tools/MareTF/anda.hcl new file mode 100644 index 0000000000..ff6f663d92 --- /dev/null +++ b/anda/tools/MareTF/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "MareTF.spec" + } +} diff --git a/anda/tools/MareTF/update.rhai b/anda/tools/MareTF/update.rhai new file mode 100644 index 0000000000..207c029245 --- /dev/null +++ b/anda/tools/MareTF/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("craftablescience/MareTF")); From f9945320fdf316d30a67d51d580a0a197f72f2f3 Mon Sep 17 00:00:00 2001 From: Willow Reed Date: Sun, 15 Mar 2026 12:40:45 -0600 Subject: [PATCH 0126/1189] update emails (#10596) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update emails to terra-specific and fix brackets * bump(gpu-screen-recorder): release 1 → 2 * bump(noctalia-qs): release 1 → 2 * bump(noctalia-shell): release 1 → 2 * bump breakpad release --------- Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/desktops/noctalia-qs/noctalia-qs.spec | 8 ++++---- anda/desktops/noctalia-shell/noctalia-shell.spec | 10 +++++----- anda/lib/breakpad/breakpad.spec | 6 +++--- .../gpu-screen-recorder/gpu-screen-recorder.spec | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/anda/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec index d254a50291..30b9533b0e 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -2,13 +2,13 @@ Name: noctalia-qs Version: 0.0.8 -Release: 1%{?dist} +Release: 2%{?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) +Packager: Willow C Reed BuildRequires: cmake BuildRequires: cmake(Qt6Core) @@ -70,9 +70,9 @@ Flexible QtQuick based desktop shell toolkit. %{_libdir}/qt6/qml/Quickshell %changelog -* Thu Mar 05 2026 Willow C Reed +* Thu Mar 05 2026 Willow C Reed - Fix reision to actually be defined as a specific git commit since it never gets initialized rn - Also fix that noctalia-qs is replacing quickshell overall and not just for noctlaia users -* Fri Feb 27 2026 Willow C Reed +* 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-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index 5f1b77bc0e..a439ae5984 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.6.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Quickshell-based custom shell setup License: MIT @@ -23,7 +23,7 @@ Recommends: power-profiles-daemon Recommends: wlsunset Recommends: gpu-screen-recorder -Packager: Willow Reed +Packager: Willow Reed %description A beautiful, minimal desktop shell for Wayland that actually gets out of your way. Built on Quickshell with a warm lavender aesthetic that you can easily customize to match your vibe. @@ -43,11 +43,11 @@ cp -r ./* %{buildroot}/etc/xdg/quickshell/noctalia-shell/ %{_sysconfdir}/xdg/quickshell/noctalia-shell/ %changelog -* Mon Mar 09 2026 Willow C Reed +* Mon Mar 09 2026 Willow C Reed - switch gpu-screen-recorder to be recommended as it's a plugin and not required anymore. also switched source to be based on version. -* Fri Feb 27 2026 Willow C Reed +* Fri Feb 27 2026 Willow C Reed - Change required quickshell to Noctalia's version -* Fri Jan 02 2026 Willow Reed +* Fri Jan 02 2026 Willow Reed - Initial commit \ No newline at end of file diff --git a/anda/lib/breakpad/breakpad.spec b/anda/lib/breakpad/breakpad.spec index 8964f54b2f..01f71de917 100644 --- a/anda/lib/breakpad/breakpad.spec +++ b/anda/lib/breakpad/breakpad.spec @@ -1,6 +1,6 @@ Name: breakpad Version: 2024.02.16 -Release: 2%?dist +Release: 3%?dist Summary: Google Breakpad crash-reporting system License: BSD-3-Clause Group: System @@ -14,7 +14,7 @@ BuildRequires: pkgconfig(gtest) BuildRequires: pkgconfig(zlib) BuildRequires: anda-srpm-macros -Packager: Willow Reed (willow@willowidk.dev) +Packager: Willow Reed %description A set of client and server components which implement a crash-reporting system. @@ -59,5 +59,5 @@ rm -rf %{buildroot}%{_docdir}/breakpad-0.1 %{_libexecdir}/core_handler %changelog -* Fri Jan 02 2026 Willow Reed +* Fri Jan 02 2026 Willow Reed - Initial commit diff --git a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec index eb26991671..fd11cf11ae 100644 --- a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec +++ b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec @@ -2,7 +2,7 @@ Name: gpu-screen-recorder Version: 5.12.5 -Release: 1%?dist +Release: 2%?dist Summary: A shadowplay-like screen recorder for Linux License: GPL-3.0-or-later @@ -34,7 +34,7 @@ BuildRequires: pkgconfig(libglvnd) Requires(post): libcap BuildRequires: systemd-rpm-macros -Packager: Willow Reed +Packager: Willow Reed %description Shadowplay-like screen recorder for Linux. Uses GPU acceleration to record in H.264, HEVC, AV1, VP8, or VP9. @@ -73,5 +73,5 @@ Shadowplay-like screen recorder for Linux. Uses GPU acceleration to record in H. %{_mandir}/man1/gpu-screen-recorder.1* %changelog -* Fri Jan 02 2026 Willow Reed +* Fri Jan 02 2026 Willow Reed - Initial commit \ No newline at end of file From 22ed1bc3840b60f08d00160decf8c704c24520da Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sun, 15 Mar 2026 15:51:36 -0300 Subject: [PATCH 0127/1189] chore: remove xwayland-satellite as it is on the official fedora repos (#10601) Signed-off-by: Tulip Blossom --- anda/langs/rust/xwayland-satellite/anda.hcl | 5 --- .../langs/rust/xwayland-satellite/update.rhai | 1 - .../xwayland-satellite.spec | 32 ------------------- 3 files changed, 38 deletions(-) delete mode 100644 anda/langs/rust/xwayland-satellite/anda.hcl delete mode 100644 anda/langs/rust/xwayland-satellite/update.rhai delete mode 100644 anda/langs/rust/xwayland-satellite/xwayland-satellite.spec diff --git a/anda/langs/rust/xwayland-satellite/anda.hcl b/anda/langs/rust/xwayland-satellite/anda.hcl deleted file mode 100644 index 08be56162c..0000000000 --- a/anda/langs/rust/xwayland-satellite/anda.hcl +++ /dev/null @@ -1,5 +0,0 @@ -project pkg { - rpm { - spec = "xwayland-satellite.spec" - } -} diff --git a/anda/langs/rust/xwayland-satellite/update.rhai b/anda/langs/rust/xwayland-satellite/update.rhai deleted file mode 100644 index ea68a4030a..0000000000 --- a/anda/langs/rust/xwayland-satellite/update.rhai +++ /dev/null @@ -1 +0,0 @@ -rpm.version(gh("supreeeme/xwayland-satellite")); diff --git a/anda/langs/rust/xwayland-satellite/xwayland-satellite.spec b/anda/langs/rust/xwayland-satellite/xwayland-satellite.spec deleted file mode 100644 index dc538c7137..0000000000 --- a/anda/langs/rust/xwayland-satellite/xwayland-satellite.spec +++ /dev/null @@ -1,32 +0,0 @@ -Name: xwayland-satellite -Version: 0.8.1 -Release: 1%?dist -Summary: Xwayland outside your Wayland. -License: MPL-2.0 -URL: https://github.com/supreeeme/xwayland-satellite -Source0: %url/archive/refs/tags/v%version.tar.gz -BuildRequires: anda-srpm-macros cargo-rpm-macros mold -BuildRequires: pkgconfig(xcb) -BuildRequires: xcb-util-cursor-devel -BuildRequires: clang-devel - -%description -xwayland-satellite grants rootless Xwayland integration to any Wayland -compositor implementing xdg_wm_base. This is particularly useful for -compositors that (understandably) do not want to go through implementing -support for rootless Xwayland themselves. - -%prep -%autosetup -%cargo_prep_online - -%build -%cargo_build - -%install -%cargo_install - -%files -%doc README.md -%license LICENSE -%_bindir/xwayland-satellite From 6622454708d264f84cec4c89f9c0aab750bd1de3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 18:57:11 +0000 Subject: [PATCH 0128/1189] 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 fce739b114..03d6757749 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 5714eb0ba537dc7efe5b50e9e6d08f8e66b12dfb -%global ver 0.0.40-18966 +%global commit 433816148a30ed79e395f10810d47dd681787e98 +%global ver 0.0.40-18967 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From c42d4f530ac927a745d98006be469b235d4f7808 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sun, 15 Mar 2026 16:06:32 -0300 Subject: [PATCH 0129/1189] add: taidan (#10597) --- anda/system/taidan/anda.hcl | 5 +++ anda/system/taidan/taidan.spec | 63 ++++++++++++++++++++++++++++++++++ anda/system/taidan/update.rhai | 1 + 3 files changed, 69 insertions(+) create mode 100644 anda/system/taidan/anda.hcl create mode 100644 anda/system/taidan/taidan.spec create mode 100644 anda/system/taidan/update.rhai diff --git a/anda/system/taidan/anda.hcl b/anda/system/taidan/anda.hcl new file mode 100644 index 0000000000..5ca54bc05c --- /dev/null +++ b/anda/system/taidan/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "taidan.spec" + } +} diff --git a/anda/system/taidan/taidan.spec b/anda/system/taidan/taidan.spec new file mode 100644 index 0000000000..5a6d5a19d6 --- /dev/null +++ b/anda/system/taidan/taidan.spec @@ -0,0 +1,63 @@ +Name: taidan +Version: 0.1.39 +Release: 1%?dist +Summary: Out-Of-Box-Experience (OOBE) and Welcome App +SourceLicense: GPL-3.0-or-later AND GPL-2.0-or-later +License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 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 MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND GPL-3.0-or-later AND GPL-2.0-or-later +URL: https://github.com/Ultramarine-Linux/taidan +Packager: Terra Packaging Team +Conflicts: initial-setup +Requires: (glib2 or (/usr/bin/plasma-apply-colorscheme and kf6-kconfig)) +Requires: shadow-utils +Requires: systemd-udev +Requires: bash +Requires: (dnf5 and dnf5-command(copr)) +Requires: flatpak +Requires: libwebp +Requires: webp-pixbuf-loader +Requires: xhost +Requires: kwin-wayland swaybg +Requires: netto network-manager-applet +Requires: polkit +BuildRequires: anda-srpm-macros mold cargo rust-packaging perl systemd-rpm-macros +BuildRequires: pkgconfig(libhelium-1) +BuildRequires: pkgconfig(openssl) +BuildRequires: gcc clang clang-libs +BuildRequires: pkgconfig(libacl) +BuildRequires: pkgconfig(libattr) +BuildRequires: glibc-all-langpacks + +%description +Taidan is a GUI Out-Of-Box-Experience (OOBE) and Welcome App for Ultramarine +Linux, written in Rust and the Helium toolkit. + +%prep +%git_clone +%cargo_prep_online + +%build +%{cargo_license_online} > LICENSE.dependencies + +%install +%cargo_install +DESTDIR=%buildroot ./scripts/install.sh + +%files +%doc README.md +%license LICENSE.md LICENSE.dependencies +%_bindir/taidan +%_libexecdir/start-taidan +%_datadir/polkit-1/rules.d/100-taidan.rules +%_datadir/taidan/ +%_presetdir/95-taidan.preset +%_sysconfdir/com.fyralabs.Taidan/ +%_sysconfdir/pam.d/taidan +%_sysusersdir/taidan.conf +%_unitdir/taidan-initial-setup.service +%_unitdir/taidan-initial-setup-reconfiguration.service +%dir %_prefix/lib/taidan/ +%_prefix/lib/taidan/labwc/* + +%changelog +* Sun Mar 15 2026 Tulip Blossom +- Port manifest from Ultramarine repos to Terra diff --git a/anda/system/taidan/update.rhai b/anda/system/taidan/update.rhai new file mode 100644 index 0000000000..d4ee78b6c5 --- /dev/null +++ b/anda/system/taidan/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("ultramarine-linux/taidan")); From 409b354ea44e90626640b53d304c2cc04f76584f Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sun, 15 Mar 2026 16:09:24 -0300 Subject: [PATCH 0130/1189] add: valent (nightly) (#10543) --- anda/apps/valent/anda.hcl | 8 +++ anda/apps/valent/update.rhai | 7 +++ anda/apps/valent/valent.spec | 98 ++++++++++++++++++++++++++++++++++++ 3 files changed, 113 insertions(+) create mode 100644 anda/apps/valent/anda.hcl create mode 100644 anda/apps/valent/update.rhai create mode 100644 anda/apps/valent/valent.spec diff --git a/anda/apps/valent/anda.hcl b/anda/apps/valent/anda.hcl new file mode 100644 index 0000000000..e688a5daeb --- /dev/null +++ b/anda/apps/valent/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "valent.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/apps/valent/update.rhai b/anda/apps/valent/update.rhai new file mode 100644 index 0000000000..ea282cb7f0 --- /dev/null +++ b/anda/apps/valent/update.rhai @@ -0,0 +1,7 @@ +if filters.contains("nightly") { + rpm.global("commit", gh_commit("andyholmes/valent")); + if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); + } +} diff --git a/anda/apps/valent/valent.spec b/anda/apps/valent/valent.spec new file mode 100644 index 0000000000..aafb8e7199 --- /dev/null +++ b/anda/apps/valent/valent.spec @@ -0,0 +1,98 @@ +%global commit 1b540bb7562206d33a3646b698fba899e50ba29d +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commit_date 20260315 + +Name: valent +Version: 0~%{commit_date}git.%{shortcommit} +Release: 1%{?dist} +Summary: Connect, control and sync devices +License: GPL-3.0-or-later +URL: https://github.com/andyholmes/valent +Source0: %{url}/archive/%{commit}/valent-%{commit}.tar.gz +Source1: https://gitlab.gnome.org/GNOME/libgnome-volume-control/-/archive/master/libgnome-volume-control-master.tar.gz +Packager: Tulip Blossom + +Provides: bundled(gvc) +BuildRequires: desktop-file-utils +BuildRequires: evolution-data-server-devel +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: libphonenumber-devel +BuildRequires: meson +BuildRequires: pkgconfig(glycin-2) +BuildRequires: pkgconfig(glycin-gtk4-2) +BuildRequires: pkgconfig(gnutls) +BuildRequires: pkgconfig(gstreamer-1.0) +BuildRequires: pkgconfig(json-glib-1.0) +BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: pkgconfig(libpeas-2) +BuildRequires: pkgconfig(libpipewire-0.3) +BuildRequires: pkgconfig(libportal-gtk4) +BuildRequires: pkgconfig(libpulse) +BuildRequires: pkgconfig(tracker-sparql-3.0) + +%description +%{summary}. + +%package devel +%pkg_devel_files +%{_datadir}/vala/vapi/libvalent-1.deps +%{_datadir}/vala/vapi/libvalent-1.vapi +%{_libdir}/libvalent-1.so.0 +%{_libdir}/libvalent-1.so.1.0.0 + +%package langpacks +Summary: Translations for %{name} +BuildArch: noarch +Requires: %{name} = %{evr} + +%description langpacks +This package contains translations for %{name}. + +%prep +%autosetup -n valent-%{commit} -p1 +rm -r subprojects/gvc* +tar -xf %{SOURCE1} -C subprojects +mv subprojects/libgnome-volume-control* subprojects/gvc + +%conf +%meson + +%build +%meson_build + +%install +%meson_install + +%files langpacks +%{_datadir}/locale + + +%files +%license LICENSE +%doc README.md +%{_bindir}/valent +%{_datadir}/applications/ca.andyholmes.Valent.desktop +%{_datadir}/dbus-1/services/ca.andyholmes.Valent.service +%{_datadir}/gir-1.0/Valent-1.gir +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.battery.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.clipboard.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.connectivity_report.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.contacts.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.notification.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.runcommand.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.sftp.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.share.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.systemvolume.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.telephony.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.Plugin.xdp.gschema.xml +%{_datadir}/glib-2.0/schemas/ca.andyholmes.Valent.gschema.xml +%{_datadir}/icons/hicolor/scalable/apps/ca.andyholmes.Valent.svg +%{_datadir}/icons/hicolor/symbolic/apps/ca.andyholmes.Valent-symbolic.svg +%{_datadir}/metainfo/ca.andyholmes.Valent.metainfo.xml +%{_libdir}/girepository-1.0/Valent-1.typelib +%{_sysconfdir}/xdg/autostart/ca.andyholmes.Valent-autostart.desktop + +%changelog +* Sun Mar 15 2026 Tulip Blossom +- Initial commit From 323db4dca0dea35d79c38a40e3a16149314ea44f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 19:32:08 +0000 Subject: [PATCH 0131/1189] 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 03d6757749..ffccebb608 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 433816148a30ed79e395f10810d47dd681787e98 -%global ver 0.0.40-18967 +%global commit 74fbca8c809475cb5acee29761d42d8723593436 +%global ver 0.0.40-18968 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From f4048ae242c89a344624136d691016b978da95ff Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sun, 15 Mar 2026 13:15:17 -0700 Subject: [PATCH 0132/1189] feat: Add xonedo driver (#10614) --- anda/system/xonedo/nightly/akmod/anda.hcl | 9 ++ anda/system/xonedo/nightly/akmod/update.rhai | 13 ++ .../nightly/akmod/xonedo-nightly-kmod.spec | 68 +++++++++ anda/system/xonedo/nightly/dkms/anda.hcl | 10 ++ .../nightly/dkms/dkms-xonedo-nightly.spec | 75 ++++++++++ .../xonedo/nightly/dkms/no-weak-modules.conf | 1 + anda/system/xonedo/nightly/dkms/update.rhai | 13 ++ .../xonedo/nightly/kmod-common/anda.hcl | 9 ++ .../xonedo/nightly/kmod-common/modules.conf | 1 + .../xonedo/nightly/kmod-common/update.rhai | 8 + .../nightly/kmod-common/xonedo-nightly.spec | 138 ++++++++++++++++++ anda/system/xonedo/stable/akmod/anda.hcl | 9 ++ anda/system/xonedo/stable/akmod/update.rhai | 4 + .../xonedo/stable/akmod/xonedo-kmod.spec | 65 +++++++++ anda/system/xonedo/stable/dkms/anda.hcl | 10 ++ .../xonedo/stable/dkms/dkms-xonedo.spec | 72 +++++++++ .../xonedo/stable/dkms/no-weak-modules.conf | 1 + anda/system/xonedo/stable/dkms/update.rhai | 4 + .../system/xonedo/stable/kmod-common/anda.hcl | 6 + .../xonedo/stable/kmod-common/modules.conf | 1 + .../xonedo/stable/kmod-common/update.rhai | 1 + .../xonedo/stable/kmod-common/xonedo.spec | 138 ++++++++++++++++++ 22 files changed, 656 insertions(+) create mode 100644 anda/system/xonedo/nightly/akmod/anda.hcl create mode 100644 anda/system/xonedo/nightly/akmod/update.rhai create mode 100644 anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec create mode 100644 anda/system/xonedo/nightly/dkms/anda.hcl create mode 100644 anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec create mode 100644 anda/system/xonedo/nightly/dkms/no-weak-modules.conf create mode 100644 anda/system/xonedo/nightly/dkms/update.rhai create mode 100644 anda/system/xonedo/nightly/kmod-common/anda.hcl create mode 100644 anda/system/xonedo/nightly/kmod-common/modules.conf create mode 100644 anda/system/xonedo/nightly/kmod-common/update.rhai create mode 100644 anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec create mode 100644 anda/system/xonedo/stable/akmod/anda.hcl create mode 100644 anda/system/xonedo/stable/akmod/update.rhai create mode 100644 anda/system/xonedo/stable/akmod/xonedo-kmod.spec create mode 100644 anda/system/xonedo/stable/dkms/anda.hcl create mode 100644 anda/system/xonedo/stable/dkms/dkms-xonedo.spec create mode 100644 anda/system/xonedo/stable/dkms/no-weak-modules.conf create mode 100644 anda/system/xonedo/stable/dkms/update.rhai create mode 100644 anda/system/xonedo/stable/kmod-common/anda.hcl create mode 100644 anda/system/xonedo/stable/kmod-common/modules.conf create mode 100644 anda/system/xonedo/stable/kmod-common/update.rhai create mode 100644 anda/system/xonedo/stable/kmod-common/xonedo.spec diff --git a/anda/system/xonedo/nightly/akmod/anda.hcl b/anda/system/xonedo/nightly/akmod/anda.hcl new file mode 100644 index 0000000000..ca1a552d4b --- /dev/null +++ b/anda/system/xonedo/nightly/akmod/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + rpm { + spec = "xonedo-nightly-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/xonedo/nightly/akmod/update.rhai b/anda/system/xonedo/nightly/akmod/update.rhai new file mode 100644 index 0000000000..943bab2262 --- /dev/null +++ b/anda/system/xonedo/nightly/akmod/update.rhai @@ -0,0 +1,13 @@ +let c = sh("cat anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} + diff --git a/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec b/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec new file mode 100644 index 0000000000..e0802a189e --- /dev/null +++ b/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec @@ -0,0 +1,68 @@ +%global commit 982cbcb019ae4d2bee5ae69385223409ee555c88 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260315 +%global ver 0.5.7 +%define buildforkernels akmod +%global debug_package %{nil} +%global modulename xonedo + +Name: %{modulename}-nightly-kmod +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Epoch: 1 +%endif +Summary: Linux kernel driver for Xbox One and Xbox Series X|S accessories +License: GPL-2.0-or-later +URL: https://github.com/OpenGamingCollective/xonedo +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +BuildRequires: kmodtool +BuildRequires: systemd-rpm-macros +Requires: %{modulename}-nightly = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-nightly-akmod-modules = %{?epoch:%{epoch}:}%{version} +Requires: akmods +Conflicts: dkms-%{modulename}-nightly +Conflicts: %{modulename}-kmod +Conflicts: dkms-xone-nightly +Conflicts: xone-kmod +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Obsoletes: %{name} < %{?epoch:%{epoch}:}3.0^20250419git.c682b0c +%endif +Packager: Kyle Gospodnetich + +%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Linux kernel driver for Xbox One and Xbox Series X|S accessories. Compatible with the xpad kernel module. + +%prep +%{?kmodtool_check} +kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%autosetup -p1 -n %{modulename}-%{commit} + +find . -type f -name '*.c' -exec sed -i "s/#VERSION#/%{version}/" {} \; + +for kernel_version in %{?kernel_versions}; do + mkdir _kmod_build_${kernel_version%%___*} + cp -fr auth bus driver transport Kbuild _kmod_build_${kernel_version%%___*} +done + +%build +for kernel_version in %{?kernel_versions}; do + pushd _kmod_build_${kernel_version%%___*}/ + %make_build -C "${kernel_version##*___}" M=$(pwd) VERSION="v%{version}" modules + popd +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -p -m 0755 _kmod_build_${kernel_version%%___*}/*.ko \ + %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ +done +%{?akmod_install} + +%changelog +* Sun Mar 15 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/xonedo/nightly/dkms/anda.hcl b/anda/system/xonedo/nightly/dkms/anda.hcl new file mode 100644 index 0000000000..df85fd67ea --- /dev/null +++ b/anda/system/xonedo/nightly/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches=["x86_64"] + rpm { + spec = "dkms-xonedo-nightly.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec b/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec new file mode 100644 index 0000000000..e115413c72 --- /dev/null +++ b/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec @@ -0,0 +1,75 @@ +%global commit 982cbcb019ae4d2bee5ae69385223409ee555c88 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260314 +%global ver 0.5.7 +%global debug_package %{nil} +%global modulename xonedo + +Name: dkms-%{modulename}-nightly +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Epoch: 1 +%endif +Summary: Linux kernel driver for Xbox One and Xbox Series X|S accessories +License: GPL-2.0-or-later +URL: https://github.com/OpenGamingCollective/xonedo +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +Source1: no-weak-modules.conf +BuildRequires: sed +BuildRequires: systemd-rpm-macros +Requires: %{modulename}-nightly = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename}-nightly +Conflicts: %{modulename}-kmod +Conflicts: dkms-xone-nightly +Conflicts: dkms-xone +Provides: %{modulename}-nightly-kmod = %{?epoch:%{epoch}:}%{version} +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Obsoletes: dkms-%{modulename} < %{?epoch:%{epoch}:}3.0^20250419git.c682b0c +%endif +BuildArch: noarch +Packager: Kyle Gospodnetich + +%description +Linux kernel driver for Xbox One and Xbox Series X|S accessories. Compatible with the xpad kernel module. + +%prep +%autosetup -p1 -n %{modulename}-%{commit} + +sed -i \ + -e 's|#VERSION#|%{version}|g' \ + -e 's|kernel/drivers/input/joystick|extra|g' \ + dkms.conf + +find . -type f -name '*.c' -exec sed -i "s/#VERSION#/%{version}/" {} \; + +%install +# Create empty tree: +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr auth bus driver transport Kbuild dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ + +%if 0%{?fedora} +# Do not enable weak modules support in Fedora (no kABI): +install -Dpm644 %{SOURCE1} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +# Rebuild and make available for the currently running kernel: +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +# Remove all versions from DKMS registry: +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} +%if 0%{?fedora} +%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%changelog +* Sun Mar 15 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/xonedo/nightly/dkms/no-weak-modules.conf b/anda/system/xonedo/nightly/dkms/no-weak-modules.conf new file mode 100644 index 0000000000..24f6f95c96 --- /dev/null +++ b/anda/system/xonedo/nightly/dkms/no-weak-modules.conf @@ -0,0 +1 @@ +NO_WEAK_MODULES="yes" diff --git a/anda/system/xonedo/nightly/dkms/update.rhai b/anda/system/xonedo/nightly/dkms/update.rhai new file mode 100644 index 0000000000..943bab2262 --- /dev/null +++ b/anda/system/xonedo/nightly/dkms/update.rhai @@ -0,0 +1,13 @@ +let c = sh("cat anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} + diff --git a/anda/system/xonedo/nightly/kmod-common/anda.hcl b/anda/system/xonedo/nightly/kmod-common/anda.hcl new file mode 100644 index 0000000000..b008b1a957 --- /dev/null +++ b/anda/system/xonedo/nightly/kmod-common/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "xonedo-nightly.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/xonedo/nightly/kmod-common/modules.conf b/anda/system/xonedo/nightly/kmod-common/modules.conf new file mode 100644 index 0000000000..776e9eff4f --- /dev/null +++ b/anda/system/xonedo/nightly/kmod-common/modules.conf @@ -0,0 +1 @@ +add_drivers+=" snd-pcm snd-seq " diff --git a/anda/system/xonedo/nightly/kmod-common/update.rhai b/anda/system/xonedo/nightly/kmod-common/update.rhai new file mode 100644 index 0000000000..4f75b47bcd --- /dev/null +++ b/anda/system/xonedo/nightly/kmod-common/update.rhai @@ -0,0 +1,8 @@ +rpm.global("commit", gh_commit("OpenGamingCollective/xonedo")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); + let v = gh("OpenGamingCollective/xonedo"); + v.crop(1); + rpm.global("ver", v); +} diff --git a/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec b/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec new file mode 100644 index 0000000000..861e1237b1 --- /dev/null +++ b/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec @@ -0,0 +1,138 @@ +%global commit 982cbcb019ae4d2bee5ae69385223409ee555c88 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260314 +%global ver 0.5.7 +%global modulename xonedo +%global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d +%global firmware_hash0 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223 +%global firmware_hash1 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf66 +%global firmware_hash2 0023a7bae02974834500c665a281e25b1ba52c9226c84989f9084fa5ce591d9b +%global firmware_hash3 e2710daf81e7b36d35985348f68a81d18bc537a2b0c508ffdfde6ac3eae1bad7 + +Name: xonedo-nightly +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Epoch: 1 +%endif +Summary: Linux kernel driver for Xbox One and Xbox Series X|S accessories common files +License: GPL-2.0-or-later +URL: https://github.com/OpenGamingCollective/xonedo +Source0: %{url}/archive/%{commit}.tar.gz#/xone-%{shortcommit}.tar.gz +Source1: modules.conf +Source2: https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/03/2ea9591b-f751-442c-80ce-8f4692cdc67b_6b555a3a288153cf04aec6e03cba360afe2fce34.cab +Source3: https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/07/1cd6a87c-623f-4407-a52d-c31be49e925c_e19f60808bdcbfbd3c3df6be3e71ffc52e43261e.cab +Source4: https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/06/1dbd7cb4-53bc-4857-a5b0-5955c8acaf71_9081931e7d664429a93ffda0db41b7545b7ac257.cab +Source5: https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/08/aeff215c-3bc4-4d36-a3ea-e14bfa8fa9d2_e58550c4f74a27e51e5cb6868b10ff633fa77164.cab +### Microsoft TOU copy: +Source6: https://www.microsoft.com/en-us/legal/terms-of-use +BuildRequires: cabextract +BuildRequires: sed +BuildRequires: systemd-rpm-macros +Requires: wireless-regdb +Requires: %{name}-firmware = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} +Requires(post): dracut +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +Conflicts: xone +Conflicts: %{modulename} +Conflicts: xow <= 0.5 +Obsoletes: xow <= 0.5 +BuildArch: noarch +Packager: Kyle Gospodnetich + +%description +Linux kernel driver for Xbox One and Xbox Series X|S accessories common files. Compatible with the xpad kernel module. + +%package akmod-modules +Summary: Modules for Akmods +Requires: akmod-%{name} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%package firmware +Summary: Firmware for the XBox One controller dongle +License: Proprietary +Requires: wireless-regdb +Conflicts: xone-firmware +BuildArch: noarch + +%description firmware +Proprietary firmware for XBox controller dongles. + +%prep +%autosetup -p1 -n %{modulename}-%{commit} +/usr/bin/sed -nE '/^BUILT_MODULE_NAME/{s@^.+"(.+)"@\1@; s|-|_|g; p}' dkms.conf > %{modulename}.conf + +### Firmware: +# Some of the .bin files have the same name so put them in subdirs +mkdir firm{0..4} + +pushd firm0 +cabextract -F FW_ACC_00U.bin %{SOURCE2} +echo %{firmware_hash0} FW_ACC_00U.bin | sha256sum -c +popd + +pushd firm1 +cabextract -F FW_ACC_00U.bin %{SOURCE3} +echo %{firmware_hash1} FW_ACC_00U.bin | sha256sum -c +popd + +pushd firm2 +cabextract -F FW_ACC_CL.bin %{SOURCE4} +echo %{firmware_hash2} FW_ACC_CL.bin | sha256sum -c +popd + +pushd firm3 +cabextract -F FW_ACC_BR.bin %{SOURCE5} +echo %{firmware_hash3} FW_ACC_BR.bin | sha256sum -c +popd + +%install +# xone-gip-headset module should have the snd-pcm and snd-seq modules be preloaded or it will give errors on boot due to injecting late. +# It still loads afterwards, but this error is easily fixable by just loading the modules in the initramfs. +install -Dpm644 %{SOURCE1} %{buildroot}%{_dracutconfdir}/60-%{modulename}-snd.conf + +# Blacklist: +install -Dpm644 install/modprobe.conf %{buildroot}%{_modprobedir}/60-%{modulename}.conf + +# Firmware: +install -Dpm644 firm0/FW_ACC_00U.bin %{buildroot}%{_prefix}/lib/firmware/xone_dongle_02e6.bin +install -Dpm644 firm1/FW_ACC_00U.bin %{buildroot}%{_prefix}/lib/firmware/xone_dongle_02fe.bin +install -Dpm644 firm2/FW_ACC_CL.bin %{buildroot}%{_prefix}/lib/firmware/xone_dongle_02f9.bin +install -Dpm644 firm3/FW_ACC_BR.bin %{buildroot}%{_prefix}/lib/firmware/xone_dongle_091e.bin + +# Akmods modules +install -Dm644 %{modulename}.conf -t %{buildroot}%{_modulesloaddir} + +# TOU file +/usr/bin/cp %{SOURCE6} . + +%files +%license LICENSE +%doc README.md +%{_modprobedir}/60-%{modulename}.conf +%{_dracutconfdir}/60-%{modulename}-snd.conf + +%files akmod-modules +%{_modulesloaddir}/%{modulename}.conf + +%files firmware +%license terms-of-use +%{_prefix}/lib/firmware/xone_dongle_02e6.bin +%{_prefix}/lib/firmware/xone_dongle_02fe.bin +%{_prefix}/lib/firmware/xone_dongle_02f9.bin +%{_prefix}/lib/firmware/xone_dongle_091e.bin + +%postun +/usr/bin/dracut -f || : + +%post firmware +echo "The firmware for the wireless dongle is subject to Microsoft's Terms of Use:" +echo 'https://www.microsoft.com/en-us/legal/terms-of-use' + +%changelog +* Sun Mar 15 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/xonedo/stable/akmod/anda.hcl b/anda/system/xonedo/stable/akmod/anda.hcl new file mode 100644 index 0000000000..4d2bfffeef --- /dev/null +++ b/anda/system/xonedo/stable/akmod/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + rpm { + spec = "xonedo-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/xonedo/stable/akmod/update.rhai b/anda/system/xonedo/stable/akmod/update.rhai new file mode 100644 index 0000000000..747989c246 --- /dev/null +++ b/anda/system/xonedo/stable/akmod/update.rhai @@ -0,0 +1,4 @@ +import "andax/bump_extras.rhai" as bump; + +rpm.version(bump::madoguchi("xonedo", labels.branch)); + diff --git a/anda/system/xonedo/stable/akmod/xonedo-kmod.spec b/anda/system/xonedo/stable/akmod/xonedo-kmod.spec new file mode 100644 index 0000000000..ed04ba4f18 --- /dev/null +++ b/anda/system/xonedo/stable/akmod/xonedo-kmod.spec @@ -0,0 +1,65 @@ +%define buildforkernels akmod +%global debug_package %{nil} +%global modulename xonedo +%global ogcversion 1 + +Name: %{modulename}-kmod +Version: 0.5.7 +Release: 1%?dist +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Epoch: 2 +%endif +Summary: Linux kernel driver for Xbox One and Xbox Series X|S accessories +License: GPL-2.0-or-later +URL: https://github.com/OpenGamingCollective/xonedo +Source0: %{url}/archive/refs/tags/v%{version}-ogc%{ogcversion}.tar.gz +BuildRequires: kmodtool +BuildRequires: systemd-rpm-macros +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} +Requires: akmods +Conflicts: dkms-%{modulename} +Conflicts: %{modulename}-nightly-kmod +Conflicts: dkms-xone +Conflicts: xone-nightly-kmod +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Obsoletes: %{name} < %{?epoch:%{epoch}:}0.3.4 +%endif +Packager: Kyle Gospodnetich + +%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Linux kernel driver for Xbox One and Xbox Series X|S accessories. Compatible with the xpad kernel module. + +%prep +%{?kmodtool_check} +kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%autosetup -p1 -n %{modulename}-%{version}-ogc%{ogcversion} + +find . -type f -name '*.c' -exec sed -i "s/#VERSION#/%{version}/" {} \; + +for kernel_version in %{?kernel_versions}; do + mkdir _kmod_build_${kernel_version%%___*} + cp -fr auth bus driver transport Kbuild _kmod_build_${kernel_version%%___*} +done + +%build +for kernel_version in %{?kernel_versions}; do + pushd _kmod_build_${kernel_version%%___*}/ + %make_build -C "${kernel_version##*___}" M=$(pwd) VERSION="v%{version}" modules + popd +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -p -m 0755 _kmod_build_${kernel_version%%___*}/*.ko \ + %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ +done +%{?akmod_install} + +%changelog +* Sun Mar 15 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/xonedo/stable/dkms/anda.hcl b/anda/system/xonedo/stable/dkms/anda.hcl new file mode 100644 index 0000000000..1b3bd131a8 --- /dev/null +++ b/anda/system/xonedo/stable/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches=["x86_64"] + rpm { + spec = "dkms-xonedo.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/xonedo/stable/dkms/dkms-xonedo.spec b/anda/system/xonedo/stable/dkms/dkms-xonedo.spec new file mode 100644 index 0000000000..4b12a9faca --- /dev/null +++ b/anda/system/xonedo/stable/dkms/dkms-xonedo.spec @@ -0,0 +1,72 @@ +%global debug_package %{nil} +%global modulename xonedo +%global ogcversion 1 + +Name: dkms-%{modulename} +Version: 0.5.7 +Release: 1%?dist +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Epoch: 2 +%endif +Summary: Linux kernel driver for Xbox One and Xbox Series X|S accessories +License: GPL-2.0-or-later +URL: https://github.com/OpenGamingCollective/xonedo +Source0: %{url}/archive/refs/tags/v%{version}-ogc%{ogcversion}.tar.gz +Source1: no-weak-modules.conf +BuildRequires: sed +BuildRequires: systemd-rpm-macros +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename} +Conflicts: %{modulename}-nightly-kmod +Conflicts: akmod-xone +Conflicts: xone-nightly-kmod +Provides: %{modulename}-kmod +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Obsoletes: %{name} < %{?epoch:%{epoch}:}0.3.4 +%endif +BuildArch: noarch +Packager: Kyle Gospodnetich + +%description +Linux kernel driver for Xbox One and Xbox Series X|S accessories. Compatible with the xpad kernel module. + +%prep +%autosetup -p1 -n %{modulename}-%{version}-ogc%{ogcversion} + +sed -i \ + -e 's|#VERSION#|%{version}|g' \ + -e 's|kernel/drivers/input/joystick|extra|g' \ + dkms.conf + +find . -type f -name '*.c' -exec sed -i "s/#VERSION#/%{version}/" {} \; + +%install +# Create empty tree: +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr auth bus driver transport Kbuild dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ + +%if 0%{?fedora} +# Do not enable weak modules support in Fedora (no kABI): +install -Dpm644 %{SOURCE1} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +# Rebuild and make available for the currently running kernel: +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +# Remove all versions from DKMS registry: +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} +%if 0%{?fedora} +%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%changelog +* Sun Mar 15 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/xonedo/stable/dkms/no-weak-modules.conf b/anda/system/xonedo/stable/dkms/no-weak-modules.conf new file mode 100644 index 0000000000..24f6f95c96 --- /dev/null +++ b/anda/system/xonedo/stable/dkms/no-weak-modules.conf @@ -0,0 +1 @@ +NO_WEAK_MODULES="yes" diff --git a/anda/system/xonedo/stable/dkms/update.rhai b/anda/system/xonedo/stable/dkms/update.rhai new file mode 100644 index 0000000000..747989c246 --- /dev/null +++ b/anda/system/xonedo/stable/dkms/update.rhai @@ -0,0 +1,4 @@ +import "andax/bump_extras.rhai" as bump; + +rpm.version(bump::madoguchi("xonedo", labels.branch)); + diff --git a/anda/system/xonedo/stable/kmod-common/anda.hcl b/anda/system/xonedo/stable/kmod-common/anda.hcl new file mode 100644 index 0000000000..e02b579bf1 --- /dev/null +++ b/anda/system/xonedo/stable/kmod-common/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "xonedo.spec" + } +} diff --git a/anda/system/xonedo/stable/kmod-common/modules.conf b/anda/system/xonedo/stable/kmod-common/modules.conf new file mode 100644 index 0000000000..776e9eff4f --- /dev/null +++ b/anda/system/xonedo/stable/kmod-common/modules.conf @@ -0,0 +1 @@ +add_drivers+=" snd-pcm snd-seq " diff --git a/anda/system/xonedo/stable/kmod-common/update.rhai b/anda/system/xonedo/stable/kmod-common/update.rhai new file mode 100644 index 0000000000..4e07533248 --- /dev/null +++ b/anda/system/xonedo/stable/kmod-common/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("OpenGamingCollective/xonedo")); diff --git a/anda/system/xonedo/stable/kmod-common/xonedo.spec b/anda/system/xonedo/stable/kmod-common/xonedo.spec new file mode 100644 index 0000000000..ec7b3db2ec --- /dev/null +++ b/anda/system/xonedo/stable/kmod-common/xonedo.spec @@ -0,0 +1,138 @@ +%global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d +%global firmware_hash0 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223 +%global firmware_hash1 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf66 +%global firmware_hash2 0023a7bae02974834500c665a281e25b1ba52c9226c84989f9084fa5ce591d9b +%global firmware_hash3 e2710daf81e7b36d35985348f68a81d18bc537a2b0c508ffdfde6ac3eae1bad7 +%global ogcversion 1 + +Name: xonedo +Version: 0.5.7 +Release: 1%?dist +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Epoch: 2 +%endif +Summary: Linux kernel driver for Xbox One and Xbox Series X|S accessories common files +License: GPL-2.0-or-later +URL: https://github.com/OpenGamingCollective/xonedo +Source0: %{url}/archive/refs/tags/v%{version}-ogc%{ogcversion}.tar.gz +Source1: modules.conf +### Windows drivers and firmware files: +Source2: https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/03/2ea9591b-f751-442c-80ce-8f4692cdc67b_6b555a3a288153cf04aec6e03cba360afe2fce34.cab +Source3: https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/07/1cd6a87c-623f-4407-a52d-c31be49e925c_e19f60808bdcbfbd3c3df6be3e71ffc52e43261e.cab +Source4: https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/06/1dbd7cb4-53bc-4857-a5b0-5955c8acaf71_9081931e7d664429a93ffda0db41b7545b7ac257.cab +Source5: https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/08/aeff215c-3bc4-4d36-a3ea-e14bfa8fa9d2_e58550c4f74a27e51e5cb6868b10ff633fa77164.cab +### Microsoft TOU copy: +Source6: https://www.microsoft.com/en-us/legal/terms-of-use +BuildRequires: cabextract +BuildRequires: sed +BuildRequires: systemd-rpm-macros +Requires: wireless-regdb +Requires: %{name}-firmware = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} +Requires(post): dracut +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +Conflicts: %{name}-nightly +Conflicts: xone-nightly +Conflicts: xone +Conflicts: xow <= 0.5 +Obsoletes: xow <= 0.5 +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Obsoletes: %{name} < %{?epoch:%{epoch}:}0.3.4 +%endif +BuildArch: noarch +Packager: Kyle Gospodnetich + +%description +Linux kernel driver for Xbox One and Xbox Series X|S accessories common files. + +%package akmod-modules +Summary: Modules for Akmods +Requires: akmod-%{name} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%package firmware +Summary: Firmware for the XBox One controller dongle +License: Proprietary +Requires: wireless-regdb +%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 +Obsoletes: %{name}-firmware < %{?epoch:%{epoch}:}0.3^20250419git.c682b0c +%endif +Conflicts: xone-firmware +BuildArch: noarch + +%description firmware +Proprietary firmware for XBox controller dongles. + +%prep +%autosetup -p1 -n %{name}-%{version}-ogc%{ogcversion} +/usr/bin/sed -nE '/^BUILT_MODULE_NAME/{s@^.+"(.+)"@\1@; s|-|_|g; p}' dkms.conf > %{name}.conf + +### Firmware: +# Some of the .bin files have the same name so put them in subdirs +mkdir firm{0..4} + +pushd firm0 +cabextract -F FW_ACC_00U.bin %{SOURCE2} +echo %{firmware_hash0} FW_ACC_00U.bin | sha256sum -c +popd + +pushd firm1 +cabextract -F FW_ACC_00U.bin %{SOURCE3} +echo %{firmware_hash1} FW_ACC_00U.bin | sha256sum -c +popd + +pushd firm2 +cabextract -F FW_ACC_CL.bin %{SOURCE4} +echo %{firmware_hash2} FW_ACC_CL.bin | sha256sum -c +popd + +pushd firm3 +cabextract -F FW_ACC_BR.bin %{SOURCE5} +echo %{firmware_hash3} FW_ACC_BR.bin | sha256sum -c +popd + +%install +# xone-gip-headset module should have the snd-pcm and snd-seq modules be preloaded or it will give errors on boot due to injecting late. +# It still loads afterwards, but this error is easily fixable by just loading the modules in the initramfs. +install -Dpm644 %{SOURCE1} %{buildroot}%{_dracutconfdir}/60-%{name}-snd.conf + +# Blacklist: +install -Dpm644 install/modprobe.conf %{buildroot}%{_modprobedir}/60-%{name}.conf + +# Firmware: +install -Dpm644 firm0/FW_ACC_00U.bin %{buildroot}%{_prefix}/lib/firmware/xone_dongle_02e6.bin +install -Dpm644 firm1/FW_ACC_00U.bin %{buildroot}%{_prefix}/lib/firmware/xone_dongle_02fe.bin +install -Dpm644 firm2/FW_ACC_CL.bin %{buildroot}%{_prefix}/lib/firmware/xone_dongle_02f9.bin +install -Dpm644 firm3/FW_ACC_BR.bin %{buildroot}%{_prefix}/lib/firmware/xone_dongle_091e.bin + +# Akmods modules +install -Dm644 %{name}.conf -t %{buildroot}%{_modulesloaddir} + +# TOU file +/usr/bin/cp %{SOURCE6} . + +%files +%license LICENSE +%doc README.md +%{_modprobedir}/60-%{name}.conf +%{_dracutconfdir}/60-%{name}-snd.conf + +%files akmod-modules +%{_modulesloaddir}/%{name}.conf + +%files firmware +%license terms-of-use +%{_prefix}/lib/firmware/xone_dongle_02e6.bin +%{_prefix}/lib/firmware/xone_dongle_02fe.bin +%{_prefix}/lib/firmware/xone_dongle_02f9.bin +%{_prefix}/lib/firmware/xone_dongle_091e.bin + +%postun +/usr/bin/dracut -f || : + +%changelog +* Sun Mar 15 2026 Kyle Gospodnetich +- Initial package From 2ff58b559be7a31d71d6ee132c58900de18aa38a Mon Sep 17 00:00:00 2001 From: Willow Reed Date: Sun, 15 Mar 2026 14:29:53 -0600 Subject: [PATCH 0133/1189] fix: gpu-screen-recorder package source (#10615) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix package source * bump(gpu-screen-recorder): release 2 → 3 * fix files --------- Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- .../gpu-screen-recorder/gpu-screen-recorder.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec index fd11cf11ae..b4f412b82e 100644 --- a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec +++ b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec @@ -1,15 +1,13 @@ -%global snapshot r1245.8e82100 - Name: gpu-screen-recorder Version: 5.12.5 -Release: 2%?dist +Release: 3%?dist Summary: A shadowplay-like screen recorder for Linux License: GPL-3.0-or-later URL: https://git.dec05eba.com/%{name}/about -Source: https://dec05eba.com/snapshot/%{name}.git.%{snapshot}.tar.gz +Source: https://dec05eba.com/snapshot/%{name}.git.%{version}.tar.gz BuildRequires: gcc BuildRequires: (gcc-g++ or gcc-c++) @@ -64,14 +62,18 @@ Shadowplay-like screen recorder for Linux. Uses GPU acceleration to record in H. %files %license LICENSE %doc README.md -%{_bindir}/gpu-screen-recorder +%{_bindir}/%{name} %caps(cap_sys_admin+ep) %{_bindir}/gsr-kms-server +%{_datadir}/%{name}/scripts/*.sh %{_includedir}/gsr/plugin.h %{_userunitdir}/%{name}.service %{_modprobedir}/gsr-nvidia.conf %{_mandir}/man1/gsr-kms-server.1* -%{_mandir}/man1/gpu-screen-recorder.1* +%{_mandir}/man1/%{name}.1* %changelog +* Sun Mar 15 2026 Willow C Reed +- Fix package source + * Fri Jan 02 2026 Willow Reed - Initial commit \ No newline at end of file From 934bad84c660398934f94460dd11af47a9debf33 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 15 Mar 2026 15:45:30 -0500 Subject: [PATCH 0134/1189] fix(xonedo): Update scripts and versioning (#10623) --- anda/system/xonedo/nightly/kmod-common/update.rhai | 4 ++-- .../system/xonedo/nightly/kmod-common/xonedo-nightly.spec | 3 ++- anda/system/xonedo/stable/kmod-common/update.rhai | 8 +++++++- anda/system/xonedo/stable/kmod-common/xonedo.spec | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/anda/system/xonedo/nightly/kmod-common/update.rhai b/anda/system/xonedo/nightly/kmod-common/update.rhai index 4f75b47bcd..570d7773b9 100644 --- a/anda/system/xonedo/nightly/kmod-common/update.rhai +++ b/anda/system/xonedo/nightly/kmod-common/update.rhai @@ -2,7 +2,7 @@ rpm.global("commit", gh_commit("OpenGamingCollective/xonedo")); if rpm.changed() { rpm.release(); rpm.global("commitdate", date()); - let v = gh("OpenGamingCollective/xonedo"); + let v = gh_tag("OpenGamingCollective/xonedo"); v.crop(1); - rpm.global("ver", v); + rpm.global("relver", v); } diff --git a/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec b/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec index 861e1237b1..730a572cee 100644 --- a/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec +++ b/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec @@ -1,7 +1,8 @@ %global commit 982cbcb019ae4d2bee5ae69385223409ee555c88 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commitdate 20260314 -%global ver 0.5.7 +%global relver 0.5.7-ogc1 +%global ver %(echo %{relver} | sed 's/-/^/g') %global modulename xonedo %global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d %global firmware_hash0 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223 diff --git a/anda/system/xonedo/stable/kmod-common/update.rhai b/anda/system/xonedo/stable/kmod-common/update.rhai index 4e07533248..3ebcf9bbb4 100644 --- a/anda/system/xonedo/stable/kmod-common/update.rhai +++ b/anda/system/xonedo/stable/kmod-common/update.rhai @@ -1 +1,7 @@ -rpm.version(gh("OpenGamingCollective/xonedo")); +let v = gh_tag("OpenGamingCollective/xonedo") +v.crop(1); +rpm.global("ver", v); + +if rpm.changed() { + rpm.release(); +} diff --git a/anda/system/xonedo/stable/kmod-common/xonedo.spec b/anda/system/xonedo/stable/kmod-common/xonedo.spec index ec7b3db2ec..b93ede724f 100644 --- a/anda/system/xonedo/stable/kmod-common/xonedo.spec +++ b/anda/system/xonedo/stable/kmod-common/xonedo.spec @@ -3,10 +3,10 @@ %global firmware_hash1 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf66 %global firmware_hash2 0023a7bae02974834500c665a281e25b1ba52c9226c84989f9084fa5ce591d9b %global firmware_hash3 e2710daf81e7b36d35985348f68a81d18bc537a2b0c508ffdfde6ac3eae1bad7 -%global ogcversion 1 +%global ver 0.5.7-ogc1 Name: xonedo -Version: 0.5.7 +Version: %(echo %{ver} | sed 's/-/^/g') Release: 1%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 From 7e9e3a1a3983e31b267944365f8c54f0ae759382 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 20:55:56 +0000 Subject: [PATCH 0135/1189] bump: rpcs3 vgmstream stardust-armillary stardust-atmosphere stardust-black-hole stardust-comet stardust-flatland stardust-non-spatial-input stardust-protostar stardust-server stardust-solar-sailer nerdfetch-tools --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/multimedia/vgmstream/vgmstream.spec | 2 +- anda/stardust/armillary/stable/stardust-armillary.spec | 2 +- anda/stardust/atmosphere/stable/stardust-atmosphere.spec | 2 +- anda/stardust/black-hole/stable/stardust-black-hole.spec | 2 +- anda/stardust/comet/stable/stardust-comet.spec | 2 +- anda/stardust/flatland/stable/stardust-flatland.spec | 2 +- .../non-spatial-input/stable/stardust-non-spatial-input.spec | 2 +- anda/stardust/protostar/stable/stardust-protostar.spec | 2 +- anda/stardust/server/stable/stardust-server.spec | 2 +- anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec | 2 +- anda/tools/nerdfetch/nerdfetch-tools.spec | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index ffccebb608..335cfbe581 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 74fbca8c809475cb5acee29761d42d8723593436 -%global ver 0.0.40-18968 +%global commit 297db8713fbb02bfb156edb6c03c68850825a83e +%global ver 0.0.40-18970 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index bf75d85634..6762d59259 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,4 +1,4 @@ -%global commit f8e83e659809e5e3748d77bc8152902d14dc9c91 +%global commit e4f57c3fdf614bf1f204428dec7d3c495913a625 %global shortcommit %{sub %{commit} 1 7} %global commit_date 20260315 diff --git a/anda/stardust/armillary/stable/stardust-armillary.spec b/anda/stardust/armillary/stable/stardust-armillary.spec index 5a7ed8684f..25c8131443 100644 --- a/anda/stardust/armillary/stable/stardust-armillary.spec +++ b/anda/stardust/armillary/stable/stardust-armillary.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-armillary -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Epoch: 1 Summary: Model viewer for Stardust XR diff --git a/anda/stardust/atmosphere/stable/stardust-atmosphere.spec b/anda/stardust/atmosphere/stable/stardust-atmosphere.spec index cf136241e4..7be8eed3a4 100644 --- a/anda/stardust/atmosphere/stable/stardust-atmosphere.spec +++ b/anda/stardust/atmosphere/stable/stardust-atmosphere.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-atmosphere -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Epoch: 1 Summary: Environment, homespace, and setup client for Stardust XR diff --git a/anda/stardust/black-hole/stable/stardust-black-hole.spec b/anda/stardust/black-hole/stable/stardust-black-hole.spec index 9bc78e6932..0ea1e7a133 100644 --- a/anda/stardust/black-hole/stable/stardust-black-hole.spec +++ b/anda/stardust/black-hole/stable/stardust-black-hole.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-black-hole -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Epoch: 1 Summary: Spatial storage for Stardust XR diff --git a/anda/stardust/comet/stable/stardust-comet.spec b/anda/stardust/comet/stable/stardust-comet.spec index e33dbf465e..c7124b4bcb 100644 --- a/anda/stardust/comet/stable/stardust-comet.spec +++ b/anda/stardust/comet/stable/stardust-comet.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-comet -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Epoch: 1 Summary: Annotate things in Stardust XR diff --git a/anda/stardust/flatland/stable/stardust-flatland.spec b/anda/stardust/flatland/stable/stardust-flatland.spec index 0495ed9c9d..f6befdff86 100644 --- a/anda/stardust/flatland/stable/stardust-flatland.spec +++ b/anda/stardust/flatland/stable/stardust-flatland.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-flatland -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Epoch: 1 Summary: Flatland for Stardust XR diff --git a/anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec b/anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec index a0412bfbcb..4256a30d11 100644 --- a/anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec +++ b/anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-non-spatial-input -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Epoch: 1 Summary: Tools you can easily snap together to get non-spatial input into Stardust XR diff --git a/anda/stardust/protostar/stable/stardust-protostar.spec b/anda/stardust/protostar/stable/stardust-protostar.spec index 15750787cd..726945aa74 100644 --- a/anda/stardust/protostar/stable/stardust-protostar.spec +++ b/anda/stardust/protostar/stable/stardust-protostar.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-protostar -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Epoch: 1 Summary: Prototype application launcher for Stardust XR diff --git a/anda/stardust/server/stable/stardust-server.spec b/anda/stardust/server/stable/stardust-server.spec index 39866b764a..40df6f0957 100644 --- a/anda/stardust/server/stable/stardust-server.spec +++ b/anda/stardust/server/stable/stardust-server.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-server -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Epoch: 1 Summary: Usable Linux display server that reinvents human-computer interaction for all kinds of XR diff --git a/anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec b/anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec index e01c77e8a8..5d20e0584a 100644 --- a/anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec +++ b/anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-solar-sailer -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Summary: Glide through space! This play space mover allows you to fly by dragging the space with momentum! URL: https://github.com/StardustXR/solar-sailer diff --git a/anda/tools/nerdfetch/nerdfetch-tools.spec b/anda/tools/nerdfetch/nerdfetch-tools.spec index 73499a92c6..8de5876815 100644 --- a/anda/tools/nerdfetch/nerdfetch-tools.spec +++ b/anda/tools/nerdfetch/nerdfetch-tools.spec @@ -1,5 +1,5 @@ Name: nerdfetch -Version: 8.5.3 +Version: 8.5.4 Release: 1%{?dist} Summary: A POSIX *nix fetch script using Nerdfonts From 8aef79671f14624ea0ec1968ef1e6715363d6dae Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:26:46 -0500 Subject: [PATCH 0136/1189] add: enum_tools (#10628) --- anda/langs/python/enum-tools/anda.hcl | 6 +++ anda/langs/python/enum-tools/enum-tools.spec | 47 ++++++++++++++++++++ anda/langs/python/enum-tools/update.rhai | 1 + 3 files changed, 54 insertions(+) create mode 100644 anda/langs/python/enum-tools/anda.hcl create mode 100644 anda/langs/python/enum-tools/enum-tools.spec create mode 100644 anda/langs/python/enum-tools/update.rhai diff --git a/anda/langs/python/enum-tools/anda.hcl b/anda/langs/python/enum-tools/anda.hcl new file mode 100644 index 0000000000..fa4ffe84f2 --- /dev/null +++ b/anda/langs/python/enum-tools/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "enum-tools.spec" + } +} diff --git a/anda/langs/python/enum-tools/enum-tools.spec b/anda/langs/python/enum-tools/enum-tools.spec new file mode 100644 index 0000000000..0c50face23 --- /dev/null +++ b/anda/langs/python/enum-tools/enum-tools.spec @@ -0,0 +1,47 @@ +%global pypi_name enum_tools +%global _desc Tools to expand Python's enum module. + +Name: python-%{pypi_name} +Version: 0.13.0 +Release: 1%?dist +Summary: Tools to expand Python's enum module +License: LGPL-3.0-or-later +URL: https://enum-tools.readthedocs.io/en/latest/ +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-whey + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +Provides: python3-enum-tools +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n enum_tools-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files enum_tools + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE + +%changelog +* Sun Mar 15 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/enum-tools/update.rhai b/anda/langs/python/enum-tools/update.rhai new file mode 100644 index 0000000000..05e5175c4a --- /dev/null +++ b/anda/langs/python/enum-tools/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("enum_tools")); From efb027fe43c9f87dc82f8ce49eb6c51f8a9cec14 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 15 Mar 2026 23:57:23 +0000 Subject: [PATCH 0137/1189] bump: glaze --- anda/lib/glaze/glaze.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index 5e16050421..bd22b92516 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.2.0 +Version: 7.2.1 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze From 30ddbeef0135ea1a4199ba4b346efe2f85261c24 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sun, 15 Mar 2026 22:30:42 -0300 Subject: [PATCH 0138/1189] fix(taidan): add dbus-daemon package as runtime dependency (#10636) --- anda/system/taidan/taidan.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/anda/system/taidan/taidan.spec b/anda/system/taidan/taidan.spec index 5a6d5a19d6..ead4cef737 100644 --- a/anda/system/taidan/taidan.spec +++ b/anda/system/taidan/taidan.spec @@ -1,12 +1,13 @@ Name: taidan Version: 0.1.39 -Release: 1%?dist +Release: 2%?dist Summary: Out-Of-Box-Experience (OOBE) and Welcome App SourceLicense: GPL-3.0-or-later AND GPL-2.0-or-later License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 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 MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND GPL-3.0-or-later AND GPL-2.0-or-later URL: https://github.com/Ultramarine-Linux/taidan Packager: Terra Packaging Team Conflicts: initial-setup +Requires: dbus-daemon Requires: (glib2 or (/usr/bin/plasma-apply-colorscheme and kf6-kconfig)) Requires: shadow-utils Requires: systemd-udev @@ -59,5 +60,8 @@ DESTDIR=%buildroot ./scripts/install.sh %_prefix/lib/taidan/labwc/* %changelog +* Sun Mar 15 2026 Tulip Blossom +- Add dbus-daemon as runtime dependency + * Sun Mar 15 2026 Tulip Blossom - Port manifest from Ultramarine repos to Terra From 7a935414d89da51fd95c1eb4678e0d8a2a1d8d39 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 02:47:57 +0000 Subject: [PATCH 0139/1189] bump(nightly): legcord-nightly mpv-nightly valent ghostty-nightly prismlauncher-nightly nim-nightly types-colorama vala-nightly v2ray-domain-list-community stardust-armillary-nightly stardust-atmosphere-nightly stardust-black-hole-nightly stardust-comet-nightly stardust-flatland-nightly stardust-non-spatial-input-nightly stardust-protostar-nightly stardust-server-nightly stardust-solar-sailer-nightly opentabletdriver-nightly scx-scheds-nightly xpadneo HeadsetControl-nightly glasgow --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/apps/valent/valent.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-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/langs/vala/vala-nightly/vala-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../armillary/nightly/stardust-armillary-nightly.spec | 4 ++-- .../atmosphere/nightly/stardust-atmosphere-nightly.spec | 4 ++-- .../black-hole/nightly/stardust-black-hole-nightly.spec | 4 ++-- anda/stardust/comet/nightly/stardust-comet-nightly.spec | 4 ++-- .../flatland/nightly/stardust-flatland-nightly.spec | 4 ++-- .../nightly/stardust-non-spatial-input-nightly.spec | 4 ++-- .../protostar/nightly/stardust-protostar-nightly.spec | 4 ++-- anda/stardust/server/nightly/stardust-server-nightly.spec | 4 ++-- .../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 ++-- .../HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- anda/tools/glasgow/glasgow.spec | 4 ++-- 23 files changed, 46 insertions(+), 46 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index a501b7728b..417b0f0e6e 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 63b3f3386b1092c7f87c98b80eed50e997b442d0 -%global commit_date 20260315 +%global commit e143af84799d1e6406d0cf2c585051533d69f589 +%global commit_date 20260316 %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 9af7966ab1..24e9853845 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 afef9126ce5a2c3fdb733318a754b3210f71fca9 +%global commit b51131dff917fbccbedc62a8719bd976a05b5160 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260315 +%global commit_date 20260316 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/apps/valent/valent.spec b/anda/apps/valent/valent.spec index aafb8e7199..9dafaf6495 100644 --- a/anda/apps/valent/valent.spec +++ b/anda/apps/valent/valent.spec @@ -1,6 +1,6 @@ -%global commit 1b540bb7562206d33a3646b698fba899e50ba29d +%global commit df82168bc37ad1ec700c66b0f0f5dfd7a07be485 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260315 +%global commit_date 20260316 Name: valent Version: 0~%{commit_date}git.%{shortcommit} diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 2ee6292692..cf48a70b4c 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 952fbce0e50ded8fd8e6ee5f64e9650af962cd19 +%global commit 41c7321e94995347d74a66c9847ad0e2d45c4ad0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-14 +%global fulldate 2026-03-16 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 1714e092cf..5f421f6b76 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 14da23b06fd50e5632f3930824123b5bfdad8c46 +%global commit 3cdb464feb33502acbfe673fae97f0c7950f5c5c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260314 +%global commit_date 20260316 %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 339555edbc..5e0f81dd91 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 1a1586a5fb891aeb522a490ccacde3fc02753541 +%global commit 797b05eda68ecbfa3dbff29866c8d2ed9bfd39c4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260314 +%global commit_date 20260316 %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 8f243d249a..18ba13746f 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 f8f0794d0fe249c06dc9f31a004d85be6cca6ced -%global commit_date 20260315 +%global commit 61524fab4e1804462cc31d2e6b43ff7279188f85 +%global commit_date 20260316 %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 be72ccd714..7a06149704 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 f50a83eece8b92acf64818ba8c7d743818c1145b +%global commit e93b741e0c0cd4468f923fded5bf88e95330f192 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global repo https://gitlab.gnome.org/GNOME/%{real_name}.git -%global commit_date 20260308 +%global commit_date 20260316 %global snapshot_info %{commit_date}.%{shortcommit} Name: vala-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 3e7125d8f4..6fe8ef20a4 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit eeccde723958a2998b0ad3fd4648510dfa472247 +%global commit cd2d66eb7258d1e92439694561c04783ccfffc91 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260313135254 -%global commit_date 20260314 +%global ver 20260315135612 +%global commit_date 20260316 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec b/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec index e3fa741df5..113b9e09b8 100644 --- a/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec +++ b/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec @@ -1,5 +1,5 @@ -%global commit dcebc43bfee47190701fb11a273aae74dd4e060b -%global commit_date 20260315 +%global commit f0da2cb098c8c9d668fe562552fe1196af34cadf +%global commit_date 20260316 %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/atmosphere/nightly/stardust-atmosphere-nightly.spec b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec index 765417bc30..0d326859dd 100644 --- a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec +++ b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec @@ -1,5 +1,5 @@ -%global commit 0756aaa0a0fcafdcd43e77dedba575bd58d8a84c -%global commit_date 20260315 +%global commit 658da17588cb13654d75902ffb536d260c1a9033 +%global commit_date 20260316 %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/black-hole/nightly/stardust-black-hole-nightly.spec b/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec index 71a61a4e2a..111fae0c63 100644 --- a/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec +++ b/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec @@ -1,5 +1,5 @@ -%global commit 4ffb63461a5774f787840b814d9fa78072c8b6cf -%global commit_date 20260315 +%global commit a3995cf07f07ede739427f4ee3b53ac4730fcd26 +%global commit_date 20260316 %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/comet/nightly/stardust-comet-nightly.spec b/anda/stardust/comet/nightly/stardust-comet-nightly.spec index 7b72df3aa0..d9b0fdbf51 100644 --- a/anda/stardust/comet/nightly/stardust-comet-nightly.spec +++ b/anda/stardust/comet/nightly/stardust-comet-nightly.spec @@ -1,5 +1,5 @@ -%global commit 292f26258d60af1f20c80d899b0c5e438e0197ff -%global commit_date 20260315 +%global commit 228888a86c5898055f0897398368d90f72624e51 +%global commit_date 20260316 %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/flatland/nightly/stardust-flatland-nightly.spec b/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec index 1d9acf2273..a625c39d43 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 59b6c15ba5ed6ecc3791e16c0667c6cdd61bc5fb -%global commit_date 20260315 +%global commit a8596e7aad25df7f9ee5d040ef560269f026bf14 +%global commit_date 20260316 %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/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec index 440f99e61a..953ecf6db2 100644 --- a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec +++ b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec @@ -1,5 +1,5 @@ -%global commit 452ed6af9223b63ca2a68969131912e1c6723781 -%global commit_date 20260315 +%global commit 5abb5460bcfa9f23a49991fd2ae274854236307e +%global commit_date 20260316 %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 d466d74232..dc30ac7333 100644 --- a/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec +++ b/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec @@ -1,5 +1,5 @@ -%global commit 9af24caa307ebe91e050816588b54b04e6051db8 -%global commit_date 20260315 +%global commit 0dc4103651e1f69a7fc0a02eea6acb5f52f97f3e +%global commit_date 20260316 %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/server/nightly/stardust-server-nightly.spec b/anda/stardust/server/nightly/stardust-server-nightly.spec index fe6673d054..e4ed7a08d3 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 09ce96ba2e392d011cf568385e78120a0d7645c8 -%global commit_date 20260315 +%global commit 7d4373a298847c6fa31bdfba0392f2605a5b969f +%global commit_date 20260316 %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/solar-sailer/nightly/stardust-solar-sailer-nightly.spec b/anda/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec index 69fd49aaa0..71475eb5ef 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 ff9ff306f7d4e7c4fc16f0133afdb66965f916e3 -%global commit_date 20260315 +%global commit fbb0aba9759147d31427825a8da428bd959c55db +%global commit_date 20260316 %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 07a8e3ba2c..3b0b94a513 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 99ba0107fef905b7bfb22e49213fab899205500d +%global commit a056b0c6d7aa5f80b4e8a487b0f234233d646e2b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260315 +%global commit_date 20260316 %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 04136b2d0f..36977888bf 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 a0c1d2cccaaf728ae27f128bdd92ef99d65e0a0a +%global commit bcb9d9fbcc0cab12ab31c32afae4f6950fc71eb7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260313 +%global commitdate 20260316 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 00a292ee85..c90a364757 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,6 +1,6 @@ -%global commit e159faa800848989fff4465210496d05c0dc5dae +%global commit 164b0e786b1b875e67ef8023dfaa68fba9a00572 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260309 +%global commitdate 20260316 %global ver 0.10 Name: xpadneo diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index 57950f365e..1b2e7eaf4d 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 46357986ca65a2aa12a5174845b16cd88ddc512e +%global commit 7d6e61bb75bdcd3a439e6c06d5133d660c8f030c %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 dc5f63f283..0b80a448d9 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 8b75138f8ce090e9c4dff80debb0f45ed789d56f -%global commit_date 20260315 +%global commit 4ffb570215aa0f98bd05a74b7cba77025abeef2d +%global commit_date 20260316 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow From 24d3a68883707b7c1518e57d034a89fcbc55c501 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 04:35:43 +0000 Subject: [PATCH 0140/1189] 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 12e4291969..fa1aaee779 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,6 +1,6 @@ -%global commit e159faa800848989fff4465210496d05c0dc5dae +%global commit 164b0e786b1b875e67ef8023dfaa68fba9a00572 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260309 +%global commitdate 20260316 %global ver 0.10 %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 b38ab35c9a..9d6ce2703a 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,6 +1,6 @@ -%global commit e159faa800848989fff4465210496d05c0dc5dae +%global commit 164b0e786b1b875e67ef8023dfaa68fba9a00572 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260309 +%global commitdate 20260316 %global ver 0.10 %global debug_package %{nil} %global modulename xpadneo From 30f7f3f6cbafc88562395da8b4fbfbb14c0db7c6 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Mon, 16 Mar 2026 02:15:01 -0300 Subject: [PATCH 0141/1189] fix(mesa): split out cargo dependencies into architecture-specific files to prevent conflicts with i386 and amd64 package installs (#10641) Not having this causes this error to happen when installing both i386 and amd64 mesa. ``` - file /usr/share/licenses/mesa-vulkan-drivers/LICENSE.dependencies conflicts between attempted installs of mesa-vulkan-drivers-1:26.0.2-2.i686 and mesa-vulkan-drivers-1:26.0.2-2.x86_64 ``` Signed-off-by: Tulip Blossom --- anda/lib/mesa/mesa.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index 0d9e142008..9ec4758104 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.2 Epoch: 1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 2 +Release: 3 Packager: Kyle Gospodnetich License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: https://mesa3d.org @@ -480,7 +480,7 @@ rewrite_wrap_file rustc-hash %if 0%{?with_nvk} %cargo_license_summary -%{cargo_license} > LICENSE.dependencies +%{cargo_license} > LICENSE.dependencies.%{_arch} %if 0%{?vendor_nvk_crates} %cargo_vendor_manifest %endif @@ -677,7 +677,7 @@ ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 %files vulkan-drivers %if 0%{?with_nvk} -%license LICENSE.dependencies +%license LICENSE.dependencies.%{_arch} %if 0%{?vendor_nvk_crates} %license cargo-vendor.txt %endif @@ -727,4 +727,5 @@ ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 %endif %changelog -%autochangelog +* Sun Mar 15 2026 Tulip Blossom +- Split out cargo dependencies into architecture-specific files to prevent conflicts with i386 and amd64 package installs From 86b337b720618d4ccfb38ba478fe93b7ad716f28 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:16:41 -0500 Subject: [PATCH 0142/1189] fix (opensnitch): add update script (#10629) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/apps/opensnitch/update.rhai | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/apps/opensnitch/update.rhai b/anda/apps/opensnitch/update.rhai index e69de29bb2..def95f43fc 100644 --- a/anda/apps/opensnitch/update.rhai +++ b/anda/apps/opensnitch/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("evilsocket/opensnitch")); From c1a0df8d10eaca5e51abef0ddc6a644cdd30957b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:17:01 -0500 Subject: [PATCH 0143/1189] fix (MareTF): build release build (#10635) Signed-off-by: Owen-sz --- anda/tools/MareTF/MareTF.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/anda/tools/MareTF/MareTF.spec b/anda/tools/MareTF/MareTF.spec index b015fe85e3..f4dd2b076d 100644 --- a/anda/tools/MareTF/MareTF.spec +++ b/anda/tools/MareTF/MareTF.spec @@ -2,7 +2,7 @@ Name: MareTF Version: 0.9.3 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Summary: A utility to create, edit, and display every type of VTF file ever made URL: https://github.com/craftablescience/MareTF @@ -29,8 +29,10 @@ BuildRequires: vulkan-headers %conf %cmake \ - -DMARETF_BUILD_INSTALLER=ON \ - -DCPACK_GENERATOR=RPM + -DCMAKE_BUILD_TYPE=Release \ + -DMARETF_BUILD_INSTALLER=ON \ + -DCPACK_GENERATOR=RPM \ + -DMARETF_BUILD_INSTALLER=ON %build %cmake_build @@ -49,5 +51,8 @@ BuildRequires: vulkan-headers %{_datadir}/mime/packages/maretf.xml %changelog +* Sun Mar 15 2026 Owen Zimmerman +- Build release build + * Sat Mar 14 2026 Owen Zimmerman - Initial commit From f329ee43a4225c36afe6ba4592738b2964b5b56f Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 16 Mar 2026 00:18:05 -0500 Subject: [PATCH 0144/1189] add: opentrack (#10634) * add: opentrack (initial commit) Signed-off-by: Owen-sz * keep this for now Signed-off-by: Owen-sz * wording, add icon Signed-off-by: Owen-sz * add appstream metainfo, clean some stuff up, rename desktop file to appid Signed-off-by: Owen-sz * test: see if this works on aarch64 Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/apps/opentrack/anda.hcl | 6 + .../opentrack/com.github.opentrack.desktop | 8 ++ .../com.github.opentrack.metainfo.xml | 30 +++++ anda/apps/opentrack/fix-qt6-resolve.patch | 13 ++ anda/apps/opentrack/opentrack.spec | 114 ++++++++++++++++++ anda/apps/opentrack/update.rhai | 1 + 6 files changed, 172 insertions(+) create mode 100644 anda/apps/opentrack/anda.hcl create mode 100644 anda/apps/opentrack/com.github.opentrack.desktop create mode 100644 anda/apps/opentrack/com.github.opentrack.metainfo.xml create mode 100644 anda/apps/opentrack/fix-qt6-resolve.patch create mode 100644 anda/apps/opentrack/opentrack.spec create mode 100644 anda/apps/opentrack/update.rhai diff --git a/anda/apps/opentrack/anda.hcl b/anda/apps/opentrack/anda.hcl new file mode 100644 index 0000000000..3d67e7a597 --- /dev/null +++ b/anda/apps/opentrack/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "opentrack.spec" + } +} diff --git a/anda/apps/opentrack/com.github.opentrack.desktop b/anda/apps/opentrack/com.github.opentrack.desktop new file mode 100644 index 0000000000..0809ab5008 --- /dev/null +++ b/anda/apps/opentrack/com.github.opentrack.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=Opentrack +Comment=Head tracking for games and simulation +Exec=opentrack +Icon=opentrack +Terminal=false +Categories=Game;Settings; diff --git a/anda/apps/opentrack/com.github.opentrack.metainfo.xml b/anda/apps/opentrack/com.github.opentrack.metainfo.xml new file mode 100644 index 0000000000..c65352384d --- /dev/null +++ b/anda/apps/opentrack/com.github.opentrack.metainfo.xml @@ -0,0 +1,30 @@ + + + com.github.opentrack + CC0-1.0 + ISC AND BSD-3-Clause AND BSD-2-Clause AND LGPL-2.1-only AND GPL-3.0-only AND LGPL-2.1-or-later AND MIT AND LGPL-3.0-or-later + /usr/share/icons/hicolor/256x256/apps/opentrack.png + + opentrack + Head tracking software for MS Windows, Linux, and Apple OSX + + +

+ opentrack is a program for tracking user's head rotation and transmitting it to flight simulation software and military-themed video games. +

+
+ + com.github.opentrack.desktop + + https://github.com/opentrack/opentrack + + opentrack + + + + head tracking + tracking + body tracking + +
diff --git a/anda/apps/opentrack/fix-qt6-resolve.patch b/anda/apps/opentrack/fix-qt6-resolve.patch new file mode 100644 index 0000000000..a24465e12c --- /dev/null +++ b/anda/apps/opentrack/fix-qt6-resolve.patch @@ -0,0 +1,13 @@ +diff --git a/tracker-neuralnet/env.cpp b/tracker-neuralnet/env.cpp +index 563c9c1..21b1d58 100644 +--- a/tracker-neuralnet/env.cpp ++++ b/tracker-neuralnet/env.cpp +@@ -20,7 +20,7 @@ void NeuralNetTracker::maybe_load_onnxruntime_dynamically() + std::abort(); + } + +- void* fn_OrtGetApiBase = lib.resolve("OrtGetApiBase"); ++ void* fn_OrtGetApiBase = reinterpret_cast(lib.resolve("OrtGetApiBase")); + if (!fn_OrtGetApiBase) + { + qDebug().nospace() << "tracker/nn: can't find OrtGetApiBase in onnxruntime: " << lib.errorString() << ". now crashing."; diff --git a/anda/apps/opentrack/opentrack.spec b/anda/apps/opentrack/opentrack.spec new file mode 100644 index 0000000000..2c6c2f16de --- /dev/null +++ b/anda/apps/opentrack/opentrack.spec @@ -0,0 +1,114 @@ +%global debug_package %{nil} +%global openvr_ver 2.12.14 +%global appid com.github.opentrack + +Name: opentrack +Version: 2026.1.0 +Release: 1%{?dist} +Summary: Head tracking software for MS Windows, Linux, and Apple OSX + +License: ISC AND BSD-3-Clause AND BSD-2-Clause AND LGPL-2.1-only AND GPL-3.0-only AND LGPL-2.1-or-later AND MIT AND LGPL-3.0-or-later +URL: https://github.com/%{name}/%{name} +Source0: %{url}/archive/refs/tags/%{name}-%{version}.tar.gz +Source1: https://github.com/ValveSoftware/openvr/archive/refs/tags/v%{openvr_ver}.tar.gz +Source2: %{appid}.desktop +Source3: %{appid}.metainfo.xml + +Patch0: fix-qt6-resolve.patch + +ExcludeArch: %{ix86} + +BuildRequires: cmake +BuildRequires: gcc-c++ +BuildRequires: faust +BuildRequires: faust-osclib-devel +BuildRequires: libevdev-devel +BuildRequires: librealsense-devel +BuildRequires: libX11-devel +BuildRequires: libXtst-devel +BuildRequires: ninja-build +BuildRequires: onnxruntime-devel +BuildRequires: opencv-devel +BuildRequires: procps-ng-devel +BuildRequires: qt6-qt5compat-devel +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qtbase-private-devel +BuildRequires: qt6-qtserialport-devel +BuildRequires: qt6-qttools-devel +BuildRequires: terra-wine-staging +BuildRequires: wine-staging-devel + +Requires: qt6-qtbase +Requires: qt6-qt5compat +Requires: qt6-qtserialport +Requires: opencv +Requires: faust-osclib +Requires: onnxruntime + +Packager: Owen Zimmerman + +%description +opentrack is a program for tracking user's head rotation and transmitting it to flight simulation software and military-themed video games. + +%prep +%autosetup -n %{name}-%{name}-%{version} -p1 +tar -xf %{SOURCE1} + +# Rename the OpenVR license so we can include it in the RPM +cp openvr-%{openvr_ver}/LICENSE LICENSE-OpenVR + +mkdir -p external-include/include/oscpack/osc +mkdir -p external-include/lib +ln -s /usr/include/faust/osc/*.h external-include/include/oscpack/osc/ +ln -s /usr/share/faust/osclib/oscpack/osc/*.h external-include/include/oscpack/osc/ +ln -s /usr/lib/libOSCFaust.so external-include/lib/liboscpack.so + +%build +%cmake -G Ninja \ + -DCMAKE_BUILD_TYPE=Release \ + -DSDK_HIERARCHY=ON \ + -DSDK_WINE=ON \ + -DSDK_LIBDIR=%{_lib}/%{name} \ + -DSDK_PLUGINDIR=%{_lib}/%{name} \ + -DSDK_OSCPACK=$PWD/external-include \ + -DSDK_ONNX=ON \ + -DONNXRuntime_DIR=%{_libdir} \ + -DONNXRuntime_INCLUDE_DIRS=%{_includedir}/onnxruntime \ + -DSDK_OPENCV=ON \ + -DSDK_VALVE_STEAMVR=$PWD/openvr-%{openvr_ver} \ + -DOPENCV_PREFIX=%{_prefix} + +%cmake_build + +%install +%cmake_install + +mkdir -p %{buildroot}%{_libdir}/%{name} +install -Dm755 openvr-%{openvr_ver}/bin/linux64/libopenvr_api.so %{buildroot}%{_libdir}/%{name}/ + +install -Dm644 gui/images/opentrack.png %{buildroot}%{_hicolordir}/256x256/apps/opentrack.png + +%desktop_file_install %{S:2} + +%terra_appstream -o %{S:3} + +%check +%desktop_file_validate %{buildroot}%{_appsdir}/%{appid}.desktop + +%files +%doc %{_datadir}/doc/%{name}/ +%license OPENTRACK-LICENSING.txt WARRANTY.txt LICENSE-OpenVR 3rdparty-notices/ +%{_bindir}/%{name} +%{_libexecdir}/%{name}/ +%{_libdir}/%{name}/libopenvr_api.so +%{_datadir}/%{name}/ +%{_datadir}/applications/%{appid}.desktop +%{_hicolordir}/256x256/apps/opentrack.png +%{_metainfodir}/%{appid}.metainfo.xml + +%changelog +* Sun Mar 15 2026 Owen Zimmerman - 2026.1.0-1 +- Port to Terra + +* Wed Mar 11 2026 LionHeartP - 2026.1.0-1 +- Initial Nobara package diff --git a/anda/apps/opentrack/update.rhai b/anda/apps/opentrack/update.rhai new file mode 100644 index 0000000000..f729d7cf8b --- /dev/null +++ b/anda/apps/opentrack/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("opentrack/opentrack")); From bf1ae258f099f7c5d1f3d7c8101f2d12e80d3def Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 16 Mar 2026 01:05:54 -0500 Subject: [PATCH 0145/1189] fix(nvidia): Patches and changes for kernel 6.19 (#10516) --- .../compat-nvidia-repo-580.spec | 22 +-- ...atomic-kernel-modesetting-by-default.patch | 42 ++++++ .../dkms-nvidia/dkms-nvidia-580.spec | 20 ++- .../nvidia-driver/nvidia-driver-580.spec | 83 ++++++----- .../nvidia-580-kmod-common.spec | 16 ++- ...atomic-kernel-modesetting-by-default.patch | 42 ++++++ anda/system/nvidia-580/nvidia-kmod/anda.hcl | 2 +- ...a-580-kmod.spec => nvidia-580xx-kmod.spec} | 15 +- .../nvidia-modprobe/nvidia-modprobe-580.spec | 6 +- .../nvidia-persistenced-580.spec | 8 +- .../nvidia-settings/nvidia-settings-580.spec | 27 ++-- .../nvidia-xconfig/nvidia-xconfig-580.spec | 10 +- ...atomic-kernel-modesetting-by-default.patch | 44 ++++++ anda/system/nvidia/dkms-nvidia/6.19-590.patch | 130 ++++++++++++++++++ .../nvidia/dkms-nvidia/dkms-nvidia.spec | 2 + .../nvidia-kmod-common.spec | 3 +- ...atomic-kernel-modesetting-by-default.patch | 44 ++++++ anda/system/nvidia/nvidia-kmod/6.19-590.patch | 130 ++++++++++++++++++ .../nvidia/nvidia-kmod/nvidia-kmod.spec | 11 +- 19 files changed, 568 insertions(+), 89 deletions(-) create mode 100644 anda/system/nvidia-580/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch create mode 100644 anda/system/nvidia-580/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch rename anda/system/nvidia-580/nvidia-kmod/{nvidia-580-kmod.spec => nvidia-580xx-kmod.spec} (82%) create mode 100644 anda/system/nvidia/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch create mode 100644 anda/system/nvidia/dkms-nvidia/6.19-590.patch create mode 100644 anda/system/nvidia/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch create mode 100644 anda/system/nvidia/nvidia-kmod/6.19-590.patch 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 bc7c34e920..b1c74bd2b8 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,28 +1,30 @@ -Name: compat-nvidia-repo-580 +Name: compat-nvidia-repo-580xx Version: 580.142 Epoch: 3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compatibility package required by official CUDA packages License: NVIDIA License URL: https://developer.nvidia.com/cuda-toolkit BuildArch: noarch -Requires: nvidia-driver-580 >= %{?epoch:%{epoch}:}%{version} -Requires: nvidia-driver-580-cuda >= %{?epoch:%{epoch}:}%{version} -Requires: nvidia-driver-580-cuda-libs >= %{?epoch:%{epoch}:}%{version} -Requires: nvidia-driver-580-libs >= %{?epoch:%{epoch}:}%{version} -Requires: nvidia-580-kmod >= %{?epoch:%{epoch}:}%{version} -Requires: nvidia-settings-580 >= %{?epoch:%{epoch}:}%{version} +Requires: nvidia-driver-580xx >= %{?epoch:%{epoch}:}%{version} +Requires: nvidia-driver-580xx-cuda >= %{?epoch:%{epoch}:}%{version} +Requires: nvidia-driver-580xx-cuda-libs >= %{?epoch:%{epoch}:}%{version} +Requires: nvidia-driver-580xx-libs >= %{?epoch:%{epoch}:}%{version} +Requires: nvidia-580xx-kmod >= %{?epoch:%{epoch}:}%{version} +Requires: nvidia-settings-580xx >= %{?epoch:%{epoch}:}%{version} -Provides: cuda-drivers-580 >= %{?epoch:%{epoch}:}%{version} -Provides: nvidia-open-580 >= %{?epoch:%{epoch}:}%{version} +Provides: cuda-drivers-580xx >= %{?epoch:%{epoch}:}%{version} +Provides: nvidia-open-580xx >= %{?epoch:%{epoch}:}%{version} # Add any versioned provides: Provides: cuda-drivers-560 >= %{?epoch:%{epoch}:}%{version} Provides: cuda-drivers-565 >= %{?epoch:%{epoch}:}%{version} Provides: nvidia-open-560 >= %{?epoch:%{epoch}:}%{version} Provides: nvidia-open-565 >= %{?epoch:%{epoch}:}%{version} +Provides: compat-nvidia-repo-580 = %{evr} + %description Nvidia drivers metapackage required by official CUDA packages. It pulls in all Nvidia driver components. diff --git a/anda/system/nvidia-580/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch b/anda/system/nvidia-580/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch new file mode 100644 index 0000000000..b17015cd83 --- /dev/null +++ b/anda/system/nvidia-580/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch @@ -0,0 +1,42 @@ +From 60d1ddc17835226ec67ed1bc1c28524e3bb6e151 Mon Sep 17 00:00:00 2001 +From: Peter Jung +Date: Sun, 20 Apr 2025 18:13:22 +0200 +Subject: [PATCH 1/8] Enable atomic kernel modesetting by default + +This is required for proper functionality under Wayland. fbdev has been default enabled since 570 so that +hunk can be removed from this patch. + +Signed-off-by: Peter Jung +--- + nvidia-drm/nvidia-drm-linux.c | 2 +- + nvidia-drm/nvidia-drm-os-interface.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git an/nvidia-drm/nvidia-drm-linux.c b/nvidia-drm/nvidia-drm-linux.c +index 3cb1815d..209cb469 100644 +--- a/nvidia-drm/nvidia-drm-linux.c ++++ b/nvidia-drm/nvidia-drm-linux.c +@@ -31,7 +31,7 @@ + + MODULE_PARM_DESC( + modeset, +- "Enable atomic kernel modesetting (1 = enable, 0 = disable (default))"); ++ "Enable atomic kernel modesetting (1 = enable (default), 0 = disable)"); + module_param_named(modeset, nv_drm_modeset_module_param, bool, 0400); + + #if defined(NV_DRM_FBDEV_AVAILABLE) +diff --git a/nvidia-drm/nvidia-drm-os-interface.c b/nvidia-drm/nvidia-drm-os-interface.c +index 7617476d..f22afd77 100644 +--- a/nvidia-drm/nvidia-drm-os-interface.c ++++ b/nvidia-drm/nvidia-drm-os-interface.c +@@ -41,7 +41,7 @@ + #include + #endif + +-bool nv_drm_modeset_module_param = false; ++bool nv_drm_modeset_module_param = true; + bool nv_drm_fbdev_module_param = true; + + void *nv_drm_calloc(size_t nmemb, size_t size) +-- +2.49.0.391.g4bbb303af6 diff --git a/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec b/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec index 4bd1bda5f8..384c3001d2 100644 --- a/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec +++ b/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec @@ -3,22 +3,25 @@ # RPM inexplicably thinks this package deps on a version of libcrypto it does not? %global __requires_exclude (libcrypto\\.so\\.1\\.1.*)$ %global debug_package %{nil} -%global modulename nvidia +%global modulename nvidia-580xx -Name: dkms-%{modulename}-580 -Version: 580.119.02 -Release: 1%?dist +Name: dkms-%{modulename} +Version: 580.142 +Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License URL: https://www.nvidia.com/object/unix.html Source0: https://download.nvidia.com/XFree86/Linux-%{_arch}/%{version}/NVIDIA-Linux-%{_arch}-%{version}.run -Source1: dkms-%{modulename}.conf +Source1: dkms-nvidia.conf +Patch0: 0001-Enable-atomic-kernel-modesetting-by-default.patch BuildRequires: sed -Provides: %{modulename}-580-kmod = %{?epoch:%{epoch}:}%{version} -Requires: %{modulename}-580-kmod-common = %{?epoch:%{epoch}:}%{version} +Provides: %{modulename}-kmod = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-kmod-common = %{?epoch:%{epoch}:}%{version} Requires: dkms Conflicts: akmod-nvidia +Conflicts: akmod-nvidia-580xx +Provides: dkms-nvidia-580 = %{evr} # Unlike most DKMS packages, this package is NOT noarch! ExclusiveArch: x86_64 aarch64 @@ -28,7 +31,10 @@ This package provides the proprietary NVIDIA kernel driver modules. %prep sh %{SOURCE0} -x --target dkms-nvidia-%{version}-%{_arch} %setup -T -D -n dkms-nvidia-%{version}-%{_arch} + +pushd kernel-open %autopatch -p1 +popd cp -f %{SOURCE1} dkms.conf 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 ad7c74acd9..3fae75722a 100644 --- a/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec +++ b/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec @@ -10,7 +10,7 @@ %global _systemd_util_dir %{_prefix}/lib/systemd %endif -Name: %{real_name}-580 +Name: %{real_name}-580xx Version: 580.142 Release: 1%{?dist} Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards @@ -55,6 +55,8 @@ Conflicts: nvidia-x11-drv-470xx Conflicts: xorg-x11-drv-nvidia Conflicts: xorg-x11-drv-nvidia-470xx +Provides: %{real_name}-580 = %{evr} + %description This package provides the most recent NVIDIA display driver which allows for hardware accelerated rendering with recent NVIDIA chipsets. @@ -74,7 +76,7 @@ Requires: libglvnd-egl%{?_isa} >= 1.0 Requires: libglvnd-gles%{?_isa} >= 1.0 Requires: libglvnd-glx%{?_isa} >= 1.0 Requires: libglvnd-opengl%{?_isa} >= 1.0 -Requires: libnvidia-ml-580%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: libnvidia-ml-580xx%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: vulkan-loader %if 0%{?fedora} %ifarch x86_64 @@ -82,8 +84,8 @@ Requires: (%{name}-libs(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} %endif %endif # dlopened -Requires: libnvidia-gpucomp-580%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} -Requires: libnvidia-ml-580%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: libnvidia-gpucomp-580xx%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: libnvidia-ml-580xx%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-cuda-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Conflicts: nvidia-x11-drv-libs @@ -91,6 +93,8 @@ Conflicts: nvidia-x11-drv-470xx-libs Conflicts: xorg-x11-drv-nvidia-libs Conflicts: xorg-x11-drv-nvidia-470xx-libs +Provides: %{real_name}-580-libs = %{evr} + %description libs This package provides the shared libraries for %{name}. @@ -98,20 +102,21 @@ This package provides the shared libraries for %{name}. Summary: Libraries for %{name}-cuda Provides: %{name}-devel = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: %{name}-devel < %{?epoch:%{epoch}:}%{version}-%{release} -Requires: libnvidia-ml-580 = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: %{real_name}-580-cuda-libs = %{evr} +Requires: libnvidia-ml-580xx = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-cuda-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %ifarch x86_64 aarch64 -Requires: libnvidia-cfg-580 = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: libnvidia-cfg-580xx = %{?epoch:%{epoch}:}%{version}-%{release} %endif %if 0%{?fedora} %ifarch x86_64 -Requires: (%{name}-cuda-libs-580(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} if steam(x86-32)) +Requires: (%{name}-cuda-libs-580xx(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} if steam(x86-32)) %endif %endif # dlopened: -Requires: libnvidia-gpucomp-580%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} -Requires: libnvidia-ml-580 = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: libnvidia-gpucomp-580xx%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: libnvidia-ml-580xx = %{?epoch:%{epoch}:}%{version}-%{release} Conflicts: xorg-x11-drv-nvidia-cuda-libs Conflicts: xorg-x11-drv-nvidia-470xx-cuda-libs @@ -119,48 +124,51 @@ Conflicts: xorg-x11-drv-nvidia-470xx-cuda-libs %description cuda-libs This package provides the CUDA libraries for %{name}-cuda. -%package -n libnvidia-fbc-580 +%package -n libnvidia-fbc-580xx Summary: NVIDIA OpenGL-based Framebuffer Capture libraries -Provides: %{real_name}-NvFBCOpenGL-580 = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: %{real_name}-NvFBCOpenGL-580xx = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: %{real_name}-NvFBCOpenGL < %{?epoch:%{epoch}:}%{version}-%{release} +Provides: libnvidia-fbc-580 = %{evr} %if 0%{?fedora} %ifarch x86_64 -Requires: (libnvidia-fbc-580(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} if steam(x86-32)) +Requires: (libnvidia-fbc-580xx(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} if steam(x86-32)) %endif %endif # dlopened: -Requires: %{name}-cuda-libs-580%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: %{name}-cuda-libs-580xx%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} -%description -n libnvidia-fbc-580 +%description -n libnvidia-fbc-580xx This library provides a high performance, low latency interface to capture and optionally encode the composited framebuffer of an X screen. NvFBC are private APIs that are only available to NVIDIA approved partners for use in remote graphics scenarios. -%package -n libnvidia-gpucomp-580 +%package -n libnvidia-gpucomp-580xx Summary: NVIDIA library for shader compilation (nvgpucomp) %if 0%{?fedora} %ifarch x86_64 -Requires: (libnvidia-gpucomp-580(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} if steam(x86-32)) +Requires: (libnvidia-gpucomp-580xx(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} if steam(x86-32)) %endif %endif +Provides: libnvidia-gpucomp-580 = %{evr} -%description -n libnvidia-gpucomp-580 +%description -n libnvidia-gpucomp-580xx This package contains the private libnvidia-gpucomp runtime library which is used by other driver components. -%package -n libnvidia-ml-580 +%package -n libnvidia-ml-580xx Summary: NVIDIA Management Library (NVML) -Provides: cuda-nvml-580%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} -Provides: %{real_name}-NVML-580 = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: cuda-nvml-580xx%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: %{real_name}-NVML-580xx = %{?epoch:%{epoch}:}%{version}-%{release} +Provides: libnvidia-ml-580 = %{evr} %if 0%{?fedora} %ifarch x86_64 -Requires: (libnvidia-ml-580(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} if steam(x86-32)) +Requires: (libnvidia-ml-580xx(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} if steam(x86-32)) %endif %endif Obsoletes: %{real_name}-NVML < %{?epoch:%{epoch}:}%{version}-%{release} -%description -n libnvidia-ml-580 +%description -n libnvidia-ml-580xx A C-based API for monitoring and managing various states of the NVIDIA GPU devices. It provides a direct access to the queries and commands exposed via nvidia-smi. The run-time version of NVML ships with the NVIDIA display driver, @@ -170,38 +178,43 @@ to be a platform for building 3rd party applications. %ifarch x86_64 aarch64 -%package -n libnvidia-cfg-580 +%package -n libnvidia-cfg-580xx Summary: NVIDIA Config public interface (nvcfg) +Provides: libnvidia-cfg-580 = %{evr} -%description -n libnvidia-cfg-580 +%description -n libnvidia-cfg-580xx This package contains the private libnvidia-cfg runtime library which is used by other driver components. %package cuda Summary: CUDA integration for %{name} -Requires: %{name}-cuda-libs-580%{?_isa} = %{?epoch:%{epoch}:}%{version} -Requires: nvidia-580-kmod-common = %{?epoch:%{epoch}:}%{version} -Requires: nvidia-persistenced-580 = %{?epoch:%{epoch}:}%{version} +Requires: %{name}-cuda-libs-580xx%{?_isa} = %{?epoch:%{epoch}:}%{version} +Requires: nvidia-580xx-kmod-common = %{?epoch:%{epoch}:}%{version} +Requires: nvidia-persistenced-580xx = %{?epoch:%{epoch}:}%{version} Requires: opencl-filesystem Requires: ocl-icd Conflicts: xorg-x11-drv-nvidia-cuda Conflicts: xorg-x11-drv-nvidia-470xx-cuda +Provides: %{real_name}-580-cuda = %{evr} + %description cuda This package provides the CUDA integration components for %{name}. %if 0%{?fedora} || 0%{?rhel} < 10 -%package -n xorg-x11-nvidia-580 +%package -n xorg-x11-nvidia-580xx Summary: X.org X11 NVIDIA driver and extensions Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version} Requires: xorg-x11-server-Xorg%{?_isa} -Supplements: (%{real_name}-580 and xorg-x11-server-Xorg) +Supplements: (%{real_name}-580xx and xorg-x11-server-Xorg) Conflicts: xorg-x11-drv-nvidia Conflicts: xorg-x11-drv-nvidia-470xx -%description -n xorg-x11-nvidia-580 +Provides: xorg-x11-nvidia-580 = %{evr} + +%description -n xorg-x11-nvidia-580xx The NVIDIA X.org X11 driver and associated components. %endif @@ -414,13 +427,13 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/com.nvidia.driver.me %endif %if 0%{?fedora} || 0%{?rhel} < 10 -%files -n xorg-x11-nvidia-580 +%files -n xorg-x11-nvidia-580xx %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/10-nvidia.conf %{_libdir}/xorg/modules/extensions/libglxserver_nvidia.so %{_libdir}/xorg/modules/drivers/nvidia_drv.so %endif -%files -n libnvidia-cfg-580 +%files -n libnvidia-cfg-580xx %{_libdir}/libnvidia-cfg.so.1 %{_libdir}/libnvidia-cfg.so.%{version} @@ -523,14 +536,14 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/com.nvidia.driver.me %endif %endif -%files -n libnvidia-fbc-580 +%files -n libnvidia-fbc-580xx %{_libdir}/libnvidia-fbc.so.1 %{_libdir}/libnvidia-fbc.so.%{version} -%files -n libnvidia-gpucomp-580 +%files -n libnvidia-gpucomp-580xx %{_libdir}/libnvidia-gpucomp.so.%{version} -%files -n libnvidia-ml-580 +%files -n libnvidia-ml-580xx %{_libdir}/libnvidia-ml.so.1 %{_libdir}/libnvidia-ml.so.%{version} 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 422f449905..3f5c8a26be 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 @@ -3,10 +3,11 @@ # gsp_*.bin: ELF 64-bit LSB executable, UCB RISC-V %global _binaries_in_noarch_packages_terminate_build 0 %global __brp_strip %{nil} +%global modulename nvidia-580xx -Name: nvidia-580-kmod-common +Name: %{modulename}-kmod-common Version: 580.142 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 License: NVIDIA License @@ -25,11 +26,12 @@ Source21: 99-nvidia.conf BuildRequires: systemd-rpm-macros Requires: dracut -Requires: nvidia-modprobe-580 -Requires: nvidia-driver-580 = %{?epoch:%{epoch}:}%{version} -Requires: nvidia-driver-580-libs = %{?epoch:%{epoch}:}%{version} -Requires: nvidia-580-kmod = %{?epoch:%{epoch}:}%{version} -Provides: nvidia-580-kmod-common = %{?epoch:%{epoch}:}%{version} +Requires: nvidia-modprobe-580xx +Requires: nvidia-driver-580xx = %{?epoch:%{epoch}:}%{version} +Requires: nvidia-driver-580xx-libs = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-kmod = %{?epoch:%{epoch}:}%{version} +Provides: %{modulename}-kmod-common = %{?epoch:%{epoch}:}%{version} +Provides: nvidia-580-kmod-common = %{evr} Obsoletes: cuda-nvidia-kmod-common < %{?epoch:%{epoch}:}%{version} %description diff --git a/anda/system/nvidia-580/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch b/anda/system/nvidia-580/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch new file mode 100644 index 0000000000..b17015cd83 --- /dev/null +++ b/anda/system/nvidia-580/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch @@ -0,0 +1,42 @@ +From 60d1ddc17835226ec67ed1bc1c28524e3bb6e151 Mon Sep 17 00:00:00 2001 +From: Peter Jung +Date: Sun, 20 Apr 2025 18:13:22 +0200 +Subject: [PATCH 1/8] Enable atomic kernel modesetting by default + +This is required for proper functionality under Wayland. fbdev has been default enabled since 570 so that +hunk can be removed from this patch. + +Signed-off-by: Peter Jung +--- + nvidia-drm/nvidia-drm-linux.c | 2 +- + nvidia-drm/nvidia-drm-os-interface.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git an/nvidia-drm/nvidia-drm-linux.c b/nvidia-drm/nvidia-drm-linux.c +index 3cb1815d..209cb469 100644 +--- a/nvidia-drm/nvidia-drm-linux.c ++++ b/nvidia-drm/nvidia-drm-linux.c +@@ -31,7 +31,7 @@ + + MODULE_PARM_DESC( + modeset, +- "Enable atomic kernel modesetting (1 = enable, 0 = disable (default))"); ++ "Enable atomic kernel modesetting (1 = enable (default), 0 = disable)"); + module_param_named(modeset, nv_drm_modeset_module_param, bool, 0400); + + #if defined(NV_DRM_FBDEV_AVAILABLE) +diff --git a/nvidia-drm/nvidia-drm-os-interface.c b/nvidia-drm/nvidia-drm-os-interface.c +index 7617476d..f22afd77 100644 +--- a/nvidia-drm/nvidia-drm-os-interface.c ++++ b/nvidia-drm/nvidia-drm-os-interface.c +@@ -41,7 +41,7 @@ + #include + #endif + +-bool nv_drm_modeset_module_param = false; ++bool nv_drm_modeset_module_param = true; + bool nv_drm_fbdev_module_param = true; + + void *nv_drm_calloc(size_t nmemb, size_t size) +-- +2.49.0.391.g4bbb303af6 diff --git a/anda/system/nvidia-580/nvidia-kmod/anda.hcl b/anda/system/nvidia-580/nvidia-kmod/anda.hcl index d7f5dc58e2..df736abd69 100644 --- a/anda/system/nvidia-580/nvidia-kmod/anda.hcl +++ b/anda/system/nvidia-580/nvidia-kmod/anda.hcl @@ -1,6 +1,6 @@ project "pkg" { rpm { - spec = "nvidia-580-kmod.spec" + spec = "nvidia-580xx-kmod.spec" } labels { mock = 1 diff --git a/anda/system/nvidia-580/nvidia-kmod/nvidia-580-kmod.spec b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec similarity index 82% rename from anda/system/nvidia-580/nvidia-kmod/nvidia-580-kmod.spec rename to anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec index 84a9ac3220..16e0f47729 100644 --- a/anda/system/nvidia-580/nvidia-kmod/nvidia-580-kmod.spec +++ b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec @@ -1,12 +1,12 @@ # Build only the akmod package and no kernel module packages: %define buildforkernels akmod -%global modulename nvidia-580 +%global modulename nvidia-580xx %global debug_package %{nil} Name: %{modulename}-kmod -Version: 580.119.02 -Release: 1%?dist +Version: 580.142 +Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License @@ -14,15 +14,17 @@ URL: http://www.nvidia.com/object/unix.html ExclusiveArch: x86_64 aarch64 Source0: http://download.nvidia.com/XFree86/Linux-%{_arch}/%{version}/NVIDIA-Linux-%{_arch}-%{version}.run -Requires: nvidia-580-kmod-common = %{?epoch:%{epoch}:}%{version} +Patch0: 0001-Enable-atomic-kernel-modesetting-by-default.patch +Requires: nvidia-580xx-kmod-common = %{?epoch:%{epoch}:}%{version} Requires: akmods +Provides: akmod-nvidia-580 = %{evr} # Get the needed BuildRequires (in parts depending on what we build for): BuildRequires: kmodtool # kmodtool does its magic here: -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description The NVidia %{version} display driver kernel module for kernel %{kversion}. @@ -35,7 +37,10 @@ kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{module sh %{SOURCE0} -x --target %{real_name}-%{version}-%{_arch} %setup -T -D -n %{real_name}-%{version}-%{_arch} + +pushd kernel-open %autopatch -p1 +popd rm -f */dkms.conf 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 461948461c..9885850c29 100644 --- a/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec +++ b/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-modprobe -Name: %{real_name}-580 +Name: %{real_name}-580xx Version: 580.142 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NVIDIA kernel module loader Epoch: 3 License: GPLv2+ @@ -15,6 +15,8 @@ Patch0: %{real_name}-man-page-permissions.patch BuildRequires: gcc BuildRequires: m4 +Provides: %{real_name}-580 = %{evr} + %description This utility is used by user-space NVIDIA driver components to make sure the NVIDIA kernel modules are loaded and that the NVIDIA character device files are 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 175733de95..d559bb97d3 100644 --- a/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec +++ b/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-persistenced -Name: %{real_name}-580 +Name: %{real_name}-580xx Version: 580.142 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A daemon to maintain persistent software state in the NVIDIA driver Epoch: 3 License: GPLv2+ @@ -21,7 +21,9 @@ BuildRequires: systemd-devel Requires(post): systemd Requires(preun): systemd Requires(postun): systemd -Requires: libnvidia-cfg-580%{?_isa} >= %{?epoch:%{epoch}:}%{version} +Requires: libnvidia-cfg-580xx%{?_isa} >= %{?epoch:%{epoch}:}%{version} + +Provides: %{real_name}-580 = %{evr} %description The %{real_name} utility is used to enable persistent software state in the NVIDIA 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 c0752fbcd9..0876bb3351 100644 --- a/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec +++ b/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-settings -Name: %{real_name}-580 +Name: %{real_name}-580xx Version: 580.142 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configure the NVIDIA graphics driver Epoch: 3 License: GPLv2+ @@ -35,11 +35,13 @@ BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(wayland-client) BuildRequires: vulkan-headers -Requires: nvidia-libXNVCtrl-580%{?_isa} = %{?epoch}:%{version}-%{release} -Requires: nvidia-driver-580%{?_isa} = %{?epoch}:%{version} +Requires: nvidia-libXNVCtrl-580xx%{?_isa} = %{?epoch}:%{version}-%{release} +Requires: nvidia-driver-580xx%{?_isa} = %{?epoch}:%{version} # Loaded at runtime Requires: libvdpau%{?_isa} >= 0.9 +Provides: %{real_name}-580 = %{evr} + %description The %{real_name} utility is a tool for configuring the NVIDIA graphics driver. It operates by communicating with the NVIDIA X driver, querying and @@ -47,21 +49,24 @@ updating state as appropriate. This communication is done with the NV-CONTROL X extension. -%package -n nvidia-libXNVCtrl-580 +%package -n nvidia-libXNVCtrl-580xx Summary: Library providing the NV-CONTROL API Obsoletes: libXNVCtrl < %{?epoch}:%{version}-%{release} +Provides: libXNVCtrl-580xx = %{?epoch}:%{version}-%{release} +Provides: nvidia-libXNVCtrl-580 = %{?epoch}:%{version}-%{release} Provides: libXNVCtrl-580 = %{?epoch}:%{version}-%{release} -%description -n nvidia-libXNVCtrl-580 +%description -n nvidia-libXNVCtrl-580xx This library provides the NV-CONTROL API for communicating with the proprietary NVidia xorg driver. It is required for proper operation of the %{real_name} utility. -%package -n nvidia-libXNVCtrl-580-devel +%package -n nvidia-libXNVCtrl-580xx-devel Summary: Development files for libXNVCtrl -Requires: nvidia-libXNVCtrl-580 = %{?epoch}:%{version}-%{release} +Requires: nvidia-libXNVCtrl-580xx = %{?epoch}:%{version}-%{release} Requires: libX11-devel +Provides: nvidia-libXNVCtrl-580-devel = %{evr} -%description -n nvidia-libXNVCtrl-580-devel +%description -n nvidia-libXNVCtrl-580xx-devel This devel package contains libraries and header files for developing applications that use the NV-CONTROL API. @@ -126,11 +131,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{real_name}. %{_mandir}/man1/%{real_name}.* %{_sysconfdir}/xdg/autostart/%{real_name}-load.desktop -%files -n nvidia-libXNVCtrl-580 +%files -n nvidia-libXNVCtrl-580xx %license COPYING %{_libdir}/libXNVCtrl.so.* -%files -n nvidia-libXNVCtrl-580-devel +%files -n nvidia-libXNVCtrl-580xx-devel %doc doc/NV-CONTROL-API.txt doc/FRAMELOCK.txt %{_includedir}/NVCtrl %{_libdir}/libXNVCtrl.so 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 205a099cc7..26e808da96 100644 --- a/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec +++ b/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-xconfig -Name: %{real_name}-580 +Name: %{real_name}-580xx Version: 580.142 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NVIDIA X configuration file editor Epoch: 3 License: GPLv2+ @@ -15,8 +15,10 @@ BuildRequires: gcc BuildRequires: libpciaccess-devel BuildRequires: m4 -Requires: libnvidia-cfg-580%{?_isa} >= %{?epoch:%{epoch}:}%{version} -Requires: xorg-x11-nvidia-580%{?_isa} >= %{?epoch:%{epoch}:}%{version} +Requires: libnvidia-cfg-580xx%{?_isa} >= %{?epoch:%{epoch}:}%{version} +Requires: xorg-x11-nvidia-580xx%{?_isa} >= %{?epoch:%{epoch}:}%{version} + +Provides: %{real_name}-580 = %{evr} %description %{real_name} is a command line tool intended to provide basic control over diff --git a/anda/system/nvidia/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch b/anda/system/nvidia/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch new file mode 100644 index 0000000000..6aadd9a370 --- /dev/null +++ b/anda/system/nvidia/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch @@ -0,0 +1,44 @@ +From 60d1ddc17835226ec67ed1bc1c28524e3bb6e151 Mon Sep 17 00:00:00 2001 +From: Peter Jung +Date: Sun, 20 Apr 2025 18:13:22 +0200 +Subject: [PATCH 1/8] Enable atomic kernel modesetting by default + +This is required for proper functionality under Wayland. fbdev has been default enabled since 570 so that +hunk can be removed from this patch. + +Signed-off-by: Peter Jung +--- + kernel-open/nvidia-drm/nvidia-drm-linux.c | 2 +- + kernel-open/nvidia-drm/nvidia-drm-os-interface.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git an/kernel-open/nvidia-drm/nvidia-drm-linux.c b/kernel-open/nvidia-drm/nvidia-drm-linux.c +index 3cb1815d..209cb469 100644 +--- a/kernel-open/nvidia-drm/nvidia-drm-linux.c ++++ b/kernel-open/nvidia-drm/nvidia-drm-linux.c +@@ -31,7 +31,7 @@ + + MODULE_PARM_DESC( + modeset, +- "Enable atomic kernel modesetting (1 = enable, 0 = disable (default))"); ++ "Enable atomic kernel modesetting (1 = enable (default), 0 = disable)"); + module_param_named(modeset, nv_drm_modeset_module_param, bool, 0400); + + #if defined(NV_DRM_FBDEV_AVAILABLE) +diff --git a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c +index 7617476d..f22afd77 100644 +--- a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c ++++ b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c +@@ -41,7 +41,7 @@ + #include + #endif + +-bool nv_drm_modeset_module_param = false; ++bool nv_drm_modeset_module_param = true; + bool nv_drm_fbdev_module_param = true; + + void *nv_drm_calloc(size_t nmemb, size_t size) +-- +2.49.0.391.g4bbb303af6 + + diff --git a/anda/system/nvidia/dkms-nvidia/6.19-590.patch b/anda/system/nvidia/dkms-nvidia/6.19-590.patch new file mode 100644 index 0000000000..2bca90ba17 --- /dev/null +++ b/anda/system/nvidia/dkms-nvidia/6.19-590.patch @@ -0,0 +1,130 @@ +From c9457ce40a6af2ce74c520564e2d8775f49e3d27 Mon Sep 17 00:00:00 2001 +From: Eric Naim +Date: Thu, 18 Dec 2025 12:36:06 +0800 +Subject: [PATCH 3/3] Fix compile for 6.19 + +Contains: +- Rename page_free callback -> folio_free callback for 6.19+ +- Adjust zone_device_page_init() call for 6.19; it has one extra argument now +- 6.19-rc8 introduced yet another argument for zone_device_page_init() + +Link: https://github.com/torvalds/linux/commit/12b2285bf3d14372238d36215b73af02ac3bdfc1 +Signed-off-by: Eric Naim +--- + kernel-open/nvidia-uvm/uvm_hmm.c | 4 ++++ + kernel-open/nvidia-uvm/uvm_pmm_gpu.c | 34 ++++++++++++++++++++++++++++ + 2 files changed, 38 insertions(+) + +diff --git a/kernel-open/nvidia-uvm/uvm_hmm.c b/kernel-open/nvidia-uvm/uvm_hmm.c +index 9b676f971385..22db001384a4 100644 +--- a/kernel-open/nvidia-uvm/uvm_hmm.c ++++ b/kernel-open/nvidia-uvm/uvm_hmm.c +@@ -2140,7 +2140,11 @@ static void fill_dst_pfn(uvm_va_block_t *va_block, + + UVM_ASSERT(!page_count(dpage)); + UVM_ASSERT(!dpage->zone_device_data); ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++ zone_device_page_init(dpage, page_pgmap(dpage), 0); ++#else + zone_device_page_init(dpage); ++#endif + dpage->zone_device_data = gpu_chunk; + atomic64_inc(&va_block->hmm.va_space->hmm.allocated_page_count); + } +diff --git a/kernel-open/nvidia-uvm/uvm_pmm_gpu.c b/kernel-open/nvidia-uvm/uvm_pmm_gpu.c +index 97ff13dcdd04..98423002776b 100644 +--- a/kernel-open/nvidia-uvm/uvm_pmm_gpu.c ++++ b/kernel-open/nvidia-uvm/uvm_pmm_gpu.c +@@ -177,6 +177,8 @@ + #include "uvm_test.h" + #include "uvm_linux.h" + ++#include ++ + #if defined(CONFIG_PCI_P2PDMA) && defined(NV_STRUCT_PAGE_HAS_ZONE_DEVICE_DATA) + #include + #endif +@@ -2999,8 +3001,14 @@ static bool uvm_pmm_gpu_check_orphan_pages(uvm_pmm_gpu_t *pmm) + return ret; + } + ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++static void devmem_folio_free(struct folio *folio) ++{ ++ struct page *page = &folio->page; ++#else + static void devmem_page_free(struct page *page) + { ++#endif + uvm_gpu_chunk_t *chunk = uvm_pmm_devmem_page_to_chunk(page); + uvm_gpu_t *gpu = uvm_gpu_chunk_get_gpu(chunk); + +@@ -3060,7 +3068,11 @@ static vm_fault_t devmem_fault_entry(struct vm_fault *vmf) + + static const struct dev_pagemap_ops uvm_pmm_devmem_ops = + { ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++ .folio_free = devmem_folio_free, ++#else + .page_free = devmem_page_free, ++#endif + .migrate_to_ram = devmem_fault_entry, + }; + +@@ -3148,8 +3160,14 @@ static void device_p2p_page_free_wake(struct nv_kref *ref) + wake_up(&p2p_mem->waitq); + } + ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++static void device_p2p_folio_free(struct folio *folio) ++{ ++ struct page *page = &folio->page; ++#else + static void device_p2p_page_free(struct page *page) + { ++#endif + uvm_device_p2p_mem_t *p2p_mem = page->zone_device_data; + + page->zone_device_data = NULL; +@@ -3158,14 +3176,26 @@ static void device_p2p_page_free(struct page *page) + #endif + + #if UVM_CDMM_PAGES_SUPPORTED() ++ ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++static void device_coherent_folio_free(struct folio *folio) ++{ ++ device_p2p_folio_free(folio); ++} ++#else + static void device_coherent_page_free(struct page *page) + { + device_p2p_page_free(page); + } ++#endif + + static const struct dev_pagemap_ops uvm_device_coherent_pgmap_ops = + { ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++ .folio_free = device_coherent_folio_free, ++#else + .page_free = device_coherent_page_free, ++#endif + }; + + static NV_STATUS uvm_pmm_cdmm_init(uvm_parent_gpu_t *parent_gpu) +@@ -3302,7 +3332,11 @@ static bool uvm_pmm_gpu_check_orphan_pages(uvm_pmm_gpu_t *pmm) + + static const struct dev_pagemap_ops uvm_device_p2p_pgmap_ops = + { ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++ .folio_free = device_p2p_folio_free, ++#else + .page_free = device_p2p_page_free, ++#endif + }; + + void uvm_pmm_gpu_device_p2p_init(uvm_parent_gpu_t *parent_gpu) +-- +2.52.0 + diff --git a/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec b/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec index a4d378c806..bf400e099d 100644 --- a/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec +++ b/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec @@ -12,6 +12,8 @@ License: NVIDIA License URL: https://www.nvidia.com/object/unix.html Source0: https://github.com/NVIDIA/open-gpu-kernel-modules/archive/%{version}/open-gpu-kernel-modules-%{version}.tar.gz Source1: %{name}.conf +Patch0: 0001-Enable-atomic-kernel-modesetting-by-default.patch +Patch1: 6.19-590.patch BuildRequires: sed Provides: %{modulename}-kmod = %{?epoch:%{epoch}:}%{version} Requires: %{modulename}-kmod-common = %{?epoch:%{epoch}:}%{version} diff --git a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec index 63b2520ff9..aa97a4f0fe 100644 --- a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec +++ b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec @@ -6,7 +6,7 @@ Name: nvidia-kmod-common Version: 590.48.01 -Release: 1%?dist +Release: 2%{?dist} Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 License: NVIDIA License @@ -29,6 +29,7 @@ Requires: nvidia-modprobe Requires: nvidia-driver = %{?epoch:%{epoch}:}%{version} Requires: nvidia-driver-libs = %{?epoch:%{epoch}:}%{version} Requires: nvidia-kmod = %{?epoch:%{epoch}:}%{version} +Requires: gcc-c++ Provides: nvidia-kmod-common = %{?epoch:%{epoch}:}%{version} Obsoletes: nvidia-open-kmod-common < %{?epoch:%{epoch}:}%{version} Obsoletes: cuda-nvidia-kmod-common < %{?epoch:%{epoch}:}%{version} diff --git a/anda/system/nvidia/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch b/anda/system/nvidia/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch new file mode 100644 index 0000000000..6aadd9a370 --- /dev/null +++ b/anda/system/nvidia/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch @@ -0,0 +1,44 @@ +From 60d1ddc17835226ec67ed1bc1c28524e3bb6e151 Mon Sep 17 00:00:00 2001 +From: Peter Jung +Date: Sun, 20 Apr 2025 18:13:22 +0200 +Subject: [PATCH 1/8] Enable atomic kernel modesetting by default + +This is required for proper functionality under Wayland. fbdev has been default enabled since 570 so that +hunk can be removed from this patch. + +Signed-off-by: Peter Jung +--- + kernel-open/nvidia-drm/nvidia-drm-linux.c | 2 +- + kernel-open/nvidia-drm/nvidia-drm-os-interface.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git an/kernel-open/nvidia-drm/nvidia-drm-linux.c b/kernel-open/nvidia-drm/nvidia-drm-linux.c +index 3cb1815d..209cb469 100644 +--- a/kernel-open/nvidia-drm/nvidia-drm-linux.c ++++ b/kernel-open/nvidia-drm/nvidia-drm-linux.c +@@ -31,7 +31,7 @@ + + MODULE_PARM_DESC( + modeset, +- "Enable atomic kernel modesetting (1 = enable, 0 = disable (default))"); ++ "Enable atomic kernel modesetting (1 = enable (default), 0 = disable)"); + module_param_named(modeset, nv_drm_modeset_module_param, bool, 0400); + + #if defined(NV_DRM_FBDEV_AVAILABLE) +diff --git a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c +index 7617476d..f22afd77 100644 +--- a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c ++++ b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c +@@ -41,7 +41,7 @@ + #include + #endif + +-bool nv_drm_modeset_module_param = false; ++bool nv_drm_modeset_module_param = true; + bool nv_drm_fbdev_module_param = true; + + void *nv_drm_calloc(size_t nmemb, size_t size) +-- +2.49.0.391.g4bbb303af6 + + diff --git a/anda/system/nvidia/nvidia-kmod/6.19-590.patch b/anda/system/nvidia/nvidia-kmod/6.19-590.patch new file mode 100644 index 0000000000..2bca90ba17 --- /dev/null +++ b/anda/system/nvidia/nvidia-kmod/6.19-590.patch @@ -0,0 +1,130 @@ +From c9457ce40a6af2ce74c520564e2d8775f49e3d27 Mon Sep 17 00:00:00 2001 +From: Eric Naim +Date: Thu, 18 Dec 2025 12:36:06 +0800 +Subject: [PATCH 3/3] Fix compile for 6.19 + +Contains: +- Rename page_free callback -> folio_free callback for 6.19+ +- Adjust zone_device_page_init() call for 6.19; it has one extra argument now +- 6.19-rc8 introduced yet another argument for zone_device_page_init() + +Link: https://github.com/torvalds/linux/commit/12b2285bf3d14372238d36215b73af02ac3bdfc1 +Signed-off-by: Eric Naim +--- + kernel-open/nvidia-uvm/uvm_hmm.c | 4 ++++ + kernel-open/nvidia-uvm/uvm_pmm_gpu.c | 34 ++++++++++++++++++++++++++++ + 2 files changed, 38 insertions(+) + +diff --git a/kernel-open/nvidia-uvm/uvm_hmm.c b/kernel-open/nvidia-uvm/uvm_hmm.c +index 9b676f971385..22db001384a4 100644 +--- a/kernel-open/nvidia-uvm/uvm_hmm.c ++++ b/kernel-open/nvidia-uvm/uvm_hmm.c +@@ -2140,7 +2140,11 @@ static void fill_dst_pfn(uvm_va_block_t *va_block, + + UVM_ASSERT(!page_count(dpage)); + UVM_ASSERT(!dpage->zone_device_data); ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++ zone_device_page_init(dpage, page_pgmap(dpage), 0); ++#else + zone_device_page_init(dpage); ++#endif + dpage->zone_device_data = gpu_chunk; + atomic64_inc(&va_block->hmm.va_space->hmm.allocated_page_count); + } +diff --git a/kernel-open/nvidia-uvm/uvm_pmm_gpu.c b/kernel-open/nvidia-uvm/uvm_pmm_gpu.c +index 97ff13dcdd04..98423002776b 100644 +--- a/kernel-open/nvidia-uvm/uvm_pmm_gpu.c ++++ b/kernel-open/nvidia-uvm/uvm_pmm_gpu.c +@@ -177,6 +177,8 @@ + #include "uvm_test.h" + #include "uvm_linux.h" + ++#include ++ + #if defined(CONFIG_PCI_P2PDMA) && defined(NV_STRUCT_PAGE_HAS_ZONE_DEVICE_DATA) + #include + #endif +@@ -2999,8 +3001,14 @@ static bool uvm_pmm_gpu_check_orphan_pages(uvm_pmm_gpu_t *pmm) + return ret; + } + ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++static void devmem_folio_free(struct folio *folio) ++{ ++ struct page *page = &folio->page; ++#else + static void devmem_page_free(struct page *page) + { ++#endif + uvm_gpu_chunk_t *chunk = uvm_pmm_devmem_page_to_chunk(page); + uvm_gpu_t *gpu = uvm_gpu_chunk_get_gpu(chunk); + +@@ -3060,7 +3068,11 @@ static vm_fault_t devmem_fault_entry(struct vm_fault *vmf) + + static const struct dev_pagemap_ops uvm_pmm_devmem_ops = + { ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++ .folio_free = devmem_folio_free, ++#else + .page_free = devmem_page_free, ++#endif + .migrate_to_ram = devmem_fault_entry, + }; + +@@ -3148,8 +3160,14 @@ static void device_p2p_page_free_wake(struct nv_kref *ref) + wake_up(&p2p_mem->waitq); + } + ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++static void device_p2p_folio_free(struct folio *folio) ++{ ++ struct page *page = &folio->page; ++#else + static void device_p2p_page_free(struct page *page) + { ++#endif + uvm_device_p2p_mem_t *p2p_mem = page->zone_device_data; + + page->zone_device_data = NULL; +@@ -3158,14 +3176,26 @@ static void device_p2p_page_free(struct page *page) + #endif + + #if UVM_CDMM_PAGES_SUPPORTED() ++ ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++static void device_coherent_folio_free(struct folio *folio) ++{ ++ device_p2p_folio_free(folio); ++} ++#else + static void device_coherent_page_free(struct page *page) + { + device_p2p_page_free(page); + } ++#endif + + static const struct dev_pagemap_ops uvm_device_coherent_pgmap_ops = + { ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++ .folio_free = device_coherent_folio_free, ++#else + .page_free = device_coherent_page_free, ++#endif + }; + + static NV_STATUS uvm_pmm_cdmm_init(uvm_parent_gpu_t *parent_gpu) +@@ -3302,7 +3332,11 @@ static bool uvm_pmm_gpu_check_orphan_pages(uvm_pmm_gpu_t *pmm) + + static const struct dev_pagemap_ops uvm_device_p2p_pgmap_ops = + { ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) ++ .folio_free = device_p2p_folio_free, ++#else + .page_free = device_p2p_page_free, ++#endif + }; + + void uvm_pmm_gpu_device_p2p_init(uvm_parent_gpu_t *parent_gpu) +-- +2.52.0 + diff --git a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec index 3e92b51adb..cc9fc097a0 100644 --- a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec +++ b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec @@ -8,7 +8,7 @@ Name: nvidia-kmod Version: 590.48.01 -Release: 4%?dist +Release: 5%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License @@ -16,9 +16,10 @@ URL: http://www.nvidia.com/object/unix.html ExclusiveArch: x86_64 aarch64 Source0: https://github.com/NVIDIA/open-gpu-kernel-modules/archive/%{version}/open-gpu-kernel-modules-%{version}.tar.gz +Patch0: 0001-Enable-atomic-kernel-modesetting-by-default.patch +Patch1: 6.19-590.patch Requires: nvidia-kmod-common = %{?epoch:%{epoch}:}%{version} Requires: akmods -Requires: gcc-c++ Provides: akmod-nvidia-open = %{?epoch:%{epoch}:}%{version} Obsoletes: akmod-nvidia-open < %{?epoch:%{epoch}:}%{version} @@ -38,7 +39,11 @@ The NVidia %{version} display driver kernel module for kernel %{kversion}. # Print kmodtool output for debugging purposes: kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null -%autosetup -p1 -c +%setup -c + +pushd open-gpu-kernel-modules-%{version} +%autopatch -p1 +popd rm -f open-gpu-kernel-modules-%{version}/dkms.conf From cb4b6af8bee755a45c74a33ef4229bd59b200984 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 06:17:04 +0000 Subject: [PATCH 0146/1189] bump(branch): dkms-nvidia-580 nvidia-580xx-kmod --- anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec | 2 +- anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec b/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec index 384c3001d2..20b12815ad 100644 --- a/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec +++ b/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec @@ -6,7 +6,7 @@ %global modulename nvidia-580xx Name: dkms-%{modulename} -Version: 580.142 +Version: 580.119.02 Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 diff --git a/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec index 16e0f47729..f1e49ed4c4 100644 --- a/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec +++ b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} Name: %{modulename}-kmod -Version: 580.142 +Version: 580.119.02 Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 From 69b8dc749a7acafa29f83faeba95464b9fcbabc6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 06:49:18 +0000 Subject: [PATCH 0147/1189] bump: opensnitch opentrack mangowm rpcs3 inputtino --- anda/apps/opensnitch/opensnitch.spec | 4 ++-- anda/apps/opentrack/opentrack.spec | 2 +- anda/desktops/mangowm/mangowm.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/lib/inputtino/inputtino.spec | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/opensnitch/opensnitch.spec b/anda/apps/opensnitch/opensnitch.spec index 981612ce2b..0cd71af6e6 100644 --- a/anda/apps/opensnitch/opensnitch.spec +++ b/anda/apps/opensnitch/opensnitch.spec @@ -4,7 +4,7 @@ # https://github.com/evilsocket/opensnitch %global goipath github.com/evilsocket/opensnitch -Version: 1.7.0.0 +Version: 1.8.0 %gometa -f @@ -20,7 +20,7 @@ Snitch.} utils/packaging/ui/deb/debian/changelog Name: opensnitch -Release: %autorelease +Release: 1%{?dist} Summary: OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch License: GPL-3.0-only AND LGPL-2.1-or-later diff --git a/anda/apps/opentrack/opentrack.spec b/anda/apps/opentrack/opentrack.spec index 2c6c2f16de..eff699d05d 100644 --- a/anda/apps/opentrack/opentrack.spec +++ b/anda/apps/opentrack/opentrack.spec @@ -3,7 +3,7 @@ %global appid com.github.opentrack Name: opentrack -Version: 2026.1.0 +Version: opentrack.2026.1.0 Release: 1%{?dist} Summary: Head tracking software for MS Windows, Linux, and Apple OSX diff --git a/anda/desktops/mangowm/mangowm.spec b/anda/desktops/mangowm/mangowm.spec index 118a1d294b..19e83f5a86 100644 --- a/anda/desktops/mangowm/mangowm.spec +++ b/anda/desktops/mangowm/mangowm.spec @@ -1,7 +1,7 @@ %global mangowc_ver 0.12.5-1 Name: mangowm -Version: 0.12.6 +Version: 0.12.7 Release: 1%{?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 diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 335cfbe581..cd05650766 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 297db8713fbb02bfb156edb6c03c68850825a83e -%global ver 0.0.40-18970 +%global commit 1fb97734a0ee70588bd9124ec204782d874c0b47 +%global ver 0.0.40-18972 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/lib/inputtino/inputtino.spec b/anda/lib/inputtino/inputtino.spec index 1b9e31204e..d461530833 100644 --- a/anda/lib/inputtino/inputtino.spec +++ b/anda/lib/inputtino/inputtino.spec @@ -1,4 +1,4 @@ -%global commit 504f0abc7da8ebc351f8300fb2ed98db5438ee48 +%global commit 73e9fa11179c86c8801e1dbce1c329d2ca07621a %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commitdate 20250816 From 32e280871e58b1bed15f9f91d187aa0c38ad393d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 07:58:51 +0000 Subject: [PATCH 0148/1189] bump: feishin --- anda/apps/feishin/feishin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/feishin/feishin.spec b/anda/apps/feishin/feishin.spec index a1846400bd..c06011ce24 100644 --- a/anda/apps/feishin/feishin.spec +++ b/anda/apps/feishin/feishin.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: feishin -Version: 1.8.0 +Version: 1.9.0 Release: 1%{?dist} Summary: A modern self-hosted music player License: GPL-3.0 From 022f32f64610368b1a4df4e246ac49adba86b1d2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 09:08:37 +0000 Subject: [PATCH 0149/1189] 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 cd05650766..c2296d613d 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 1fb97734a0ee70588bd9124ec204782d874c0b47 -%global ver 0.0.40-18972 +%global commit 6c48bd8f93fee36cafa4438d8bd262673191c437 +%global ver 0.0.40-18974 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From c72e1a34f3afc14c25be8410bbc018edb34f30c8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 10:13:54 +0000 Subject: [PATCH 0150/1189] bump: rpcs3 kotlin-native kotlin --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/kotlin/kotlin-native/kotlin-native.spec | 4 ++-- anda/langs/kotlin/kotlin/kotlin.spec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index c2296d613d..faafc809e8 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 6c48bd8f93fee36cafa4438d8bd262673191c437 -%global ver 0.0.40-18974 +%global commit 8b74ea8757889eed03e3e11975e78ceb9b2a4faa +%global ver 0.0.40-18976 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/kotlin/kotlin-native/kotlin-native.spec b/anda/langs/kotlin/kotlin-native/kotlin-native.spec index 6ce43acd0c..0561f14ab6 100644 --- a/anda/langs/kotlin/kotlin-native/kotlin-native.spec +++ b/anda/langs/kotlin/kotlin-native/kotlin-native.spec @@ -2,8 +2,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Name: kotlin-native -Version: 2.3.10 -Release: 1%?dist +Version: 2.3.20 +Release: 1%{?dist} Summary: LLVM backend for the Kotlin compiler ExclusiveArch: x86_64 diff --git a/anda/langs/kotlin/kotlin/kotlin.spec b/anda/langs/kotlin/kotlin/kotlin.spec index d3da8d4404..4f23ea0c40 100644 --- a/anda/langs/kotlin/kotlin/kotlin.spec +++ b/anda/langs/kotlin/kotlin/kotlin.spec @@ -1,8 +1,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Name: kotlin -Version: 2.3.10 -Release: 1%?dist +Version: 2.3.20 +Release: 1%{?dist} Summary: Statically typed programming language License: Apache-2.0 From 337e7802c7566db14b1a6e350cc3b69785025bb7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 11:13:03 +0000 Subject: [PATCH 0151/1189] 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 faafc809e8..79c6d76025 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 8b74ea8757889eed03e3e11975e78ceb9b2a4faa -%global ver 0.0.40-18976 +%global commit 7859a5f9d2dc6a578241d620fbd33c53e696829c +%global ver 0.0.40-18977 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From cc0398ff7c10ac9f105ce2f79c369e1b4f776fac Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 15:50:46 +0000 Subject: [PATCH 0152/1189] bump: dorion --- anda/apps/dorion/dorion.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/dorion/dorion.spec b/anda/apps/dorion/dorion.spec index 77f9588661..107e8d5b2f 100644 --- a/anda/apps/dorion/dorion.spec +++ b/anda/apps/dorion/dorion.spec @@ -1,8 +1,8 @@ %undefine __brp_mangle_shebangs Name: dorion -Version: 6.12.0 -Release: 1%?dist +Version: 6.12.2 +Release: 1%{?dist} Summary: Tiny alternative Discord client with a smaller footprint, snappier startup, themes, plugins and more! SourceLicense: GPL-3.0-only License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND 0BSD 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 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 AND MIT) AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND CC0-1.0 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 Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) From b14877c5bb79c56cf1cf397884c3e83d1e394a5a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 17:05:24 +0000 Subject: [PATCH 0153/1189] 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 79c6d76025..ae5cd433a7 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 7859a5f9d2dc6a578241d620fbd33c53e696829c -%global ver 0.0.40-18977 +%global commit ca2b7f9b9fe92644f94ba079861a2168a77a72ef +%global ver 0.0.40-19017 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From e0468a7ff1581768c35b4c302b2d5a2f691aa756 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:57:06 -0500 Subject: [PATCH 0154/1189] fix (opentrack): ver (#10663) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix (opentrack): ver Signed-off-by: Owen-sz * bump(opentrack): release 1 → 2 * reset rel 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> Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/apps/opentrack/opentrack.spec | 4 +++- anda/apps/opentrack/update.rhai | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/apps/opentrack/opentrack.spec b/anda/apps/opentrack/opentrack.spec index eff699d05d..e28dc4fe63 100644 --- a/anda/apps/opentrack/opentrack.spec +++ b/anda/apps/opentrack/opentrack.spec @@ -1,9 +1,11 @@ %global debug_package %{nil} %global openvr_ver 2.12.14 %global appid com.github.opentrack +%global ver opentrack.2026.1.0 +%global sanitized_ver %(echo %{ver} | sed 's/opentrack\.//') Name: opentrack -Version: opentrack.2026.1.0 +Version: %{sanitized_ver} Release: 1%{?dist} Summary: Head tracking software for MS Windows, Linux, and Apple OSX diff --git a/anda/apps/opentrack/update.rhai b/anda/apps/opentrack/update.rhai index f729d7cf8b..876930473a 100644 --- a/anda/apps/opentrack/update.rhai +++ b/anda/apps/opentrack/update.rhai @@ -1 +1 @@ -rpm.version(gh("opentrack/opentrack")); +rpm.global("ver", gh("opentrack/opentrack")); From 13cdbd304de9684475952d73d9d2f98488d169c0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 19:58:58 +0000 Subject: [PATCH 0155/1189] bump: opentrack vicinae --- anda/apps/opentrack/opentrack.spec | 2 +- anda/system/vicinae/vicinae.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/opentrack/opentrack.spec b/anda/apps/opentrack/opentrack.spec index e28dc4fe63..ac0fa80473 100644 --- a/anda/apps/opentrack/opentrack.spec +++ b/anda/apps/opentrack/opentrack.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} %global openvr_ver 2.12.14 %global appid com.github.opentrack -%global ver opentrack.2026.1.0 +%global ver opentrack-2026.1.0 %global sanitized_ver %(echo %{ver} | sed 's/opentrack\.//') Name: opentrack diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index 8dba35a1c4..ab6ab9ca0a 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.6 +Version: 0.20.7 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com From c0ce607f825c79f7078ee46a0979097202fe5837 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 20:48:36 +0000 Subject: [PATCH 0156/1189] bump: terra-mock-configs --- anda/terra/mock-configs/terra-mock-configs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index a6d33a8e5f..eadf49da21 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: 3%?dist +Version: 2.3.0 +Release: 1%{?dist} Epoch: 1 Summary: Mock configs for Terra repos From c0fd4220c62b43c41b679b0f2508149c1ad8152b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:07:18 -0500 Subject: [PATCH 0157/1189] chore (mock-configs): add riscv64 configs (#10378) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/terra/mock-configs/terra-mock-configs.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index eadf49da21..4b219fb1de 100644 --- a/anda/terra/mock-configs/terra-mock-configs.spec +++ b/anda/terra/mock-configs/terra-mock-configs.spec @@ -34,9 +34,13 @@ install -Dpm644 *.cfg -t %{buildroot}%{_sysconfdir}/mock/ %config %{_sysconfdir}/mock/templates/terra-rawhide.tpl %config %{_sysconfdir}/mock/terra-*-x86_64.cfg %config %{_sysconfdir}/mock/terra-*-aarch64.cfg +%config %{_sysconfdir}/mock/terra-*-riscv64.cfg %config %{_sysconfdir}/mock/terra-*-i386.cfg %changelog +* Sat Mar 07 2026 Owen Zimmerman - 2.2.5-1 +- Add riscv64 configs + * Fri Jul 26 2024 madonuko - 1:1.1.0-1 - Include mock files for Terra 41 From f529dcec3e000d3b2b04c358944d2559cd78354f Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:18:02 -0500 Subject: [PATCH 0158/1189] fix: opensnitch (#10665) Signed-off-by: Owen-sz --- anda/apps/opensnitch/opensnitch.spec | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/anda/apps/opensnitch/opensnitch.spec b/anda/apps/opensnitch/opensnitch.spec index 0cd71af6e6..526c4a597e 100644 --- a/anda/apps/opensnitch/opensnitch.spec +++ b/anda/apps/opensnitch/opensnitch.spec @@ -36,8 +36,7 @@ BuildRequires: python3dist(pyqt5) BuildRequires: /usr/bin/lrelease-qt5 BuildRequires: protobuf-compiler BuildRequires: pkgconfig(libnetfilter_queue) -#BuildRequires: protoc-gen-go -#BuildRequires: /usr/bin/protoc-gen-go-grpc +BuildRequires: qt6-linguist %description %{common_description} @@ -46,7 +45,6 @@ BuildRequires: pkgconfig(libnetfilter_queue) %prep %goprep -A -%autopatch -p1 export GOBIN=$(go env GOPATH | sed -E 's/:.+$//')/bin echo $GOBIN > %_builddir/gobin @@ -83,26 +81,15 @@ popd install -Dm755 opensnitchd -t %buildroot%_bindir pushd ui -%if 0%{?fedora} <= 41 -%py3_install -%else %pyproject_install %pyproject_save_files %name -%endif popd rm -rf %buildroot%python3_sitelib/tests/ cp -r %buildroot%python3_sitelib%_usr/ %buildroot%_usr/ --preserve=all --no-target-directory rm -rf %buildroot%python3_sitelib%_usr - -%if 0%{?fedora} <= 41 -%files -%{python3_sitelib}/%name/ -%{python3_sitelib}/%name-%{version}-py%{python3_version}.egg-info/ -%else %files -f %{pyproject_files} -%endif %license LICENSE %doc README.md %_bindir/opensnitch-ui @@ -113,7 +100,10 @@ rm -rf %buildroot%python3_sitelib%_usr %_iconsdir/hicolor/scalable/apps/opensnitch-ui.svg %_datadir/kservices5/kcm_opensnitch.desktop %_metainfodir/io.github.evilsocket.opensnitch.appdata.xml - -/usr/share/icons/hicolor/scalable/apps/opensnitch-ui.svg +%_scalableiconsdir/opensnitch-ui.svg %gopkgfiles + +%changelog +* Mon Mar 16 2026 Owen Zimmerman +- Fix build, clean up spec From 41ca2f8e351adb3657132539cfa9c245561cda66 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:51:28 -0500 Subject: [PATCH 0159/1189] chore: sync opentrack on frawhide (#10677) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: sync opentrack on frawhide @hamachitan nosync Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * bump(opentrack): release 1 → 2 --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/apps/opentrack/opentrack.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/opentrack/opentrack.spec b/anda/apps/opentrack/opentrack.spec index ac0fa80473..9779cdd024 100644 --- a/anda/apps/opentrack/opentrack.spec +++ b/anda/apps/opentrack/opentrack.spec @@ -2,7 +2,7 @@ %global openvr_ver 2.12.14 %global appid com.github.opentrack %global ver opentrack-2026.1.0 -%global sanitized_ver %(echo %{ver} | sed 's/opentrack\.//') +%global sanitized_ver %(echo %{ver} | sed 's/opentrack\-//') Name: opentrack Version: %{sanitized_ver} From 53b8acd8eaa322994d5fe8f0ff72885d62b6b05b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 22:01:22 +0000 Subject: [PATCH 0160/1189] bump: nodejs-backport --- anda/devs/backport/nodejs-backport.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/backport/nodejs-backport.spec b/anda/devs/backport/nodejs-backport.spec index 121d9cf062..dcd142a9f1 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.4.0 -Release: 1%?dist +Version: 11.0.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) From 788d837f290f4518247a27d1e089345abe3894ac Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Mar 2026 22:49:12 +0000 Subject: [PATCH 0161/1189] 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 ae5cd433a7..55afc9a19c 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 ca2b7f9b9fe92644f94ba079861a2168a77a72ef -%global ver 0.0.40-19017 +%global commit 2eba7da8e60e24ce698ebb7818f7b78cfac0e18b +%global ver 0.0.40-19018 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 77787963137f21b601ad56c15fcc0fe4c73c9659 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 00:54:46 +0000 Subject: [PATCH 0162/1189] 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 5bcc1d80c8..fc83cdf740 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-15 +%global ver 2026-03-17 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 328581211672cd5870211a2d005e6ec34f400550 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 02:31:15 +0000 Subject: [PATCH 0163/1189] bump(nightly): ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama v2ray-domain-list-community scx-scheds-nightly natscli --- 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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index cf48a70b4c..cb2b1bc68f 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 41c7321e94995347d74a66c9847ad0e2d45c4ad0 +%global commit 5e0db1b60586d43ebaa2c7b9b7b9340183dcd305 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-16 +%global fulldate 2026-03-17 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index fa059a75be..0ee49b57ce 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit cbc39669b414c2601f86ece9faffe164a33b5ad7 +%global commit 5aa037e4a0cf808dabe67a943c5baf2da3022d04 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260315 +%global commit_date 20260317 %global ver 0.229.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 5f421f6b76..937a6b6aad 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 3cdb464feb33502acbfe673fae97f0c7950f5c5c +%global commit 98c312942449fa252f99968c54117f5bb9c83e17 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260316 +%global commit_date 20260317 %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 5e0f81dd91..a55f4bb62e 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 797b05eda68ecbfa3dbff29866c8d2ed9bfd39c4 +%global commit b49414731028a74808ff1dbb6851ae3e441d83bc %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260316 +%global commit_date 20260317 %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 18ba13746f..af250b09d9 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 61524fab4e1804462cc31d2e6b43ff7279188f85 -%global commit_date 20260316 +%global commit 143d22ce2bd8580a141083ac7930f3bdc707113d +%global commit_date 20260317 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 6fe8ef20a4..25d1e2631e 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit cd2d66eb7258d1e92439694561c04783ccfffc91 +%global commit becbd7a8ad60f79a665096907b2b33b44a0cef55 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260315135612 -%global commit_date 20260316 +%global ver 20260316110547 +%global commit_date 20260317 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 36977888bf..a9408c9001 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 bcb9d9fbcc0cab12ab31c32afae4f6950fc71eb7 +%global commit 2adb487c137e0b178b442cc00d0384ffbafe8142 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260316 +%global commitdate 20260317 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 31ae48cc33..5f7e4cec32 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 b1c492425d41ed17c6245b3be393ef30d8b6cbaf -%global commit_date 20260314 +%global commit 85f3889e6b53d171d007e00f4576f22a74644844 +%global commit_date 20260317 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 22c591c734f72d7be828bc85d8c4fed44e80b588 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 04:12:39 +0000 Subject: [PATCH 0164/1189] bump(branch): gstreamer1-plugins-bad --- .../gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec b/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec index 375de6d248..3f10d17b20 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec @@ -3,8 +3,8 @@ %global majorminor 1.0 Name: gstreamer1-plugins-bad -Version: 1.28.0 -Release: 2%?dist +Version: 1.28.1 +Release: 1%{?dist} Epoch: 2 Summary: GStreamer streaming media framework "bad" plugins License: LGPL-2.0-or-later and LGPL-2.0-only From 6ad5094f7f9cff850ab2fdeae17826259feec620 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 10:27:36 +0000 Subject: [PATCH 0165/1189] 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 2e861122c7..de9a206691 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.2 +Version: 3.11.3 Release: 1%{?dist} Summary: The Dart Language License: BSD-3-Clause From 181855add6724a0a182a15fbb026a79d4820dbd4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 11:24:06 +0000 Subject: [PATCH 0166/1189] bump: xone surge --- anda/system/xone/stable/kmod-common/xone.spec | 4 ++-- anda/tools/surge/surge.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/system/xone/stable/kmod-common/xone.spec b/anda/system/xone/stable/kmod-common/xone.spec index 47a5ecafc7..9a5ac16a04 100644 --- a/anda/system/xone/stable/kmod-common/xone.spec +++ b/anda/system/xone/stable/kmod-common/xone.spec @@ -5,8 +5,8 @@ %global firmware_hash3 e2710daf81e7b36d35985348f68a81d18bc537a2b0c508ffdfde6ac3eae1bad7 Name: xone -Version: 0.5.7 -Release: 1%?dist +Version: 0.5.8 +Release: 1%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index 4b22000560..c00266929c 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.7.0 +Version: 0.7.1 %gometa From 7bdeeb6fff4849947a00a00c7d1bef6c92fcca23 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 13:48:36 +0000 Subject: [PATCH 0167/1189] 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 55afc9a19c..1569d75c72 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 2eba7da8e60e24ce698ebb7818f7b78cfac0e18b -%global ver 0.0.40-19018 +%global commit 9da088fe294520674a6106db33ddc7422304c95c +%global ver 0.0.40-19027 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 91257dacb45e3bfe9a29cf6c5ce8bc9d47ee89ce Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 14:45:01 +0000 Subject: [PATCH 0168/1189] bump: rpcs3 libfprint-tod --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/lib/libfprint-tod/libfprint-tod.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 1569d75c72..de8637971b 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 9da088fe294520674a6106db33ddc7422304c95c -%global ver 0.0.40-19027 +%global commit bc0c42b025f1aef32b7b8b66a5687258cd4fafdb +%global ver 0.0.40-19032 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/lib/libfprint-tod/libfprint-tod.spec b/anda/lib/libfprint-tod/libfprint-tod.spec index eef3476374..c8de865f4e 100644 --- a/anda/lib/libfprint-tod/libfprint-tod.spec +++ b/anda/lib/libfprint-tod/libfprint-tod.spec @@ -1,8 +1,8 @@ %global appid org.freedesktop.libfprint Name: libfprint-tod -Version: 1.94.10+tod1 -Release: 1%?dist +Version: 1.95.1+tod1 +Release: 1%{?dist} URL: https://gitlab.freedesktop.org/3v1n0/libfprint/ Source: %{url}/-/archive/v%{version}/libfprint-v%{version}.tar.gz Summary: a light fork of libfprint to expose internal Drivers API in order to create drivers as shared libraries From 4fa801c6d78dc5d93e84566bfd054f07e60f68f3 Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 18 Mar 2026 00:03:53 +0800 Subject: [PATCH 0169/1189] ci(sync): bump backport action to v11 (#10680) --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 09a6ac03ca..b6ffed0932 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -25,7 +25,7 @@ jobs: git config --global commit.gpgsign true - name: Backport Action - uses: sorenlouv/backport-github-action@v10.4.0 + uses: sorenlouv/backport-github-action@9460b7102fea25466026ce806c9ebf873ac48721 # v11.0.0 with: github_token: ${{ secrets.RABONEKO_BACKPORT_GITHUB_TOKEN }} auto_backport_label_prefix: sync- From 6b23cc56e731f3173261298112d26ef91f9f38ca Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 16:47:18 +0000 Subject: [PATCH 0170/1189] bump: discord-canary-openasar discord-canary pixi --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/system/pixi/pixi.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 6e6af3ea7d..3d1c3a6399 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.902 +Version: 0.0.903 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 6871320924..7e50096c30 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.902 +Version: 0.0.903 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/system/pixi/pixi.spec b/anda/system/pixi/pixi.spec index 3c61c3c59d..dea601fd2e 100644 --- a/anda/system/pixi/pixi.spec +++ b/anda/system/pixi/pixi.spec @@ -1,6 +1,6 @@ Name: pixi -Version: 0.65.0 -Release: 1%?dist +Version: 0.66.0 +Release: 1%{?dist} Summary: A cross-platform, multi-language package manager License: BSD-3-Clause URL: https://pixi.sh From 48156be06578bba6dac331b94ebbe1755d112b13 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 17:46:11 +0000 Subject: [PATCH 0171/1189] bump: discord-canary-openasar discord-canary arduino-app-bricks-py --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.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 3d1c3a6399..5a2b3dd6ef 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.903 +Version: 0.0.904 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 7e50096c30..516e1c503c 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.903 +Version: 0.0.904 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com 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 fcbdc049b8..57a605ec02 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.0rc3 +%global ver release/0.8.0 %global sanitized_ver %(echo %{ver} | sed 's|release/||') Name: %{pypi_name} From 05aa68f9aa474c4ccf2da970f9550fbaaf3d2379 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 18:39:29 +0000 Subject: [PATCH 0172/1189] bump: discord-openasar discord yt-dlp-git --- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.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 8c58cd70a6..f8a2654301 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.128 +Version: 0.0.129 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 210fbf7f0a..4920bfbdcc 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.128 +Version: 0.0.129 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 64d24f1f3a..fc767eb129 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.13.083114 +Version: 2026.03.17.180655 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 05d0a5ea039c11802fa683464c20846d6a2102d0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 19:41:19 +0000 Subject: [PATCH 0173/1189] bump: rustnet rpcs3 libde265 electron --- anda/apps/rustnet/rustnet.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/lib/libde265/libde265.spec | 4 ++-- anda/tools/electron/electron.spec | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/rustnet/rustnet.spec b/anda/apps/rustnet/rustnet.spec index b8ccb90194..bdd6e17249 100644 --- a/anda/apps/rustnet/rustnet.spec +++ b/anda/apps/rustnet/rustnet.spec @@ -1,6 +1,6 @@ Name: rustnet -Version: 1.0.0 -Release: 1%?dist +Version: 1.1.0 +Release: 1%{?dist} Summary: A cross-platform network monitoring terminal UI tool built with Rust License: Apache-2.0 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 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 OR Apache-2.0) AND BSL-1.0 AND ISC AND (LGPL-2.1-only OR BSD-2-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 MIT AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib URL: https://github.com/domcyrus/rustnet diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index de8637971b..816b5030c1 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 bc0c42b025f1aef32b7b8b66a5687258cd4fafdb -%global ver 0.0.40-19032 +%global commit 43f3a4816d7f997c39942f0beb9999a2a4b0a307 +%global ver 0.0.40-19033 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/lib/libde265/libde265.spec b/anda/lib/libde265/libde265.spec index f9baa6453d..42b56f2b93 100644 --- a/anda/lib/libde265/libde265.spec +++ b/anda/lib/libde265/libde265.spec @@ -1,7 +1,7 @@ Name: libde265 Summary: Open H.265 video codec implementation -Version: 1.0.16 -Release: 1%?dist +Version: 1.0.17 +Release: 1%{?dist} License: LGPL-3.0-or-later URL: https://www.libde265.org/ Source0: https://github.com/strukturag/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index ffad4b6805..3b0be07f49 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.0.2 +Version: 41.0.3 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From d14a4bb1e4a57415a3bc612ed96e2107cf82b824 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 20:23:19 +0000 Subject: [PATCH 0174/1189] 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 fc767eb129..5349575c01 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.17.180655 +Version: 2026.03.17.195349 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 5f92182add6158e1050cff34f0dec7c4371137b8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 21:04:01 +0000 Subject: [PATCH 0175/1189] 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 816b5030c1..09b0c61528 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 43f3a4816d7f997c39942f0beb9999a2a4b0a307 -%global ver 0.0.40-19033 +%global commit 6523afa69a74bb60b0ffd994dd962a101c4d3ae3 +%global ver 0.0.40-19035 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 8e7526aef4e3bca2f8e294934a1b18fbeb1c523e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 21:51:52 +0000 Subject: [PATCH 0176/1189] 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 5a2b3dd6ef..58d7530449 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.904 +Version: 0.0.905 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 516e1c503c..dcfb8cfc6f 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.904 +Version: 0.0.905 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 9f968b5e1b3bae7b37f6ed0ba6e4f641b9661946 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 22:33:26 +0000 Subject: [PATCH 0177/1189] 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 58d7530449..d3c310e71e 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.905 +Version: 0.0.906 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 dcfb8cfc6f..2d7496a4e0 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.905 +Version: 0.0.906 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From a7daad7ae3745c79953e741ebf01f28887d82713 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 23:03:46 +0000 Subject: [PATCH 0178/1189] bump: discord-canary-openasar discord-canary yt-dlp-git --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.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 d3c310e71e..97fbe7b74f 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.906 +Version: 0.0.907 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 2d7496a4e0..9c60404212 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.906 +Version: 0.0.907 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 5349575c01..4f195ffd6a 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.17.195349 +Version: 2026.03.17.224507 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From a60d59554676d2dbb0eb24b41c35cb79c4c819db Mon Sep 17 00:00:00 2001 From: veuxit <232229112+veuxit@users.noreply.github.com> Date: Wed, 18 Mar 2026 04:08:48 +0500 Subject: [PATCH 0179/1189] spotify-launcher: fix big package size (#10685) * spotify-launcher: fix big package size * spotify-launcher: enable debug subpackages --------- Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- .../spotify-launcher/spotify-launcher.spec | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/anda/apps/spotify-launcher/spotify-launcher.spec b/anda/apps/spotify-launcher/spotify-launcher.spec index a9719b76f4..5cabbdf1bd 100644 --- a/anda/apps/spotify-launcher/spotify-launcher.spec +++ b/anda/apps/spotify-launcher/spotify-launcher.spec @@ -1,18 +1,6 @@ -%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 +Release: 2%?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 @@ -73,5 +61,8 @@ done %doc README.md %changelog -* Fri Feb 27 2026 veux - 0.6.5 +* Tue Mar 17 2026 veux - 0.6.5-2 +- Fix big package size and enable debug subpackages + +* Fri Feb 27 2026 veux - 0.6.5-1 - Initial package release From 1c1b1d9edebbbc7132dcf0fe6d06fde72d355a36 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Mar 2026 23:45:22 +0000 Subject: [PATCH 0180/1189] bump: discord-canary-openasar discord-canary golang-google-grpc.terra python-yt-dlp-ejs yt-dlp-git --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/go/google-grpc/golang-google-grpc.terra.spec | 2 +- anda/tools/yt-dlp-ejs/python-yt-dlp-ejs.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 97fbe7b74f..3b501e4a33 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.907 +Version: 0.0.909 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 9c60404212..f9dabca705 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.907 +Version: 0.0.909 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com 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 970b2db1f4..425088d4f9 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.2 +Version: 1.79.3 %gometa -L 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 f6667c8ef6..9823c1afa9 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.7.0 +Version: 0.8.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 4f195ffd6a..37f3b7bf97 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.17.224507 +Version: 2026.03.17.231936 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 230edf5a534eb8fe3d1f673ac50f2272b7e33664 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 00:58:02 +0000 Subject: [PATCH 0181/1189] 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 fc83cdf740..6ecae19dd6 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-17 +%global ver 2026-03-18 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 72f44dafcf2457a6ec31b0fdc40f639dc47b6c13 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 02:36:48 +0000 Subject: [PATCH 0182/1189] bump(nightly): legcord-nightly mpv-nightly hyprutils.nightly ghostty-nightly micro-nightly zed-nightly prismlauncher-nightly v2ray-nightly v2raya-nightly types-colorama tdlib-nightly v2ray-domain-list-community stardust-non-spatial-input-nightly stardust-telescope-nightly nvidia-patch scx-scheds-nightly scx-tools-nightly xpadneo glasgow rpi-utils --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/micro/micro-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- .../prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/v2ray/nightly/v2ray-nightly.spec | 4 ++-- anda/langs/go/v2raya/nightly/v2raya-nightly.spec | 8 ++++---- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/lib/tdlib/tdlib-nightly.spec | 6 +++--- .../v2ray-domain-list-community.spec | 6 +++--- .../nightly/stardust-non-spatial-input-nightly.spec | 4 ++-- .../telescope/nightly/stardust-telescope-nightly.spec | 4 ++-- anda/system/nvidia-patch/nvidia-patch.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/scx-tools/nightly/scx-tools-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 ++-- 20 files changed, 45 insertions(+), 45 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 417b0f0e6e..150f6e57c2 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit e143af84799d1e6406d0cf2c585051533d69f589 -%global commit_date 20260316 +%global commit d8550b8ffa440e4db777700c43b6bd9a8e0ee08d +%global commit_date 20260318 %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 24e9853845..8566562c09 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 b51131dff917fbccbedc62a8719bd976a05b5160 +%global commit 5f9e1bc7bd2f48744c57c9055f50b7bf24f32356 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260316 +%global commit_date 20260318 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index 7ffd6da695..1ea730b7d4 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 5e228db6821380a5875d5643176c5c46a47b8134 -%global commit_date 20260314 +%global commit 6b4c47661ea7f6f298353137ae6334a53a08d67c +%global commit_date 20260318 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index cb2b1bc68f..c2762ee7c8 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5e0db1b60586d43ebaa2c7b9b7b9340183dcd305 +%global commit d3bd224081d3c7c5ee54df6815e44f0b5d25357b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-17 +%global fulldate 2026-03-18 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index fd936ea9f1..30d61a563b 100644 --- a/anda/devs/micro/micro-nightly.spec +++ b/anda/devs/micro/micro-nightly.spec @@ -12,8 +12,8 @@ # Naming variable as something other than "commit" is necessary # to stop %%gometa from putting commit hash in release -%global commit_hash 42d0ddf73d630f2bc92223ee535f54d065c9b99a -%global commit_date 20260310 +%global commit_hash 6760768b9ec6ccc6f0c5553f099be498ef185f0f +%global commit_date 20260318 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.15 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 0ee49b57ce..cf885d6337 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5aa037e4a0cf808dabe67a943c5baf2da3022d04 +%global commit d04a60e45238dab4bfe436ecd81d59de031300f0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260317 +%global commit_date 20260318 %global ver 0.229.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 937a6b6aad..167eb292c1 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 98c312942449fa252f99968c54117f5bb9c83e17 +%global commit 3d7d9b4e7ca861caa64688dc11636a97853ce411 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260317 +%global commit_date 20260318 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec index d021ce0145..8f98c01583 100644 --- a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec +++ b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec @@ -1,7 +1,7 @@ -%global commit fbff1421bf27cc8c54b34a2f8e580f7f8ab3253a +%global commit 2e97de9b4f26e7b20bb0c9401b0e53f0bc79c30d %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v5.47.0 -%global commit_date 20260315 +%global commit_date 20260318 %global goipath github.com/v2fly/v2ray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec index 5522d4c8d4..d8690b3cfd 100644 --- a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec +++ b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec @@ -1,7 +1,7 @@ -%global commit d92dbf9c499a18ae8d18c8f3c93cef87dc921bf7 +%global commit 981e9cbec25ae8994ff6ab53ddb38eab75630984 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 2.2.7.5 -%global commit_date 20260305 +%global ver v2.2.7.5 +%global commit_date 20260318 %global goipath github.com/v2rayA/v2rayA Version: %{ver}^%{commit_date}git.%{shortcommit} @@ -12,7 +12,7 @@ Version: %{ver}^%{commit_date}git.%{shortcommit} %gometa -f Name: v2raya-nightly -Release: 1%?dist +Release: 1%{?dist} Summary: A web GUI client of Project V which supports VMess, VLESS, SS, SSR, Trojan, Tuic and Juicity protocols License: AGPL-3.0-only Packager: veuxit diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index af250b09d9..591635622d 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 143d22ce2bd8580a141083ac7930f3bdc707113d -%global commit_date 20260317 +%global commit 9c855f37cbb81c3a7e0a2db03375b5b6bd643111 +%global commit_date 20260318 %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 6ac3ca94a7..7bdbb22f43 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,11 +1,11 @@ -%global commit af0cb1d30a1e5cb1a10cd83b48998ca9ea9ce249 +%global commit 0ae923c493bceb75433de2682ba8ae29cc7bf88d %global ver 1.8.62 -%global commit_date 20260304 +%global commit_date 20260318 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly Version: %ver^%commit_date.%shortcommit -Release: 1%?dist +Release: 1%{?dist} License: BSL-1.0 URL: https://github.com/tdlib/td Summary: Cross-platform library for building Telegram clients diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 25d1e2631e..366d746a33 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit becbd7a8ad60f79a665096907b2b33b44a0cef55 +%global commit 5ff81424115ae215ad8e33f24f763a2b59b70c5f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260316110547 -%global commit_date 20260317 +%global ver 20260317160200 +%global commit_date 20260318 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec index 953ecf6db2..281b0ce8b3 100644 --- a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec +++ b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec @@ -1,5 +1,5 @@ -%global commit 5abb5460bcfa9f23a49991fd2ae274854236307e -%global commit_date 20260316 +%global commit d4b1094da4b5257240e3e60e33332b7b559ef4c5 +%global commit_date 20260318 %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/telescope/nightly/stardust-telescope-nightly.spec b/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec index 87bd37f8ea..6b47023a04 100644 --- a/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec +++ b/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec @@ -1,5 +1,5 @@ -%global commit 07a6199a640af969bf26307123e4aa78a34a9f40 -%global commit_date 20260315 +%global commit 7cc4ad218557200e7cef53da48dc62ff9d0571ca +%global commit_date 20260318 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: stardust-xr-telescope-nightly diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index b280d34ddd..b24409ee89 100644 --- a/anda/system/nvidia-patch/nvidia-patch.spec +++ b/anda/system/nvidia-patch/nvidia-patch.spec @@ -1,13 +1,13 @@ %global debug_package %{nil} -%global commit 47c2959260a330f919981cb407659f0e2790dc8a +%global commit cadc84be4f0318d6a6345cab2cff5e7b7f6758f9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260305 +%global commit_date 20260318 %global patches %{_datadir}/src/nvidia-patch Name: nvidia-patch Version: 0^%commit_date.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: NVENC and NvFBC patches for NVIDIA drivers License: EULA diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index a9408c9001..ad93d8cba1 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 2adb487c137e0b178b442cc00d0384ffbafe8142 +%global commit 7e41c1e8af2000c67009730392d72898c5793e52 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260317 +%global commitdate 20260318 %global ver 1.1.0 %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 f05bf93fab..f7a6287db4 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 6573b6284df3f6c8faf29c3a446abec1ecdf7966 +%global commit 788e39d31f5c9797b23e87e9ecb95eed772cfd99 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260312 +%global commitdate 20260318 %global ver 1.1.0 %global appid com.sched_ext.scx %global developer "sched-ext Contributors" diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index c90a364757..d8b9cebb7e 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,6 +1,6 @@ -%global commit 164b0e786b1b875e67ef8023dfaa68fba9a00572 +%global commit ee5c0d491405b57c6740e4d45b8af26671e598ac %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260316 +%global commitdate 20260318 %global ver 0.10 Name: xpadneo diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 0b80a448d9..b3e334ae95 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 4ffb570215aa0f98bd05a74b7cba77025abeef2d -%global commit_date 20260316 +%global commit 323c99eeb9c649936b60fc1c5f1e74fc0c233995 +%global commit_date 20260318 %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 e86891931a..ecada549b3 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit 1236508f013ca82115a5907ebb942e75ab94d8af -%global commit_date 20260314 +%global commit a2e1a80394f19a8c31cf1d522ca8da9333940407 +%global commit_date 20260318 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils From ec32d3182da72fdb983573750552cf59527ea4b9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 03:43:28 +0000 Subject: [PATCH 0183/1189] bump: stardust-gravity --- anda/stardust/gravity/stable/stardust-gravity.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/stardust/gravity/stable/stardust-gravity.spec b/anda/stardust/gravity/stable/stardust-gravity.spec index a597d77286..957f13d2c3 100644 --- a/anda/stardust/gravity/stable/stardust-gravity.spec +++ b/anda/stardust/gravity/stable/stardust-gravity.spec @@ -2,7 +2,7 @@ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-gravity -Version: 0.51.0 +Version: 0.51.1 Release: 1%{?dist} Epoch: 1 Summary: Utility to launch apps and Stardust XR clients spatially From 663fcf8b061555c9a95e9783e62d1c027d01d263 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 17 Mar 2026 22:59:40 -0500 Subject: [PATCH 0184/1189] fix: helium-browser-bin .desktop file, use %desktop_file_install (#10696) --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 8 ++++---- .../{net.imput.helium.desktop => helium.desktop} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename anda/apps/helium-browser-bin/{net.imput.helium.desktop => helium.desktop} (100%) diff --git a/anda/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index 1335cf1e81..d957cc7f85 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.10.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Private, fast, and honest web browser based on Chromium URL: https://helium.computer @@ -21,7 +21,7 @@ License: GPL-3.0-only AND BSD-3-Clause Source0: https://github.com/imputnet/helium-linux/releases/download/%{version}/helium-%{version}-%{arch}_linux.tar.xz Source1: https://github.com/imputnet/helium-linux/archive/refs/tags/%{version}.tar.gz Source2: net.imput.helium.metainfo.xml -Source3: net.imput.helium.desktop +Source3: helium.desktop ExclusiveArch: x86_64 aarch64 @@ -47,7 +47,7 @@ tar --strip-components=1 -zxvf %{SOURCE1} install -dm755 %{buildroot}%{_libdir}/%{name} cp -a * %{buildroot}%{_libdir}/%{name}/ -install -Dm644 %{SOURCE3} %{buildroot}%{_appsdir}/%{appid}.desktop +%desktop_file_install %{S:3} install -Dm644 product_logo_256.png %{buildroot}%{_hicolordir}/256x256/apps/%{appid}.png @@ -111,7 +111,7 @@ chmod 755 %{buildroot}%{_bindir}/%{name} %{_libdir}/%{name}/ # shebang reasons %attr(0755,root,root) %{_bindir}/%{name} -%{_appsdir}/%{appid}.desktop +%{_appsdir}/helium.desktop %{_hicolordir}/256x256/apps/%{appid}.png %{_metainfodir}/%{appid}.metainfo.xml diff --git a/anda/apps/helium-browser-bin/net.imput.helium.desktop b/anda/apps/helium-browser-bin/helium.desktop similarity index 100% rename from anda/apps/helium-browser-bin/net.imput.helium.desktop rename to anda/apps/helium-browser-bin/helium.desktop From 9d70ddfd22ec9a7ddd093485c654f617fbf3421d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 04:20:26 +0000 Subject: [PATCH 0185/1189] 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 fa1aaee779..23b7485f4d 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,6 +1,6 @@ -%global commit 164b0e786b1b875e67ef8023dfaa68fba9a00572 +%global commit ee5c0d491405b57c6740e4d45b8af26671e598ac %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260316 +%global commitdate 20260318 %global ver 0.10 %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 9d6ce2703a..f8ef045b7e 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,6 +1,6 @@ -%global commit 164b0e786b1b875e67ef8023dfaa68fba9a00572 +%global commit ee5c0d491405b57c6740e4d45b8af26671e598ac %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260316 +%global commitdate 20260318 %global ver 0.10 %global debug_package %{nil} %global modulename xpadneo From 02ea570295112b9f0d430e38bc1ebf0fc0adfcb6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 05:20:32 +0000 Subject: [PATCH 0186/1189] bump: rust-anda --- anda/tools/buildsys/anda/rust-anda.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index 5fa37431e0..0dfd45f592 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.5.1 +Version: 0.5.2 Release: 1%{?dist} Summary: Andaman Build toolchain From d00627396b9cd15c9f95d1bec848a555c9768385 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 06:35:15 +0000 Subject: [PATCH 0187/1189] bump: sops --- anda/tools/sops/sops.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/sops/sops.spec b/anda/tools/sops/sops.spec index 2048865b00..41d0ac6df6 100644 --- a/anda/tools/sops/sops.spec +++ b/anda/tools/sops/sops.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: sops -Version: 3.12.1 -Release: 1%?dist +Version: 3.12.2 +Release: 1%{?dist} Summary: Simple and flexible tool for managing secrets License: MPL-2.0 URL: https://github.com/getsops/sops From c3eb5fe5d718126d98b43ed6e920530130376974 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 10:30:21 +0000 Subject: [PATCH 0188/1189] 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 09b0c61528..de8de5d5db 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 6523afa69a74bb60b0ffd994dd962a101c4d3ae3 -%global ver 0.0.40-19035 +%global commit 5416f432b5aa44e359026d0910638400d09b7d78 +%global ver 0.0.40-19034 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From fb29719c1eed203f19893dfdd13cfae292877e12 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 11:28:47 +0000 Subject: [PATCH 0189/1189] bump: rust-deno rpcs3 --- anda/devs/deno/rust-deno.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/deno/rust-deno.spec b/anda/devs/deno/rust-deno.spec index e9c53cf81c..b7020030fe 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.5 +Version: 2.7.6 Release: 1%{?dist} Summary: Deno executable diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index de8de5d5db..bb1525a6c8 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 5416f432b5aa44e359026d0910638400d09b7d78 -%global ver 0.0.40-19034 +%global commit f076d1e1e65e88c798862fc4156df4a374e6514c +%global ver 0.0.40-19039 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From e0d2bc32dadd42ff2d8cc3aa61a7a233c8aa97d4 Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 18 Mar 2026 21:09:14 +0800 Subject: [PATCH 0190/1189] fix(elephant): update providers list (#10700) --- .../go/elephant/golang-github-abenz1267-elephant.spec | 6 +++--- anda/langs/go/elephant/update.rhai | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec b/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec index b957d662a9..e261575d53 100644 --- a/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec +++ b/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec @@ -10,7 +10,7 @@ %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ %endif -%global providers archlinuxpkgs calc clipboard desktopapplications files menus providerlist runner symbols websearch +%global providers 1password archlinuxpkgs bitwarden bluetooth bookmarks calc clipboard desktopapplications dnfpackages files menus niriactions nirisessions providerlist runner snippets symbols todo unicode websearch windows wireplumber # https://github.com/abenz1267/elephant %global goipath github.com/abenz1267/elephant @@ -26,8 +26,8 @@ Elephant - cuz it's phat - is a powerful data provider service and backend for b %global godocs README.md Name: elephant -Release: 1%{?dist} -Summary: None +Release: 2%{?dist} +Summary: Data provider service and backend for building custom application launchers & desktop utilities License: GPL-3.0-only URL: %{gourl} diff --git a/anda/langs/go/elephant/update.rhai b/anda/langs/go/elephant/update.rhai index e8a25fa240..35758fbeb1 100644 --- a/anda/langs/go/elephant/update.rhai +++ b/anda/langs/go/elephant/update.rhai @@ -1 +1,9 @@ rpm.version(gh_rawfile("abenz1267/elephant", "master", "cmd/elephant/version.txt")); +let dir = get("https://api.github.com/repos/abenz1267/elephant/contents/internal/providers/").json_arr(); +let providers = ""; +for f in dir { + if f.size == 0 { // dir + providers += f.name + " "; + } +} +rpm.global("providers", providers[0..providers.len - 1]); From b20c826903c892020483d486372402f74335126e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 14:54:17 +0000 Subject: [PATCH 0191/1189] bump: noctalia-qs rpcs3 --- anda/desktops/noctalia-qs/noctalia-qs.spec | 6 +++--- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 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 30b9533b0e..0c604a259a 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -1,8 +1,8 @@ -%global commit d5209a6b5fe8c6dff8d530e820c96f09830011e3 +%global commit 3962ff1e0b59ef067c57199d31271ddbf23b29cd Name: noctalia-qs -Version: 0.0.8 -Release: 2%{?dist} +Version: 0.0.9 +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 diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index bb1525a6c8..4c7656d087 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 f076d1e1e65e88c798862fc4156df4a374e6514c -%global ver 0.0.40-19039 +%global commit 4c106960c575b2ac41cbd4e2cda5e6e647221d17 +%global ver 0.0.40-19040 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 05cbb8c0d894e5aef46f2988683c2fefc04a50fa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 16:07:18 +0000 Subject: [PATCH 0192/1189] 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 d97b78c8e7..bb46a2dfe7 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.228.0-pre +%global ver 0.228.0 # 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 6492d0c72b..b32f819b39 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.227.1 +Version: 0.228.0 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 2ce44b393d1e9e03f822064d24b5db6d1069ae18 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 18:12:05 +0000 Subject: [PATCH 0193/1189] bump: flutter rpcs3 zig-master-bootstrap --- anda/devs/flutter/flutter.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/devs/flutter/flutter.spec b/anda/devs/flutter/flutter.spec index b1bc0f7c60..e3d68f9faa 100644 --- a/anda/devs/flutter/flutter.spec +++ b/anda/devs/flutter/flutter.spec @@ -1,6 +1,6 @@ Name: flutter -Version: 3.41.4 -Release: 1%?dist +Version: 3.41.5 +Release: 1%{?dist} Summary: SDK for crafting beautiful, fast user experiences from a single codebase License: BSD-3-Clause URL: https://flutter.dev diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 4c7656d087..fc6db624cf 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 4c106960c575b2ac41cbd4e2cda5e6e647221d17 -%global ver 0.0.40-19040 +%global commit 1f2a9354580e001938cb5ba7edb5cec047baa286 +%global ver 0.0.40-19042 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index c077cd4038..04b3e8a3e1 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.2905+5d71e3051 +version=0.16.0-dev.2915+065c6e794 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 3cc7e2b64c..45c2b2075a 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.2905+5d71e3051 +%global ver 0.16.0-dev.2915+065c6e794 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From b24e5b5d8a20c2fab6f9c6dad104b40dc6232b55 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 18:53:25 +0000 Subject: [PATCH 0194/1189] bump(branch): gnome-shell --- anda/desktops/gnome/gnome-shell/gnome-shell.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/gnome/gnome-shell/gnome-shell.spec b/anda/desktops/gnome/gnome-shell/gnome-shell.spec index 27ef4e6457..7692aec5b0 100644 --- a/anda/desktops/gnome/gnome-shell/gnome-shell.spec +++ b/anda/desktops/gnome/gnome-shell/gnome-shell.spec @@ -1,6 +1,6 @@ %global tarball_version %%(echo %{version} | tr '~' '.') -%global major_version 49 -%global minor_version 2 +%global major_version 50 +%global minor_version 0 %if 0%{?rhel} %global portal_helper 0 @@ -10,7 +10,7 @@ Name: gnome-shell Version: %{major_version}.%{minor_version} -Release: 2%{?dist}.switcheroo +Release: 1%{?dist}.switcheroo Summary: Window management and application launching for GNOME Provides: gnome-shell.switcheroo = %version-%release From 4eecd845c514af35ecceee750b3b45363c08c310 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 19:25:53 +0000 Subject: [PATCH 0195/1189] bump: discord-canary-openasar discord-canary nodejs-backport powershell zed-preview fresh dwarfs --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/backport/nodejs-backport.spec | 2 +- anda/devs/powershell/powershell.spec | 4 ++-- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/langs/rust/fresh/fresh.spec | 2 +- anda/lib/dwarfs/dwarfs.spec | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 3b501e4a33..04c9464a42 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.909 +Version: 0.0.910 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 f9dabca705..8c504923ef 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.909 +Version: 0.0.910 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/backport/nodejs-backport.spec b/anda/devs/backport/nodejs-backport.spec index dcd142a9f1..4a9bb8c6ab 100644 --- a/anda/devs/backport/nodejs-backport.spec +++ b/anda/devs/backport/nodejs-backport.spec @@ -3,7 +3,7 @@ %bcond test 0 Name: nodejs-%{npm_name} -Version: 11.0.0 +Version: 11.0.1 Release: 1%{?dist} Summary: Backport GitHub commits SourceLicense: Apache-2.0 diff --git a/anda/devs/powershell/powershell.spec b/anda/devs/powershell/powershell.spec index 078655da37..59bf21cab4 100644 --- a/anda/devs/powershell/powershell.spec +++ b/anda/devs/powershell/powershell.spec @@ -5,7 +5,7 @@ %global git_name PowerShell # Not currently tracked, all PowerShell specifies is a version under 4.99 %global pester_version 4.10.1 -%global dotnet_version 9.0 +%global dotnet_version 10.0 # Arch defined by .NET %ifarch %{x86_64} %global darch x64 @@ -18,7 +18,7 @@ %bcond test 1 Name: powershell -Version: 7.5.5 +Version: 7.6.0 Release: 1%{?dist} Summary: A cross-platform automation and configuration tool/framework SourceLicense: MIT diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index bb46a2dfe7..693a4babe4 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.228.0 +%global ver 0.229.0-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 8948fb3ed7..9ac948df09 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.14 +Version: 0.2.16 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev diff --git a/anda/lib/dwarfs/dwarfs.spec b/anda/lib/dwarfs/dwarfs.spec index 6134274fbd..2012807fce 100644 --- a/anda/lib/dwarfs/dwarfs.spec +++ b/anda/lib/dwarfs/dwarfs.spec @@ -5,8 +5,8 @@ A fast high compression read-only file system for Linux and Windows.} %global _distro_extra_cxxflags -include %{_includedir}/c++/*/cstdint Name: dwarfs -Version: 0.14.1 -Release: 5%{?dist} +Version: 0.15.0 +Release: 1%{?dist} Summary: A fast high compression read-only file system for Linux, Windows and macOS License: GPL-3.0-or-later URL: https://github.com/mhx/%{name} From d2df024a490ca0c4992179e05dee80f1fb76ded8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 20:49:53 +0000 Subject: [PATCH 0196/1189] 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 8b483cc4ce..ad8afd7c38 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.4 +%global crate_version 1.8.5 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') From 3ccdc5e2a956b0da0d318813fce64b8ab06cd393 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 21:22:23 +0000 Subject: [PATCH 0197/1189] bump: inputtino --- anda/lib/inputtino/inputtino.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/inputtino/inputtino.spec b/anda/lib/inputtino/inputtino.spec index d461530833..0a17d1a316 100644 --- a/anda/lib/inputtino/inputtino.spec +++ b/anda/lib/inputtino/inputtino.spec @@ -1,4 +1,4 @@ -%global commit 73e9fa11179c86c8801e1dbce1c329d2ca07621a +%global commit f4ce2b0df536ef309e9ff318f75b460f7097d7c1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commitdate 20250816 From 447c0c86d6b76afec863c958cedfb80f1167f48a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 21:57:55 +0000 Subject: [PATCH 0198/1189] 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 fc6db624cf..76e1e32d1c 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 1f2a9354580e001938cb5ba7edb5cec047baa286 -%global ver 0.0.40-19042 +%global commit 253d4565f1483b19fb8a53f14d4f3a937389ca16 +%global ver 0.0.40-19043 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From a231110e25a66970f86dabe9b68d6bba086294bd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Mar 2026 23:40:04 +0000 Subject: [PATCH 0199/1189] bump: asusctl --- anda/system/asusctl/asusctl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/asusctl/asusctl.spec b/anda/system/asusctl/asusctl.spec index 8cf4ca1f8b..cd419c94c2 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.4 -Release: 1%?dist +Version: 6.3.5 +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 5997bd649e83d9bc64953add12fb8a26e9a793fe Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 02:38:10 +0000 Subject: [PATCH 0200/1189] bump(nightly): ghostty-nightly zed-nightly prismlauncher-nightly xray-nightly types-colorama vala-nightly v2ray-domain-list-community stardust-server-nightly intel-ipu6-drivers opentabletdriver-nightly xpadneo rpi-utils spotx-bash --- anda/devs/ghostty/nightly/ghostty-nightly.spec | 2 +- anda/devs/zed/nightly/zed-nightly.spec | 6 +++--- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/langs/vala/vala-nightly/vala-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/stardust/server/nightly/stardust-server-nightly.spec | 4 ++-- .../system/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec | 6 +++--- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/xpadneo/kmod-common/xpadneo.spec | 4 ++-- anda/tools/rpi-utils/rpi-utils.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index c2762ee7c8..fe1b46701f 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit d3bd224081d3c7c5ee54df6815e44f0b5d25357b +%global commit c9e1006213eb9234209924c91285d6863e59ce4c %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-03-18 %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 cf885d6337..1f4bc7e663 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit d04a60e45238dab4bfe436ecd81d59de031300f0 +%global commit 2aa366606328dd9ac52f0eea34b4c0bab9000101 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260318 -%global ver 0.229.0 +%global commit_date 20260319 +%global ver 0.230.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 167eb292c1..f0ab6da97e 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 3d7d9b4e7ca861caa64688dc11636a97853ce411 +%global commit 04786023b028a7c703c5da7e0c597c1117f781b0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260318 +%global commit_date 20260319 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index be517caf88..6fe7e60432 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit e86c36557241dc43989887a6006d8464d234fd27 +%global commit 695a28c4247cc924256c2f211ba95d4940d66d56 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.2.6 -%global commit_date 20260312 +%global commit_date 20260319 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 591635622d..5efe8b8ad4 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 9c855f37cbb81c3a7e0a2db03375b5b6bd643111 -%global commit_date 20260318 +%global commit 50ec9108eb191ab96d9ab766e506a7c680d5f3d6 +%global commit_date 20260319 %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 7a06149704..d9a4664784 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 e93b741e0c0cd4468f923fded5bf88e95330f192 +%global commit 662e452f82cec0bb00ebc204bfefa77b0af0fa37 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global repo https://gitlab.gnome.org/GNOME/%{real_name}.git -%global commit_date 20260316 +%global commit_date 20260319 %global snapshot_info %{commit_date}.%{shortcommit} Name: vala-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 366d746a33..91bdf8e39c 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 5ff81424115ae215ad8e33f24f763a2b59b70c5f +%global commit d311bbe50bddbf0f693efa1afb604ef207b98b09 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260317160200 -%global commit_date 20260318 +%global ver 20260318113000 +%global commit_date 20260319 Name: v2ray-domain-list-community Version: %{ver}^%{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 e4ed7a08d3..a106a76357 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 7d4373a298847c6fa31bdfba0392f2605a5b969f -%global commit_date 20260316 +%global commit a36a275bc26c5cded3e28082d094b790430bff07 +%global commit_date 20260319 %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/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec b/anda/system/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec index 6cea74f689..f55878437e 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 da921f79f673d816b99c1f974dfc895e8ede3f64 +%global commit 9323d2e45e8423321d90d7b3832fbfaf398a159a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260303 +%global commit_date 20260319 # 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 @@ -9,7 +9,7 @@ Name: intel-ipu6-drivers Summary: Common files for Intel IPU6 drivers Version: 0^%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://github.com/intel/ipu6-drivers Source0: https://github.com/intel/ipu6-drivers/archive/%{commit}/ipu6-drivers-%{shortcommit}.tar.gz diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 3b0b94a513..2dd51a5919 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit a056b0c6d7aa5f80b4e8a487b0f234233d646e2b +%global commit 3c9df1553e41fb4b1109b280ac022ad04305600e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260316 +%global commit_date 20260319 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index d8b9cebb7e..7ced39ddab 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,6 +1,6 @@ -%global commit ee5c0d491405b57c6740e4d45b8af26671e598ac +%global commit d67479f7c02bd0537901242b8ecfee5cc8e16ab1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260318 +%global commitdate 20260319 %global ver 0.10 Name: xpadneo diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index ecada549b3..5325922372 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit a2e1a80394f19a8c31cf1d522ca8da9333940407 -%global commit_date 20260318 +%global commit 908110873303568f1a790f15bedf23178ad2890c +%global commit_date 20260319 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 80ddf532e5..51238b36b2 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit 7af4bb7c99f13ef0c7f96010dab8f66a078895b0 -%global commit_date 20260313 +%global commit 4a7e1f052fc836f142457e1767a729475502dc57 +%global commit_date 20260319 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From 58c1b46ab3f542e8ea33ec290ec436830784cea1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 03:13:59 +0000 Subject: [PATCH 0201/1189] bump: discord-canary-openasar discord-canary ruffle-nightly rpcs3 fresh --- .../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/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/rust/fresh/fresh.spec | 2 +- 5 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 04c9464a42..00e00d274b 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.910 +Version: 0.0.911 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 8c504923ef..6b416a084e 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.910 +Version: 0.0.911 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 6ecae19dd6..7b67bf7896 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-18 +%global ver 2026-03-19 %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 76e1e32d1c..9f67c7991a 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 253d4565f1483b19fb8a53f14d4f3a937389ca16 -%global ver 0.0.40-19043 +%global commit 43799762c74c44962f2df6ed6587357f6eb300ab +%global ver 0.0.40-19047 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 9ac948df09..50e66a8bf4 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.16 +Version: 0.2.17 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From 3f322dacee224e3cd6240f2eea754a4feb13f39a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 04:18:44 +0000 Subject: [PATCH 0202/1189] bump(branch): intel-ipu6-kmod dkms-intel-ipu6 xpadneo-kmod dkms-xpadneo --- anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec | 6 +++--- anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec | 6 +++--- anda/system/xpadneo/akmod/xpadneo-kmod.spec | 4 ++-- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec b/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec index 3e8a4840fe..6d57bed63c 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 da921f79f673d816b99c1f974dfc895e8ede3f64 +%global commit 9323d2e45e8423321d90d7b3832fbfaf398a159a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260303 +%global commit_date 20260319 %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 @@ -10,7 +10,7 @@ Name: %{modulename}-kmod Summary: Akmods module for %{modulename} Version: 0^%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://github.com/intel/ipu6-drivers Source0: https://github.com/intel/ipu6-drivers/archive/%{commit}/ipu6-drivers-%{shortcommit}.tar.gz diff --git a/anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec b/anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec index 57d182b395..d85b6a4726 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 da921f79f673d816b99c1f974dfc895e8ede3f64 +%global commit 9323d2e45e8423321d90d7b3832fbfaf398a159a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260303 +%global commit_date 20260319 %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 @@ -9,7 +9,7 @@ Name: dkms-%{modulename} Summary: DKMS module for %{modulename} Version: 0^%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://github.com/intel/ipu6-drivers Source0: %{url}/archive/%{commit}.tar.gz#/ipu6-drivers-%{shortcommit}.tar.gz diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index 23b7485f4d..5cb57e914d 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,6 +1,6 @@ -%global commit ee5c0d491405b57c6740e4d45b8af26671e598ac +%global commit d67479f7c02bd0537901242b8ecfee5cc8e16ab1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260318 +%global commitdate 20260319 %global ver 0.10 %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 f8ef045b7e..72e28489bf 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,6 +1,6 @@ -%global commit ee5c0d491405b57c6740e4d45b8af26671e598ac +%global commit d67479f7c02bd0537901242b8ecfee5cc8e16ab1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260318 +%global commitdate 20260319 %global ver 0.10 %global debug_package %{nil} %global modulename xpadneo From 225082bef4759ef295252cc370e8157942b8a224 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 06:09:13 +0000 Subject: [PATCH 0203/1189] bump: surge --- anda/tools/surge/surge.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index c00266929c..a2a0290cd6 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.7.1 +Version: 0.7.2 %gometa From 37320d491273b321143fc59a847b9ba722d8556f Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 18 Mar 2026 23:51:09 -0700 Subject: [PATCH 0204/1189] fix: Somebody forgor a requires flag (#10712) * fix: Somebody forgor a requires flag Signed-off-by: Kyle Gospodnetich * fix: Ensure gamescope & switcheroo-control are required when installing gamescope-session Signed-off-by: Kyle Gospodnetich * chore: Can't really use this without Steam now can you Add steam as a requirement for the gamescope-session-steam package. Signed-off-by: Kyle Gospodnetich --------- Signed-off-by: Kyle Gospodnetich --- anda/games/gamescope-session-steam/gamescope-session-steam.spec | 2 ++ anda/games/gamescope-session/gamescope-session.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/anda/games/gamescope-session-steam/gamescope-session-steam.spec b/anda/games/gamescope-session-steam/gamescope-session-steam.spec index 2976351fc4..cd5309ec39 100644 --- a/anda/games/gamescope-session-steam/gamescope-session-steam.spec +++ b/anda/games/gamescope-session-steam/gamescope-session-steam.spec @@ -11,6 +11,8 @@ Summary: gamescope-session-steam License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session-steam Source0: %url/archive/%commit.tar.gz +Requires: gamescope-session +Requires: steam Packager: Tulip Blossom BuildArch: noarch diff --git a/anda/games/gamescope-session/gamescope-session.spec b/anda/games/gamescope-session/gamescope-session.spec index f6bd8ace06..32fa3f78a1 100644 --- a/anda/games/gamescope-session/gamescope-session.spec +++ b/anda/games/gamescope-session/gamescope-session.spec @@ -11,6 +11,8 @@ Summary: Gamescope session based on Valve's gamescope License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session Source0: %url/archive/%commit.tar.gz +Requires: gamescope +Recommends: switcheroo-control BuildRequires: systemd-rpm-macros Packager: Tulip Blossom BuildArch: noarch From 1e6d93341974e71a326ebd26454f4c404d8fdb8e Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 18 Mar 2026 23:56:58 -0700 Subject: [PATCH 0205/1189] feat: Update terra-gamescope to the latest OGC release (#10711) * feat: Update terra-gamescope to the latest OGC release Signed-off-by: Kyle Gospodnetich * chore: Add update.rhai script Signed-off-by: Kyle Gospodnetich * Update anda/games/terra-gamescope/update.rhai Co-authored-by: madomado Signed-off-by: Kyle Gospodnetich * chore: Set nightly Signed-off-by: Kyle Gospodnetich --------- Signed-off-by: Kyle Gospodnetich Co-authored-by: madomado --- anda/games/terra-gamescope/anda.hcl | 1 + anda/games/terra-gamescope/terra-gamescope.spec | 2 +- anda/games/terra-gamescope/update.rhai | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 anda/games/terra-gamescope/update.rhai diff --git a/anda/games/terra-gamescope/anda.hcl b/anda/games/terra-gamescope/anda.hcl index e66956b621..1bc4cc6311 100755 --- a/anda/games/terra-gamescope/anda.hcl +++ b/anda/games/terra-gamescope/anda.hcl @@ -5,6 +5,7 @@ project pkg { } labels { mock = 1 + nightly = 1 subrepo = "extras" } } diff --git a/anda/games/terra-gamescope/terra-gamescope.spec b/anda/games/terra-gamescope/terra-gamescope.spec index ff25d8dd3c..2de32bd0e0 100755 --- a/anda/games/terra-gamescope/terra-gamescope.spec +++ b/anda/games/terra-gamescope/terra-gamescope.spec @@ -2,7 +2,7 @@ %global _default_patch_fuzz 2 %global build_timestamp %(date +"%Y%m%d") -%global gamescope_commit b6a368af614ee93bf7b1d05a8d203f0c84a87c74 +%global gamescope_commit 402bfb81bc25943cac9061eb022fe229c5414f5e %define short_commit %(echo %{gamescope_commit} | cut -c1-8) Name: terra-gamescope diff --git a/anda/games/terra-gamescope/update.rhai b/anda/games/terra-gamescope/update.rhai new file mode 100644 index 0000000000..c0deb9c10f --- /dev/null +++ b/anda/games/terra-gamescope/update.rhai @@ -0,0 +1,6 @@ +if rpm.changed() { + rpm.release(); + let v = gh_commit("OpenGamingCollective/gamescope")); + v.crop(1); + rpm.global("gamescope_commit", v); +} From 0a9bb245f5dc1e29902572fbe537137d794ce842 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 07:13:13 +0000 Subject: [PATCH 0206/1189] bump: lightdm-kde-greeter --- .../kde/lightdm-kde-greeter/lightdm-kde-greeter.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/kde/lightdm-kde-greeter/lightdm-kde-greeter.spec b/anda/desktops/kde/lightdm-kde-greeter/lightdm-kde-greeter.spec index 83b82c2d59..c3f69401c9 100644 --- a/anda/desktops/kde/lightdm-kde-greeter/lightdm-kde-greeter.spec +++ b/anda/desktops/kde/lightdm-kde-greeter/lightdm-kde-greeter.spec @@ -1,8 +1,8 @@ -%global commit e7378bd297144d4d55cf6de2e53fe34c3043b7ca +%global commit 447d0a976d6512af692009ab3faafeb014a87756 Name: lightdm-kde-greeter -Version: 6.1.3 -Release: 1%?dist +Version: 6.1.5 +Release: 1%{?dist} Summary: Login screen using the LightDM framework License: GPL-3.0-or-later URL: https://invent.kde.org/plasma/%name From 555c020eaed90451e78a18f9c1121de8d77da4a9 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 19 Mar 2026 00:14:54 -0700 Subject: [PATCH 0207/1189] feat: Add new steamos-manager-powerstation package (#10703) * feat: Add new steamos-manager-powerstation package Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: Kyle Gospodnetich * chore: Fix update script Signed-off-by: Kyle Gospodnetich --------- Signed-off-by: Kyle Gospodnetich Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- .../steamos-manager-powerstation/anda.hcl | 5 + .../steamos-manager-powerstation.spec | 96 +++++++++++++++++++ .../steamos-manager-powerstation/update.rhai | 6 ++ 3 files changed, 107 insertions(+) create mode 100644 anda/games/steamos-manager-powerstation/anda.hcl create mode 100644 anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec create mode 100644 anda/games/steamos-manager-powerstation/update.rhai diff --git a/anda/games/steamos-manager-powerstation/anda.hcl b/anda/games/steamos-manager-powerstation/anda.hcl new file mode 100644 index 0000000000..654ab9ce40 --- /dev/null +++ b/anda/games/steamos-manager-powerstation/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "steamos-manager-powerstation.spec" + } +} diff --git a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec new file mode 100644 index 0000000000..b82d11bedc --- /dev/null +++ b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec @@ -0,0 +1,96 @@ +%global commit 81e1d500211483e01edde6c2b985c45499aec500 +%global shortcommit %{sub %{commit} 0 7} +%global commitdate 20260312 + +Name: steamos-manager-powerstation +Version: 0~%{commitdate}.git%{shortcommit} +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) +URL: https://github.com/honjow/steamos-manager +Source0: %{url}/archive/%{commit}.tar.gz +BuildRequires: anda-srpm-macros +BuildRequires: cargo-rpm-macros +BuildRequires: clang-devel +BuildRequires: rust +BuildRequires: mold +BuildRequires: glib2-devel +BuildRequires: speech-dispatcher-devel +BuildRequires: pkgconfig(libudev) +Packager: Kyle Gospodnetich + +Provides: steamos-manager +Conflicts: steamos-manager +Requires: powerstation + +%description +SteamOS Manager is a system daemon that aims to abstract Steam's interactions +with the operating system. The goal is to have a standardized interface so that +SteamOS specific features in the Steam client, e.g. TDP management, can be +exposed in any Linux distro that provides an implementation of this DBus API. +This version has been patched with additional compatibility with powerstation. + +%package gamescope-session-plus +Summary: Compatibility symlink service for starting steamos-manager on gamescope-session-plus +Requires: %{name} = %{evr} + +%description gamescope-session-plus +%summary. + +%prep +%autosetup -n steamos-manager-%{commit} +%cargo_prep_online + +%build +%cargo_build + +%install +%{cargo_license_online -a} > LICENSE.dependencies +%make_install +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 %{_userunitdir}/steamos-manager.service %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service + +%post +%systemd_post steamos-manager.service +%systemd_user_post steamos-manager.service +%systemd_user_post steamos-manager-configure-cecd.service +%systemd_user_post steamos-manager-session-cleanup.service + +%preun +%systemd_preun steamos-manager.service +%systemd_user_preun steamos-manager.service +%systemd_user_preun steamos-manager-configure-cecd.service +%systemd_user_preun steamos-manager-session-cleanup.service + +%postun +%systemd_postun_with_restart steamos-manager.service +%systemd_user_postun steamos-manager.service +%systemd_user_postun steamos-manager-configure-cecd.service +%systemd_user_postun 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.xml +%{_datadir}/dbus-1/services/com.steampowered.SteamOSManager1.service +%{_datadir}/dbus-1/system.d/com.steampowered.SteamOSManager1.conf +%{_datadir}/dbus-1/system-services/com.steampowered.SteamOSManager1.service +%{_datadir}/steamos-manager/devices/*.toml +%{_datadir}/steamos-manager/platform.toml +%{_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 +%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service + +%changelog +* Wed Mar 18 2026 Kyle Gospodnetich - 26.0.1-1 +- Intial Commit diff --git a/anda/games/steamos-manager-powerstation/update.rhai b/anda/games/steamos-manager-powerstation/update.rhai new file mode 100644 index 0000000000..fd8ffe6cdd --- /dev/null +++ b/anda/games/steamos-manager-powerstation/update.rhai @@ -0,0 +1,6 @@ +rpm.global("commit", get("https://api.github.com/repos/honjow/steamos-manager/commits/dev").json().sha); +if rpm.changed() { + rpm.global("ver", gh("honjow/steamos-manager")); + rpm.global("commit_date", date()); + rpm.release(); +} From ad31a3d085b6cc6cb271830fe83b9c284fd7d7fe Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 19 Mar 2026 00:39:15 -0700 Subject: [PATCH 0208/1189] fix: Add missing requires to gamescope-session-opengamepadui + Update it (#10726) * fix: Add missing requires to gamescope-session-opengamepadui Signed-off-by: Kyle Gospodnetich * chore: Fix whitespace Signed-off-by: Kyle Gospodnetich * chore: Update gamescope-session-opengamepadui commit --------- Signed-off-by: Kyle Gospodnetich --- .../gamescope-session-opengamepadui.spec | 3 ++- anda/games/terra-gamescope/anda.hcl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec index cab8e3f9ae..75be90b676 100644 --- a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec +++ b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec @@ -1,4 +1,4 @@ -%global commit d9412bf01f3ffbe55e15f34445fe4c682fde5ede +%global commit 88087a086ab732211c466b41f5d64229ce51c050 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commit_date 20260314 @@ -10,6 +10,7 @@ License: GPL-3.0-only URL: https://github.com/OpenGamingCollective/gamescope-session-opengamepadui Source0: %url/archive/%commit.tar.gz Packager: Tulip Blossom +Requires: gamescope-session Requires: opengamepadui BuildArch: noarch diff --git a/anda/games/terra-gamescope/anda.hcl b/anda/games/terra-gamescope/anda.hcl index 1bc4cc6311..c01d057d11 100755 --- a/anda/games/terra-gamescope/anda.hcl +++ b/anda/games/terra-gamescope/anda.hcl @@ -5,7 +5,7 @@ project pkg { } labels { mock = 1 - nightly = 1 + nightly = 1 subrepo = "extras" } } From cfdcee595ffaf43427ee61098dc574d272ea8c11 Mon Sep 17 00:00:00 2001 From: idiot-shinuki Date: Thu, 19 Mar 2026 04:17:03 -0400 Subject: [PATCH 0209/1189] fix(prismlauncher): rename modrinth-mrpack-mime.xml to org.prismlauncher.PrismLauncher.xml (#10688) * Rename modrinth-mrpack-mime.xml to prismlauncher-modrinth-mrpack-mime.xml PrismLauncher/PrismLauncher#5202 renames a build artifact. This commit reflects that change in the .spec file for prismlauncher-nightly, which is the only package where the change is present as of this commit. Signed-off-by: idiot-shinuki * Change mime file name in spec file PrismLauncher/PrismLauncher#5205 renames the mime file to match specifications. Signed-off-by: idiot-shinuki * Fix mistake in new file name After running a build to verify, the output mime file is actually named `org.prismlauncher.PrismLauncher.xml` instead of `org.prismlauncher.PrismLauncher.mime.xml` Signed-off-by: idiot-shinuki * Run update.rhai Update to latest commit where the mime file has the new name Signed-off-by: idiot-shinuki --------- Signed-off-by: idiot-shinuki --- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index f0ab6da97e..9f04f73a68 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -143,7 +143,7 @@ rm -f %{buildroot}%{_datadir}/metainfo/org.prismlauncher.PrismLauncher.metainfo. %{_metainfodir}/%{appid}.metainfo.xml %{_scalableiconsdir}/org.prismlauncher.PrismLauncher.svg %{_hicolordir}/256x256/apps/org.prismlauncher.PrismLauncher.png -%{_datadir}/mime/packages/modrinth-mrpack-mime.xml +%{_datadir}/mime/packages/org.prismlauncher.PrismLauncher.xml %{_datadir}/qlogging-categories%{qt_version}/prismlauncher.categories %{_mandir}/man?/prismlauncher.* From e223a57d19e26702316a8397da00bfb0858bd72c Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 19 Mar 2026 03:17:31 -0500 Subject: [PATCH 0210/1189] add: pion (#10689) * add: pion Signed-off-by: Owen-sz * skull Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/system/pion/anda.hcl | 5 ++++ anda/system/pion/pion.spec | 47 ++++++++++++++++++++++++++++++++++++ anda/system/pion/update.rhai | 1 + 3 files changed, 53 insertions(+) create mode 100644 anda/system/pion/anda.hcl create mode 100644 anda/system/pion/pion.spec create mode 100644 anda/system/pion/update.rhai diff --git a/anda/system/pion/anda.hcl b/anda/system/pion/anda.hcl new file mode 100644 index 0000000000..cf94971bf1 --- /dev/null +++ b/anda/system/pion/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "pion.spec" + } +} diff --git a/anda/system/pion/pion.spec b/anda/system/pion/pion.spec new file mode 100644 index 0000000000..b44b5c599d --- /dev/null +++ b/anda/system/pion/pion.spec @@ -0,0 +1,47 @@ +Name: pion +Version: 0.1.0 +Release: 1%{?dist} +Summary: Binder IPC Linux userspace root service +License: MIT AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT) +URL: https://github.com/technobaboo/pion +Source0: %{url}/archive/refs/tags/%{version}.tar.gz +Packager: Owen Zimmerman + +BuildRequires: cargo-rpm-macros +BuildRequires: systemd-rpm-macros + +%description +Binder IPC Linux userspace root service... Binder objects bound to files (like UNIX domain sockets!). + +%prep +%autosetup +%cargo_prep_online + +%build +%cargo_build +%{cargo_license_online} > LICENSE.dependencies + +%install +install -Dm755 target/rpm/pion-binder %{buildroot}%{_bindir}/pion-binder +install -Dm644 dist/pion-binder.service %{buildroot}%{_unitdir}/pion-binder.service +install -Dm644 dist/dev-binderfs.mount %{buildroot}%{_unitdir}/dev-binderfs.mount + +%post +%systemd_post pion-binder.service + +%preun +%systemd_preun pion-binder.service + +%postun +%systemd_postun_with_restart pion-binder.service + +%files +%doc README.md +%license LICENSE LICENSE.dependencies +%{_bindir}/pion-binder +%{_unitdir}/pion-binder.service +%{_unitdir}/dev-binderfs.mount + +%changelog +* Tue Mar 17 2026 Owen Zimmerman +- Initial commit diff --git a/anda/system/pion/update.rhai b/anda/system/pion/update.rhai new file mode 100644 index 0000000000..3510981958 --- /dev/null +++ b/anda/system/pion/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("technobaboo/pion")); From 70dd6e955c1b92c0432016c5778d382a17101dc5 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 19 Mar 2026 03:18:19 -0500 Subject: [PATCH 0211/1189] add: driftwm (#10695) --- anda/desktops/driftwm/anda.hcl | 5 ++++ anda/desktops/driftwm/driftwm.spec | 46 ++++++++++++++++++++++++++++++ anda/desktops/driftwm/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/desktops/driftwm/anda.hcl create mode 100644 anda/desktops/driftwm/driftwm.spec create mode 100644 anda/desktops/driftwm/update.rhai diff --git a/anda/desktops/driftwm/anda.hcl b/anda/desktops/driftwm/anda.hcl new file mode 100644 index 0000000000..7629282154 --- /dev/null +++ b/anda/desktops/driftwm/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "driftwm.spec" + } +} diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec new file mode 100644 index 0000000000..271db3494c --- /dev/null +++ b/anda/desktops/driftwm/driftwm.spec @@ -0,0 +1,46 @@ +Name: driftwm +Version: 0.1.0 +Release: 1%{?dist} +Summary: A trackpad-first infinite canvas Wayland compositor +License: GPL-3.0-or-later +URL: https://github.com/malbiruk/driftwm +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +Packager: Owen Zimmerman + +BuildRequires: cargo-rpm-macros +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(libseat) +BuildRequires: pkgconfig(libdisplay-info) +BuildRequires: libinput-devel +BuildRequires: libxkbcommon-devel +BuildRequires: mesa-libgbm-devel + +%description +%{summary}. + +%prep +%autosetup +%cargo_prep_online + +%build +%cargo_build +%cargo_license_summary_online +%{cargo_license_online} > LICENSE.dependencies + +%install +export PREFIX=/usr +%make_install + +%files +%doc README.md +%license LICENSE LICENSE.dependencies +%{_bindir}/driftwm +%{_bindir}/driftwm-session +%{_datadir}/wayland-sessions/driftwm.desktop +%{_datadir}/xdg-desktop-portal/driftwm-portals.conf +%{_sysconfdir}/driftwm/config.toml +%{_datadir}/driftwm/wallpapers/*.glsl + +%changelog +* Tue Mar 17 2026 Owen Zimmerman - 0.1.0-1 +- Initial commit diff --git a/anda/desktops/driftwm/update.rhai b/anda/desktops/driftwm/update.rhai new file mode 100644 index 0000000000..3d7c8b86dc --- /dev/null +++ b/anda/desktops/driftwm/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("malbiruk/driftwm")); From ccbe11ce5a96837571fa79958eceee66b98fb15e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 11:07:43 +0000 Subject: [PATCH 0212/1189] bump: libde265 gradle carapace --- anda/lib/libde265/libde265.spec | 2 +- anda/tools/buildsys/gradle/gradle.spec | 4 ++-- anda/tools/carapace/carapace.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/lib/libde265/libde265.spec b/anda/lib/libde265/libde265.spec index 42b56f2b93..68750a6a2f 100644 --- a/anda/lib/libde265/libde265.spec +++ b/anda/lib/libde265/libde265.spec @@ -1,6 +1,6 @@ Name: libde265 Summary: Open H.265 video codec implementation -Version: 1.0.17 +Version: 1.0.18 Release: 1%{?dist} License: LGPL-3.0-or-later URL: https://www.libde265.org/ diff --git a/anda/tools/buildsys/gradle/gradle.spec b/anda/tools/buildsys/gradle/gradle.spec index 2bf296bedb..e36645dc05 100644 --- a/anda/tools/buildsys/gradle/gradle.spec +++ b/anda/tools/buildsys/gradle/gradle.spec @@ -1,6 +1,6 @@ Name: gradle -Version: 9.4.0 -Release: 2%?dist +Version: 9.4.1 +Release: 1%{?dist} Summary: Powerful build system for the JVM URL: https://gradle.org/ Source0: https://github.com/gradle/gradle/archive/refs/tags/v%{version}.tar.gz diff --git a/anda/tools/carapace/carapace.spec b/anda/tools/carapace/carapace.spec index 75b9649374..6c9f9748b9 100644 --- a/anda/tools/carapace/carapace.spec +++ b/anda/tools/carapace/carapace.spec @@ -1,12 +1,12 @@ %define debug_package %{nil} %global goipath github.com/carapace-sh/carapace-bin -Version: 1.6.3 +Version: 1.6.4 %gometa -f Name: carapace -Release: 1%?dist +Release: 1%{?dist} Summary: A multi-shell completion binary License: MIT From 475dffbdfd2c97b7a41e73715d7f4b932c860447 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 12:30:01 +0000 Subject: [PATCH 0213/1189] bump: noctalia-shell rust-deno --- anda/desktops/noctalia-shell/noctalia-shell.spec | 4 ++-- anda/devs/deno/rust-deno.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index a439ae5984..56a3824736 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.7 -Release: 2%{?dist} +Version: 4.7.0 +Release: 1%{?dist} Summary: A Quickshell-based custom shell setup License: MIT diff --git a/anda/devs/deno/rust-deno.spec b/anda/devs/deno/rust-deno.spec index b7020030fe..bdb2dbf861 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.6 +Version: 2.7.7 Release: 1%{?dist} Summary: Deno executable From a2ce2b031676212ec5fae1af3564e57b386f6835 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 13:49:54 +0000 Subject: [PATCH 0214/1189] bump: signal-desktop rpcs3 --- anda/apps/signal-desktop/signal-desktop.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index d30ad3b358..102b6ebe1f 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: 8.2.1 +Version: 8.3.0 Release: 1%{?dist} Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 9f67c7991a..952d8feed7 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 43799762c74c44962f2df6ed6587357f6eb300ab -%global ver 0.0.40-19047 +%global commit 2f3b66985e22ff89d21bc603bb430970879073b4 +%global ver 0.0.40-19048 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From f672a0cc0c15a402071e0f40e212906edf3e2de6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 15:36:00 +0000 Subject: [PATCH 0215/1189] bump: android-studio-canary soft-serve --- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- anda/langs/go/soft-serve/soft-serve.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index ff5524532b..02c509fdc9 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.4 +Version: 2025.3.4.1 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-canary4 +%define suffixS panda4-canary1 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz diff --git a/anda/langs/go/soft-serve/soft-serve.spec b/anda/langs/go/soft-serve/soft-serve.spec index dde2147336..a084dcdecf 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.5 +Version: 0.11.6 %gometa -f From 7a2fe67e63e7995ffa295d75709ccc9c10e17632 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 16:39:11 +0000 Subject: [PATCH 0216/1189] bump: yarnpkg-berry --- anda/devs/yarn-berry/yarnpkg-berry.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/yarn-berry/yarnpkg-berry.spec b/anda/devs/yarn-berry/yarnpkg-berry.spec index 1f9b0ed0d7..49bbe211ba 100644 --- a/anda/devs/yarn-berry/yarnpkg-berry.spec +++ b/anda/devs/yarn-berry/yarnpkg-berry.spec @@ -1,8 +1,8 @@ %bcond bootstrap 0 Name: yarnpkg-berry -Version: 4.12.0 -Release: 5%{?dist} +Version: 4.13.0 +Release: 1%{?dist} Summary: Active development version of Yarn License: BSD-2-Clause URL: https://yarnpkg.com From 20f7ea9164c81f246a6f1d87b26352ac5e637a24 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 17:41:23 +0000 Subject: [PATCH 0217/1189] bump: rpcs3 surge --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/surge/surge.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 952d8feed7..e9099af081 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 2f3b66985e22ff89d21bc603bb430970879073b4 -%global ver 0.0.40-19048 +%global commit ddd226f0ea1d365d5919c647216b0596c1c7fea4 +%global ver 0.0.40-19051 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index a2a0290cd6..ec6ea2d5ab 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.7.2 +Version: 0.7.3 %gometa From bc4defc9763b18e4ad2b84572cf5ea40cbf934fc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 18:32:56 +0000 Subject: [PATCH 0218/1189] 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 00e00d274b..bebc3faf6e 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.911 +Version: 0.0.912 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 6b416a084e..7b8f5a523b 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.911 +Version: 0.0.912 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From f2e2839d6c52d6e1fe358be69f78c1ea89d08eda Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 19 Mar 2026 12:04:11 -0700 Subject: [PATCH 0219/1189] chore: Bump some releases (#10735) --- .../gamescope-session-ogui-steam.spec | 2 +- anda/games/gamescope-session-steam/gamescope-session-steam.spec | 2 +- anda/games/gamescope-session/gamescope-session.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec b/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec index 88a5fdcbf0..dc84041764 100644 --- a/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec +++ b/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec @@ -6,7 +6,7 @@ Name: gamescope-session-ogui-steam Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 2%?dist Summary: gamescope-session-steam License: GPL-3.0-only URL: https://github.com/OpenGamingCollective/gamescope-session-ogui-steam diff --git a/anda/games/gamescope-session-steam/gamescope-session-steam.spec b/anda/games/gamescope-session-steam/gamescope-session-steam.spec index cd5309ec39..97ecf33e35 100644 --- a/anda/games/gamescope-session-steam/gamescope-session-steam.spec +++ b/anda/games/gamescope-session-steam/gamescope-session-steam.spec @@ -6,7 +6,7 @@ Name: gamescope-session-steam Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: gamescope-session-steam License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session-steam diff --git a/anda/games/gamescope-session/gamescope-session.spec b/anda/games/gamescope-session/gamescope-session.spec index 32fa3f78a1..3f9abdc6af 100644 --- a/anda/games/gamescope-session/gamescope-session.spec +++ b/anda/games/gamescope-session/gamescope-session.spec @@ -6,7 +6,7 @@ Name: gamescope-session Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 2%?dist Summary: Gamescope session based on Valve's gamescope License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session From a6d58b134a79894cc01ed5f596ab74f7bd661011 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 19:30:56 +0000 Subject: [PATCH 0220/1189] 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 e9099af081..b5a4610e61 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 ddd226f0ea1d365d5919c647216b0596c1c7fea4 -%global ver 0.0.40-19051 +%global commit b73c45f1fb7183297a772a79ac26556784abb481 +%global ver 0.0.40-19052 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From d9460f84b6a10c8bd3cdf92ce0b2ef7408aa3351 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 20:04:12 +0000 Subject: [PATCH 0221/1189] bump: coreboot-utils --- anda/tools/coreboot-utils/coreboot-utils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/coreboot-utils/coreboot-utils.spec b/anda/tools/coreboot-utils/coreboot-utils.spec index 5e3ed1f5bf..4a6b0c8aad 100644 --- a/anda/tools/coreboot-utils/coreboot-utils.spec +++ b/anda/tools/coreboot-utils/coreboot-utils.spec @@ -1,8 +1,8 @@ %define debug_package %nil Name: coreboot-utils -Version: 25.12 -Release: 3%?dist +Version: 26.03 +Release: 1%{?dist} Summary: Various coreboot utilities URL: https://doc.coreboot.org License: BSD-3-Clause AND Apache-2.0 AND CC-BY-SA-3.0 AND GPL-2.0-only AND GPL-3.0-or-later AND ISC AND BSD-2-Clause-Patent AND BSD-4-Clause-UC AND CC-PDDC AND GPL-2.0-or-later AND HPND-sell-varient AND LGPL-2.1-or-later AND BSD-2-Clause AND CC-BY-4.0 AND GPL-3.0-only AND HPND AND X11 AND MIT From 5cd1568d8743d7e348089338c55eee60831255af Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 20:53:24 +0000 Subject: [PATCH 0222/1189] bump: discord-canary-openasar discord-canary superisoupdater rust-zoi-rs --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/python/superisoupdater/superisoupdater.spec | 4 ++-- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index bebc3faf6e..c911c420f3 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.912 +Version: 0.0.914 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 7b8f5a523b..8f8b3572d9 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.912 +Version: 0.0.914 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/python/superisoupdater/superisoupdater.spec b/anda/langs/python/superisoupdater/superisoupdater.spec index 66186f436a..2e3aa362b0 100644 --- a/anda/langs/python/superisoupdater/superisoupdater.spec +++ b/anda/langs/python/superisoupdater/superisoupdater.spec @@ -2,8 +2,8 @@ %global _desc A powerful tool to conveniently update all of your ISOs! Name: python-%{pypi_name} -Version: 1.5.0 -Release: 1%?dist +Version: 1.5.1 +Release: 1%{?dist} Summary: %{_desc} License: GPLv3 URL: https://github.com/JoshuaVandaele/SuperISOUpdater diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index ad8afd7c38..b7e1f8fe1a 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.5 +%global crate_version 1.8.6 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') From 667b92c50df46fd0618c547c8ee791fc6541b440 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 21:35:34 +0000 Subject: [PATCH 0223/1189] 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 b5a4610e61..94da8983d5 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 b73c45f1fb7183297a772a79ac26556784abb481 -%global ver 0.0.40-19052 +%global commit 84277f41a117c5564715ff859710b4662c2fc88c +%global ver 0.0.40-19053 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From c53bc7f71ff1d52e1f757295ca67c100d11e4b18 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Mar 2026 22:38:41 +0000 Subject: [PATCH 0224/1189] bump: driftwm --- anda/desktops/driftwm/driftwm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index 271db3494c..3c98648815 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.1.0 +Version: 0.1.1 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later From 2305788cd97d5273af2f4c2ee98cd256bb4eb76d Mon Sep 17 00:00:00 2001 From: metcya <134973769+metcya@users.noreply.github.com> Date: Thu, 19 Mar 2026 20:35:26 -0500 Subject: [PATCH 0225/1189] add: yubikey-touch-detector (#10741) * add: yubikey-touch-detector * slop alert --- anda/tools/yubikey-touch-detector/anda.hcl | 5 ++ anda/tools/yubikey-touch-detector/update.rhai | 1 + .../yubikey-touch-detector.spec | 66 +++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 anda/tools/yubikey-touch-detector/anda.hcl create mode 100644 anda/tools/yubikey-touch-detector/update.rhai create mode 100644 anda/tools/yubikey-touch-detector/yubikey-touch-detector.spec diff --git a/anda/tools/yubikey-touch-detector/anda.hcl b/anda/tools/yubikey-touch-detector/anda.hcl new file mode 100644 index 0000000000..da4fb1c16c --- /dev/null +++ b/anda/tools/yubikey-touch-detector/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "yubikey-touch-detector.spec" + } +} diff --git a/anda/tools/yubikey-touch-detector/update.rhai b/anda/tools/yubikey-touch-detector/update.rhai new file mode 100644 index 0000000000..daea87d7dc --- /dev/null +++ b/anda/tools/yubikey-touch-detector/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("max-baz/yubikey-touch-detector")); diff --git a/anda/tools/yubikey-touch-detector/yubikey-touch-detector.spec b/anda/tools/yubikey-touch-detector/yubikey-touch-detector.spec new file mode 100644 index 0000000000..b887fc18de --- /dev/null +++ b/anda/tools/yubikey-touch-detector/yubikey-touch-detector.spec @@ -0,0 +1,66 @@ +%global goipath github.com/max-baz/yubikey-touch-detector +Version: 1.13.0 + +%gometa + +Name: yubikey-touch-detector +Release: 1%{?dist} +Summary: A tool to detect when your YubiKey is waiting for a touch + +License: ISC +URL: https://github.com/max-baz/yubikey-touch-detector +Source0: %{url}/archive/refs/tags/%{version}.tar.gz + +Packager: metcya + +BuildRequires: go-rpm-macros +BuildRequires: scdoc +BuildRequires: pkgconfig(gpgme) +BuildRequires: systemd-rpm-macros + +%description +This is a tool that can detect when YubiKey is waiting for your touch. It is +designed to be integrated with other UI components to display a visible +indicator. + +%prep +%goprep + +%build +%global gomodulesmode GO111MODULE=on +%gobuild -o %{name} +scdoc < %{name}.1.scd > %{name}.1 + +%install +install -Dm 755 %{name} %{buildroot}%{_bindir}/%{name} +install -Dm 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 +install -Dm 644 %{name}.png %{buildroot}%{_hicolordir}/128x128/apps/%{name}.png +install -Dm 644 %{name}.service %{buildroot}%{_userunitdir}/%{name}.service +install -Dm 644 %{name}.socket %{buildroot}%{_userunitdir}/%{name}.socket +install -Dm 644 service.conf.example %{buildroot}%{_sysconfdir}/%{name}/service.conf + +%preun +%systemd_user_preun %{name}.service +%systemd_user_preun %{name}.socket + +%post +%systemd_user_post %{name}.service +%systemd_user_post %{name}.socket + +%postun +%systemd_user_postun %{name}.service +%systemd_user_postun %{name}.socket + +%files +%license LICENSE +%doc README.md +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1.* +%{_hicolordir}/128x128/apps/%{name}.png +%{_userunitdir}/%{name}.service +%{_userunitdir}/%{name}.socket +%{_sysconfdir}/%{name}/service.conf + +%changelog +* Wed Mar 18 2026 metcya +- Initial package From c81d1b1dc28c2b4113b7dd76cab97bddf1da3262 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 02:29:57 +0000 Subject: [PATCH 0226/1189] bump(nightly): flameshot-nightly mpv-nightly hyprutils.nightly ghostty-nightly zed-nightly gamescope-session-opengamepadui prismlauncher-nightly xray-nightly nim-nightly astal v2ray-domain-list-community Carla-nightly stardust-armillary-nightly stardust-atmosphere-nightly stardust-black-hole-nightly stardust-comet-nightly stardust-flatland-nightly stardust-gravity-nightly stardust-non-spatial-input-nightly stardust-protostar-nightly stardust-server-nightly stardust-solar-sailer-nightly opentabletdriver-nightly scx-scheds-nightly glasgow rpi-utils --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 6 +++--- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- .../gamescope-session-opengamepadui.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/lib/astal/astal/astal.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/multimedia/carla/Carla-nightly.spec | 6 +++--- .../armillary/nightly/stardust-armillary-nightly.spec | 4 ++-- .../atmosphere/nightly/stardust-atmosphere-nightly.spec | 4 ++-- .../black-hole/nightly/stardust-black-hole-nightly.spec | 4 ++-- anda/stardust/comet/nightly/stardust-comet-nightly.spec | 4 ++-- .../flatland/nightly/stardust-flatland-nightly.spec | 4 ++-- anda/stardust/gravity/nightly/stardust-gravity-nightly.spec | 6 +++--- .../nightly/stardust-non-spatial-input-nightly.spec | 4 ++-- .../protostar/nightly/stardust-protostar-nightly.spec | 4 ++-- anda/stardust/server/nightly/stardust-server-nightly.spec | 4 ++-- .../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/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/rpi-utils/rpi-utils.spec | 4 ++-- 26 files changed, 56 insertions(+), 56 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 96174b6024..305655e16f 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 3eb366e038838931bc98f66794e23339f467ed47 +%global commit f9ea95435728b99473dfa9431f4d532590a7ecff %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260315 +%global commit_date 20260320 %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 8566562c09..4e477447e9 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 5f9e1bc7bd2f48744c57c9055f50b7bf24f32356 +%global commit 7b1ee864b83e6fe89f936f13b1c5ae34048432b9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260318 +%global commit_date 20260320 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index 1ea730b7d4..b109a2cab5 100644 --- a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec @@ -1,10 +1,10 @@ #? https://src.fedoraproject.org/rpms/hyprutils/blob/rawhide/f/hyprutils.spec %global realname hyprutils -%global ver 0.11.0 +%global ver 0.11.1 -%global commit 6b4c47661ea7f6f298353137ae6334a53a08d67c -%global commit_date 20260318 +%global commit b85b779e3e3a1adcd9b098e3447cf48f9e780b35 +%global commit_date 20260320 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index fe1b46701f..614f62b971 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit c9e1006213eb9234209924c91285d6863e59ce4c +%global commit c2e9de224eaf09a2ce3e7cb2f6c26d6d577ed8f0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-18 +%global fulldate 2026-03-19 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 1f4bc7e663..0bd39c63b8 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 2aa366606328dd9ac52f0eea34b4c0bab9000101 +%global commit 93a226df0cb7c7def50c800044fa5047599f8f2c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260319 +%global commit_date 20260320 %global ver 0.230.0 %bcond_with check diff --git a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec index 75be90b676..9421499f00 100644 --- a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec +++ b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec @@ -1,6 +1,6 @@ -%global commit 88087a086ab732211c466b41f5d64229ce51c050 +%global commit d9412bf01f3ffbe55e15f34445fe4c682fde5ede %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260314 +%global commit_date 20260320 Name: gamescope-session-opengamepadui Version: 0~%{commit_date}git.%{shortcommit} diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 9f04f73a68..d53a12e09c 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 04786023b028a7c703c5da7e0c597c1117f781b0 +%global commit 348907f7d19c1c94386376a251067226a8798877 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260319 +%global commit_date 20260320 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 6fe7e60432..d8f1fb4da6 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit 695a28c4247cc924256c2f211ba95d4940d66d56 +%global commit 35800e953e0748ec2e30c9e0c65e540c5ac7a788 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.2.6 -%global commit_date 20260319 +%global commit_date 20260320 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index a55f4bb62e..4c71d79a6c 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 b49414731028a74808ff1dbb6851ae3e441d83bc +%global commit b1c68bbab4ad9d0cf98932a87aded1abf9a434c0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260317 +%global commit_date 20260320 %global debug_package %nil Name: nim-nightly diff --git a/anda/lib/astal/astal/astal.spec b/anda/lib/astal/astal/astal.spec index 4e14386472..132381214b 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,7 +1,7 @@ -%global commit d3fa2117d581b50e63eb3aefbf92d4883fa23f1b +%global commit 41b50290c6a1cdce7b482897c22fe49286912b9a %global shortcommit %{sub %commit 1 7} -%global commit_date 20260315 +%global commit_date 20260320 Name: astal Version: 0^%commit_date.%shortcommit diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 91bdf8e39c..a75070aad7 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit d311bbe50bddbf0f693efa1afb604ef207b98b09 +%global commit baa1409cfbfc6f70bdf050a020f8f790839c6e8f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260318113000 -%global commit_date 20260319 +%global ver 20260319101312 +%global commit_date 20260320 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/multimedia/carla/Carla-nightly.spec b/anda/multimedia/carla/Carla-nightly.spec index 57c94d0e19..09707dacc3 100644 --- a/anda/multimedia/carla/Carla-nightly.spec +++ b/anda/multimedia/carla/Carla-nightly.spec @@ -1,12 +1,12 @@ %global pname carla %global ver 2.5.10 -%global commit 294a80145e39c0755ab9073d90fd8b9524fbfc84 +%global commit 97a9e0740baf6df2df942495c02532a624c44682 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260222 +%global commit_date 20260320 Name: Carla-nightly Version: %(echo %ver | tr -d 'v')^%commit_date.git~%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Audio plugin host # The entire source code is GPLv2+ except diff --git a/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec b/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec index 113b9e09b8..3c77b16321 100644 --- a/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec +++ b/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec @@ -1,5 +1,5 @@ -%global commit f0da2cb098c8c9d668fe562552fe1196af34cadf -%global commit_date 20260316 +%global commit f6388f05209195818418fdd9db061000b0f007af +%global commit_date 20260320 %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/atmosphere/nightly/stardust-atmosphere-nightly.spec b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec index 0d326859dd..332f16f123 100644 --- a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec +++ b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec @@ -1,5 +1,5 @@ -%global commit 658da17588cb13654d75902ffb536d260c1a9033 -%global commit_date 20260316 +%global commit 141fbc551240ded6b6242d8d203676bf5180d0ad +%global commit_date 20260320 %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/black-hole/nightly/stardust-black-hole-nightly.spec b/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec index 111fae0c63..4279662c69 100644 --- a/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec +++ b/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec @@ -1,5 +1,5 @@ -%global commit a3995cf07f07ede739427f4ee3b53ac4730fcd26 -%global commit_date 20260316 +%global commit e5b7778ed23b1e9b57e2292f16c9db10ca0eb1ad +%global commit_date 20260320 %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/comet/nightly/stardust-comet-nightly.spec b/anda/stardust/comet/nightly/stardust-comet-nightly.spec index d9b0fdbf51..21f52658cf 100644 --- a/anda/stardust/comet/nightly/stardust-comet-nightly.spec +++ b/anda/stardust/comet/nightly/stardust-comet-nightly.spec @@ -1,5 +1,5 @@ -%global commit 228888a86c5898055f0897398368d90f72624e51 -%global commit_date 20260316 +%global commit ff7b5cc92e80f685851626d27baa17e8f682e7af +%global commit_date 20260320 %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/flatland/nightly/stardust-flatland-nightly.spec b/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec index a625c39d43..405ed12a86 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 a8596e7aad25df7f9ee5d040ef560269f026bf14 -%global commit_date 20260316 +%global commit 948ba046e7b030500cdbc1f43f0c8e2af93747aa +%global commit_date 20260320 %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/gravity/nightly/stardust-gravity-nightly.spec b/anda/stardust/gravity/nightly/stardust-gravity-nightly.spec index a0ba49adc6..37dbcbacbd 100644 --- a/anda/stardust/gravity/nightly/stardust-gravity-nightly.spec +++ b/anda/stardust/gravity/nightly/stardust-gravity-nightly.spec @@ -1,12 +1,12 @@ -%global commit 3283bf8b352cdcb04ef3e0edb5155c4ca8c5c97c -%global commit_date 20251130 +%global commit adca3464f3dc95b773c6c7b36b4c87d71b65f741 +%global commit_date 20260320 %global shortcommit %(c=%{commit}; echo ${c:0:7}) # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ Name: stardust-xr-gravity-nightly Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 1%{?dist} Summary: Utility to launch apps and Stardust XR clients spatially URL: https://github.com/StardustXR/gravity Source0: %url/archive/%commit/gravity-%commit.tar.gz diff --git a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec index 281b0ce8b3..5f58c41449 100644 --- a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec +++ b/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec @@ -1,5 +1,5 @@ -%global commit d4b1094da4b5257240e3e60e33332b7b559ef4c5 -%global commit_date 20260318 +%global commit f14a78e4c572f24a63aa4e06629e42929f097388 +%global commit_date 20260320 %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 dc30ac7333..b05bda4816 100644 --- a/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec +++ b/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec @@ -1,5 +1,5 @@ -%global commit 0dc4103651e1f69a7fc0a02eea6acb5f52f97f3e -%global commit_date 20260316 +%global commit 1a615bf48958b47781600ca1bb2fb9585e90925f +%global commit_date 20260320 %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/server/nightly/stardust-server-nightly.spec b/anda/stardust/server/nightly/stardust-server-nightly.spec index a106a76357..4f24c56cc3 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 a36a275bc26c5cded3e28082d094b790430bff07 -%global commit_date 20260319 +%global commit c86af4767110d1f82904c03ae08306178f9970f4 +%global commit_date 20260320 %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/solar-sailer/nightly/stardust-solar-sailer-nightly.spec b/anda/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec index 71475eb5ef..a3e7260c3b 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 fbb0aba9759147d31427825a8da428bd959c55db -%global commit_date 20260316 +%global commit e0b27dda48f204883c52ecb3e1f436e31200f6e5 +%global commit_date 20260320 %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 2dd51a5919..f7d6bf58d1 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 3c9df1553e41fb4b1109b280ac022ad04305600e +%global commit 294955e7fd2372efe2992cc4563b171d5cd787bf %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260319 +%global commit_date 20260320 %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 ad93d8cba1..73e8f99304 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 7e41c1e8af2000c67009730392d72898c5793e52 +%global commit 0ce45f150dd5ae452666cb89f52eb8db867b8f7e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260318 +%global commitdate 20260320 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index b3e334ae95..6ce613cd44 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 323c99eeb9c649936b60fc1c5f1e74fc0c233995 -%global commit_date 20260318 +%global commit 0bd969766669eb649fd70969d0eb0e832dcda03b +%global commit_date 20260320 %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 5325922372..69abf7413a 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit 908110873303568f1a790f15bedf23178ad2890c -%global commit_date 20260319 +%global commit 43b7427b1e0424db2e59e97302a4f0e0744a3e6b +%global commit_date 20260320 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils From 54ca990bacad2a45901f3d5f2c7ef752c9ac4410 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 02:52:30 +0000 Subject: [PATCH 0227/1189] 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 c911c420f3..5c0a419648 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.914 +Version: 0.0.915 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 8f8b3572d9..8cb2f62a7a 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.914 +Version: 0.0.915 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 1ea9b2e10100559dfc8d30c729badaeb575ff7ff Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 04:46:23 +0000 Subject: [PATCH 0228/1189] bump: helium-browser-bin ruffle-nightly --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 4 ++-- anda/apps/ruffle/ruffle-nightly.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index d957cc7f85..d41afb580a 100644 --- a/anda/apps/helium-browser-bin/helium-browser-bin.spec +++ b/anda/apps/helium-browser-bin/helium-browser-bin.spec @@ -11,8 +11,8 @@ %endif Name: helium-browser-bin -Version: 0.10.5.1 -Release: 2%{?dist} +Version: 0.10.6.1 +Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium URL: https://helium.computer diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 7b67bf7896..c45c4709f8 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-19 +%global ver 2026-03-20 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 6e45ef01496bd7e0ff05c9f9d44b79c4a89a269e Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 19 Mar 2026 22:24:48 -0700 Subject: [PATCH 0229/1189] feat: Update to the latest steamos-manager-powerstation from OGC (#10736) --- .../steamos-manager-powerstation.spec | 10 ++++++---- anda/games/steamos-manager-powerstation/update.rhai | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec index b82d11bedc..a04f5de380 100644 --- a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec +++ b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec @@ -1,13 +1,13 @@ -%global commit 81e1d500211483e01edde6c2b985c45499aec500 +%global commit 8b5bb14a7a2c6e5dd86f13efce6bc242639265ef %global shortcommit %{sub %{commit} 0 7} -%global commitdate 20260312 +%global commitdate 20260319 Name: steamos-manager-powerstation Version: 0~%{commitdate}.git%{shortcommit} 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) -URL: https://github.com/honjow/steamos-manager +URL: https://github.com/OpenGamingCollective/steamos-manager Source0: %{url}/archive/%{commit}.tar.gz BuildRequires: anda-srpm-macros BuildRequires: cargo-rpm-macros @@ -22,13 +22,15 @@ Packager: Kyle Gospodnetich Provides: steamos-manager Conflicts: steamos-manager Requires: powerstation +Requires: gamescope-session-ogui-steam %description SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system. The goal is to have a standardized interface so that SteamOS specific features in the Steam client, e.g. TDP management, can be exposed in any Linux distro that provides an implementation of this DBus API. -This version has been patched with additional compatibility with powerstation. +This version has been patched with additional compatibility with powerstation +and OGC gamescope-sessions. %package gamescope-session-plus Summary: Compatibility symlink service for starting steamos-manager on gamescope-session-plus diff --git a/anda/games/steamos-manager-powerstation/update.rhai b/anda/games/steamos-manager-powerstation/update.rhai index fd8ffe6cdd..d3b859cf52 100644 --- a/anda/games/steamos-manager-powerstation/update.rhai +++ b/anda/games/steamos-manager-powerstation/update.rhai @@ -1,6 +1,6 @@ -rpm.global("commit", get("https://api.github.com/repos/honjow/steamos-manager/commits/dev").json().sha); +rpm.global("commit", get("https://api.github.com/repos/OpenGamingCollective/steamos-manager/commits/dev").json().sha); if rpm.changed() { - rpm.global("ver", gh("honjow/steamos-manager")); + rpm.global("ver", gh("OpenGamingCollective/steamos-manager")); rpm.global("commit_date", date()); rpm.release(); } From 28a45dd1451e6d102b7fb155bd49cb6e1c7aaf65 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 05:45:58 +0000 Subject: [PATCH 0230/1189] 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 5c0a419648..ec55b1c812 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.915 +Version: 0.0.916 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 8cb2f62a7a..e45ba4173a 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.915 +Version: 0.0.916 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 2ad6b4f5ef37334944be15bbd0bf5f3a2eed66f8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 06:46:21 +0000 Subject: [PATCH 0231/1189] bump(branch): astal-gtk --- anda/lib/astal/astal-gtk/astal-gtk.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index 3daf143c06..b55d311a50 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,6 +1,6 @@ -%global commit d3fa2117d581b50e63eb3aefbf92d4883fa23f1b -%global shortcommit d3fa211 -%global commit_date 20260315 +%global commit 41b50290c6a1cdce7b482897c22fe49286912b9a +%global shortcommit 41b5029 +%global commit_date 20260320 Name: astal Version: 0^%commit_date.%commit From e1609b2d8b2272ebd583df14a36cdba82d416d9a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 08:57:22 +0000 Subject: [PATCH 0232/1189] bump: budgie-extras --- anda/desktops/budgie/budgie-extras/budgie-extras.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/budgie/budgie-extras/budgie-extras.spec b/anda/desktops/budgie/budgie-extras/budgie-extras.spec index 4a4a4cae5c..d15bd56002 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.2.1 +Version: 2.2.2 Release: 1%{?dist} License: GPL-3.0 From 9ba13e1e235fbfc396f0a389d94e1a32c1bc0b06 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 10:38:00 +0000 Subject: [PATCH 0233/1189] 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 4c1fb6b1d2..f4a13d56fd 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.6.0 -Release: 1%?dist +Version: 1.6.1 +Release: 1%{?dist} License: MIT URL: https://github.com/dagimg-dot/vicinae-gnome-extension Source: %{url}/archive/refs/tags/v%{version}.tar.gz From 97d47c1684c1e28bafa5d094c91816b21d4e4e96 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 11:17:10 +0000 Subject: [PATCH 0234/1189] 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 1cb2125885..9695b01aeb 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.105.0 +%global raw_ver v50.0.0 Name: komikku -Version: 1.105.0 +Version: 50.0.0 %forgemeta Release: 1%{?dist} Summary: A manga reader for GNOME From 23bb86867435e98ccac7b79c80873d5e9bb011ef Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 12:25:35 +0000 Subject: [PATCH 0235/1189] 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 f2bf850d6e..2066feda0b 100644 --- a/anda/devs/codium/codium.spec +++ b/anda/devs/codium/codium.spec @@ -1,7 +1,7 @@ %global appid com.vscodium.VSCodium Name: codium -Version: 1.110.11631 +Version: 1.112.01907 %electronmeta -D %global __requires_exclude %{__requires_exclude}|libcurl.so|libmsalruntime.so Release: 1%{?dist} From ef2b32802a696d40311c64ffd7179f85d5f8576f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 13:39:52 +0000 Subject: [PATCH 0236/1189] 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 94da8983d5..025da9d97c 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 84277f41a117c5564715ff859710b4662c2fc88c -%global ver 0.0.40-19053 +%global commit 410660627db074127b895be1e6720b6cf0958a25 +%global ver 0.0.40-19056 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From b0720350ec561ba8028cb7177679d604dd77ec32 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 16:54:41 +0000 Subject: [PATCH 0237/1189] bump: discord-ptb-openasar discord-ptb --- anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec | 2 +- anda/apps/discord-ptb/discord-ptb.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec index bb71ba236c..850338060f 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.182 +Version: 0.0.183 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 798940c9d5..9c82410509 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.182 +Version: 0.0.183 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com From 85e97b838744cd73d6f865af9e0e06991ef8afa0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 17:35:24 +0000 Subject: [PATCH 0238/1189] bump: rpcs3 python3-protobuf --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/protobuf/python3-protobuf.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 025da9d97c..2882c24cb4 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 410660627db074127b895be1e6720b6cf0958a25 -%global ver 0.0.40-19056 +%global commit c6407b37a541052f46dde437079f2571223a3e02 +%global ver 0.0.40-19057 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/protobuf/python3-protobuf.spec b/anda/langs/python/protobuf/python3-protobuf.spec index 5baebc42de..15b439a95e 100644 --- a/anda/langs/python/protobuf/python3-protobuf.spec +++ b/anda/langs/python/protobuf/python3-protobuf.spec @@ -2,8 +2,8 @@ %global pypi_name protobuf Name: python-%{pypi_name} -Version: 7.34.0 -Release: 1%?dist +Version: 7.34.1 +Release: 1%{?dist} Summary: Protocol Buffers License: BSD-3-Clause From 013dd3e4298dabbe706def24018ac9e2656b0d5a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 19:04:16 +0000 Subject: [PATCH 0239/1189] bump: discord-canary-openasar discord-canary zig-master-bootstrap --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.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 ec55b1c812..37189626f9 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.916 +Version: 0.0.917 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 e45ba4173a..1928d6cd05 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.916 +Version: 0.0.917 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 04b3e8a3e1..31d9002be3 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.2915+065c6e794 +version=0.16.0-dev.2960+ce1f7136a mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 45c2b2075a..9fcaa7701a 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.2915+065c6e794 +%global ver 0.16.0-dev.2960+ce1f7136a %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From f3d58433e3de53fb73d514be1eb17e0b4ca2f23e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 19:47:01 +0000 Subject: [PATCH 0240/1189] 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 2882c24cb4..56a0606fcd 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 c6407b37a541052f46dde437079f2571223a3e02 -%global ver 0.0.40-19057 +%global commit 2ba7756c0e2cbba363844104142515c02749cd58 +%global ver 0.0.40-19058 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 3d261fd68dba5df8a0e9ec03fbeb36e5923595c7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 20:16:12 +0000 Subject: [PATCH 0241/1189] bump: surge --- anda/tools/surge/surge.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index ec6ea2d5ab..79511c3d0f 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.7.3 +Version: 0.7.4 %gometa From 4e0507a115332a190756ca430e35964157059ffc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 20:51:57 +0000 Subject: [PATCH 0242/1189] 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 6fc3c09c5a..a275e2e011 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.4 +%global ver wine-11.5 %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 e7318e57ba40e00cf0a920349c36f68010559e86 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Mar 2026 22:28:43 +0000 Subject: [PATCH 0243/1189] 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 37189626f9..ce9192fc8e 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.917 +Version: 0.0.918 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 1928d6cd05..2cb2f9410f 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.917 +Version: 0.0.918 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From acd4c21ddf597397bd71a84e8b9b94a026691649 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 20 Mar 2026 16:44:39 -0700 Subject: [PATCH 0244/1189] feat: Update Mesa to 26.0.3 (#10748) --- anda/lib/mesa/mesa.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index 9ec4758104..830da80b99 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -84,10 +84,10 @@ Name: %{srcname} Summary: Mesa graphics libraries -%global ver 26.0.2 +%global ver 26.0.3 Epoch: 1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 3 +Release: 1 Packager: Kyle Gospodnetich License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: https://mesa3d.org From c20db75b606ec2fc7db0b72afe879da85127a769 Mon Sep 17 00:00:00 2001 From: apolunar <54181160+apolunar@users.noreply.github.com> Date: Fri, 20 Mar 2026 20:06:08 -0500 Subject: [PATCH 0245/1189] Add: hollywood (#10754) * Add: hollywood * Remove line as per Owen's request --------- Co-authored-by: ijh --- anda/misc/hollywood/anda.hcl | 5 ++ anda/misc/hollywood/hollywood.spec | 76 ++++++++++++++++++++++++++++++ anda/misc/hollywood/update.rhai | 1 + 3 files changed, 82 insertions(+) create mode 100644 anda/misc/hollywood/anda.hcl create mode 100644 anda/misc/hollywood/hollywood.spec create mode 100644 anda/misc/hollywood/update.rhai diff --git a/anda/misc/hollywood/anda.hcl b/anda/misc/hollywood/anda.hcl new file mode 100644 index 0000000000..61b2004374 --- /dev/null +++ b/anda/misc/hollywood/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "hollywood.spec" + } +} diff --git a/anda/misc/hollywood/hollywood.spec b/anda/misc/hollywood/hollywood.spec new file mode 100644 index 0000000000..35594b8b17 --- /dev/null +++ b/anda/misc/hollywood/hollywood.spec @@ -0,0 +1,76 @@ +Name: hollywood +Version: 1.25 +Release: 1%?dist +Summary: Fill your console with Hollywood melodrama technobabble +URL: https://github.com/dustinkirkland/hollywood +Source0: %{url}/archive/refs/tags/%{version}.tar.gz +License: Apache-2.0 +Recommends: apg +Recommends: bmon +Recommends: byobu +Recommends: util-linux +Recommends: ccze +Recommends: cmatrix +Recommends: coreutils +Recommends: htop +Recommends: jp2a +Recommends: mlocate +Requires: moreutils +Recommends: mplayer +Recommends: openssh-client +Recommends: speedometer +Recommends: tree +Requires: man +Requires: python3-pygments +Requires: tmux +Recommends: byobu +Recommends: caca-utils +Recommends: newsbeuter +Requires: perl-base +Recommends: rsstail +Recommends: ticker +Requires: wget +Recommends: w3m +Recommends: jp2a +BuildArch: noarch +Packager: apolunar + +%description +Fill your console with Hollywood melodrama technobabble. + +This utility splits your terminal into multiple panes of genuine technobabble, +perfectly suitable for any Hollywood geek melodrama. +It is particularly suitable on any number of computer consoles in the +background of any excellent schlock technothriller. + +%prep +%autosetup + +%build + +%install +mkdir -p %{buildroot}%{_libdir}/hollywood +mkdir -p %{buildroot}%{_datadir}/wallstreet +mkdir -p %{buildroot}%{_datadir}/hollywood +mkdir -p %{buildroot}%{_mandir}/man1 +install -Dm 755 bin/hollywood %{buildroot}%{_bindir}/hollywood +install -Dm 755 bin/wallstreet %{buildroot}%{_bindir}/wallstreet +install -Dm 755 lib/hollywood/* %{buildroot}%{_libdir}/hollywood/ +install -Dm 644 share/man/man1/* %{buildroot}%{_mandir}/man1/ +install -Dm 644 share/wallstreet/* %{buildroot}%{_datadir}/wallstreet/ +install -Dm 644 share/hollywood/* %{buildroot}%{_datadir}/hollywood/ + +%files +%{_bindir}/hollywood +%{_bindir}/wallstreet +%{_libdir}/hollywood/ +%{_mandir}/man1/hollywood.1.* +%{_mandir}/man1/wallstreet.1.* +%{_datadir}/wallstreet/ +%{_datadir}/hollywood/ +%license debian/copyright +%doc README.md + +%changelog +* Fri Mar 20 2026 apolunar +- Initial commit diff --git a/anda/misc/hollywood/update.rhai b/anda/misc/hollywood/update.rhai new file mode 100644 index 0000000000..977d810620 --- /dev/null +++ b/anda/misc/hollywood/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("dustinkirkland/hollywood")); From 9cd815ccff8f55490ef1401787a511d8a9988c5d Mon Sep 17 00:00:00 2001 From: apolunar <54181160+apolunar@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:00:14 -0500 Subject: [PATCH 0246/1189] Add: chawan (#10759) * Add: hollywood * Remove line as per Owen's request * Add: chawan --------- Co-authored-by: ijh --- anda/misc/chawan/anda.hcl | 8 +++++ anda/misc/chawan/chawan.spec | 62 ++++++++++++++++++++++++++++++++++++ anda/misc/chawan/update.rhai | 5 +++ 3 files changed, 75 insertions(+) create mode 100644 anda/misc/chawan/anda.hcl create mode 100644 anda/misc/chawan/chawan.spec create mode 100644 anda/misc/chawan/update.rhai diff --git a/anda/misc/chawan/anda.hcl b/anda/misc/chawan/anda.hcl new file mode 100644 index 0000000000..d5c68f773f --- /dev/null +++ b/anda/misc/chawan/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "chawan.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/misc/chawan/chawan.spec b/anda/misc/chawan/chawan.spec new file mode 100644 index 0000000000..bb669b58d7 --- /dev/null +++ b/anda/misc/chawan/chawan.spec @@ -0,0 +1,62 @@ +%global commit 2723e63772e83595c22ac0691aa5b018f2305a05 +%global commit_date 20251210 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + +%define debug_package %nil + +Name: chawan +Version: 0~%{commit_date}git.%{shortcommit} +Release: 1%?dist +Summary: TUI web (and (S)FTP, Gopher, Gemini, ...) browser with CSS, inline image and JavaScript support +URL: https://github.com/kachick/chawan +Source0: %url/archive/%commit/chawan-%commit.tar.gz +License: Unlicense +BuildRequires: nim +BuildRequires: gcc +BuildRequires: libssh2-devel +BuildRequires: openssl-devel +BuildRequires: brotli-devel +BuildRequires: pkgconf-pkg-config +BuildRequires: make +Packager: apolunar + +%description +TUI web (and (S)FTP, Gopher, Gemini, ...) browser with CSS, inline image and JavaScript support. + +It uses its own small browser engine developed from scratch, +which can nevertheless display many websites in a manner similar to major graphical browsers. + +It can also be used as a terminal pager. + +%prep +%autosetup -n chawan-%commit + +%build +%make_build + +%install +%make_install PREFIX=/usr + +%files +%{_bindir}/cha +%{_bindir}/mancha +%{_libexecdir}/chawan/ +%{_mandir}/man1/cha.1.* +%{_mandir}/man1/mancha.1.* +%{_mandir}/man5/cha-config.5.* +%{_mandir}/man5/cha-localcgi.5.* +%{_mandir}/man5/cha-mailcap.5.* +%{_mandir}/man5/cha-mime.types.5.* +%{_mandir}/man5/cha-urimethodmap.5.* +%{_mandir}/man7/cha-api.7.* +%{_mandir}/man7/cha-css.7.* +%{_mandir}/man7/cha-image.7.* +%{_mandir}/man7/cha-protocols.7.* +%{_mandir}/man7/cha-terminal.7.* +%{_mandir}/man7/cha-troubleshooting.7.* +%license UNLICENSE +%doc README.md + +%changelog +* Fri Mar 20 2026 apolunar +- Initial commit diff --git a/anda/misc/chawan/update.rhai b/anda/misc/chawan/update.rhai new file mode 100644 index 0000000000..2783072dfd --- /dev/null +++ b/anda/misc/chawan/update.rhai @@ -0,0 +1,5 @@ +rpm.global("commit", gh_commit("kachick/chawan")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); +} From 2c41d9bf28f0f87569904ec5695d827f7f437630 Mon Sep 17 00:00:00 2001 From: apolunar <54181160+apolunar@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:06:40 -0500 Subject: [PATCH 0247/1189] Fix hollywood to only build on x86 (#10764) Signed-off-by: apolunar <54181160+apolunar@users.noreply.github.com> --- anda/misc/hollywood/anda.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/misc/hollywood/anda.hcl b/anda/misc/hollywood/anda.hcl index 61b2004374..7593d84d9c 100644 --- a/anda/misc/hollywood/anda.hcl +++ b/anda/misc/hollywood/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "hollywood.spec" } From ceb35be2a58f5e359f81933a9af5a02c9d59d31b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 02:07:25 +0000 Subject: [PATCH 0248/1189] bump: ruffle-nightly rust-zoi-rs wine-staging --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- anda/system/wine/staging/wine-staging.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index c45c4709f8..de56d2207f 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-20 +%global ver 2026-03-21 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index b7e1f8fe1a..42b619415e 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.6 +%global crate_version 1.8.8 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') diff --git a/anda/system/wine/staging/wine-staging.spec b/anda/system/wine/staging/wine-staging.spec index 782b00a41f..da7818aeb7 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.4 +Version: 11.5 Release: 1%{?dist} Epoch: 1 Summary: WINE Is Not An Emulator - runs MS Windows programs From 3c8d41b10dc2c9aa3039b6d910837f7fcf08ce70 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 02:24:06 +0000 Subject: [PATCH 0249/1189] bump(nightly): mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama chawan v2ray-domain-list-community opentabletdriver-nightly scx-scheds-nightly --- 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/misc/chawan/chawan.spec | 6 +++--- .../v2ray-domain-list-community.spec | 6 +++--- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 4e477447e9..9315b26b4b 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 7b1ee864b83e6fe89f936f13b1c5ae34048432b9 +%global commit e84ac3760c57e57b3d2f1fc7de606c2f3a009c82 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260320 +%global commit_date 20260321 %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 614f62b971..88cedc755c 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit c2e9de224eaf09a2ce3e7cb2f6c26d6d577ed8f0 +%global commit e8fb7eabad8bd4bebb64ca7fcad80442763dcb84 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-19 +%global fulldate 2026-03-20 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 0bd39c63b8..95e9a0b54b 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 93a226df0cb7c7def50c800044fa5047599f8f2c +%global commit b99200fbaf4ed416ae78cc2774c0006c0e51a405 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260320 +%global commit_date 20260321 %global ver 0.230.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index d53a12e09c..baebda3186 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 348907f7d19c1c94386376a251067226a8798877 +%global commit 2f62b8ef06c81265de2d8483cafd9996e09b6f8e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260320 +%global commit_date 20260321 %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 4c71d79a6c..631965cfd1 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 b1c68bbab4ad9d0cf98932a87aded1abf9a434c0 +%global commit a4a482b5ef6d1a48f28b42e778770c1001f8293a %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260320 +%global commit_date 20260321 %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 5efe8b8ad4..fe003ecafd 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 50ec9108eb191ab96d9ab766e506a7c680d5f3d6 -%global commit_date 20260319 +%global commit 9f8f621918e4a187c49d68290a89f5f3dbe0cba9 +%global commit_date 20260321 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/chawan/chawan.spec b/anda/misc/chawan/chawan.spec index bb669b58d7..6eddafdd20 100644 --- a/anda/misc/chawan/chawan.spec +++ b/anda/misc/chawan/chawan.spec @@ -1,12 +1,12 @@ -%global commit 2723e63772e83595c22ac0691aa5b018f2305a05 -%global commit_date 20251210 +%global commit edbb7221bf209d78261c1bbd40cf7b9f180c5f84 +%global commit_date 20260321 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define debug_package %nil Name: chawan Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: TUI web (and (S)FTP, Gopher, Gemini, ...) browser with CSS, inline image and JavaScript support URL: https://github.com/kachick/chawan Source0: %url/archive/%commit/chawan-%commit.tar.gz diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index a75070aad7..95dabea468 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit baa1409cfbfc6f70bdf050a020f8f790839c6e8f +%global commit d62599c8db16e597dca1f369f973af7facd8f85d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260319101312 -%global commit_date 20260320 +%global ver 20260320052542 +%global commit_date 20260321 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index f7d6bf58d1..ffa171331f 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 294955e7fd2372efe2992cc4563b171d5cd787bf +%global commit 63edd543ea6a94d22250188bb3eb40cedc3f0d5c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260320 +%global commit_date 20260321 %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 73e8f99304..80bdc4dd17 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 0ce45f150dd5ae452666cb89f52eb8db867b8f7e +%global commit 9d115659b282afa652ebdd4e45f47a6e37cb8390 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260320 +%global commitdate 20260321 %global ver 1.1.0 %undefine __brp_mangle_shebangs From 6d72a4203ff77c259d05baa9cb367d798f669ec2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 04:12:47 +0000 Subject: [PATCH 0250/1189] 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 42b619415e..8397855acd 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.8 +%global crate_version 1.9.2 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') From 46629b7ed0395b01a6f575e488c2d9beccf0a9d2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 11:52:17 +0000 Subject: [PATCH 0251/1189] bump: dwarfs --- anda/lib/dwarfs/dwarfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/dwarfs/dwarfs.spec b/anda/lib/dwarfs/dwarfs.spec index 2012807fce..121e8ec8f0 100644 --- a/anda/lib/dwarfs/dwarfs.spec +++ b/anda/lib/dwarfs/dwarfs.spec @@ -5,7 +5,7 @@ A fast high compression read-only file system for Linux and Windows.} %global _distro_extra_cxxflags -include %{_includedir}/c++/*/cstdint Name: dwarfs -Version: 0.15.0 +Version: 0.15.1 Release: 1%{?dist} Summary: A fast high compression read-only file system for Linux, Windows and macOS License: GPL-3.0-or-later From e94c3aa9d0700c4f920d6815246267bb4a9e583c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 12:50:16 +0000 Subject: [PATCH 0252/1189] bump: coolercontrol quickjs-ng rust-mise --- anda/apps/coolercontrol/coolercontrol.spec | 2 +- anda/lib/quickjs-ng/quickjs-ng.spec | 4 ++-- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/coolercontrol/coolercontrol.spec b/anda/apps/coolercontrol/coolercontrol.spec index a0fe287663..2980a4d6af 100644 --- a/anda/apps/coolercontrol/coolercontrol.spec +++ b/anda/apps/coolercontrol/coolercontrol.spec @@ -8,7 +8,7 @@ for background device management, as well as a GUI to expertly customize your se %global __brp_mangle_shebangs %{nil} Name: coolercontrol -Version: 4.0.1 +Version: 4.1.0 Release: 1%{?dist} Summary: Cooling device control for Linux ExclusiveArch: x86_64 aarch64 diff --git a/anda/lib/quickjs-ng/quickjs-ng.spec b/anda/lib/quickjs-ng/quickjs-ng.spec index a230daf24e..77cc9285ba 100644 --- a/anda/lib/quickjs-ng/quickjs-ng.spec +++ b/anda/lib/quickjs-ng/quickjs-ng.spec @@ -1,8 +1,8 @@ %global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized Name: quickjs-ng -Version: 0.12.1 -Release: 1%?dist +Version: 0.13.0 +Release: 1%{?dist} License: MIT Summary: A mighty JavaScript engine URL: https://github.com/quickjs-ng/quickjs diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 002351389e..d4f3cfff53 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.9 +Version: 2026.3.10 Release: 1%{?dist} Summary: Front-end to your dev env From 517ceb4aab7f5a41fe11d05758ca350aafccd8a6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 14:01:02 +0000 Subject: [PATCH 0253/1189] 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 56a0606fcd..520a772145 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 2ba7756c0e2cbba363844104142515c02749cd58 -%global ver 0.0.40-19058 +%global commit 67f69bb4b3243a3e89c7fb0a89e5da8dc1c41d4c +%global ver 0.0.40-19059 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From bbeb282b0e10062d502432f050cb87883c4d1ef1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 15:37:26 +0000 Subject: [PATCH 0254/1189] 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 520a772145..8f251f9d9e 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 67f69bb4b3243a3e89c7fb0a89e5da8dc1c41d4c -%global ver 0.0.40-19059 +%global commit cd1d6282b4d8ddaf46de3af506eb5da69723c0f1 +%global ver 0.0.40-19060 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 7c92a2698afff7b5c1731d89a8132f44f7194dfa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 16:30:20 +0000 Subject: [PATCH 0255/1189] bump: surge --- anda/tools/surge/surge.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index 79511c3d0f..af2ce47bd8 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.7.4 +Version: 0.7.5 %gometa From b9111276cb9bf2d25d32ba7ea2227f5374a1ea75 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 17:51:44 +0000 Subject: [PATCH 0256/1189] 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 31d9002be3..93e8a37d1c 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.2960+ce1f7136a +version=0.16.0-dev.2962+08416b44f mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 9fcaa7701a..2bcece7df3 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.2960+ce1f7136a +%global ver 0.16.0-dev.2962+08416b44f %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 2d3a0f74b452271d77b7f800ec2689b8f2e4130b Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 21 Mar 2026 12:24:48 -0700 Subject: [PATCH 0257/1189] feat: Add OpenSSF scanning, part 1 of a multi-part series (#10753) * feat: Add OpenSSF scanning, part 1 of a multi-part series Signed-off-by: Kyle Gospodnetich * chore: Update branch --------- Signed-off-by: Kyle Gospodnetich --- .github/workflows/scorecard.yml | 78 +++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 .github/workflows/scorecard.yml diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml new file mode 100644 index 0000000000..f351f1a0aa --- /dev/null +++ b/.github/workflows/scorecard.yml @@ -0,0 +1,78 @@ +# This workflow uses actions that are not certified by GitHub. They are provided +# by a third-party and are governed by separate terms of service, privacy +# policy, and support documentation. + +name: Scorecard supply-chain security +on: + # For Branch-Protection check. Only the default branch is supported. See + # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection + branch_protection_rule: + # To guarantee Maintained check is occasionally updated. See + # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained + schedule: + - cron: '43 13 * * 2' + push: + branches: [ "frawhide" ] + +# Declare default permissions as read only. +permissions: read-all + +jobs: + analysis: + name: Scorecard analysis + runs-on: ubuntu-latest + # `publish_results: true` only works when run from the default branch. conditional can be removed if disabled. + if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request' + permissions: + # Needed to upload the results to code-scanning dashboard. + security-events: write + # Needed to publish results and get a badge (see publish_results below). + id-token: write + # Uncomment the permissions below if installing in a private repository. + # contents: read + # actions: read + + steps: + - name: "Checkout code" + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + with: + persist-credentials: false + + - name: "Run analysis" + uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3 + with: + results_file: results.sarif + results_format: sarif + # (Optional) "write" PAT token. Uncomment the `repo_token` line below if: + # - you want to enable the Branch-Protection check on a *public* repository, or + # - you are installing Scorecard on a *private* repository + # To create the PAT, follow the steps in https://github.com/ossf/scorecard-action?tab=readme-ov-file#authentication-with-fine-grained-pat-optional. + # repo_token: ${{ secrets.SCORECARD_TOKEN }} + + # Public repositories: + # - Publish results to OpenSSF REST API for easy access by consumers + # - Allows the repository to include the Scorecard badge. + # - See https://github.com/ossf/scorecard-action#publishing-results. + # For private repositories: + # - `publish_results` will always be set to `false`, regardless + # of the value entered here. + publish_results: true + + # (Optional) Uncomment file_mode if you have a .gitattributes with files marked export-ignore + # file_mode: git + + # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF + # format to the repository Actions tab. + - name: "Upload artifact" + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + with: + name: SARIF file + path: results.sarif + retention-days: 5 + + # Upload the results to GitHub's code scanning dashboard (optional). + # Commenting out will disable upload of results to your repo's Code Scanning dashboard + - name: "Upload to code-scanning" + uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4 + with: + sarif_file: results.sarif From 4bd2804a815065d354bb4d5ff11d39de2d8044e3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 20:27:18 +0000 Subject: [PATCH 0258/1189] 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 37f3b7bf97..6a6953c81b 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.17.231936 +Version: 2026.03.21.195239 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 8fc8ec0c096ae7d33f098e67fd29c1242f127f4f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 20:51:46 +0000 Subject: [PATCH 0259/1189] bump: halloy --- anda/apps/halloy/halloy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/halloy/halloy.spec b/anda/apps/halloy/halloy.spec index 0de5d3b8ce..4870a2e773 100644 --- a/anda/apps/halloy/halloy.spec +++ b/anda/apps/halloy/halloy.spec @@ -4,8 +4,8 @@ %global crate halloy Name: halloy -Version: 2026.4 -Release: 1%?dist +Version: 2026.5 +Release: 1%{?dist} Summary: An open-source IRC client written in Rust, with the Iced GUI library Packager: Yoong jin SourceLicense: GPL-3.0-or-later From 7b1a31ccfa7cc5ba0e46fe79e958ad85f4d27b0a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Mar 2026 23:29:31 +0000 Subject: [PATCH 0260/1189] bump: rust-television --- anda/langs/rust/television/rust-television.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/rust/television/rust-television.spec b/anda/langs/rust/television/rust-television.spec index d7c5725bcb..8f5ae8cd8f 100644 --- a/anda/langs/rust/television/rust-television.spec +++ b/anda/langs/rust/television/rust-television.spec @@ -5,8 +5,8 @@ %global crate television Name: rust-television -Version: 0.14.5 -Release: 1%?dist +Version: 0.15.4 +Release: 1%{?dist} Summary: Very fast, portable and hackable fuzzy finder for the terminal License: MIT From 12258a648f3769fedb2513a9666feb013ee03681 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 02:21:00 +0000 Subject: [PATCH 0261/1189] 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 de56d2207f..d9eedab85b 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-21 +%global ver 2026-03-22 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From cac130a5722e2cbc2070e68a9bdf77a352653be6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 02:39:15 +0000 Subject: [PATCH 0262/1189] bump(nightly): envision flameshot-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly xray-nightly types-colorama chawan opentabletdriver-nightly scx-scheds-nightly xpadneo rpi-utils --- anda/apps/envision/envision.spec | 4 ++-- 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/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/misc/chawan/chawan.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/rpi-utils/rpi-utils.spec | 4 ++-- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/anda/apps/envision/envision.spec b/anda/apps/envision/envision.spec index 185dd997f4..c348652e2c 100644 --- a/anda/apps/envision/envision.spec +++ b/anda/apps/envision/envision.spec @@ -1,5 +1,5 @@ -%global commit f036b357d54fa7c4ca33bcdb11c6cd06afd1dd80 -%global commit_date 20260308 +%global commit 98004883360d7e69ecbd188987f93200393d7346 +%global commit_date 20260322 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: envision-nightly diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 305655e16f..d8913d6ef7 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 f9ea95435728b99473dfa9431f4d532590a7ecff +%global commit b26cf40e514b1b08484096d193ef6ae282637759 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260320 +%global commit_date 20260322 %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 9315b26b4b..189d5122a5 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 e84ac3760c57e57b3d2f1fc7de606c2f3a009c82 +%global commit c798884163c1b779b0b17755631e319a17683e52 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260321 +%global commit_date 20260322 %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 88cedc755c..a821df221f 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit e8fb7eabad8bd4bebb64ca7fcad80442763dcb84 +%global commit 1775c312ae6e99f8c499997faa6c084c3a758931 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-20 +%global fulldate 2026-03-21 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 95e9a0b54b..8c421bb6c4 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit b99200fbaf4ed416ae78cc2774c0006c0e51a405 +%global commit e8d2627ef594347afd790b302b59130e0c72f076 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260321 +%global commit_date 20260322 %global ver 0.230.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index baebda3186..b1cc72e185 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 2f62b8ef06c81265de2d8483cafd9996e09b6f8e +%global commit eed06a78f28d8c2b70432096ee7afc86f574f080 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260321 +%global commit_date 20260322 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index d8f1fb4da6..81143b29d7 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit 35800e953e0748ec2e30c9e0c65e540c5ac7a788 +%global commit e0ab00f6a883ab204b2202341cca77c83e36ed4d %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.2.6 -%global commit_date 20260320 +%global commit_date 20260322 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index fe003ecafd..56d6870a01 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 9f8f621918e4a187c49d68290a89f5f3dbe0cba9 -%global commit_date 20260321 +%global commit 282b1a838a565f10a4b2e9139adc26ab828b2e9d +%global commit_date 20260322 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/chawan/chawan.spec b/anda/misc/chawan/chawan.spec index 6eddafdd20..6595be2378 100644 --- a/anda/misc/chawan/chawan.spec +++ b/anda/misc/chawan/chawan.spec @@ -1,5 +1,5 @@ -%global commit edbb7221bf209d78261c1bbd40cf7b9f180c5f84 -%global commit_date 20260321 +%global commit 1f904096e3c6fe2e825d78f1245f14855db23cb6 +%global commit_date 20260322 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define debug_package %nil diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index ffa171331f..7df22fbc13 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 63edd543ea6a94d22250188bb3eb40cedc3f0d5c +%global commit dfe5868d8af41e7e475013404002d3445ae154a1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260321 +%global commit_date 20260322 %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 80bdc4dd17..6811f38b27 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 9d115659b282afa652ebdd4e45f47a6e37cb8390 +%global commit 2e3f1a9f5da61195cb770cd437c981a1f07507b8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260321 +%global commitdate 20260322 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 7ced39ddab..47dfb09423 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,6 +1,6 @@ -%global commit d67479f7c02bd0537901242b8ecfee5cc8e16ab1 +%global commit 1f33288e623c6af7bf42c52adfa89ae94d5796f9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260319 +%global commitdate 20260322 %global ver 0.10 Name: xpadneo diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index 69abf7413a..6ff3cc9587 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit 43b7427b1e0424db2e59e97302a4f0e0744a3e6b -%global commit_date 20260320 +%global commit d9d1e5f686b0c2b766c7174d4937905414505326 +%global commit_date 20260322 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils From 6d3666eee05da1fbbe39bc4e145e2ed3f0afaf77 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 04:14:14 +0000 Subject: [PATCH 0263/1189] 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 5cb57e914d..54bdb4a0f0 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,6 +1,6 @@ -%global commit d67479f7c02bd0537901242b8ecfee5cc8e16ab1 +%global commit 1f33288e623c6af7bf42c52adfa89ae94d5796f9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260319 +%global commitdate 20260322 %global ver 0.10 %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 72e28489bf..b9cae4b24c 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,6 +1,6 @@ -%global commit d67479f7c02bd0537901242b8ecfee5cc8e16ab1 +%global commit 1f33288e623c6af7bf42c52adfa89ae94d5796f9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260319 +%global commitdate 20260322 %global ver 0.10 %global debug_package %{nil} %global modulename xpadneo From 10c06e27aa3676d304bca86d201bc3ed544f4e30 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 06:32:02 +0000 Subject: [PATCH 0264/1189] 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 8f251f9d9e..cce8a714b0 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 cd1d6282b4d8ddaf46de3af506eb5da69723c0f1 -%global ver 0.0.40-19060 +%global commit 51514f9dc8f91dcf1fad6927333b5df7dbdbc6ae +%global ver 0.0.40-19065 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From f46aee48df5697bb3a5d1683925e44d2673c23fe Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 08:36:31 +0000 Subject: [PATCH 0265/1189] bump: rust-matugen --- anda/desktops/waylands/matugen/rust-matugen.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/waylands/matugen/rust-matugen.spec b/anda/desktops/waylands/matugen/rust-matugen.spec index d106b289bf..b5221cff5c 100644 --- a/anda/desktops/waylands/matugen/rust-matugen.spec +++ b/anda/desktops/waylands/matugen/rust-matugen.spec @@ -2,8 +2,8 @@ %global crate matugen Name: rust-matugen -Version: 4.0.0 -Release: 1%?dist +Version: 4.1.0 +Release: 1%{?dist} Summary: Material you color generation tool with templates License: GPL-2.0-or-later From 9600176d1e29cf515418a33acd53647bde663b19 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 12:52:38 +0000 Subject: [PATCH 0266/1189] bump: lomiri-system-settings rpcs3 rust-gitoxide --- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/rust/gitoxide/rust-gitoxide.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 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 f25675a5f2..6d2f5b703f 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 1fc74517626be7cf1f17ab1f1bbcbb0a7940a837 +%global commit edf02eaf9794967ebb4bbe1efe6087a4e65aae17 %forgemeta Name: lomiri-system-settings diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index cce8a714b0..3ad0524856 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 51514f9dc8f91dcf1fad6927333b5df7dbdbc6ae -%global ver 0.0.40-19065 +%global commit 54999d15077b986bd993a02fb19a82525ffbd224 +%global ver 0.0.40-19066 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/rust/gitoxide/rust-gitoxide.spec b/anda/langs/rust/gitoxide/rust-gitoxide.spec index bf2ea04a8f..e3a074cc66 100644 --- a/anda/langs/rust/gitoxide/rust-gitoxide.spec +++ b/anda/langs/rust/gitoxide/rust-gitoxide.spec @@ -5,8 +5,8 @@ %global crate gitoxide Name: rust-gitoxide -Version: 0.51.0 -Release: 1%?dist +Version: 0.52.0 +Release: 1%{?dist} Summary: Command-line application for interacting with git repositories License: MIT OR Apache-2.0 From 12b5853a0b45890371da90821fba7be67a89eb87 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 13:43:43 +0000 Subject: [PATCH 0267/1189] bump: noctalia-qs --- anda/desktops/noctalia-qs/noctalia-qs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec index 0c604a259a..aee6ce3ba2 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -1,7 +1,7 @@ -%global commit 3962ff1e0b59ef067c57199d31271ddbf23b29cd +%global commit 12dba9653ae2c0dd24bf2633e2572a8093b0df5e Name: noctalia-qs -Version: 0.0.9 +Version: 0.0.10 Release: 1%{?dist} Summary: Flexible QtQuick based desktop shell toolkit License: LGPL-3.0-only AND GPL-3.0-only From 86f32b369f526ae5ba20d442ee6e287c568f2fc0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 14:14:29 +0000 Subject: [PATCH 0268/1189] bump: geonames --- anda/lib/geonames/geonames.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/geonames/geonames.spec b/anda/lib/geonames/geonames.spec index 3f3560c041..c1dec10d0e 100644 --- a/anda/lib/geonames/geonames.spec +++ b/anda/lib/geonames/geonames.spec @@ -1,9 +1,9 @@ %global forgeurl https://gitlab.com/ubports/development/core/geonames -%global commit 447653042655072bdd5e539ed509623e56c418ec +%global commit 91792a7f85ced64915652c33e3c3a9513c106f58 %forgemeta Name: geonames -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: Parse and query the geonames database License: GPL-3.0 From af7aff6594ae219e82f854fcada6329810e08c92 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 15:43:45 +0000 Subject: [PATCH 0269/1189] 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 3ad0524856..f83886ed81 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 54999d15077b986bd993a02fb19a82525ffbd224 -%global ver 0.0.40-19066 +%global commit e5840ab8680f896084d766a92f6e20d6c4b12c6a +%global ver 0.0.40-19067 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From fd7f589725067049923a63b514f4ec38f24efce0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 16:00:32 +0000 Subject: [PATCH 0270/1189] 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 f83886ed81..a6e130680e 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 e5840ab8680f896084d766a92f6e20d6c4b12c6a -%global ver 0.0.40-19067 +%global commit b607993b7b5ba79d6e253aa566766167e19eb154 +%global ver 0.0.40-19069 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 000f982580731253a99e8381e9d333b3096904e3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 17:03:42 +0000 Subject: [PATCH 0271/1189] 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 61f237b442..468cee2d24 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: 3.0.0 +Version: 3.1.0 Release: 1%{?dist} Summary: CLI for working with usage-based CLIs From dff731d3571df6ec01781ecf0bf5b690cea29c37 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 17:37:40 +0000 Subject: [PATCH 0272/1189] 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 a6e130680e..a0007ef9a8 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 b607993b7b5ba79d6e253aa566766167e19eb154 -%global ver 0.0.40-19069 +%global commit a2eb4fec535f94daec91e4c00cc3ab5e6c8d5627 +%global ver 0.0.40-19079 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 6bd256ec43ef013587906f29f30b87421a87617e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 17:56:25 +0000 Subject: [PATCH 0273/1189] 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 d4f3cfff53..120e16b331 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.10 +Version: 2026.3.11 Release: 1%{?dist} Summary: Front-end to your dev env From a6089de6f6d7a4aad3be00628a7683fb746fca56 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 19:58:24 +0000 Subject: [PATCH 0274/1189] 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 a0007ef9a8..9ab4edf0ee 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 a2eb4fec535f94daec91e4c00cc3ab5e6c8d5627 -%global ver 0.0.40-19079 +%global commit bc6e01c42280896a639932bb94e3f3eca9c11a04 +%global ver 0.0.40-19080 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From ff87b22315c813b5c82c8b24784ca422a5a8f027 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 21:33:31 +0000 Subject: [PATCH 0275/1189] 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 120e16b331..96b809fbf6 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.11 +Version: 2026.3.12 Release: 1%{?dist} Summary: Front-end to your dev env From a1323e9e3b86eb6b6e44f40de0ceb414e3094a22 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 22:52:49 +0000 Subject: [PATCH 0276/1189] 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 9ab4edf0ee..4870cc7283 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 bc6e01c42280896a639932bb94e3f3eca9c11a04 -%global ver 0.0.40-19080 +%global commit 5acc263b73b5db50684f357a5f03c7366fa0bf51 +%global ver 0.0.40-19081 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From e6ce25420b08dfedd52795ce805ea3fe72320fa1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 23:27:52 +0000 Subject: [PATCH 0277/1189] 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 6762d59259..17541cb6a4 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit e4f57c3fdf614bf1f204428dec7d3c495913a625 +%global commit 926a56f486c51835654391a535b7c3ccb3470a6e %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260315 +%global commit_date 20260322 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From 55d257e17fda390feb37f30f271e2a47c5e51eba Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Mar 2026 23:53:08 +0000 Subject: [PATCH 0278/1189] 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 4870cc7283..c67c674d5d 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 5acc263b73b5db50684f357a5f03c7366fa0bf51 -%global ver 0.0.40-19081 +%global commit 5a90dc005969218aa05b4cfdf7cd24d3aa259986 +%global ver 0.0.40-19083 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From fdef2060b1aebdc92b87bd145572194818e77a20 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 02:21:41 +0000 Subject: [PATCH 0279/1189] bump: komikku ruffle-nightly noctalia-shell fresh rust-zoi-rs PackageKit-bootc --- anda/apps/komikku/komikku.spec | 4 ++-- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/desktops/noctalia-shell/noctalia-shell.spec | 2 +- anda/langs/rust/fresh/fresh.spec | 2 +- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- anda/system/packagekit-bootc/PackageKit-bootc.spec | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/apps/komikku/komikku.spec b/anda/apps/komikku/komikku.spec index 9695b01aeb..2bce6cc216 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 v50.0.0 +%global raw_ver v50.0.1 Name: komikku -Version: 50.0.0 +Version: 50.0.1 %forgemeta Release: 1%{?dist} Summary: A manga reader for GNOME diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index d9eedab85b..0156b21ddc 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-22 +%global ver 2026-03-23 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index 56a3824736..00306eb0b4 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.7.0 +Version: 4.7.1 Release: 1%{?dist} Summary: A Quickshell-based custom shell setup diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 50e66a8bf4..116d0a0fa2 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.17 +Version: 0.2.18 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index 8397855acd..c433d16c4c 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.9.2 +%global crate_version 1.9.3 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') diff --git a/anda/system/packagekit-bootc/PackageKit-bootc.spec b/anda/system/packagekit-bootc/PackageKit-bootc.spec index 201440134f..6acdca5d2a 100644 --- a/anda/system/packagekit-bootc/PackageKit-bootc.spec +++ b/anda/system/packagekit-bootc/PackageKit-bootc.spec @@ -1,8 +1,8 @@ %global appid com.fyralabs.PackageKit-bootc %global appstream_component addon Name: PackageKit-bootc -Version: 0.1.1 -Release: 1%?dist +Version: 0.2.0 +Release: 1%{?dist} Summary: bootc backend for PackageKit Packager: Cappy Ishihara From 6907fdc4256bc8a5b668d14ccd38f38d52f1aa5c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 02:39:20 +0000 Subject: [PATCH 0280/1189] bump(nightly): legcord-nightly mpv-nightly hyprutils.nightly ghostty-nightly micro-nightly zed-nightly prismlauncher-nightly xray-nightly types-colorama vala-nightly v2ray-domain-list-community stardust-atmosphere-nightly scx-scheds-nightly xpadneo glasgow --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/micro/micro-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/langs/vala/vala-nightly/vala-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../atmosphere/nightly/stardust-atmosphere-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, 31 insertions(+), 31 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 150f6e57c2..76f5d9ca0c 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit d8550b8ffa440e4db777700c43b6bd9a8e0ee08d -%global commit_date 20260318 +%global commit fbf0c0a6199b5964f1babe47050191180161d56e +%global commit_date 20260323 %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 189d5122a5..2524eeee63 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 c798884163c1b779b0b17755631e319a17683e52 +%global commit 89febe90c244cb767d37a36efdcf61692e2034b2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260322 +%global commit_date 20260323 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index b109a2cab5..3235233646 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.1 -%global commit b85b779e3e3a1adcd9b098e3447cf48f9e780b35 -%global commit_date 20260320 +%global commit cb4e152dc72095a2af422956c6b689590572231a +%global commit_date 20260323 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index a821df221f..82832157e1 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1775c312ae6e99f8c499997faa6c084c3a758931 +%global commit 1d54a94cedd4405584d2dcdde948262a33110018 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-21 +%global fulldate 2026-03-22 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index 30d61a563b..0161fb6b7e 100644 --- a/anda/devs/micro/micro-nightly.spec +++ b/anda/devs/micro/micro-nightly.spec @@ -12,8 +12,8 @@ # Naming variable as something other than "commit" is necessary # to stop %%gometa from putting commit hash in release -%global commit_hash 6760768b9ec6ccc6f0c5553f099be498ef185f0f -%global commit_date 20260318 +%global commit_hash d976b3f170aac3823d8b62e0f9ad7e07b273b1f2 +%global commit_date 20260323 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.15 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 8c421bb6c4..a58332693a 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit e8d2627ef594347afd790b302b59130e0c72f076 +%global commit fb1a98cfeffd1413661416ac35f84ea5d3eca7c4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260322 +%global commit_date 20260323 %global ver 0.230.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index b1cc72e185..1e6a6d5ec6 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 eed06a78f28d8c2b70432096ee7afc86f574f080 +%global commit 09823dbb4a31bcf5449560d8d54b81bd3692f16a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260322 +%global commit_date 20260323 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 81143b29d7..cc6fc58bfb 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit e0ab00f6a883ab204b2202341cca77c83e36ed4d +%global commit f926ee4aa0aafe905d96a294e747836897d80d6f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.2.6 -%global commit_date 20260322 +%global commit_date 20260323 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 56d6870a01..7eaac75496 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 282b1a838a565f10a4b2e9139adc26ab828b2e9d -%global commit_date 20260322 +%global commit 81a6d245c205f06232febe2f02e9510b1a35c7b4 +%global commit_date 20260323 %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 d9a4664784..6521bdf898 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 662e452f82cec0bb00ebc204bfefa77b0af0fa37 +%global commit fe6a6d90ce66c075517c1f227ac5567fcbf0f516 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global repo https://gitlab.gnome.org/GNOME/%{real_name}.git -%global commit_date 20260319 +%global commit_date 20260323 %global snapshot_info %{commit_date}.%{shortcommit} Name: vala-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 95dabea468..7c1a532f27 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit d62599c8db16e597dca1f369f973af7facd8f85d +%global commit aa76e186cbe3b386ac8823ec6496e8b4f14c7b3d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260320052542 -%global commit_date 20260321 +%global ver 20260322074401 +%global commit_date 20260323 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec index 332f16f123..96242d0579 100644 --- a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec +++ b/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec @@ -1,5 +1,5 @@ -%global commit 141fbc551240ded6b6242d8d203676bf5180d0ad -%global commit_date 20260320 +%global commit 81927a7057f4f5aa1baab8dbb498e03c71e81eb5 +%global commit_date 20260323 %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 6811f38b27..f49c6834cf 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 2e3f1a9f5da61195cb770cd437c981a1f07507b8 +%global commit 610db46d5bc502e6a4439af68a15f3a331f00de1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260322 +%global commitdate 20260323 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 47dfb09423..f69ad4e71a 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,6 +1,6 @@ -%global commit 1f33288e623c6af7bf42c52adfa89ae94d5796f9 +%global commit e35e44950c4006d3d11aa18405db703785428358 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260322 +%global commitdate 20260323 %global ver 0.10 Name: xpadneo diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 6ce613cd44..61169bbe5d 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 0bd969766669eb649fd70969d0eb0e832dcda03b -%global commit_date 20260320 +%global commit 2ce02bf45a4bd770656c3926ca5db3005f4a1b88 +%global commit_date 20260323 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow From 03beb96d8cc16ba66a6cc85eeac23df167a2de27 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 04:23:54 +0000 Subject: [PATCH 0281/1189] 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 54bdb4a0f0..759c276981 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,6 +1,6 @@ -%global commit 1f33288e623c6af7bf42c52adfa89ae94d5796f9 +%global commit e35e44950c4006d3d11aa18405db703785428358 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260322 +%global commitdate 20260323 %global ver 0.10 %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 b9cae4b24c..fe8dc763ea 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,6 +1,6 @@ -%global commit 1f33288e623c6af7bf42c52adfa89ae94d5796f9 +%global commit e35e44950c4006d3d11aa18405db703785428358 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260322 +%global commitdate 20260323 %global ver 0.10 %global debug_package %{nil} %global modulename xpadneo From c6d7d5fe5c82950d7678934ef75bac73efd6b831 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 04:40:15 +0000 Subject: [PATCH 0282/1189] 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 2f4ee08e7d..7967e0c752 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.12 +Version: 1.20.13 Release: 1%{?dist} Summary: Portable, featureful, and fast file server URL: https://github.com/9001/copyparty From 03e839587bd94839b03d6544b47f4aff2f857e81 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 08:12:22 +0000 Subject: [PATCH 0283/1189] bump: rust-zellij --- anda/langs/rust/zellij/rust-zellij.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/rust/zellij/rust-zellij.spec b/anda/langs/rust/zellij/rust-zellij.spec index a5d0da32c4..fe411b0901 100644 --- a/anda/langs/rust/zellij/rust-zellij.spec +++ b/anda/langs/rust/zellij/rust-zellij.spec @@ -5,8 +5,8 @@ %global crate zellij Name: rust-zellij -Version: 0.43.1 -Release: 1%?dist +Version: 0.44.0 +Release: 1%{?dist} Summary: Terminal workspace with batteries included License: MIT From 24312e21545c9764745a1ffb8fd8ca07b5631b91 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 11:10:47 +0000 Subject: [PATCH 0284/1189] bump: xray --- anda/langs/go/xray/stable/xray.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/go/xray/stable/xray.spec b/anda/langs/go/xray/stable/xray.spec index f5827fff88..7d0d8544bf 100644 --- a/anda/langs/go/xray/stable/xray.spec +++ b/anda/langs/go/xray/stable/xray.spec @@ -1,13 +1,13 @@ # Disabled because compiled without debug %global goipath github.com/XTLS/Xray-core -Version: 26.2.6 +Version: 26.3.23 %global golicenses LICENSE %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md Name: xray -Release: 1%?dist +Release: 1%{?dist} Summary: High-performance, open-source network proxy engine and toolset designed to bypass internet censorship and enhance privacy License: MPL-2.0 Packager: veuxit From 33a444a069a7a0802e64d76f1e78594f8c1d8660 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 13:12:56 +0000 Subject: [PATCH 0285/1189] bump: proton-vpn proton-vpn-api-core vicinae arduino-remoteocd proton-vpn-cli --- anda/apps/proton-vpn/proton-vpn.spec | 2 +- .../python/proton-vpn-api-core/proton-vpn-api-core.spec | 2 +- anda/system/vicinae/vicinae.spec | 2 +- anda/tools/arduino-remoteocd/arduino-remoteocd.spec | 6 +++--- anda/tools/proton-vpn-cli/proton-vpn-cli.spec | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index 276c836e63..6f127ee02b 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,5 +1,5 @@ Name: proton-vpn-gtk-app -Version: 4.15.0 +Version: 4.15.1 Release: 1%{?dist} Summary: Official ProtonVPN Linux app License: GPL-3.0-only 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 787341faa3..2a11b5a32f 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,7 +4,7 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-%{pypi_name} -Version: 4.16.0 +Version: 4.17.2 Release: 1%{?dist} Summary: A facade to the other Proton VPN components License: GPL-3.0-Only diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index ab6ab9ca0a..63f627ae6f 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.7 +Version: 0.20.8 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com diff --git a/anda/tools/arduino-remoteocd/arduino-remoteocd.spec b/anda/tools/arduino-remoteocd/arduino-remoteocd.spec index d49f67b612..ce6d327172 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 3cf11b106f040493ea3589ddaf56df9c6396d17f -%global commit_date 20260224 +%global commit 097e4e6593aafe0a288be69efd63947a495254c4 +%global commit_date 20260323 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Version: 0^%commit_date.%shortcommit @@ -9,7 +9,7 @@ Version: 0^%commit_date.%shortcommit %gometa -f Name: remoteocd -Release: 1%?dist +Release: 1%{?dist} Summary: Flexible firmware flashing for the Arduino UNO Q Microcontroller License: GPL-3.0-only diff --git a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec index c2ce388ebd..89cdf176e3 100644 --- a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec +++ b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec @@ -3,7 +3,7 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-proton-vpn-cli -Version: 0.1.7 +Version: 0.1.8 Release: 1%{?dist} Summary: Official ProtonVPN CLI Linux app License: GPL-3.0-only From 96fee3eac93913b9c0b0273950d1d153646aaf34 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 14:34:23 +0000 Subject: [PATCH 0286/1189] bump: rpcs3 limine MareTF rust-mise --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/system/limine/limine.spec | 2 +- anda/tools/MareTF/MareTF.spec | 4 ++-- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index c67c674d5d..3ca24c0af9 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 5a90dc005969218aa05b4cfdf7cd24d3aa259986 -%global ver 0.0.40-19083 +%global commit 36e1d664ea963391793218550f10fd49f4d2e177 +%global ver 0.0.40-19085 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index 1c65b5d8dc..53f624a62a 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 10.8.5 +Version: 11.0.0 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause diff --git a/anda/tools/MareTF/MareTF.spec b/anda/tools/MareTF/MareTF.spec index f4dd2b076d..120f298c93 100644 --- a/anda/tools/MareTF/MareTF.spec +++ b/anda/tools/MareTF/MareTF.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: MareTF -Version: 0.9.3 -Release: 2%{?dist} +Version: 0.10.0 +Release: 1%{?dist} License: MIT Summary: A utility to create, edit, and display every type of VTF file ever made URL: https://github.com/craftablescience/MareTF diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 96b809fbf6..46f9d21650 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.12 +Version: 2026.3.13 Release: 1%{?dist} Summary: Front-end to your dev env From 82889a814ed3f276e9f3291cf91eb1c1dd39208e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 16:51:59 +0000 Subject: [PATCH 0287/1189] bump(branch): libcusparselt --- anda/lib/nvidia/libcusparselt/libcusparselt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/nvidia/libcusparselt/libcusparselt.spec b/anda/lib/nvidia/libcusparselt/libcusparselt.spec index 9299ef5866..4c98a932dd 100644 --- a/anda/lib/nvidia/libcusparselt/libcusparselt.spec +++ b/anda/lib/nvidia/libcusparselt/libcusparselt.spec @@ -5,7 +5,7 @@ %global cuda_version 13 Name: libcusparselt -Version: 0.8.1.1 +Version: 0.9.0.3 Release: 1%{?dist} Summary: CUDA Library for Sparse Matrix-Matrix Multiplication License: NVIDIA License From 5fd17cc316620163274bab41ff12efc695fccbcd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 17:31:05 +0000 Subject: [PATCH 0288/1189] bump: discord-openasar discord rpcs3 --- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index f8a2654301..7ff5c8245f 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.129 +Version: 0.0.130 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 4920bfbdcc..c448966d20 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.129 +Version: 0.0.130 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 3ca24c0af9..afec0416a8 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 36e1d664ea963391793218550f10fd49f4d2e177 -%global ver 0.0.40-19085 +%global commit 07f5b0aa5b8f0fc4e85522d5eb047e9c747a8b74 +%global ver 0.0.40-19086 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From b060368a68086b42bbd33355fa6a79f71750ce9e Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:38:16 -0500 Subject: [PATCH 0289/1189] fix (asusctl): add asus-shutdown and asus-shutdown.service, remove %define _unpackaged_files_terminate_build 0 (#10775) --- anda/system/asusctl/asusctl.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/anda/system/asusctl/asusctl.spec b/anda/system/asusctl/asusctl.spec index cd419c94c2..46d6f1225a 100644 --- a/anda/system/asusctl/asusctl.spec +++ b/anda/system/asusctl/asusctl.spec @@ -1,11 +1,9 @@ %global debug_package %{nil} %global appid org.asus_linux.rog_control_center -%define _unpackaged_files_terminate_build 0 - Name: asusctl Version: 6.3.5 -Release: 1%{?dist} +Release: 2%{?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 @@ -67,7 +65,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rog-control-center.d %{_bindir}/asusd %{_bindir}/asusd-user %{_bindir}/asusctl +%{_bindir}/asus-shutdown %{_unitdir}/asusd.service +%{_unitdir}/asus-shutdown.service %{_udevrulesdir}/99-asusd.rules %dnl %{_sysconfdir}/asusd/ %{_datadir}/asusd/aura_support.ron @@ -89,12 +89,15 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rog-control-center.d %post %systemd_post asusd.service +%systemd_post asus-shutdown.service %preun %systemd_preun asusd.service +%systemd_preun asus-shutdown.service %postun %systemd_postun_with_restart asusd.service +%systemd_postun_with_restart asus-shutdown.service %files rog-gui %{_bindir}/rog-control-center @@ -104,6 +107,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rog-control-center.d %{_metainfodir}/%{appid}.metainfo.xml %changelog +* Mon Mar 23 2026 Owen Zimmerman - 6.3.5-2 +- Add asus-shutdown.service + * Wed Feb 18 2026 Owen Zimmerman - 6.2.0-3 - Remove asusd-user.service From 8f1eabcc758159bc6a23a7951665f02a55131b69 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 18:29:27 +0000 Subject: [PATCH 0290/1189] bump: discord-canary-openasar discord-canary zig-master-bootstrap --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.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 ce9192fc8e..466caa4b98 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.918 +Version: 0.0.919 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 2cb2f9410f..608b30d583 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.918 +Version: 0.0.919 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 93e8a37d1c..575ac1d97d 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.2962+08416b44f +version=0.16.0-dev.2973+06b85a4fd mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 2bcece7df3..7b7f750f26 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.2962+08416b44f +%global ver 0.16.0-dev.2973+06b85a4fd %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From a83ab4edd9116fb10f841e86c12b841b3f6d94d0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 19:29:53 +0000 Subject: [PATCH 0291/1189] bump: rpcs3 gh-act rust-usage-cli --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/go/gh-act/gh-act.spec | 4 ++-- anda/langs/rust/usage/rust-usage-cli.spec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index afec0416a8..725b3161b3 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 07f5b0aa5b8f0fc4e85522d5eb047e9c747a8b74 -%global ver 0.0.40-19086 +%global commit 53c33cd8122818de301d94b5fc335612f5d80f63 +%global ver 0.0.40-19088 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/go/gh-act/gh-act.spec b/anda/langs/go/gh-act/gh-act.spec index a2a37ca824..7b593202f7 100644 --- a/anda/langs/go/gh-act/gh-act.spec +++ b/anda/langs/go/gh-act/gh-act.spec @@ -12,7 +12,7 @@ # https://github.com/nektos/act %global goipath github.com/nektos/act -Version: 0.2.84 +Version: 0.2.85 %gometa -f @@ -24,7 +24,7 @@ Run your GitHub Actions locally %global godocs README.md Name: gh-act -Release: 1%?dist +Release: 1%{?dist} Summary: None License: MIT AND ISC AND BSD-3-Clause AND Apache-2.0 AND BSD-2-Clause diff --git a/anda/langs/rust/usage/rust-usage-cli.spec b/anda/langs/rust/usage/rust-usage-cli.spec index 468cee2d24..509fa84c7c 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: 3.1.0 +Version: 3.2.0 Release: 1%{?dist} Summary: CLI for working with usage-based CLIs From af1787186b0ff417937174a9d3956354e9742acf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 20:04:20 +0000 Subject: [PATCH 0292/1189] 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 725b3161b3..82fae370fb 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 53c33cd8122818de301d94b5fc335612f5d80f63 -%global ver 0.0.40-19088 +%global commit 2bcc27d581875025610f6f0ad4b34053cd5a470b +%global ver 0.0.40-19089 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From ec592494d941ac5d66947eb66da8ced5274686da Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 20:52:15 +0000 Subject: [PATCH 0293/1189] 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 466caa4b98..2b1b5a8256 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.919 +Version: 0.0.920 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 608b30d583..53e69582fa 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.919 +Version: 0.0.920 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 6770e6b040569330c22bbce5b15f9043f38579c5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 21:30:26 +0000 Subject: [PATCH 0294/1189] bump(branch): kde-material-you-colors --- .../kde-material-you-colors/kde-material-you-colors.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec index 4737443858..0b007f5e7c 100644 --- a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec +++ b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec @@ -3,8 +3,8 @@ %global org "com.github.luisbocanegra" Name: kde-material-you-colors -Version: 2.0.2 -Release: 2%{?dist} +Version: 2.1.0 +Release: 1%{?dist} Summary: Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop License: GPL-3.0-only URL: https://github.com/luisbocanegra/%{name} From 028e52662fbc7540898e93e204158587ad842d3f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 21:36:48 +0000 Subject: [PATCH 0295/1189] 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 2b1b5a8256..c4072fffb7 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.920 +Version: 0.0.921 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 53e69582fa..774b6ba23e 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.920 +Version: 0.0.921 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From dfe4680ecf51f33bad2a6f4acd07d5e9d0bd41df Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 22:00:10 +0000 Subject: [PATCH 0296/1189] 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 c4072fffb7..4828d483b8 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.921 +Version: 0.0.922 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 774b6ba23e..705bbe1b05 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.921 +Version: 0.0.922 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From cdadce3c86e05e902e987267efba69f2c1af0d54 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 22:44:45 +0000 Subject: [PATCH 0297/1189] 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 4828d483b8..3655364082 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.922 +Version: 0.0.923 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 705bbe1b05..04c2e04265 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.922 +Version: 0.0.923 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 3f1d0d62dc0f0c8775b9186e28207db9d26746fb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Mar 2026 23:17:49 +0000 Subject: [PATCH 0298/1189] 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 3655364082..9068654f13 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.923 +Version: 0.0.924 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 04c2e04265..c790338c4a 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.923 +Version: 0.0.924 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 81707516c6c0a1beae85188f53e326adde8838d5 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 23 Mar 2026 19:28:07 -0500 Subject: [PATCH 0299/1189] fix(kde-material-you-colors): Drop patch (#10781) Signed-off-by: Gilver --- .../kde-material-you-colors/kde-material-you-colors.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec index 0b007f5e7c..10c10ca522 100644 --- a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec +++ b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec @@ -10,7 +10,6 @@ License: GPL-3.0-only URL: https://github.com/luisbocanegra/%{name} # The PyPi source is a more generic install and lacks the Plasmoid config Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -Patch0: %{url}/commit/4888f8570b1aa12e3ab7aee51ab72ad7a7f35b95.patch BuildRequires: anda-srpm-macros BuildRequires: gcc BuildRequires: gcc-c++ @@ -53,7 +52,7 @@ BuildArch: noarch Python files for KDE Material You Colors. %prep -%autosetup -p1 -n %{name}-%{version} +%autosetup -n %{name}-%{version} sed -iE 's:\"python-magic.*\":\"file-magic\":' pyproject.toml %build From 003f80afc57d0566a974c75e080a638612c52c26 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Mar 2026 00:53:23 +0000 Subject: [PATCH 0300/1189] 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 0156b21ddc..b2918f6b08 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-23 +%global ver 2026-03-24 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From b641d275d109ace230c342f394f6cb9aa626efcc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Mar 2026 02:30:55 +0000 Subject: [PATCH 0301/1189] bump(nightly): envision mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly xray-nightly nim-nightly types-colorama openbangla-keyboard-nightly v2ray-domain-list-community scx-scheds-nightly scx-tools-nightly glasgow natscli --- 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/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../openbangla-keyboard/openbangla-keyboard-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/scx-tools/nightly/scx-tools-nightly.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/anda/apps/envision/envision.spec b/anda/apps/envision/envision.spec index c348652e2c..60ff91854c 100644 --- a/anda/apps/envision/envision.spec +++ b/anda/apps/envision/envision.spec @@ -1,5 +1,5 @@ -%global commit 98004883360d7e69ecbd188987f93200393d7346 -%global commit_date 20260322 +%global commit 2f731053537044b1f72b259bea795473ea0c205a +%global commit_date 20260324 %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 2524eeee63..acdb3ee972 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 89febe90c244cb767d37a36efdcf61692e2034b2 +%global commit f42480d0cc2376e26c04b8b138c863a71cf860ce %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260323 +%global commit_date 20260324 %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 82832157e1..a3fb4fc43c 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1d54a94cedd4405584d2dcdde948262a33110018 +%global commit c584f87b9037455e38bd96808089f8740efb3e6c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-22 +%global fulldate 2026-03-24 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index a58332693a..ed88a679b7 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit fb1a98cfeffd1413661416ac35f84ea5d3eca7c4 +%global commit 062ae00294e26a68aaa04c0e6fd419b35cf8f3c7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260323 +%global commit_date 20260324 %global ver 0.230.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 1e6a6d5ec6..42560b1b81 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 09823dbb4a31bcf5449560d8d54b81bd3692f16a +%global commit c16a25faefd8f549347503c7b6803e3d5a0ff602 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260323 +%global commit_date 20260324 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index cc6fc58bfb..e0a0143939 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit f926ee4aa0aafe905d96a294e747836897d80d6f +%global commit cb7bfeb54c79d7e81ee1f9d8c6a7e0a2125ab898 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.2.6 -%global commit_date 20260323 +%global commit_date 20260324 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 631965cfd1..7632146210 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 a4a482b5ef6d1a48f28b42e778770c1001f8293a +%global commit fb6fa9697907e387b1408320a070c263ad19201b %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260321 +%global commit_date 20260324 %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 7eaac75496..2618624f8b 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 81a6d245c205f06232febe2f02e9510b1a35c7b4 -%global commit_date 20260323 +%global commit 26380ee31c279c7cbb9deb75190491dc2d31d2d7 +%global commit_date 20260324 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec b/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec index 3037f4c1e8..26e00ea44b 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 653937a4f46abfa571182f71b67ddd73a3769f52 -%global commit_date 20260310 +%global commit 0db9d248e61600053eb6ec96d639da54a0bd06f8 +%global commit_date 20260324 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: openbangla-keyboard-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 7c1a532f27..5d88657096 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit aa76e186cbe3b386ac8823ec6496e8b4f14c7b3d +%global commit 749bcd62aa441acbe3bac68bf49af331f108466a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260322074401 -%global commit_date 20260323 +%global ver 20260323135539 +%global commit_date 20260324 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index f49c6834cf..f377253dd2 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 610db46d5bc502e6a4439af68a15f3a331f00de1 +%global commit be055c5a12ca300f7f8ee6504fbfca81e5d3a232 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260323 +%global commitdate 20260324 %global ver 1.1.0 %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 f7a6287db4..ad8fcb4f3d 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 788e39d31f5c9797b23e87e9ecb95eed772cfd99 +%global commit 80342f21ab827f42d5bb9e0010aa2ddf9e03d659 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260318 +%global commitdate 20260324 %global ver 1.1.0 %global appid com.sched_ext.scx %global developer "sched-ext Contributors" diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 61169bbe5d..3990cec7cf 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 2ce02bf45a4bd770656c3926ca5db3005f4a1b88 -%global commit_date 20260323 +%global commit 7a8604c84741ceade0ba2507f92c85b0f178f016 +%global commit_date 20260324 %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 5f7e4cec32..10cc56bdd9 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 85f3889e6b53d171d007e00f4576f22a74644844 -%global commit_date 20260317 +%global commit d4d8e04fd4072424a0d709192c004a0ae3695100 +%global commit_date 20260324 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 6d4f9e53111ee2dd3de00211c3cd3fff9596c28b Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 23 Mar 2026 22:34:59 -0700 Subject: [PATCH 0302/1189] fix: Apply various fixes per OpenSSF recommendations (#10780) --- .github/workflows/autobuild.yml | 4 ++-- .github/workflows/bootstrap.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/json-build.yml | 8 ++++---- .github/workflows/sync.yml | 6 ++++-- .github/workflows/update-branch.yml | 6 ++++-- .github/workflows/update-comps.yml | 2 +- .github/workflows/update-nightly.yml | 6 ++++-- .github/workflows/update-weekly.yml | 6 ++++-- .github/workflows/update.yml | 6 ++++-- README.md | 3 ++- 11 files changed, 31 insertions(+), 20 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index a517936793..7d44efae7e 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -30,7 +30,7 @@ jobs: - name: Set workspace as safe run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - name: Generate build matrix @@ -51,7 +51,7 @@ jobs: image: ghcr.io/terrapkg/appstream-generator:main steps: - name: Download artifacts - uses: actions/download-artifact@v8 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: merge-multiple: true path: ./artifacts diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 706fa55e58..fd3858c6de 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -21,7 +21,7 @@ jobs: dnf5 swap -y --setopt=install_weak_deps=False systemd-standalone-sysusers systemd dnf5 install -y --setopt=install_weak_deps=False curl wget git-core openssl-devel cargo podman fuse-overlayfs dnf5-plugins rpmbuild script - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: f${{ matrix.version }} fetch-depth: 1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 664348d3f8..9c9cc09a85 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - name: Setup Git diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index fbd6939520..6fa66c3906 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -48,7 +48,7 @@ jobs: options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 @@ -58,7 +58,7 @@ jobs: - name: Configure sccache id: sccache if: ${{ !contains(matrix.pkg.labels.sccache, '0') }} - uses: actions/github-script@v8 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 env: SCCACHE_GHA_VERSION: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }} SCCACHE_GHA_CACHE_FROM: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }} @@ -86,7 +86,7 @@ jobs: - name: Report Cache Summary if: steps.sccache.outcome == 'success' - uses: actions/github-script@v8 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const script = require('./.github/scripts/sccache-stats.js') @@ -99,7 +99,7 @@ jobs: x=${NAME//\//@} echo "name=$x" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@v7 + - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: ${{ steps.art.outputs.name }} compression-level: 0 # The RPMs are already compressed :p diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index b6ffed0932..b51cce456a 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -1,13 +1,15 @@ name: Automatic backport/sync action permissions: - contents: write - pull-requests: write + contents: read on: pull_request_target: types: ["labeled", "closed"] jobs: backport: + permissions: + contents: write + pull-requests: write name: Backport/sync PR runs-on: ubuntu-22.04 if: github.event.pull_request.merged diff --git a/.github/workflows/update-branch.yml b/.github/workflows/update-branch.yml index 978e08848a..47b7ef26c1 100644 --- a/.github/workflows/update-branch.yml +++ b/.github/workflows/update-branch.yml @@ -1,6 +1,6 @@ name: Update per branch permissions: - contents: write + contents: read on: schedule: - cron: "*/30 * * * *" @@ -8,6 +8,8 @@ on: jobs: autoupdate: + permissions: + contents: write runs-on: ubuntu-24.04-arm strategy: matrix: @@ -22,7 +24,7 @@ jobs: options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: ref: ${{ matrix.branch }} fetch-depth: 0 diff --git a/.github/workflows/update-comps.yml b/.github/workflows/update-comps.yml index 61aefdf15e..f9f0dab48e 100644 --- a/.github/workflows/update-comps.yml +++ b/.github/workflows/update-comps.yml @@ -20,7 +20,7 @@ jobs: container: image: ghcr.io/terrapkg/builder:frawhide steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Push to subatomic run: | branch=${{ github.ref_name }} diff --git a/.github/workflows/update-nightly.yml b/.github/workflows/update-nightly.yml index 28ad326c11..0e8d987fc8 100644 --- a/.github/workflows/update-nightly.yml +++ b/.github/workflows/update-nightly.yml @@ -1,6 +1,6 @@ name: Nightly Update permissions: - contents: write + contents: read on: schedule: - cron: "0 0 * * *" @@ -8,13 +8,15 @@ on: jobs: autoupdate: + permissions: + contents: write runs-on: ubuntu-24.04-arm container: image: ghcr.io/terrapkg/builder:frawhide options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }} diff --git a/.github/workflows/update-weekly.yml b/.github/workflows/update-weekly.yml index d26cd1c93d..4a5c328231 100644 --- a/.github/workflows/update-weekly.yml +++ b/.github/workflows/update-weekly.yml @@ -1,6 +1,6 @@ name: Weekly Update permissions: - contents: write + contents: read on: schedule: - cron: "0 0 * * *" @@ -8,13 +8,15 @@ on: jobs: autoupdate: + permissions: + contents: write runs-on: ubuntu-24.04-arm container: image: ghcr.io/terrapkg/builder:frawhide options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }} diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 75266259a1..24bddfa103 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,6 +1,6 @@ name: Update permissions: - contents: write + contents: read on: schedule: - cron: "*/10 * * * *" @@ -8,13 +8,15 @@ on: jobs: autoupdate: + permissions: + contents: write runs-on: ubuntu-24.04-arm container: image: ghcr.io/terrapkg/builder:frawhide options: --cap-add=SYS_ADMIN --privileged steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 ssh-key: ${{ secrets.SSH_AUTHENTICATION_KEY }} diff --git a/README.md b/README.md index 8a7ae3ee65..ccc0e057e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Terra Sources -[![Repository status](https://repology.org/badge/repository-big/terra_rawhide.svg?header=Terra+Rawhide)](https://repology.org/repository/terra_rawhide) +[![Repository status](https://repology.org/badge/repository-big/terra_rawhide.svg?header=Terra+Rawhide)](https://repology.org/repository/terra_rawhide) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/terrapkg/packages/badge)](https://scorecard.dev/viewer/?uri=github.com/terrapkg/packages) + Terra is a rolling-release Fedora repository for all the software you need. With Terra, you can install the latest packages knowing that quality and security are assured. From fbe96c0d00677ce7c081d13ec82abdfc71e04656 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 23 Mar 2026 22:56:13 -0700 Subject: [PATCH 0303/1189] chore: Slightly improve readme appearance (#10788) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccc0e057e3..54093e8368 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Terra Sources -[![Repository status](https://repology.org/badge/repository-big/terra_rawhide.svg?header=Terra+Rawhide)](https://repology.org/repository/terra_rawhide) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/terrapkg/packages/badge)](https://scorecard.dev/viewer/?uri=github.com/terrapkg/packages) +[![Repository status](https://repology.org/badge/repository-big/terra_rawhide.svg?header=Terra+Rawhide)](https://repology.org/repository/terra_rawhide) +[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/terrapkg/packages/badge)](https://scorecard.dev/viewer/?uri=github.com/terrapkg/packages) Terra is a rolling-release Fedora repository for all the software you need. From 228bbc92383a6907be4219de545d9cc75d49d9f2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Mar 2026 06:15:44 +0000 Subject: [PATCH 0304/1189] 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 82fae370fb..34e0c20b3e 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 2bcc27d581875025610f6f0ad4b34053cd5a470b -%global ver 0.0.40-19089 +%global commit 99bb042bea170a0fc5e573d23445713b6bef9c2d +%global ver 0.0.40-19090 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From f34154b0b83102421e8d28adbc0158f06be02409 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 23 Mar 2026 23:40:32 -0700 Subject: [PATCH 0305/1189] security: Add dependabot config for github action updating (#10792) Signed-off-by: Kyle Gospodnetich --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..8c0202ab18 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + # Maintain GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 From 385b24dcad08d254a7058a40bf4b926650c06caa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Mar 2026 09:30:13 +0000 Subject: [PATCH 0306/1189] 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 de9a206691..69f866849c 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.3 +Version: 3.11.4 Release: 1%{?dist} Summary: The Dart Language License: BSD-3-Clause From 7dfe14d4879585499b95a6ab001950480f32967a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Mar 2026 13:47:53 +0000 Subject: [PATCH 0307/1189] bump: zig-master-bootstrap compat-nvidia-repo nvidia-driver nvidia-kmod-common nvidia-modprobe nvidia-persistenced nvidia-settings nvidia-xconfig --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec | 4 ++-- anda/system/nvidia/nvidia-driver/nvidia-driver.spec | 4 ++-- anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec | 4 ++-- anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec | 4 ++-- .../nvidia/nvidia-persistenced/nvidia-persistenced.spec | 4 ++-- anda/system/nvidia/nvidia-settings/nvidia-settings.spec | 4 ++-- anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 575ac1d97d..92393a4281 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.2973+06b85a4fd +version=0.16.0-dev.2979+e93834410 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 7b7f750f26..a296b35645 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.2973+06b85a4fd +%global ver 0.16.0-dev.2979+e93834410 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec b/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec index 5bb47a62d0..bfd58edfaa 100644 --- a/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec +++ b/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec @@ -1,7 +1,7 @@ Name: compat-nvidia-repo -Version: 590.48.01 +Version: 595.58.03 Epoch: 3 -Release: 1%?dist +Release: 1%{?dist} Summary: Compatibility package required by official CUDA packages License: NVIDIA License URL: https://developer.nvidia.com/cuda-toolkit diff --git a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec index 8130f9d4ee..ee52a4b292 100644 --- a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec +++ b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec @@ -10,8 +10,8 @@ %endif Name: nvidia-driver -Version: 590.48.01 -Release: 4%?dist +Version: 595.58.03 +Release: 1%{?dist} Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Epoch: 3 License: NVIDIA License diff --git a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec index aa97a4f0fe..71cfd81bee 100644 --- a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec +++ b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec @@ -5,8 +5,8 @@ %global __brp_strip %{nil} Name: nvidia-kmod-common -Version: 590.48.01 -Release: 2%{?dist} +Version: 595.58.03 +Release: 1%{?dist} Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 License: NVIDIA License diff --git a/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec b/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec index ca9ac0b6e0..374e6781c4 100644 --- a/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec +++ b/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec @@ -1,6 +1,6 @@ Name: nvidia-modprobe -Version: 590.48.01 -Release: 2%?dist +Version: 595.58.03 +Release: 1%{?dist} Summary: NVIDIA kernel module loader Epoch: 3 License: GPL-2.0-or-later diff --git a/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec b/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec index e608a57dd4..7cd32e0fa3 100644 --- a/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec +++ b/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec @@ -1,6 +1,6 @@ Name: nvidia-persistenced -Version: 590.48.01 -Release: 2%?dist +Version: 595.58.03 +Release: 1%{?dist} Summary: A daemon to maintain persistent software state in the NVIDIA driver Epoch: 3 License: GPL-2.0-or-later diff --git a/anda/system/nvidia/nvidia-settings/nvidia-settings.spec b/anda/system/nvidia/nvidia-settings/nvidia-settings.spec index 03d41905d7..e7fc536f60 100644 --- a/anda/system/nvidia/nvidia-settings/nvidia-settings.spec +++ b/anda/system/nvidia/nvidia-settings/nvidia-settings.spec @@ -1,6 +1,6 @@ Name: nvidia-settings -Version: 590.48.01 -Release: 3%?dist +Version: 595.58.03 +Release: 1%{?dist} Summary: Configure the NVIDIA graphics driver Epoch: 3 License: GPL-2.0-or-later diff --git a/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec b/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec index bc1a7b18aa..3d38105f9d 100644 --- a/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec +++ b/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec @@ -1,6 +1,6 @@ Name: nvidia-xconfig -Version: 590.48.01 -Release: 2%?dist +Version: 595.58.03 +Release: 1%{?dist} Summary: NVIDIA X configuration file editor Epoch: 3 License: GPL-2.0-or-later From a6e925634b1a0aa283bd88dc9495efe00974c886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:56:11 -0500 Subject: [PATCH 0308/1189] build(deps): bump github/codeql-action from 4.34.0 to 4.34.1 (#10797) --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index f351f1a0aa..ab737e169b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -73,6 +73,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4 + uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4 with: sarif_file: results.sarif From e6afa580509c86490ac4c940beaacd36bd308b5f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Mar 2026 16:45:02 +0000 Subject: [PATCH 0309/1189] 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 9068654f13..484b7eb6bb 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.924 +Version: 0.0.925 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 c790338c4a..3de65f0819 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.924 +Version: 0.0.925 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 2c03edb06de3432a9175ee65646ae2e07082adcb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Mar 2026 17:42:25 +0000 Subject: [PATCH 0310/1189] bump: asar --- anda/devs/asar/asar.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/asar/asar.spec b/anda/devs/asar/asar.spec index f0b73576db..31c23a7471 100644 --- a/anda/devs/asar/asar.spec +++ b/anda/devs/asar/asar.spec @@ -7,8 +7,8 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: asar -Version: 4.1.0 -Release: 1%?dist +Version: 4.1.1 +Release: 1%{?dist} Summary: Simple extensive tar-like archive format with indexing License: MIT URL: https://github.com/electron/asar From 263d5c76c40a139376e1c8d0317956a20bc6fbdc Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Tue, 24 Mar 2026 15:08:18 -0300 Subject: [PATCH 0311/1189] fix(gamescope-session): ensure that gamescope-session script is executable (#10802) --- anda/games/gamescope-session/gamescope-session.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/gamescope-session/gamescope-session.spec b/anda/games/gamescope-session/gamescope-session.spec index 3f9abdc6af..ad86d77583 100644 --- a/anda/games/gamescope-session/gamescope-session.spec +++ b/anda/games/gamescope-session/gamescope-session.spec @@ -6,7 +6,7 @@ Name: gamescope-session Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 3%?dist Summary: Gamescope session based on Valve's gamescope License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session @@ -31,7 +31,7 @@ install -Dpm0755 -t "%buildroot%_bindir/" ".%_bindir/gamescope-session-plus" install -Dpm0644 -t "%buildroot%_userunitdir/" ".%_userunitdir/gamescope-session-plus@.service" install -Dpm0644 -t "%buildroot%_userunitdir/" ".%_userunitdir/gamescope-session.target" install -Dpm0644 -t "%buildroot%_datadir/gamescope-session-plus/" ".%_datadir/gamescope-session-plus/device-quirks" -install -Dpm0644 -t "%buildroot%_datadir/gamescope-session-plus/" ".%_datadir/gamescope-session-plus/gamescope-session-plus" +install -Dpm0755 -t "%buildroot%_datadir/gamescope-session-plus/" ".%_datadir/gamescope-session-plus/gamescope-session-plus" install -Dpm0644 -t "%buildroot%_datadir/gamescope/scripts/50-custom/50-disable-explicit-sync.lua" ".%_datadir/gamescope/scripts/50-custom/50-disable-explicit-sync.lua" %files From 456e01646c775ef606d5d9de3befd3e0039f4b60 Mon Sep 17 00:00:00 2001 From: metcya <134973769+metcya@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:03:33 -0500 Subject: [PATCH 0312/1189] add: fzy (#10803) --- anda/tools/fzy/anda.hcl | 5 +++++ anda/tools/fzy/fzy.spec | 39 ++++++++++++++++++++++++++++++++++++++ anda/tools/fzy/update.rhai | 1 + 3 files changed, 45 insertions(+) create mode 100644 anda/tools/fzy/anda.hcl create mode 100644 anda/tools/fzy/fzy.spec create mode 100644 anda/tools/fzy/update.rhai diff --git a/anda/tools/fzy/anda.hcl b/anda/tools/fzy/anda.hcl new file mode 100644 index 0000000000..05c623bca8 --- /dev/null +++ b/anda/tools/fzy/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "fzy.spec" + } +} diff --git a/anda/tools/fzy/fzy.spec b/anda/tools/fzy/fzy.spec new file mode 100644 index 0000000000..4a58ee8dde --- /dev/null +++ b/anda/tools/fzy/fzy.spec @@ -0,0 +1,39 @@ +%global forgeurl https://github.com/jhawthorn/fzy +Version: 1.1 +%forgemeta + +Name: fzy +Release: 1%{?dist} +Summary: A fast, simple fuzzy text selector for the terminal + +License: MIT +URL: %{forgeurl} +Source0: %{forgesource} + +Packager: metcya + +BuildRequires: gcc +BuildRequires: make + +%description +fzy is a fast, simple fuzzy text selector for the terminal with an advanced +scoring algorithm. + +%prep +%forgeautosetup + +%build +%make_build + +%install +%make_install BINDIR="%{_bindir}" MANDIR="%{_mandir}" + +%files +%license LICENSE +%doc README.md ALGORITHM.md +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1.* + +%changelog +* Mon Mar 23 2026 metcya +- Initial package diff --git a/anda/tools/fzy/update.rhai b/anda/tools/fzy/update.rhai new file mode 100644 index 0000000000..d1f92a1a15 --- /dev/null +++ b/anda/tools/fzy/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("jhawthorn/fzy")); From 155f98f729a91bdc4bfa318ddb842b5ea782742a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Mar 2026 19:43:08 +0000 Subject: [PATCH 0313/1189] 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 34e0c20b3e..89f0e76d78 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 99bb042bea170a0fc5e573d23445713b6bef9c2d -%global ver 0.0.40-19090 +%global commit a03d4f69f8a57e44e20adb6f0e33a38dd5479326 +%global ver 0.0.40-19091 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From a88c07965daf043c77e4c0d6b30265faf462fc3a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Mar 2026 21:50:43 +0000 Subject: [PATCH 0314/1189] 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 46f9d21650..1eb76d854c 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.13 +Version: 2026.3.14 Release: 1%{?dist} Summary: Front-end to your dev env From 29eaecaf64bf075deced156b46837454f2d1334d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 02:35:51 +0000 Subject: [PATCH 0315/1189] bump(nightly): legcord-nightly mpv-nightly rasputin rp-appset ghostty-nightly zed-nightly nim-nightly types-colorama v2ray-domain-list-community nvidia-patch scx-scheds-nightly xpadneo natscli rpi-utils --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/apps/rasputin/rasputin.spec | 6 +++--- anda/apps/rp-appset/rp-appset.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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/system/nvidia-patch/nvidia-patch.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xpadneo/kmod-common/xpadneo.spec | 6 +++--- anda/tools/natscli/natscli.spec | 4 ++-- anda/tools/rpi-utils/rpi-utils.spec | 4 ++-- 14 files changed, 31 insertions(+), 31 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 76f5d9ca0c..96886cd32c 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit fbf0c0a6199b5964f1babe47050191180161d56e -%global commit_date 20260323 +%global commit af3a2c423cee7fa4e526e1e80d0cdf0fb9edabf3 +%global commit_date 20260325 %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 acdb3ee972..1126cd02e4 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 f42480d0cc2376e26c04b8b138c863a71cf860ce +%global commit 793ab6dcb055c790b8eec2e5f9a118daa57c2cfb %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260324 +%global commit_date 20260325 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/apps/rasputin/rasputin.spec b/anda/apps/rasputin/rasputin.spec index 11f64a5fb3..189c7043b4 100644 --- a/anda/apps/rasputin/rasputin.spec +++ b/anda/apps/rasputin/rasputin.spec @@ -1,10 +1,10 @@ -%global commit 605d9dd8c825b650deeaa614e1b83e8dbb41e87d -%global commit_date 20260128 +%global commit b8a8e25fdc8a9f7c479535144ca8f99a31aa299f +%global commit_date 20260325 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rasputin Version: 0~%commit_date.git~%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Mouse and keyboard settings for Raspberry Pi Desktop License: BSD-3-Clause URL: https://github.com/raspberrypi-ui/rasputin diff --git a/anda/apps/rp-appset/rp-appset.spec b/anda/apps/rp-appset/rp-appset.spec index 8439da0659..f1f4147efe 100644 --- a/anda/apps/rp-appset/rp-appset.spec +++ b/anda/apps/rp-appset/rp-appset.spec @@ -1,10 +1,10 @@ -%global commit 605d9dd8c825b650deeaa614e1b83e8dbb41e87d -%global commit_date 20260128 +%global commit b8a8e25fdc8a9f7c479535144ca8f99a31aa299f +%global commit_date 20260325 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: appset Version: 0~%commit_date.git~%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Application for customisation of appearance of Raspberry Pi Desktop License: BSD-3-Clause URL: https://github.com/raspberrypi-ui/appset diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index a3fb4fc43c..973fbfe563 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit c584f87b9037455e38bd96808089f8740efb3e6c +%global commit bebca84668947bfc92b9a30ed58712e1c34eee1d %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-03-24 %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 ed88a679b7..54b3b59390 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 062ae00294e26a68aaa04c0e6fd419b35cf8f3c7 +%global commit 34807eb14693e1f40207726ef6bcb1e3ab3b0103 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260324 +%global commit_date 20260325 %global ver 0.230.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 7632146210..d3c0d96533 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 fb6fa9697907e387b1408320a070c263ad19201b +%global commit 158d59ce4866ffbf1530ebc9e227c4dcf7cd846f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260324 +%global commit_date 20260325 %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 2618624f8b..442ad7b8ec 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 26380ee31c279c7cbb9deb75190491dc2d31d2d7 -%global commit_date 20260324 +%global commit b7ac9ee664037da280f9d162600161c6807db404 +%global commit_date 20260325 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 5d88657096..841d10473c 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 749bcd62aa441acbe3bac68bf49af331f108466a +%global commit 5de9d7cc94346f016b7d4923bc0f959d4d4c86d2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260323135539 -%global commit_date 20260324 +%global ver 20260324091222 +%global commit_date 20260325 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index b24409ee89..74163bf35c 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 cadc84be4f0318d6a6345cab2cff5e7b7f6758f9 +%global commit f5ae12766beb5d39741cf7cde2ef0d3691edac8a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260318 +%global commit_date 20260325 %global patches %{_datadir}/src/nvidia-patch diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index f377253dd2..5b1a153faf 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 be055c5a12ca300f7f8ee6504fbfca81e5d3a232 +%global commit b8352b460b9afb690c8fc606928b75ae5cfac50a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260324 +%global commitdate 20260325 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index f69ad4e71a..614773c72c 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,7 +1,7 @@ -%global commit e35e44950c4006d3d11aa18405db703785428358 +%global commit 93621f104dfe6a1690cf72f0f4fd074a0a86acce %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260323 -%global ver 0.10 +%global commitdate 20260325 +%global ver 0.10.1 Name: xpadneo Version: %{ver}^%{commitdate}git.%{shortcommit} diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 10cc56bdd9..56fc3082f4 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 d4d8e04fd4072424a0d709192c004a0ae3695100 -%global commit_date 20260324 +%global commit 3c97108646e926f54d78c4b16ef2f684445a25b0 +%global commit_date 20260325 %global shortcommit %{sub %{commit} 1 7} %gometa -f diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index 6ff3cc9587..02b078db7e 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit d9d1e5f686b0c2b766c7174d4937905414505326 -%global commit_date 20260322 +%global commit b4074df7b79010c747ac4c4b00eca5819fcdf9d4 +%global commit_date 20260325 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils From 31031d8943b8ed9cf0d5efebd0ef090f3e194018 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 03:39:03 +0000 Subject: [PATCH 0316/1189] bump: limine electron --- anda/system/limine/limine.spec | 2 +- anda/tools/electron/electron.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index 53f624a62a..b6dd0a1f6c 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 11.0.0 +Version: 11.1.0 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 3b0be07f49..974a0ce094 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.0.3 +Version: 41.0.4 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From b3adbaff10bc03609a78f9515ab04fbd14c72fc0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 04:14:31 +0000 Subject: [PATCH 0317/1189] bump(branch): xpadneo-kmod dkms-xpadneo --- anda/system/xpadneo/akmod/xpadneo-kmod.spec | 6 +++--- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index 759c276981..7b88ad76f0 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,7 +1,7 @@ -%global commit e35e44950c4006d3d11aa18405db703785428358 +%global commit 93621f104dfe6a1690cf72f0f4fd074a0a86acce %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260323 -%global ver 0.10 +%global commitdate 20260325 +%global ver 0.10.1 %define buildforkernels akmod %global debug_package %{nil} %global modulename xpadneo diff --git a/anda/system/xpadneo/dkms/dkms-xpadneo.spec b/anda/system/xpadneo/dkms/dkms-xpadneo.spec index fe8dc763ea..6dc0c6d4a0 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,7 +1,7 @@ -%global commit e35e44950c4006d3d11aa18405db703785428358 +%global commit 93621f104dfe6a1690cf72f0f4fd074a0a86acce %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260323 -%global ver 0.10 +%global commitdate 20260325 +%global ver 0.10.1 %global debug_package %{nil} %global modulename xpadneo From 6625ae6005b80c4ed15d015cd586910f9b1062c9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 05:14:13 +0000 Subject: [PATCH 0318/1189] bump: umu-launcher --- anda/games/umu/umu-launcher.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/umu/umu-launcher.spec b/anda/games/umu/umu-launcher.spec index 020a809671..3bbc06a054 100644 --- a/anda/games/umu/umu-launcher.spec +++ b/anda/games/umu/umu-launcher.spec @@ -1,6 +1,6 @@ Name: umu-launcher -Version: 1.3.0 -Release: 1%?dist +Version: 1.4.0 +Release: 1%{?dist} Summary: A tool for launching non-steam games with proton License: GPL-3.0-only From 19e62dafa8b3d32f2fd240c39bea697ef0d4ceba Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 24 Mar 2026 22:38:46 -0700 Subject: [PATCH 0319/1189] Update gamescope-session-ogui-steam to the latest version (#10808) Signed-off-by: Kyle Gospodnetich --- .../gamescope-session-ogui-steam.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec b/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec index dc84041764..5a46ca1d60 100644 --- a/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec +++ b/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec @@ -1,12 +1,12 @@ %define debug_package %nil -%global commit 6835776876a2b9e5fc819bd8d98f06ae51fa6394 +%global commit 26796534321ab87e6aad7cf52442297089f0d59d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20231030 +%global commit_date 20260324 Name: gamescope-session-ogui-steam Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%?dist +Release: 1%?dist Summary: gamescope-session-steam License: GPL-3.0-only URL: https://github.com/OpenGamingCollective/gamescope-session-ogui-steam @@ -26,6 +26,7 @@ Gamescope Session for OpenGamepadUI in overlay mode with Steam %install install -Dpm0755 -t "%buildroot%_datadir/gamescope-session-plus/sessions.d/" ".%_datadir/gamescope-session-plus/sessions.d/steam-plus" +install -Dpm0644 -t "%buildroot%_datadir/wayland-sessions/" ".%_datadir/wayland-sessions/gamescope-session-ogui-steam.desktop" install -Dpm0644 -t "%buildroot%_datadir/wayland-sessions/" ".%_datadir/wayland-sessions/gamescope-session-steam-plus.desktop" install -Dpm0644 -t "%buildroot%_datadir/wayland-sessions/" ".%_datadir/wayland-sessions/gamepadui-with-qam-session.desktop" @@ -33,6 +34,7 @@ install -Dpm0644 -t "%buildroot%_datadir/wayland-sessions/" ".%_datadir/wayland- %doc README.md %license LICENSE %{_datadir}/gamescope-session-plus/sessions.d/steam-plus +%{_datadir}/wayland-sessions/gamescope-session-ogui-steam.desktop %{_datadir}/wayland-sessions/gamescope-session-steam-plus.desktop %{_datadir}/wayland-sessions/gamepadui-with-qam-session.desktop From 88ca3b4886df3ab42f6bbe8c2dd4fe4f1e8725a0 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Tue, 24 Mar 2026 22:49:21 -0700 Subject: [PATCH 0320/1189] Update to the latest steamos-manager-powerstation (#10809) Signed-off-by: Kyle Gospodnetich --- .../steamos-manager-powerstation.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec index a04f5de380..1a1748435a 100644 --- a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec +++ b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec @@ -1,6 +1,6 @@ -%global commit 8b5bb14a7a2c6e5dd86f13efce6bc242639265ef +%global commit de5604a5ae7ca11412d32914c68653ea9ffe007b %global shortcommit %{sub %{commit} 0 7} -%global commitdate 20260319 +%global commitdate 20260324 Name: steamos-manager-powerstation Version: 0~%{commitdate}.git%{shortcommit} From 5d942072c0df2fde6e01f272d7f5b03801d93a1c Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 25 Mar 2026 13:59:04 +0800 Subject: [PATCH 0321/1189] bump(gamescope-session-opengamepadui): bump commit (#10791) --- .../gamescope-session-opengamepadui.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec index 9421499f00..b086282cf7 100644 --- a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec +++ b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec @@ -1,6 +1,6 @@ -%global commit d9412bf01f3ffbe55e15f34445fe4c682fde5ede +%global commit 88087a086ab732211c466b41f5d64229ce51c050 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260320 +%global commit_date 20260324 Name: gamescope-session-opengamepadui Version: 0~%{commit_date}git.%{shortcommit} From 9f390a348ac26de779c8f9e302149cd23e42cd1a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 08:26:54 +0000 Subject: [PATCH 0322/1189] 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 89f0e76d78..8ef6b377b0 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 a03d4f69f8a57e44e20adb6f0e33a38dd5479326 -%global ver 0.0.40-19091 +%global commit 18bd6d681e51c2a44394ee9943d4c379c9cef69c +%global ver 0.0.40-19094 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 72b8b049b7e39b083c8fddb7d53ab0cdcf7127d8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 09:28:16 +0000 Subject: [PATCH 0323/1189] bump: helium-browser-bin zig-master-bootstrap --- anda/apps/helium-browser-bin/helium-browser-bin.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/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index d41afb580a..8b166e9294 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.10.6.1 +Version: 0.10.7.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 92393a4281..fc066bd75d 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.2979+e93834410 +version=0.16.0-dev.2984+cb7d2b056 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index a296b35645..215f87b384 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.2979+e93834410 +%global ver 0.16.0-dev.2984+cb7d2b056 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 99ccd9e8371367847e5014cfc6871e42c493a881 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 11:22:34 +0000 Subject: [PATCH 0324/1189] 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 1eb76d854c..8caa81d7b0 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.14 +Version: 2026.3.15 Release: 1%{?dist} Summary: Front-end to your dev env From 2fe3296c67e68880e40f7029ebab6de1883ab991 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 13:46:46 +0000 Subject: [PATCH 0325/1189] bump: gradle-completions --- anda/misc/gradle-completions/gradle-completions.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/misc/gradle-completions/gradle-completions.spec b/anda/misc/gradle-completions/gradle-completions.spec index 9e6e7fe95e..463bdb7342 100644 --- a/anda/misc/gradle-completions/gradle-completions.spec +++ b/anda/misc/gradle-completions/gradle-completions.spec @@ -1,6 +1,6 @@ Name: gradle-completions -Version: 9.3.1 -Release: 1%?dist +Version: 9.4.1 +Release: 1%{?dist} Summary: Gradle tab completion for bash and zsh License: MIT URL: https://github.com/gradle/gradle-completion From a0c5333aea7c0a7ff4dd48cb2a830564d69165c7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 14:47:46 +0000 Subject: [PATCH 0326/1189] bump: rust-deno gh-act --- anda/devs/deno/rust-deno.spec | 2 +- anda/langs/go/gh-act/gh-act.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 bdb2dbf861..9ed93e5d85 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.7 +Version: 2.7.8 Release: 1%{?dist} Summary: Deno executable diff --git a/anda/langs/go/gh-act/gh-act.spec b/anda/langs/go/gh-act/gh-act.spec index 7b593202f7..a65163519a 100644 --- a/anda/langs/go/gh-act/gh-act.spec +++ b/anda/langs/go/gh-act/gh-act.spec @@ -12,7 +12,7 @@ # https://github.com/nektos/act %global goipath github.com/nektos/act -Version: 0.2.85 +Version: 0.2.86 %gometa -f From 7c166817a2401ec48e666281ba92a78ecd52f663 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 17:02:24 +0000 Subject: [PATCH 0327/1189] bump: discord-canary-openasar discord-canary zed-preview zed --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.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 484b7eb6bb..ac5ed1e132 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.925 +Version: 0.0.926 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 3de65f0819..7ffd256ec6 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.925 +Version: 0.0.926 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 693a4babe4..4c2f413026 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.229.0-pre +%global ver 0.229.0 # 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 b32f819b39..e9ec48cc68 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.228.0 +Version: 0.229.0 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 95d2908d2cc08ca05a13537301a239f374f50cef Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 18:08:05 +0000 Subject: [PATCH 0328/1189] 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 102b6ebe1f..a5afe74408 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: 8.3.0 +Version: 8.4.0 Release: 1%{?dist} Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org From b687f5a81681e8a364e519d808f91f154698abb6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 19:10:14 +0000 Subject: [PATCH 0329/1189] bump: discord-canary-openasar discord-canary rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.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 ac5ed1e132..3e4dae1525 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.926 +Version: 0.0.927 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 7ffd256ec6..f17f14cc86 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.926 +Version: 0.0.927 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 8ef6b377b0..46f226dab8 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 18bd6d681e51c2a44394ee9943d4c379c9cef69c -%global ver 0.0.40-19094 +%global commit 9b6bc7c1b441a19000925ba79886dddaf6cb0cb7 +%global ver 0.0.40-19096 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 8256243bad9e5282822bb8b2d9cd0f253d5416b8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 19:54:07 +0000 Subject: [PATCH 0330/1189] 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 4c2f413026..3b7c976c4b 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.229.0 +%global ver 0.230.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From fd657b900c8039221e13b049724cfc6e89750a85 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Mar 2026 20:39:36 +0000 Subject: [PATCH 0331/1189] bump: rnote --- anda/langs/rust/rnote/rnote.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/rust/rnote/rnote.spec b/anda/langs/rust/rnote/rnote.spec index 76092a65d4..52cec34f5f 100644 --- a/anda/langs/rust/rnote/rnote.spec +++ b/anda/langs/rust/rnote/rnote.spec @@ -1,8 +1,8 @@ %global rustflags_debuginfo 1 Name: rnote -Version: 0.13.1 -Release: 1%?dist +Version: 0.14.0 +Release: 1%{?dist} Summary: Sketch and take handwritten notes License: GPL-3.0 URL: https://github.com/flxzt/rnote From 57b55164657822d85c0e65f8dcd1e48059e14fe5 Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 25 Mar 2026 20:11:51 -0500 Subject: [PATCH 0332/1189] fix(Signal): Override SOURCE_DATE_EPOCH (#10821) * fix(Signal): Override SOURCE_DATE_EPOCH Signed-off-by: Gilver * fix: .desktop file Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/apps/signal-desktop/fix-runtime.patch | 11 +++++++++++ anda/apps/signal-desktop/signal-desktop.spec | 11 ++++++++--- anda/apps/signal-desktop/signal.desktop | 5 +---- 3 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 anda/apps/signal-desktop/fix-runtime.patch diff --git a/anda/apps/signal-desktop/fix-runtime.patch b/anda/apps/signal-desktop/fix-runtime.patch new file mode 100644 index 0000000000..7fe4b4760e --- /dev/null +++ b/anda/apps/signal-desktop/fix-runtime.patch @@ -0,0 +1,11 @@ +--- a/package.json 2026-03-23 09:45:41.545576312 +0100 ++++ b/package.json 2026-03-23 09:46:51.714180613 +0100 +@@ -424,7 +424,7 @@ + ] + }, + "engines": { +- "node": "24.14.0" ++ "node": ">= 22" + }, + "build": { + "appId": "org.whispersystems.signal-desktop", diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index a5afe74408..86f8d1fdd8 100644 --- a/anda/apps/signal-desktop/signal-desktop.spec +++ b/anda/apps/signal-desktop/signal-desktop.spec @@ -3,12 +3,13 @@ Name: signal-desktop %electronmeta -aD Version: 8.4.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 +Patch0: fix-runtime.patch License: AGPL-3.0-only AND %{electron_license} BuildRequires: pulseaudio-libs-devel @@ -18,7 +19,7 @@ BuildRequires: anda-srpm-macros BuildRequires: pnpm BuildRequires: python3 BuildRequires: terra-appstream-helper -BuildRequires: nodejs-full-i18n +BuildRequires: libxcrypt-compat Requires: libwayland-cursor Requires: libwayland-client @@ -56,16 +57,20 @@ Signal Desktop links with Signal on Android or iOS and lets you message from you %prep %autosetup -n Signal-Desktop-%{version} +sed -i 's/--config.directories.output=release//g' package.json %build export SIGNAL_ENV=production +export SOURCE_DATE_EPOCH="$(date +"%s")" %{__pnpm} install --frozen-lockfile %{__pnpm} run clean-transpile pushd sticker-creator %{__pnpm} install --frozen-lockfile %{__pnpm} run build popd -%pnpm_build -r generate,prepare-beta-build +%dnl %pnpm_build -r generate,build:policy-files,generate,build:esbuild:prod +%{__pnpm} run generate +%{__pnpm} run build-linux %install %electron_install -i signal -l -I build/icons/png diff --git a/anda/apps/signal-desktop/signal.desktop b/anda/apps/signal-desktop/signal.desktop index 9ed98565b9..212816501f 100644 --- a/anda/apps/signal-desktop/signal.desktop +++ b/anda/apps/signal-desktop/signal.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Name=Signal -Exec=signal-desktop %U +Exec=signal-desktop --use-tray-icon %U Terminal=false Type=Application Icon=signal @@ -8,6 +8,3 @@ StartupWMClass=Signal Comment=Private messaging from your desktop MimeType=x-scheme-handler/sgnl;x-scheme-handler/signalcaptcha; Categories=Network;InstantMessaging;Chat; -X-Desktop-File-Install-Version=0.27 -X-Purism-FormFactor=Workstation;Mobile; -X-Flatpak-RenamedFrom=signal-desktop.desktop; From 3d215a89ca615eab894918a606402f304356d072 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 02:27:33 +0000 Subject: [PATCH 0333/1189] 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 b2918f6b08..c9fc21268d 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-24 +%global ver 2026-03-26 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From bfe2b1ff108a8085985e5b03ccdc256c3b6c8860 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:40:36 -0500 Subject: [PATCH 0334/1189] remove: chezmoi (#10820) Signed-off-by: Owen-sz --- anda/langs/go/chezmoi/anda.hcl | 5 -- anda/langs/go/chezmoi/chezmoi.spec | 74 ------------------------------ anda/langs/go/chezmoi/update.rhai | 1 - 3 files changed, 80 deletions(-) delete mode 100644 anda/langs/go/chezmoi/anda.hcl delete mode 100644 anda/langs/go/chezmoi/chezmoi.spec delete mode 100644 anda/langs/go/chezmoi/update.rhai diff --git a/anda/langs/go/chezmoi/anda.hcl b/anda/langs/go/chezmoi/anda.hcl deleted file mode 100644 index 1b9cadbb43..0000000000 --- a/anda/langs/go/chezmoi/anda.hcl +++ /dev/null @@ -1,5 +0,0 @@ -project pkg { - rpm { - spec = "chezmoi.spec" - } -} diff --git a/anda/langs/go/chezmoi/chezmoi.spec b/anda/langs/go/chezmoi/chezmoi.spec deleted file mode 100644 index a60a7099ec..0000000000 --- a/anda/langs/go/chezmoi/chezmoi.spec +++ /dev/null @@ -1,74 +0,0 @@ -# Generated by go2rpm 1.15.0 -%bcond check 0 -%bcond bootstrap 0 - -# https://github.com/twpayne/chezmoi -%global goipath github.com/twpayne/chezmoi -Version: 2.70.0 - -%gometa -f - -%global common_description %{expand: -Manage your dotfiles across multiple diverse machines, securely.} - -%global golicenses LICENSE assets/chezmoi.io/docs/license.md\\\ - assets/chezmoi.io/docs/reference/commands/license.md -%global godocs .markdownlint-cli2.yaml README.md docs\\\ - assets/chezmoi.io/snippets/config-format.md\\\ - assets/chezmoi.io/snippets/common-flags/exclude.md\\\ - assets/chezmoi.io/snippets/common-flags/format.md\\\ - assets/chezmoi.io/snippets/common-flags/include.md\\\ - assets/chezmoi.io/snippets/common-flags/init.md\\\ - assets/chezmoi.io/snippets/common-flags/nul-path-\\\ - separator.md assets/chezmoi.io/snippets/common-\\\ - flags/parent-dirs.md\\\ - assets/chezmoi.io/snippets/common-flags/path-style.md\\\ - assets/chezmoi.io/snippets/common-flags/recursive.md\\\ - assets/chezmoi.io/snippets/common-flags/tree.md - -Name: chezmoi -Release: 1%{?dist} -Summary: Manage your dotfiles across multiple diverse machines, securely - -License: MIT -URL: %{gourl} -Source: %{gosource} - -%description %{common_description} - -#gopkg - -%prep -%goprep - -%build -%define gomodulesmode GO111MODULE=on -%define __gobuild_extldflags -X main.version=%version -X main.builtBy=%vendor -go clean -modcache -rm go.sum -go mod tidy -%gobuild -o %{gobuilddir}/bin/chezmoi . - -%install -#gopkginstall -install -m 0755 -vd %{buildroot}%{_bindir} -install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ -install -m 0644 -Dvp completions/chezmoi-completion.bash %{buildroot}%{bash_completions_dir}/chezmoi -install -m 0644 -Dvp completions/chezmoi.fish -t %{buildroot}%{fish_completions_dir}/ -install -m 0644 -Dvp completions/chezmoi.zsh %{buildroot}%{zsh_completions_dir}/_chezmoi - -%if %{without bootstrap} -%if %{with check} -%check -%gocheck -%endif -%endif - -%files -%license LICENSE -%doc README.md -%{_bindir}/chezmoi - -%pkg_completion -Bfz - -#gopkgfiles diff --git a/anda/langs/go/chezmoi/update.rhai b/anda/langs/go/chezmoi/update.rhai deleted file mode 100644 index 375ad36766..0000000000 --- a/anda/langs/go/chezmoi/update.rhai +++ /dev/null @@ -1 +0,0 @@ -rpm.version(`

The latest version of chezmoi is ([\d.]+)`.find(get("https://www.chezmoi.io"), 1)); From 1c92a4c8b0a3d5d0957f1b94d5245a579a4c13a6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 02:43:15 +0000 Subject: [PATCH 0335/1189] bump(nightly): mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly gamescope-session-opengamepadui types-colorama v2ray-domain-list-community scx-scheds-nightly natscli rpi-utils --- 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 | 6 +++--- .../gamescope-session-opengamepadui.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- anda/tools/rpi-utils/rpi-utils.spec | 4 ++-- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 1126cd02e4..f7dbafd267 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 793ab6dcb055c790b8eec2e5f9a118daa57c2cfb +%global commit 1a545faf282c555eec51f202963f5e337d673190 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260325 +%global commit_date 20260326 %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 735fe0e43d..925aab864e 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 911134bb3a8c7153095dc9d3b53af6a097a9d719 -%global commit_date 20260306 +%global commit c7929d86db98f0859b5bda66bcad8e026cfe532b +%global commit_date 20260326 %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 973fbfe563..fb801374bc 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit bebca84668947bfc92b9a30ed58712e1c34eee1d +%global commit efc0e4118a39f2d8364a02053b5a9a8e4118dcec %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-24 +%global fulldate 2026-03-25 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 54b3b59390..681e2b4c1c 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 34807eb14693e1f40207726ef6bcb1e3ab3b0103 +%global commit 8eb86241f6727835bbd9837af1f169344a9aa29c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260325 -%global ver 0.230.0 +%global commit_date 20260326 +%global ver 0.231.0 %bcond_with check %bcond_with debug_no_build diff --git a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec index b086282cf7..5fc24bea87 100644 --- a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec +++ b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec @@ -1,6 +1,6 @@ -%global commit 88087a086ab732211c466b41f5d64229ce51c050 +%global commit d9412bf01f3ffbe55e15f34445fe4c682fde5ede %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260324 +%global commit_date 20260326 Name: gamescope-session-opengamepadui Version: 0~%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 442ad7b8ec..b6b49f9a1b 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 b7ac9ee664037da280f9d162600161c6807db404 -%global commit_date 20260325 +%global commit 82533e5fcdd0d5661f3742bf0ccbbe4fc760304e +%global commit_date 20260326 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 841d10473c..d93c4e31c0 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 5de9d7cc94346f016b7d4923bc0f959d4d4c86d2 +%global commit 5a7196d079c024e166d11694ac03112677bea8bc %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260324091222 -%global commit_date 20260325 +%global ver 20260325132429 +%global commit_date 20260326 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 5b1a153faf..46879c5569 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 b8352b460b9afb690c8fc606928b75ae5cfac50a +%global commit aee2474ae36dbab2c79061653b05b0c6b6fd5520 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260325 +%global commitdate 20260326 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 56fc3082f4..e1508eecde 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 3c97108646e926f54d78c4b16ef2f684445a25b0 -%global commit_date 20260325 +%global commit afd640576c9a2bacaadd60008b8c56a41e0d38a3 +%global commit_date 20260326 %global shortcommit %{sub %{commit} 1 7} %gometa -f diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index 02b078db7e..a6669f2e97 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit b4074df7b79010c747ac4c4b00eca5819fcdf9d4 -%global commit_date 20260325 +%global commit 0504cf3ba3eb31fd00ae8df4358b48d700ffcd16 +%global commit_date 20260326 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils From 57f2f29c286a259893906634ef6eef6be60eb0b2 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:51:52 -0500 Subject: [PATCH 0336/1189] add: cloud-hypervisor (#10826) * add: cloud-hypervisor Resolves https://github.com/terrapkg/packages/issues/10815 Signed-off-by: Owen-sz * I cant spell Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/system/cloud-hypervisor/anda.hcl | 5 ++ .../cloud-hypervisor/cloud-hypervisor.spec | 55 +++++++++++++++++++ anda/system/cloud-hypervisor/update.rhai | 1 + 3 files changed, 61 insertions(+) create mode 100644 anda/system/cloud-hypervisor/anda.hcl create mode 100644 anda/system/cloud-hypervisor/cloud-hypervisor.spec create mode 100644 anda/system/cloud-hypervisor/update.rhai diff --git a/anda/system/cloud-hypervisor/anda.hcl b/anda/system/cloud-hypervisor/anda.hcl new file mode 100644 index 0000000000..dbca34d29a --- /dev/null +++ b/anda/system/cloud-hypervisor/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "cloud-hypervisor.spec" + } +} diff --git a/anda/system/cloud-hypervisor/cloud-hypervisor.spec b/anda/system/cloud-hypervisor/cloud-hypervisor.spec new file mode 100644 index 0000000000..fa367d1a1a --- /dev/null +++ b/anda/system/cloud-hypervisor/cloud-hypervisor.spec @@ -0,0 +1,55 @@ +Name: cloud-hypervisor +License: Apache-2.0 AND MPL-2.0 AND (Unlicense OR MIT) AND (MIT OR Zlib OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MIT AND BSD-3-Clause AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CC-BY-4.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR MIT) +Version: 51.1 +Release: 1%{?dist} +Summary: A Virtual Machine Monitor for modern Cloud workloads +URL: https://github.com/cloud-hypervisor/cloud-hypervisor +Source0: https://github.com/cloud-hypervisor/cloud-hypervisor/archive/refs/tags/v%{version}.tar.gz +BuildRequires: perl +BuildRequires: cargo-rpm-macros +BuildRequires: pkgconfig(openssl) + +Packager: Owen Zimmerman + +%description +A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, +memory and device hotplug, support for running Windows and Linux guests, +device offload with vhost-user and a minimal compact footprint. +Written in Rust with a strong focus on security. + +%package doc +Summary: Documentation for cloud-hypervisor +Requires: %{name} = %{evr} + +%description doc +%{summary}. + +%prep +%autosetup +%cargo_prep_online + +%build +%cargo_build + +%install +install -Dm755 target/rpm/cloud-hypervisor %{buildroot}%{_bindir}/cloud-hypervisor +install -Dm755 target/rpm/ch-remote %{buildroot}%{_bindir}/ch-remote +install -Dm755 target/rpm/vhost_user_block %{buildroot}%{_bindir}/vhost_user_block +install -Dm755 target/rpm/vhost_user_net %{buildroot}%{_bindir}/vhost_user_net + +%{cargo_license_online} > LICENSE.dependencies + +%files +%license LICENSE.dependencies LICENSES/ +%doc CODEOWNERS CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS.md MAINTAINERS.md README.md release-notes.md +%{_bindir}/ch-remote +%{_bindir}/cloud-hypervisor +%{_bindir}/vhost_user_block +%{_bindir}/vhost_user_net + +%files doc +%doc docs/ + +%changelog +* Wed Mar 25 2026 Owen Zimmerman +- Initial commit diff --git a/anda/system/cloud-hypervisor/update.rhai b/anda/system/cloud-hypervisor/update.rhai new file mode 100644 index 0000000000..1f21db8ff6 --- /dev/null +++ b/anda/system/cloud-hypervisor/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("cloud-hypervisor/cloud-hypervisor")); From 4dbce0f1f66a95d1e7583fffeb1d614db85e2a83 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 25 Mar 2026 23:34:35 -0500 Subject: [PATCH 0337/1189] fix (proton-vpn): .desktop file (#10827) Signed-off-by: Owen-sz --- anda/apps/proton-vpn/proton-vpn.spec | 21 ++++++++++++++++----- anda/apps/proton-vpn/update.rhai | 2 ++ 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index 6f127ee02b..2957e849d6 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,11 +1,14 @@ +%global metainfo_commit eddfed5f7e2cd6f097cd11ad1bc8773c22a418a1 + Name: proton-vpn-gtk-app Version: 4.15.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Official ProtonVPN Linux app License: GPL-3.0-only URL: https://protonvpn.com/download-linux Source0: https://github.com/ProtonVPN/proton-vpn-gtk-app/archive/refs/tags/v%version.tar.gz -Source1: https://github.com/flathub/com.protonvpn.www/blob/master/com.protonvpn.www.metainfo.xml +# So cursed but makes our lives easier +Source1: https://github.com/flathub/com.protonvpn.www/archive/%{metainfo_commit}/com.protonvpn.www-%{metainfo_commit}.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -42,6 +45,7 @@ with the user signup process handled on the website. %prep %autosetup -n %{name}-%{version} +tar -xvf %{SOURCE1} %build %pyproject_wheel @@ -50,18 +54,25 @@ with the user signup process handled on the website. %pyproject_install %pyproject_save_files proton install -Dm644 rpmbuild/SOURCES/proton-vpn-logo.svg %{buildroot}%{_scalableiconsdir}/proton-vpn-logo.svg -install -Dm644 %{SOURCE1} %{buildroot}%{_metainfodir}/com.protonvpn.www.metainfo.xml -# Match metainfo -install -Dm644 rpmbuild/SOURCES/proton.vpn.app.gtk.desktop %{buildroot}%{_appsdir}/com.protonvpn.www.desktop +install -Dm644 com.protonvpn.www-%{metainfo_commit}/com.protonvpn.www.metainfo.xml %{buildroot}%{_metainfodir}/com.protonvpn.www.metainfo.xml +install -Dm644 rpmbuild/SOURCES/proton.vpn.app.gtk.desktop %{buildroot}%{_appsdir}/proton.vpn.app.gtk.desktop + +# We pull in a metainfo file that often changes upstream, that calls the .desktop file what we are symlinking it to. +# If we install the .desktop file with the new name, the icon does not show properly on KDE Plasma. +%{__ln_s} -f %{_appsdir}/proton.vpn.app.gtk.desktop %{buildroot}%{_appsdir}/com.protonvpn.www.desktop %files -f %{pyproject_files} %doc README.md CONTRIBUTING.md CODEOWNERS %license LICENSE COPYING.md %{_bindir}/protonvpn-app +%{_appsdir}/proton.vpn.app.gtk.desktop %{_appsdir}/com.protonvpn.www.desktop %{_scalableiconsdir}/proton-vpn-logo.svg %{_metainfodir}/com.protonvpn.www.metainfo.xml %changelog +* Wed Mar 25 2026 Owen Zimmerman +- Fix metainfo and .desktop file + * Sat Jan 17 2026 Owen Zimmerman - Initial commit diff --git a/anda/apps/proton-vpn/update.rhai b/anda/apps/proton-vpn/update.rhai index d6fe8c6a5d..84f830d233 100644 --- a/anda/apps/proton-vpn/update.rhai +++ b/anda/apps/proton-vpn/update.rhai @@ -1 +1,3 @@ rpm.version(gh_tag("ProtonVPN/proton-vpn-gtk-app")); + +rpm.global("metainfo_commit", gh_commit("flathub/com.protonvpn.www")); From da76d76cc2efee4692e10a89e00e4a27a7ff44ca Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 06:09:08 +0000 Subject: [PATCH 0338/1189] bump(branch): kde-material-you-colors --- .../themes/kde-material-you-colors/kde-material-you-colors.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec index 10c10ca522..fa3379f950 100644 --- a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec +++ b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec @@ -3,7 +3,7 @@ %global org "com.github.luisbocanegra" Name: kde-material-you-colors -Version: 2.1.0 +Version: 2.2.0 Release: 1%{?dist} Summary: Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop License: GPL-3.0-only From 1415fa1357bc6578ba9d000c17e4d62f08f3d921 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 06:12:00 +0000 Subject: [PATCH 0339/1189] 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 3e4dae1525..6663d811c8 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.927 +Version: 0.0.928 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 f17f14cc86..fb9b261221 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.927 +Version: 0.0.928 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 65e0e39f0ecd4579c67e01ab2dfa89640ec9769b Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 25 Mar 2026 23:29:06 -0700 Subject: [PATCH 0340/1189] Update to the latest gamescope-session-ogui-steam (#10840) Signed-off-by: Kyle Gospodnetich --- .../gamescope-session-ogui-steam.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec b/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec index 5a46ca1d60..b1d6b2dd0c 100644 --- a/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec +++ b/anda/games/gamescope-session-ogui-steam/gamescope-session-ogui-steam.spec @@ -1,8 +1,8 @@ %define debug_package %nil -%global commit 26796534321ab87e6aad7cf52442297089f0d59d +%global commit fbdc7682f39088b4fe480a9285808ca81b3f9d03 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260324 +%global commit_date 20260325 Name: gamescope-session-ogui-steam Version: 0~%{commit_date}git.%{shortcommit} @@ -25,7 +25,7 @@ Gamescope Session for OpenGamepadUI in overlay mode with Steam %build %install -install -Dpm0755 -t "%buildroot%_datadir/gamescope-session-plus/sessions.d/" ".%_datadir/gamescope-session-plus/sessions.d/steam-plus" +install -Dpm0755 -t "%buildroot%_datadir/gamescope-session-plus/sessions.d/" ".%_datadir/gamescope-session-plus/sessions.d/ogui-steam" install -Dpm0644 -t "%buildroot%_datadir/wayland-sessions/" ".%_datadir/wayland-sessions/gamescope-session-ogui-steam.desktop" install -Dpm0644 -t "%buildroot%_datadir/wayland-sessions/" ".%_datadir/wayland-sessions/gamescope-session-steam-plus.desktop" install -Dpm0644 -t "%buildroot%_datadir/wayland-sessions/" ".%_datadir/wayland-sessions/gamepadui-with-qam-session.desktop" @@ -33,7 +33,7 @@ install -Dpm0644 -t "%buildroot%_datadir/wayland-sessions/" ".%_datadir/wayland- %files %doc README.md %license LICENSE -%{_datadir}/gamescope-session-plus/sessions.d/steam-plus +%{_datadir}/gamescope-session-plus/sessions.d/ogui-steam %{_datadir}/wayland-sessions/gamescope-session-ogui-steam.desktop %{_datadir}/wayland-sessions/gamescope-session-steam-plus.desktop %{_datadir}/wayland-sessions/gamepadui-with-qam-session.desktop From 60fd9eb9559d1154722bc082c5c425ee51916ae8 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 25 Mar 2026 23:29:32 -0700 Subject: [PATCH 0341/1189] Update steamos-manager-powerstation to the latest version (#10841) Signed-off-by: Kyle Gospodnetich --- .../steamos-manager-powerstation.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec index 1a1748435a..0aaef11563 100644 --- a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec +++ b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec @@ -1,6 +1,6 @@ -%global commit de5604a5ae7ca11412d32914c68653ea9ffe007b +%global commit 7b4d0f49351a60d1f93d48f081b4c0e35e10fa6d %global shortcommit %{sub %{commit} 0 7} -%global commitdate 20260324 +%global commitdate 20260325 Name: steamos-manager-powerstation Version: 0~%{commitdate}.git%{shortcommit} From fdd4c9f3fec320a290a7defb71b0e97194aab633 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 25 Mar 2026 23:49:51 -0700 Subject: [PATCH 0342/1189] Update to the latest gamescope-session-steam (#10842) --- .../gamescope-session-steam/gamescope-session-steam.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/gamescope-session-steam/gamescope-session-steam.spec b/anda/games/gamescope-session-steam/gamescope-session-steam.spec index 97ecf33e35..aa79e95566 100644 --- a/anda/games/gamescope-session-steam/gamescope-session-steam.spec +++ b/anda/games/gamescope-session-steam/gamescope-session-steam.spec @@ -1,12 +1,12 @@ %define debug_package %nil -%global commit d9412bf01f3ffbe55e15f34445fe4c682fde5ede +%global commit 72df08d154fefb6354f6bb1a8d8cf587e86ee227 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260314 +%global commit_date 20260325 Name: gamescope-session-steam Version: 0~%{commit_date}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%{?dist} Summary: gamescope-session-steam License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session-steam From 8334d8c5efece92200c129ce6f21efc9c18b31fb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 07:37:31 +0000 Subject: [PATCH 0343/1189] 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 734ba9c877..79ec631df1 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.33 \ No newline at end of file +v1.13.43 \ No newline at end of file From dba37835e6bfb7b279f1245896895e90df47cdfa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 10:37:51 +0000 Subject: [PATCH 0344/1189] bump: wails rust-mise --- anda/lib/wails/v2/wails.spec | 4 ++-- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/wails/v2/wails.spec b/anda/lib/wails/v2/wails.spec index 849913d576..76ba8a7bbf 100644 --- a/anda/lib/wails/v2/wails.spec +++ b/anda/lib/wails/v2/wails.spec @@ -1,10 +1,10 @@ %global goipath github.com/wailsapp/wails/v2 -Version: 2.11.0 +Version: 2.12.0 %gometa -f Name: wails -Release: 1%?dist +Release: 1%{?dist} Summary: Create beautiful applications using Go License: MIT diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 8caa81d7b0..eac4a85cb8 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.15 +Version: 2026.3.16 Release: 1%{?dist} Summary: Front-end to your dev env From f950c36098a5f999e0dcef4782403071eb0c7aa4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 11:34:50 +0000 Subject: [PATCH 0345/1189] bump: nimble --- anda/langs/nim/nimble/nimble.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/nim/nimble/nimble.spec b/anda/langs/nim/nimble/nimble.spec index efbad4b419..bb3d7ccd78 100644 --- a/anda/langs/nim/nimble/nimble.spec +++ b/anda/langs/nim/nimble/nimble.spec @@ -1,5 +1,5 @@ Name: nimble -Version: 0.22.2 +Version: 0.22.3 Release: 1%{?dist} Summary: Package manager for the Nim programming language License: BSD From 9a9b2cdfbe93ebb4bcbd88cddd560ced116dff17 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 12:37:35 +0000 Subject: [PATCH 0346/1189] 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 46f226dab8..61c6d76859 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 9b6bc7c1b441a19000925ba79886dddaf6cb0cb7 -%global ver 0.0.40-19096 +%global commit bb3e2689d4fa7ba43011ac98dae1b10a55807437 +%global ver 0.0.40-19107 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 09da4df4633c47b74f64b4ca9eefc6daba0097bc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 15:39:40 +0000 Subject: [PATCH 0347/1189] bump: glaze --- anda/lib/glaze/glaze.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index bd22b92516..a451a516a9 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.2.1 +Version: 7.2.2 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze From d9d2b8663dd079c2fa811b8ca6b2c7e8ac13c091 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 16:44:34 +0000 Subject: [PATCH 0348/1189] bump: arduino-app-cli --- anda/tools/arduino-app-cli/arduino-app-cli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/arduino-app-cli/arduino-app-cli.spec b/anda/tools/arduino-app-cli/arduino-app-cli.spec index 6da107809b..42a79fe71d 100644 --- a/anda/tools/arduino-app-cli/arduino-app-cli.spec +++ b/anda/tools/arduino-app-cli/arduino-app-cli.spec @@ -1,10 +1,10 @@ %global goipath github.com/arduino/arduino-app-cli -Version: 0.8.3 +Version: 0.8.4 %gometa -f Name: arduino-app-cli -Release: 1%?dist +Release: 1%{?dist} Summary: The CLI and service that manages and runs Arduino Apps on UNO Q License: GPL-3.0-only From a4fdb2b4d8f933d33ba041cdc546bc695c63c99b Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:45:45 -0700 Subject: [PATCH 0349/1189] sync(steamos-manager-powerstation): frawhide -> f44 (#10846) (#10851) --- .../steamos-manager-powerstation.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec index 0aaef11563..f55cc7cedd 100644 --- a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec +++ b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec @@ -4,7 +4,7 @@ Name: steamos-manager-powerstation Version: 0~%{commitdate}.git%{shortcommit} -Release: 1%{?dist} +Release: 2%{?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) URL: https://github.com/OpenGamingCollective/steamos-manager From 44bf6beb7680f7e407baf6b253d5812d94c1e6f4 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:40:49 -0500 Subject: [PATCH 0350/1189] fix (cloud-hypervisor): add binary %caps (#10835) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix (cloud-hypervisor): add binary %caps Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * bump(cloud-hypervisor): release 2 → 3 --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/system/cloud-hypervisor/cloud-hypervisor.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/cloud-hypervisor/cloud-hypervisor.spec b/anda/system/cloud-hypervisor/cloud-hypervisor.spec index fa367d1a1a..af7fefd8f6 100644 --- a/anda/system/cloud-hypervisor/cloud-hypervisor.spec +++ b/anda/system/cloud-hypervisor/cloud-hypervisor.spec @@ -1,7 +1,7 @@ Name: cloud-hypervisor License: Apache-2.0 AND MPL-2.0 AND (Unlicense OR MIT) AND (MIT OR Zlib OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MIT AND BSD-3-Clause AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CC-BY-4.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR MIT) Version: 51.1 -Release: 1%{?dist} +Release: 3%{?dist} Summary: A Virtual Machine Monitor for modern Cloud workloads URL: https://github.com/cloud-hypervisor/cloud-hypervisor Source0: https://github.com/cloud-hypervisor/cloud-hypervisor/archive/refs/tags/v%{version}.tar.gz @@ -42,8 +42,8 @@ install -Dm755 target/rpm/vhost_user_net %{buildroot}%{_bindir}/vhost_user_net %files %license LICENSE.dependencies LICENSES/ %doc CODEOWNERS CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS.md MAINTAINERS.md README.md release-notes.md +%caps(cap_net_admin=ep) %{_bindir}/cloud-hypervisor %{_bindir}/ch-remote -%{_bindir}/cloud-hypervisor %{_bindir}/vhost_user_block %{_bindir}/vhost_user_net From 9c3efc5aa8376e0ffe883064cdcf602d79c37e47 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 17:46:28 +0000 Subject: [PATCH 0351/1189] bump: flutter --- anda/devs/flutter/flutter.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/flutter/flutter.spec b/anda/devs/flutter/flutter.spec index e3d68f9faa..f82250b647 100644 --- a/anda/devs/flutter/flutter.spec +++ b/anda/devs/flutter/flutter.spec @@ -1,5 +1,5 @@ Name: flutter -Version: 3.41.5 +Version: 3.41.6 Release: 1%{?dist} Summary: SDK for crafting beautiful, fast user experiences from a single codebase License: BSD-3-Clause From 4f65c9b9b2e5941e0e58dbe4457f9e1806884011 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 26 Mar 2026 13:06:04 -0700 Subject: [PATCH 0352/1189] fix: Add SELinux rules for steamos-manager-powerstation (#10862) --- .../steamos-manager-powerstation.spec | 56 +++-- .../steamos_manager.fc | 13 ++ .../steamos_manager.if | 20 ++ .../steamos_manager.te | 194 ++++++++++++++++++ 4 files changed, 263 insertions(+), 20 deletions(-) create mode 100644 anda/games/steamos-manager-powerstation/steamos_manager.fc create mode 100644 anda/games/steamos-manager-powerstation/steamos_manager.if create mode 100644 anda/games/steamos-manager-powerstation/steamos_manager.te diff --git a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec index f55cc7cedd..c0578c4844 100644 --- a/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec +++ b/anda/games/steamos-manager-powerstation/steamos-manager-powerstation.spec @@ -2,27 +2,34 @@ %global shortcommit %{sub %{commit} 0 7} %global commitdate 20260325 -Name: steamos-manager-powerstation -Version: 0~%{commitdate}.git%{shortcommit} -Release: 2%{?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) -URL: https://github.com/OpenGamingCollective/steamos-manager -Source0: %{url}/archive/%{commit}.tar.gz -BuildRequires: anda-srpm-macros -BuildRequires: cargo-rpm-macros -BuildRequires: clang-devel -BuildRequires: rust -BuildRequires: mold -BuildRequires: glib2-devel -BuildRequires: speech-dispatcher-devel -BuildRequires: pkgconfig(libudev) -Packager: Kyle Gospodnetich +Name: steamos-manager-powerstation +Version: 0~%{commitdate}.git%{shortcommit} +Release: 3%{?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) +URL: https://github.com/OpenGamingCollective/steamos-manager +Source0: %{url}/archive/%{commit}.tar.gz +Source1: steamos_manager.te +Source2: steamos_manager.if +Source3: steamos_manager.fc +BuildRequires: anda-srpm-macros +BuildRequires: cargo-rpm-macros +BuildRequires: clang-devel +BuildRequires: rust +BuildRequires: mold +BuildRequires: glib2-devel +BuildRequires: speech-dispatcher-devel +BuildRequires: pkgconfig(libudev) +BuildRequires: selinux-policy-devel +Packager: Kyle Gospodnetich -Provides: steamos-manager -Conflicts: steamos-manager -Requires: powerstation -Requires: gamescope-session-ogui-steam +Provides: steamos-manager +Conflicts: steamos-manager +Requires: powerstation +Requires: gamescope-session-ogui-steam +Requires: selinux-policy +Requires(post): policycoreutils +Requires(postun): policycoreutils %description SteamOS Manager is a system daemon that aims to abstract Steam's interactions @@ -41,16 +48,19 @@ Requires: %{name} = %{evr} %prep %autosetup -n steamos-manager-%{commit} +install -Dp -m644 -t data/selinux %{SOURCE1} %{SOURCE2} %{SOURCE3} %cargo_prep_online %build %cargo_build +make -f /usr/share/selinux/devel/Makefile -C data/selinux steamos_manager.pp %install %{cargo_license_online -a} > LICENSE.dependencies %make_install 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 -m644 data/selinux/steamos_manager.pp %{buildroot}%{_datadir}/selinux/packages/steamos_manager.pp install -d %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service ln -s %{_userunitdir}/steamos-manager.service %{buildroot}%{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service @@ -59,6 +69,8 @@ ln -s %{_userunitdir}/steamos-manager.service %{buildroot}%{_userunitdir}/gamesc %systemd_user_post steamos-manager.service %systemd_user_post steamos-manager-configure-cecd.service %systemd_user_post steamos-manager-session-cleanup.service +semodule -i %{_datadir}/selinux/packages/steamos_manager.pp 2>/dev/null || : +restorecon -R /usr/lib/steamos-manager /usr/bin/steamosctl /usr/share/steamos-manager /etc/steamos-manager 2>/dev/null || : %preun %systemd_preun steamos-manager.service @@ -71,6 +83,9 @@ ln -s %{_userunitdir}/steamos-manager.service %{buildroot}%{_userunitdir}/gamesc %systemd_user_postun steamos-manager.service %systemd_user_postun steamos-manager-configure-cecd.service %systemd_user_postun steamos-manager-session-cleanup.service +if [ $1 -eq 0 ]; then + semodule -r steamos_manager 2>/dev/null || : +fi %files %license %{_datadir}/licenses/steamos-manager/LICENSE @@ -89,6 +104,7 @@ ln -s %{_userunitdir}/steamos-manager.service %{buildroot}%{_userunitdir}/gamesc %{_userunitdir}/steamos-manager.service %{_userunitdir}/steamos-manager-configure-cecd.service %{_userunitdir}/steamos-manager-session-cleanup.service +%{_datadir}/selinux/packages/steamos_manager.pp %files gamescope-session-plus %{_userunitdir}/gamescope-session-plus.service.wants/steamos-manager.service diff --git a/anda/games/steamos-manager-powerstation/steamos_manager.fc b/anda/games/steamos-manager-powerstation/steamos_manager.fc new file mode 100644 index 0000000000..cc11e34e07 --- /dev/null +++ b/anda/games/steamos-manager-powerstation/steamos_manager.fc @@ -0,0 +1,13 @@ +# steamos-manager SELinux file contexts + +# Daemon binary +/usr/lib/steamos-manager -- gen_context(system_u:object_r:steamos_manager_exec_t,s0) + +# CLI tool +/usr/bin/steamosctl -- gen_context(system_u:object_r:steamos_manager_exec_t,s0) + +# Data directory +/usr/share/steamos-manager(/.*)? gen_context(system_u:object_r:steamos_manager_data_t,s0) + +# Configuration directory +/etc/steamos-manager(/.*)? gen_context(system_u:object_r:steamos_manager_conf_t,s0) diff --git a/anda/games/steamos-manager-powerstation/steamos_manager.if b/anda/games/steamos-manager-powerstation/steamos_manager.if new file mode 100644 index 0000000000..bb44dae7cf --- /dev/null +++ b/anda/games/steamos-manager-powerstation/steamos_manager.if @@ -0,0 +1,20 @@ +##

policy for steamos_manager + +######################################## +## +## Execute steamos_manager in the steamos_manager domain. +## +## +## +## Domain allowed to transition. +## +## +# +interface(`steamos_manager_domtrans',` + gen_require(` + type steamos_manager_t, steamos_manager_exec_t; + ') + + corecmd_search_bin($1) + domtrans_pattern($1, steamos_manager_exec_t, steamos_manager_t) +') diff --git a/anda/games/steamos-manager-powerstation/steamos_manager.te b/anda/games/steamos-manager-powerstation/steamos_manager.te new file mode 100644 index 0000000000..6a4cf229c2 --- /dev/null +++ b/anda/games/steamos-manager-powerstation/steamos_manager.te @@ -0,0 +1,194 @@ +policy_module(steamos_manager, 1.0.0) + +######################################## +# Init +######################################## + +type steamos_manager_t; +type steamos_manager_exec_t; +type steamos_manager_data_t; +type steamos_manager_conf_t; + +# Mark as a domain and entry point +init_daemon_domain(steamos_manager_t, steamos_manager_exec_t) + +# Mark data and config as file types +files_type(steamos_manager_data_t) +files_config_file(steamos_manager_conf_t) + +# Allow systemd to manage the service (start/stop/status) +init_dbus_chat(steamos_manager_t) + +######################################## +# Process permissions +######################################## + +# Standard process operations +allow steamos_manager_t self:process { signal signull getsched setsched }; + +# Forking for script execution +allow steamos_manager_t self:fifo_file { read write getattr }; + +# Notify socket for Type=notify-reload (sd_notify) +init_dgram_send(steamos_manager_t) + +######################################## +# DBus access +######################################## + +dbus_system_bus_client(steamos_manager_t) +dbus_session_bus_client(steamos_manager_t) +dbus_connect_system_bus(steamos_manager_t) +dbus_connect_session_bus(steamos_manager_t) + +# Own the service name +allow steamos_manager_t self:dbus { send_msg acquire_svc }; + +# Talk to systemd +optional_policy(` + systemd_dbus_chat_logind(steamos_manager_t) +') + +######################################## +# Sysfs access (hardware management) +######################################## + +# Read/write sysfs for TDP, GPU, backlight, power_supply, CPU scaling, +# hwmon, firmware-attributes, platform-profile, hidraw, drm, DMI +dev_read_sysfs(steamos_manager_t) +dev_rw_sysfs(steamos_manager_t) + +######################################## +# Procfs access +######################################## + +# Read /proc/cpuinfo +kernel_read_system_state(steamos_manager_t) + +# Read /proc/{pid}/comm, environ, stat, fd/ for display sleep inhibition +domain_read_all_domains_state(steamos_manager_t) + +######################################## +# Tracefs and debugfs +######################################## + +# ftrace access: /sys/kernel/tracing/instances/steamos-manager/ +# debugfs access: /sys/kernel/debug/ath11k/ +kernel_read_debugfs(steamos_manager_t) +kernel_manage_debugfs(steamos_manager_t) + +######################################## +# Device access +######################################## + +# /dev/uinput — virtual input devices +optional_policy(` + gen_require(` + type uinput_device_t; + ') + allow steamos_manager_t uinput_device_t:chr_file { open read write ioctl getattr }; +') + +# /dev/hidraw* — DualSense controller inhibitor +optional_policy(` + gen_require(` + type hidraw_device_t; + ') + allow steamos_manager_t hidraw_device_t:chr_file { open read write getattr ioctl }; +') + +# /dev/input/event* — inputplumber +dev_rw_input_dev(steamos_manager_t) + +# Udev events via netlink socket +allow steamos_manager_t self:netlink_kobject_uevent_socket { create bind getattr read setopt }; + +# Watch /dev/ directory via inotify for device creation +dev_list_all_dev_nodes(steamos_manager_t) +allow steamos_manager_t device_t:dir { watch }; + +######################################## +# Configuration & Data Files +######################################## + +# Data Files +allow steamos_manager_t steamos_manager_data_t:dir list_dir_perms; +allow steamos_manager_t steamos_manager_data_t:file read_file_perms; + +# Config files +allow steamos_manager_t steamos_manager_conf_t:dir list_dir_perms; +allow steamos_manager_t steamos_manager_conf_t:file read_file_perms; + +######################################## +# System configuration writes +######################################## + +# /etc/sddm.conf.d/, /etc/NetworkManager/conf.d/ +allow steamos_manager_t etc_t:dir { add_name remove_name write search create }; +allow steamos_manager_t etc_t:file { create write unlink open getattr rename }; + +# /etc/systemd/system/iwd.service.d/ +optional_policy(` + systemd_manage_all_unit_files(steamos_manager_t) +') + +######################################## +# User state and runtime files +######################################## + +# XDG_STATE_HOME +userdom_manage_user_home_content_files(steamos_manager_t) +userdom_manage_user_home_content_dirs(steamos_manager_t) + +# XDG_RUNTIME_DIR +# XDG_CONFIG_HOME +userdom_manage_user_tmp_dirs(steamos_manager_t) +userdom_manage_user_tmp_files(steamos_manager_t) + +# /usr/share/wayland-sessions/ and /usr/share/xsessions/ +files_read_usr_files(steamos_manager_t) + +# /tmp/ +files_manage_generic_tmp_files(steamos_manager_t) +files_tmp_filetrans(steamos_manager_t, tmp_t, file) + +# /var/lib/steamos-log-submitter/data/ +files_search_var_lib(steamos_manager_t) +files_manage_var_lib_files(steamos_manager_t) +files_manage_var_lib_dirs(steamos_manager_t) + +######################################## +# External command execution +######################################## + +# Execute system binaries +corecmd_exec_bin(steamos_manager_t) +corecmd_exec_shell(steamos_manager_t) + +# Execute libraries/scripts under /usr/lib/ paths +libs_exec_lib_files(steamos_manager_t) + +######################################## +# Network and IPC +######################################## + +# Unix domain sockets for DBus +allow steamos_manager_t self:unix_stream_socket { create connect read write getattr shutdown }; +allow steamos_manager_t self:unix_dgram_socket { create connect read write getattr sendto }; + +# Speech-dispatcher and dconf-service connections +corenet_tcp_connect_all_ports(steamos_manager_t) + +######################################## +# Logging +######################################## + +logging_send_syslog_msg(steamos_manager_t) + +######################################## +# Miscellaneous +######################################## + +# Read locale and system state +miscfiles_read_localization(steamos_manager_t) +kernel_read_kernel_sysctls(steamos_manager_t) From 56845812ac54f660ae673e46f2c441cbfa01abfd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 20:21:00 +0000 Subject: [PATCH 0353/1189] bump: discord-ptb-openasar discord-ptb --- anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec | 2 +- anda/apps/discord-ptb/discord-ptb.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec index 850338060f..8c14abbcbd 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.183 +Version: 0.0.184 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 9c82410509..7cf7522703 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.183 +Version: 0.0.184 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com From de704b0c9e9b3bcfb94298778392d9860798cd8f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Mar 2026 21:39:06 +0000 Subject: [PATCH 0354/1189] bump: signal-desktop v2ray --- anda/apps/signal-desktop/signal-desktop.spec | 4 ++-- anda/langs/go/v2ray/stable/v2ray.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index 86f8d1fdd8..280bb073b9 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.4.0 -Release: 2%{?dist} +Version: 8.4.1 +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 diff --git a/anda/langs/go/v2ray/stable/v2ray.spec b/anda/langs/go/v2ray/stable/v2ray.spec index 6c03e8399b..0d60b7ac94 100644 --- a/anda/langs/go/v2ray/stable/v2ray.spec +++ b/anda/langs/go/v2ray/stable/v2ray.spec @@ -1,5 +1,5 @@ %global goipath github.com/v2fly/v2ray-core -Version: 5.47.0 +Version: 5.48.0 %global golicenses LICENSE %global godocs README.md SECURITY.md From bd55f6c8e9489b5d640249f46fc4b20ec25c5e41 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:45:44 -0500 Subject: [PATCH 0355/1189] chore (dwarfs): remove unnecessary deps (#10746) * chore (dwarfs): remove unnecessary deps Resolves https://github.com/terrapkg/packages/issues/10740 * Still need this one? --- anda/lib/dwarfs/dwarfs.spec | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/anda/lib/dwarfs/dwarfs.spec b/anda/lib/dwarfs/dwarfs.spec index 121e8ec8f0..cce85c16b2 100644 --- a/anda/lib/dwarfs/dwarfs.spec +++ b/anda/lib/dwarfs/dwarfs.spec @@ -10,7 +10,7 @@ Release: 1%{?dist} Summary: A fast high compression read-only file system for Linux, Windows and macOS License: GPL-3.0-or-later URL: https://github.com/mhx/%{name} -Source0: https://github.com/mhx/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz BuildRequires: binutils-devel BuildRequires: boost-devel %if 0%{?fedora} >= 44 @@ -23,7 +23,6 @@ BuildRequires: bubblewrap BuildRequires: ccache BuildRequires: clang BuildRequires: cmake -BuildRequires: double-conversion-devel BuildRequires: flac-devel BuildRequires: fmt-devel BuildRequires: fuse @@ -33,21 +32,16 @@ BuildRequires: fuse-devel BuildRequires: g++ BuildRequires: gcc BuildRequires: git -BuildRequires: glog-devel BuildRequires: google-benchmark BuildRequires: jemalloc-devel BuildRequires: json-devel BuildRequires: libarchive-devel -BuildRequires: libdwarf-devel -BuildRequires: libevent-devel -BuildRequires: libunwind-devel BuildRequires: libzstd-devel BuildRequires: lz4-devel BuildRequires: make BuildRequires: man BuildRequires: ninja-build BuildRequires: openssl-devel -BuildRequires: pip BuildRequires: pkg-config BuildRequires: range-v3-devel BuildRequires: rubygem-ronn-ng @@ -55,8 +49,6 @@ BuildRequires: utf8cpp-devel BuildRequires: xxhash-devel BuildRequires: xz-devel BuildRequires: zstd -Requires: bzip2-libs -Requires: gflags Requires: libattr Requires: libxml2 Requires: libzstd From 8e4d1c6bc06ff2d12850fac8d7e13d3330e40377 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:51:08 -0500 Subject: [PATCH 0356/1189] chore: sync dwarfs on frawhide (#10871) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/dwarfs/dwarfs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/dwarfs/dwarfs.spec b/anda/lib/dwarfs/dwarfs.spec index cce85c16b2..3d8f674c77 100644 --- a/anda/lib/dwarfs/dwarfs.spec +++ b/anda/lib/dwarfs/dwarfs.spec @@ -6,7 +6,7 @@ A fast high compression read-only file system for Linux and Windows.} Name: dwarfs Version: 0.15.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A fast high compression read-only file system for Linux, Windows and macOS License: GPL-3.0-or-later URL: https://github.com/mhx/%{name} From 41c4825f78f41c69c45be42740a38105ac09e6e7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 02:45:34 +0000 Subject: [PATCH 0357/1189] bump(nightly): flameshot-nightly legcord-nightly gnome-shell-extension-multi-monitors-bar hyprutils.nightly ghostty-nightly zed-nightly gamescope-session-opengamepadui prismlauncher-nightly v2ray-nightly nim-nightly types-colorama vala-nightly v2ray-domain-list-community scx-scheds-nightly glasgow spotx-bash --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- .../gnome-shell-extension-multi-monitors-bar.spec | 4 ++-- anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- .../gamescope-session-opengamepadui.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/v2ray/nightly/v2ray-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-nightly/vala-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 16 files changed, 33 insertions(+), 33 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index d8913d6ef7..f622460a64 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 b26cf40e514b1b08484096d193ef6ae282637759 +%global commit 0ad3357a7675c11d462ec2e6752b04b285eeb658 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260322 +%global commit_date 20260327 %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 96886cd32c..f9a7a68a86 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit af3a2c423cee7fa4e526e1e80d0cdf0fb9edabf3 -%global commit_date 20260325 +%global commit 779f37454360c1b9bcb779afdaf25137f33b886b +%global commit_date 20260327 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %nil %global __strip /bin/true 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 925aab864e..207abe49a1 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 c7929d86db98f0859b5bda66bcad8e026cfe532b -%global commit_date 20260326 +%global commit 157d3a03dd313fc1a37e7e6c57f20ffb2440b9ba +%global commit_date 20260327 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global extension multi-monitors-bar diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index 3235233646..e2663047c0 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.1 -%global commit cb4e152dc72095a2af422956c6b689590572231a -%global commit_date 20260323 +%global commit 762166b516432ce4b02bfbae365f1daa6f88f76d +%global commit_date 20260327 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index fb801374bc..a1ef3c8ae8 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit efc0e4118a39f2d8364a02053b5a9a8e4118dcec +%global commit 6057f8d2b75631937fa7c2fc240a8bbe9137176f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-25 +%global fulldate 2026-03-26 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 681e2b4c1c..0bc315f3c3 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8eb86241f6727835bbd9837af1f169344a9aa29c +%global commit d77aba3ee721e4b93c9deb937739eed3b602df45 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260326 +%global commit_date 20260327 %global ver 0.231.0 %bcond_with check diff --git a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec index 5fc24bea87..f7fa08edeb 100644 --- a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec +++ b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec @@ -1,6 +1,6 @@ -%global commit d9412bf01f3ffbe55e15f34445fe4c682fde5ede +%global commit 72df08d154fefb6354f6bb1a8d8cf587e86ee227 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260326 +%global commit_date 20260327 Name: gamescope-session-opengamepadui Version: 0~%{commit_date}git.%{shortcommit} diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 42560b1b81..abd64d85c6 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 c16a25faefd8f549347503c7b6803e3d5a0ff602 +%global commit 75f951fec9fd2df2d5f4163a27f34b6438ac3136 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260324 +%global commit_date 20260327 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec index 8f98c01583..ca3df7f0de 100644 --- a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec +++ b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec @@ -1,7 +1,7 @@ -%global commit 2e97de9b4f26e7b20bb0c9401b0e53f0bc79c30d +%global commit cf7577f650f97226d34a4e7ab6e30b765a15677a %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v5.47.0 -%global commit_date 20260318 +%global commit_date 20260327 %global goipath github.com/v2fly/v2ray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index d3c0d96533..2e7a370f5e 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 158d59ce4866ffbf1530ebc9e227c4dcf7cd846f +%global commit 2fc9c8084c36c19395cbfb16a118f05e2677f3b2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260325 +%global commit_date 20260327 %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 b6b49f9a1b..9832ddf0cd 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 82533e5fcdd0d5661f3742bf0ccbbe4fc760304e -%global commit_date 20260326 +%global commit 07f0b07dd4d3a827d5898b71267665fa93b90f37 +%global commit_date 20260327 %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 6521bdf898..509f4d183a 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 fe6a6d90ce66c075517c1f227ac5567fcbf0f516 +%global commit 2c9e91b4a0387b8e6e2fbd11a9b335cdc63896cd %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global repo https://gitlab.gnome.org/GNOME/%{real_name}.git -%global commit_date 20260323 +%global commit_date 20260327 %global snapshot_info %{commit_date}.%{shortcommit} Name: vala-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index d93c4e31c0..ed0d4df117 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 5a7196d079c024e166d11694ac03112677bea8bc +%global commit af7fd77ebcd4dcc740fcb26cb6a2407236f6e24c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260325132429 -%global commit_date 20260326 +%global ver 20260326050832 +%global commit_date 20260327 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 46879c5569..edaef1dc97 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 aee2474ae36dbab2c79061653b05b0c6b6fd5520 +%global commit a27e8edfccf4f3e37c6c0a5b9595d9653ea95825 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260326 +%global commitdate 20260327 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 3990cec7cf..627923907e 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 7a8604c84741ceade0ba2507f92c85b0f178f016 -%global commit_date 20260324 +%global commit 785c83ff96b4a1b71655262fc5ddf93538baec77 +%global commit_date 20260327 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 51238b36b2..f4ae187361 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit 4a7e1f052fc836f142457e1767a729475502dc57 -%global commit_date 20260319 +%global commit 1af2940cb5f1f5b3c9dd2c0259aa0b024c1a9234 +%global commit_date 20260327 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From 190c5a6bb7e4a0f83775725e7e5712c3e08b0269 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 05:48:18 +0000 Subject: [PATCH 0358/1189] bump: android-studio-canary electron --- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- anda/tools/electron/electron.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index 02c509fdc9..8ef72dc2a2 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.4.1 +Version: 2025.3.4.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 panda4-canary1 +%define suffixS panda4-canary2 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 974a0ce094..6391feee48 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.0.4 +Version: 41.1.0 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 49ddeeb9336905981cec061a04ba1cfc7b2150ae Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 10:03:58 +0000 Subject: [PATCH 0359/1189] 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 6663d811c8..2059f86424 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.928 +Version: 0.0.929 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 fb9b261221..17e2ebb522 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.928 +Version: 0.0.929 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 3fb580e1413572d25d854713958367f23c45c5ad Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 11:03:35 +0000 Subject: [PATCH 0360/1189] 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 eac4a85cb8..1c026adf12 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.16 +Version: 2026.3.17 Release: 1%{?dist} Summary: Front-end to your dev env From b49259eb9691b7c1d8477d802e70647a9bd4560f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 11:52:29 +0000 Subject: [PATCH 0361/1189] 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 9ed93e5d85..43c3587f07 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.8 +Version: 2.7.9 Release: 1%{?dist} Summary: Deno executable From 88f43a772a3cf9cde436d10eee5f33438b831ce6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 14:16:25 +0000 Subject: [PATCH 0362/1189] bump: rpcs3 vicinae --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/system/vicinae/vicinae.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 61c6d76859..95c2d00a77 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 bb3e2689d4fa7ba43011ac98dae1b10a55807437 -%global ver 0.0.40-19107 +%global commit 72b872df661abb94e867f3d4e3003d4178ae3ae5 +%global ver 0.0.40-19108 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index 63f627ae6f..58a52b677d 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.8 +Version: 0.20.9 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com From 7f797b75385334eac44df0c302cf7afc29850453 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 16:08:07 +0000 Subject: [PATCH 0363/1189] 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 95c2d00a77..9541d60d16 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 72b872df661abb94e867f3d4e3003d4178ae3ae5 -%global ver 0.0.40-19108 +%global commit 27024171926ea4ff62877bbd14ee9cb0f2e9c117 +%global ver 0.0.40-19109 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index 17541cb6a4..d9cc35ae71 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit 926a56f486c51835654391a535b7c3ccb3470a6e +%global commit 5d01f5717c1489101918258fbed97659a390c356 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260322 +%global commit_date 20260327 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From b43bf391f0ee0edd94de285e09d426ff240dc114 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 18:02:58 +0000 Subject: [PATCH 0364/1189] bump: rpcs3 xray zig-master-bootstrap --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/go/xray/stable/xray.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 9541d60d16..c4af1d0522 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 27024171926ea4ff62877bbd14ee9cb0f2e9c117 -%global ver 0.0.40-19109 +%global commit a4523651c7aa188c1b72ea6ec9f1d807a68c2178 +%global ver 0.0.40-19110 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/go/xray/stable/xray.spec b/anda/langs/go/xray/stable/xray.spec index 7d0d8544bf..7c15dcb2f1 100644 --- a/anda/langs/go/xray/stable/xray.spec +++ b/anda/langs/go/xray/stable/xray.spec @@ -1,7 +1,7 @@ # Disabled because compiled without debug %global goipath github.com/XTLS/Xray-core -Version: 26.3.23 +Version: 26.3.27 %global golicenses LICENSE %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index fc066bd75d..a465c9bc2f 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.2984+cb7d2b056 +version=0.16.0-dev.3006+94355f192 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 215f87b384..d09b1f48f4 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.2984+cb7d2b056 +%global ver 0.16.0-dev.3006+94355f192 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 561b619e80e5376e970c5b84b78ddcaa643758de Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 19:09:04 +0000 Subject: [PATCH 0365/1189] 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 2059f86424..7c63cee0d3 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.929 +Version: 0.0.930 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 17e2ebb522..3c304355d2 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.929 +Version: 0.0.930 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 08cf6a1093100f4280e5e1f33c8144284893a8d2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Mar 2026 19:50:20 +0000 Subject: [PATCH 0366/1189] bump: rpcs3 golang-github-abenz1267-elephant --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/go/elephant/golang-github-abenz1267-elephant.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index c4af1d0522..7940186fc0 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 a4523651c7aa188c1b72ea6ec9f1d807a68c2178 -%global ver 0.0.40-19110 +%global commit 976cd1ce6640daf6d19a9618c40b100f89fe9434 +%global ver 0.0.40-19111 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec b/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec index e261575d53..e4c0a4e969 100644 --- a/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec +++ b/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec @@ -14,7 +14,7 @@ # https://github.com/abenz1267/elephant %global goipath github.com/abenz1267/elephant -Version: 2.20.2 +Version: 2.20.3 %gometa -f @@ -26,7 +26,7 @@ Elephant - cuz it's phat - is a powerful data provider service and backend for b %global godocs README.md Name: elephant -Release: 2%{?dist} +Release: 1%{?dist} Summary: Data provider service and backend for building custom application launchers & desktop utilities License: GPL-3.0-only From 00ebac974fc516d178fef5a66f7336dbbe32b36a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 02:34:38 +0000 Subject: [PATCH 0367/1189] bump(nightly): flameshot-nightly legcord-nightly mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly xray-nightly nim-nightly types-colorama intel-ipu6-drivers nvidia-patch scx-scheds-nightly scx-tools-nightly spotx-bash --- anda/apps/flameshot/flameshot-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/go/xray/nightly/xray-nightly.spec | 6 +++--- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../system/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec | 4 ++-- anda/system/nvidia-patch/nvidia-patch.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/scx-tools/nightly/scx-tools-nightly.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 14 files changed, 29 insertions(+), 29 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index f622460a64..ef94c59d58 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 0ad3357a7675c11d462ec2e6752b04b285eeb658 +%global commit 51a55180fbed01ea08b3697278e3380083b036af %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260327 +%global commit_date 20260328 %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 f9a7a68a86..4c4dd048ec 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 779f37454360c1b9bcb779afdaf25137f33b886b -%global commit_date 20260327 +%global commit c7fe14088cc22c3838250cd7837bc1eb20b44194 +%global commit_date 20260328 %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 f7dbafd267..ca96e74274 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 1a545faf282c555eec51f202963f5e337d673190 +%global commit 2ad46a3c3cb57538b1e9bfb84276f76468cd0e39 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260326 +%global commit_date 20260328 %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 207abe49a1..2105e365a6 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 157d3a03dd313fc1a37e7e6c57f20ffb2440b9ba -%global commit_date 20260327 +%global commit 376fe37ca7e6b8535fa7de1629cdca5d311cef88 +%global commit_date 20260328 %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 a1ef3c8ae8..2f0a7d572b 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 6057f8d2b75631937fa7c2fc240a8bbe9137176f +%global commit 12458e3ace41123899d48729dcf32ef58caf5160 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-26 +%global fulldate 2026-03-27 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 0bc315f3c3..bfacec48b4 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit d77aba3ee721e4b93c9deb937739eed3b602df45 +%global commit 54a95e717d4ed1589c9b0e38648f65424defc74b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260327 +%global commit_date 20260328 %global ver 0.231.0 %bcond_with check diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index e0a0143939..7343139d75 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit cb7bfeb54c79d7e81ee1f9d8c6a7e0a2125ab898 +%global commit d2758a023cd7f4174a5a5fa4ff66e487d4342ba0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver v26.2.6 -%global commit_date 20260324 +%global ver v26.3.27 +%global commit_date 20260328 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 2e7a370f5e..92a39ceb6a 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 2fc9c8084c36c19395cbfb16a118f05e2677f3b2 +%global commit 5c86c1eda9cd75e0fa85b132ca4c8306e9fc81d5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260327 +%global commit_date 20260328 %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 9832ddf0cd..c320236f08 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 07f0b07dd4d3a827d5898b71267665fa93b90f37 -%global commit_date 20260327 +%global commit e78872c57e4129e793f7665d62ecc91bbdc6f483 +%global commit_date 20260328 %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 f55878437e..b30d3f2539 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 9323d2e45e8423321d90d7b3832fbfaf398a159a +%global commit 51fe72485032c779a261430a8100eaad5d8696b8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260319 +%global commit_date 20260328 # 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/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index 74163bf35c..5d27c47ff4 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 f5ae12766beb5d39741cf7cde2ef0d3691edac8a +%global commit d0240212254372a5a7bb9984c8c2345492893a1e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260325 +%global commit_date 20260328 %global patches %{_datadir}/src/nvidia-patch diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index edaef1dc97..f4604d25f9 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 a27e8edfccf4f3e37c6c0a5b9595d9653ea95825 +%global commit c41aa4658bf8d79a9a779b8cf4870f310fe5f995 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260327 +%global commitdate 20260328 %global ver 1.1.0 %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 ad8fcb4f3d..25084335ba 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 80342f21ab827f42d5bb9e0010aa2ddf9e03d659 +%global commit 301cf6da5402a6ef07952f95fe051e1af0ea8709 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260324 +%global commitdate 20260328 %global ver 1.1.0 %global appid com.sched_ext.scx %global developer "sched-ext Contributors" diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index f4ae187361..786f372961 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit 1af2940cb5f1f5b3c9dd2c0259aa0b024c1a9234 -%global commit_date 20260327 +%global commit 1848c39566fb23666e1125f467fb9caf648489c8 +%global commit_date 20260328 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From 14f7f505c90785bd9de8f097a0e957cd757c2dcf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 02:38:51 +0000 Subject: [PATCH 0368/1189] bump: ruffle-nightly yt-dlp-git --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.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 c9fc21268d..5e703f0f11 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-26 +%global ver 2026-03-28 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 6a6953c81b..f24ded1ec5 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.21.195239 +Version: 2026.03.28.001132 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 23789c2680f5fea68a6716c929a1b6b0a942e8c2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 04:14:13 +0000 Subject: [PATCH 0369/1189] bump(branch): intel-ipu6-kmod dkms-intel-ipu6 --- anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec | 4 ++-- anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec b/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec index 6d57bed63c..5dd35d4a9d 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 9323d2e45e8423321d90d7b3832fbfaf398a159a +%global commit 51fe72485032c779a261430a8100eaad5d8696b8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260319 +%global commit_date 20260328 %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 d85b6a4726..972598fa9c 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 9323d2e45e8423321d90d7b3832fbfaf398a159a +%global commit 51fe72485032c779a261430a8100eaad5d8696b8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260319 +%global commit_date 20260328 %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 From a1bb88ac27c6424f70534f5cde2b92863128cdf1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 04:34:44 +0000 Subject: [PATCH 0370/1189] bump: opengamepadui --- anda/games/opengamepadui/opengamepadui.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/opengamepadui/opengamepadui.spec b/anda/games/opengamepadui/opengamepadui.spec index ba31a9b7f5..363e086b68 100644 --- a/anda/games/opengamepadui/opengamepadui.spec +++ b/anda/games/opengamepadui/opengamepadui.spec @@ -1,6 +1,6 @@ Name: opengamepadui -Version: 0.44.3 -Release: 1%?dist +Version: 0.45.0 +Release: 1%{?dist} Summary: Open source gamepad-native game launcher and overlay License: GPLv3 From a69aead8363362d518e24cdc411603c597be6134 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 05:42:56 +0000 Subject: [PATCH 0371/1189] bump: asar --- anda/devs/asar/asar.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/asar/asar.spec b/anda/devs/asar/asar.spec index 31c23a7471..dca20789ab 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.1.1 +Version: 4.1.2 Release: 1%{?dist} Summary: Simple extensive tar-like archive format with indexing License: MIT From d2e4515a5e9bb81ca034b7b1c5b0d5effe8247d5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 08:55:18 +0000 Subject: [PATCH 0372/1189] bump: driftwm --- anda/desktops/driftwm/driftwm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index 3c98648815..30a2224988 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later From a97591f6664931a48dd7b5b0faf53b0012e45ca2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 13:17:37 +0000 Subject: [PATCH 0373/1189] 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 a465c9bc2f..8fab932ae6 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.3006+94355f192 +version=0.16.0-dev.3013+abd131e33 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index d09b1f48f4..45ddad2ce7 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.3006+94355f192 +%global ver 0.16.0-dev.3013+abd131e33 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From f2ed8f3707178cb336b428bd8c1e7a1ad8aee8ed Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 14:00:05 +0000 Subject: [PATCH 0374/1189] 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 c433d16c4c..51c4c518d3 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.9.3 +%global crate_version 1.9.4 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') From f1538d6963f75e9c9bde2d9051bcb6e79b278395 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 14:41:31 +0000 Subject: [PATCH 0375/1189] bump: iosevka-fonts --- anda/fonts/iosevka/iosevka-fonts.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/fonts/iosevka/iosevka-fonts.spec b/anda/fonts/iosevka/iosevka-fonts.spec index 7b7f274452..5286f4fcea 100644 --- a/anda/fonts/iosevka/iosevka-fonts.spec +++ b/anda/fonts/iosevka/iosevka-fonts.spec @@ -52,8 +52,8 @@ %global fontdescription %{expand: Versatile typeface for code, from code.} -Version: 34.2.1 -Release: 1%?dist +Version: 34.3.0 +Release: 1%{?dist} Packager: Cappy Ishihara Summary: Versatile typeface for code, from code. BuildRequires: rpm_macro(fontpkg) From 7d0e8d3b3c3fe186f9591fab2846566d30b78acb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 17:56:18 +0000 Subject: [PATCH 0376/1189] 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 7940186fc0..175fe2e2c2 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 976cd1ce6640daf6d19a9618c40b100f89fe9434 -%global ver 0.0.40-19111 +%global commit 51ea735cb5fab5f3ab0dda756f19a753aaa07451 +%global ver 0.0.40-19120 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 9aa3eec51fe12f416f932a441d1a2ca83e87714b Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:34:28 -0700 Subject: [PATCH 0377/1189] fix: xpadneo (#10878) (#10880) (cherry picked from commit 935b33c2f38b12bdf02cebd6e8a5d573768f9d14) Signed-off-by: madomado Co-authored-by: madomado --- anda/system/xpadneo/kmod-common/xpadneo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 614773c72c..c8fd580b77 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -48,7 +48,7 @@ install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/io.github.%{name}.met install -Dm644 %{name}.conf -t %{buildroot}%{_modulesloaddir} %files -%license LICENSE +%license LICENSE.md LICENSES %doc docs/*.md %{_modprobedir}/%{name}.conf %{_udevrulesdir}/60-%{name}.rules From efe784bf129d484d8b6a5ea33248d86985f882f9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Mar 2026 22:49:52 +0000 Subject: [PATCH 0378/1189] bump: chdig --- anda/apps/chdig/chdig.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/chdig/chdig.spec b/anda/apps/chdig/chdig.spec index 118e9998e6..9215c32d57 100644 --- a/anda/apps/chdig/chdig.spec +++ b/anda/apps/chdig/chdig.spec @@ -1,8 +1,8 @@ %undefine __brp_mangle_shebangs Name: chdig -Version: 26.2.3 -Release: 1%?dist +Version: 26.3.1 +Release: 1%{?dist} Summary: Dig into ClickHouse with TUI interface URL: https://github.com/azat/chdig Source0: %url/archive/refs/tags/v%{version}.tar.gz From 3b3dec392e58c55f4112f4c650fa8a621ef98cc1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 01:05:11 +0000 Subject: [PATCH 0379/1189] bump: ruffle-nightly mangowm --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/desktops/mangowm/mangowm.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 5e703f0f11..e592f28a34 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-28 +%global ver 2026-03-29 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/desktops/mangowm/mangowm.spec b/anda/desktops/mangowm/mangowm.spec index 19e83f5a86..4f41e5362d 100644 --- a/anda/desktops/mangowm/mangowm.spec +++ b/anda/desktops/mangowm/mangowm.spec @@ -1,7 +1,7 @@ %global mangowc_ver 0.12.5-1 Name: mangowm -Version: 0.12.7 +Version: 0.12.8 Release: 1%{?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 From ea7b457ede162e6897992080c2585d1c32cd6863 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 02:49:21 +0000 Subject: [PATCH 0380/1189] bump(nightly): flameshot-nightly mpv-nightly ghostty-nightly micro-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama uwufetch readymade-git scx-scheds-nightly --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/micro/micro-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/misc/uwufetch/uwufetch.spec | 6 +++--- anda/system/readymade/git/readymade-git.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index ef94c59d58..c1ecf28847 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 51a55180fbed01ea08b3697278e3380083b036af +%global commit bdb1eda421937f2d28d588255343e895f68438a8 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260328 +%global commit_date 20260329 %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 ca96e74274..fd9b2091c0 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 2ad46a3c3cb57538b1e9bfb84276f76468cd0e39 +%global commit 4f9f1ffaf375c14058024215423b969f44d48b2f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260328 +%global commit_date 20260329 %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 2f0a7d572b..c4ea290a36 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 12458e3ace41123899d48729dcf32ef58caf5160 +%global commit debcffbadb75221a030319c075fae12cfe114176 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-27 +%global fulldate 2026-03-29 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index 0161fb6b7e..5a2342ce84 100644 --- a/anda/devs/micro/micro-nightly.spec +++ b/anda/devs/micro/micro-nightly.spec @@ -12,8 +12,8 @@ # Naming variable as something other than "commit" is necessary # to stop %%gometa from putting commit hash in release -%global commit_hash d976b3f170aac3823d8b62e0f9ad7e07b273b1f2 -%global commit_date 20260323 +%global commit_hash 4d04ad7290c3200c140732b2a1ed11924cc68cf8 +%global commit_date 20260329 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.15 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index bfacec48b4..7e543ef727 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 54a95e717d4ed1589c9b0e38648f65424defc74b +%global commit 6694a3bd14bba5d52c375cc4c3ce9681445cbc22 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260328 +%global commit_date 20260329 %global ver 0.231.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index abd64d85c6..1ad8738c79 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 75f951fec9fd2df2d5f4163a27f34b6438ac3136 +%global commit 01a4a6a528765b4302ff9e17ed8c247f4b5f90a1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260327 +%global commit_date 20260329 %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 92a39ceb6a..387dd621f6 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 5c86c1eda9cd75e0fa85b132ca4c8306e9fc81d5 +%global commit 78282b241f16c66e40782775ee1d4c16b8af8d6f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260328 +%global commit_date 20260329 %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 c320236f08..8257ff64cd 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 e78872c57e4129e793f7665d62ecc91bbdc6f483 -%global commit_date 20260328 +%global commit 2ded3a24a15ed58fa6ccc61fd770c8ffc3ba0aca +%global commit_date 20260329 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/uwufetch/uwufetch.spec b/anda/misc/uwufetch/uwufetch.spec index 0035905d8e..2568591181 100644 --- a/anda/misc/uwufetch/uwufetch.spec +++ b/anda/misc/uwufetch/uwufetch.spec @@ -1,13 +1,13 @@ -%global commit fe9c53ffc6570454a3b2bf8431fd713e9953597e +%global commit 7fb542d732253d36cb5ae0a02972d3949c34d721 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-01-14 +%global fulldate 2026-03-28 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global ver 2.1 %global debug_package %{nil} Name: uwufetch Version: %{ver}^%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace. License: GPL-3.0 URL: https://github.com/ad-oliviero/uwufetch diff --git a/anda/system/readymade/git/readymade-git.spec b/anda/system/readymade/git/readymade-git.spec index 552dd377b4..9f652c46bd 100644 --- a/anda/system/readymade/git/readymade-git.spec +++ b/anda/system/readymade/git/readymade-git.spec @@ -1,10 +1,10 @@ -%global commit 92cc65b61fd5325d47be8793466b66c71ddc75ea -%global commit_date 20260220 +%global commit e5fd0250d79bcf1cd9b7ca07d2720401f6aa797a +%global commit_date 20260329 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global crate readymade Name: readymade-git Version: %commit_date.%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Install ready-made distribution images! License: GPL-3.0-or-later URL: https://github.com/FyraLabs/readymade diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index f4604d25f9..128d335787 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 c41aa4658bf8d79a9a779b8cf4870f310fe5f995 +%global commit d9da4ca0adbed83ab4e8c5bdd24cd73711a8f2ee %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260328 +%global commitdate 20260329 %global ver 1.1.0 %undefine __brp_mangle_shebangs From 671f3713f71aece43fd83e050d0f96e0b3ecd369 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 04:09:22 +0000 Subject: [PATCH 0381/1189] bump: sarasa-gothic-fonts --- anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec b/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec index b8afa6cb43..a435e105fd 100644 --- a/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec +++ b/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec @@ -1,6 +1,6 @@ Name: sarasa-gothic-fonts -Version: 1.0.36 -Release: 1%?dist +Version: 1.0.37 +Release: 1%{?dist} URL: https://github.com/be5invis/Sarasa-Gothic Source0: %url/releases/download/v%version/Sarasa-TTC-%version.7z Source1: %url/releases/download/v%version/Sarasa-SuperTTC-%version.7z From 5a38953a88045f6d4d11a5a60b70033e3ecac23d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 08:46:19 +0000 Subject: [PATCH 0382/1189] 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 8fab932ae6..6e22aaf020 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.3013+abd131e33 +version=0.16.0-dev.3028+a85495ca2 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 45ddad2ce7..fd381837e2 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.3013+abd131e33 +%global ver 0.16.0-dev.3028+a85495ca2 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From af266d56163e0c9d051bcafc369dfa63ec40da1c Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 29 Mar 2026 04:43:25 -0500 Subject: [PATCH 0383/1189] chore(proton-vpn-local-agent): Use python3 macros (#10887) No release bump because not user facing. Signed-off-by: Gilver --- .../proton-vpn-local-agent/proton-vpn-local-agent.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec b/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec index 3a449df9e8..1ceef4dd18 100644 --- a/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec +++ b/anda/langs/python/proton-vpn-local-agent/proton-vpn-local-agent.spec @@ -1,5 +1,4 @@ %define debug_package %{nil} -%define __python /usr/bin/python3 %global pypi_name proton-vpn-local-agent %global _desc Proton VPN local agent written in Rust. @@ -44,12 +43,12 @@ popd %install pushd %{name} -install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{python_sitearch}/proton/vpn/local_agent.so +install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{python3_sitearch}/proton/vpn/local_agent.so popd %files -n python3-%{pypi_name} %doc README.md CODEOWNERS -%{python_sitearch}/proton/vpn/local_agent.so +%{python3_sitearch}/proton/vpn/local_agent.so %changelog * Sun Jan 18 2026 Owen Zimmerman From 60cde228a70641d39abefff6af22717a539c3547 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 10:52:48 +0000 Subject: [PATCH 0384/1189] bump: protontricks --- anda/apps/protontricks/protontricks.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/protontricks/protontricks.spec b/anda/apps/protontricks/protontricks.spec index 4bd36d7ab3..d2f3ef4bae 100644 --- a/anda/apps/protontricks/protontricks.spec +++ b/anda/apps/protontricks/protontricks.spec @@ -2,8 +2,8 @@ %global pypi_name protontricks Name: terra-%{pypi_name} -Version: 1.14.0 -Release: 1%?dist +Version: 1.14.1 +Release: 1%{?dist} Summary: Simple wrapper that does winetricks things for Proton enabled games BuildArch: noarch From e62e7a6f845d4f19933fc2ceb2544ee4663e597b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 12:08:18 +0000 Subject: [PATCH 0385/1189] bump: groovy groovy-docs --- anda/langs/groovy/groovy-docs/groovy-docs.spec | 4 ++-- anda/langs/groovy/groovy.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/langs/groovy/groovy-docs/groovy-docs.spec b/anda/langs/groovy/groovy-docs/groovy-docs.spec index 6d0019be16..f27dab6968 100644 --- a/anda/langs/groovy/groovy-docs/groovy-docs.spec +++ b/anda/langs/groovy/groovy-docs/groovy-docs.spec @@ -1,6 +1,6 @@ Name: groovy-docs -Version: 5.0.4 -Release: 1%?dist +Version: 5.0.5 +Release: 1%{?dist} Summary: Documentation for the Groovy programming language URL: https://groovy-lang.org/ License: Apache-2.0 diff --git a/anda/langs/groovy/groovy.spec b/anda/langs/groovy/groovy.spec index 595fed7e33..50e10c642d 100644 --- a/anda/langs/groovy/groovy.spec +++ b/anda/langs/groovy/groovy.spec @@ -1,6 +1,6 @@ Name: groovy -Version: 5.0.4 -Release: 1%?dist +Version: 5.0.5 +Release: 1%{?dist} Summary: A multi-faceted language for the Java platform BuildArch: noarch URL: https://groovy-lang.org/ From a6f5a73a91ee76fb161ded7fdcd2da6b00d666bd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 13:19:29 +0000 Subject: [PATCH 0386/1189] bump: rpcs3 fresh --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/rust/fresh/fresh.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 175fe2e2c2..a31b6a00ef 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 51ea735cb5fab5f3ab0dda756f19a753aaa07451 -%global ver 0.0.40-19120 +%global commit f8fe64ff7766df55bc9af080257732456173cf93 +%global ver 0.0.40-19124 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 116d0a0fa2..ac994d5872 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.18 +Version: 0.2.20 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From 145b76a263aa1840a2db305848b7edc6d3313a08 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 17:08:44 +0000 Subject: [PATCH 0387/1189] bump: rpcs3 milc yt-dlp-git --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/milc/milc.spec | 4 ++-- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index a31b6a00ef..3789fd4437 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 f8fe64ff7766df55bc9af080257732456173cf93 -%global ver 0.0.40-19124 +%global commit aa7cf5ea153ececef87d0dc0982522ea690b281e +%global ver 0.0.40-19125 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/milc/milc.spec b/anda/langs/python/milc/milc.spec index cfc9e833a6..34559c904f 100644 --- a/anda/langs/python/milc/milc.spec +++ b/anda/langs/python/milc/milc.spec @@ -2,8 +2,8 @@ %global _desc Batteries-Included Python 3 CLI Framework. Name: python-%{pypi_name} -Version: 1.9.1 -Release: 1%?dist +Version: 1.10.0 +Release: 1%{?dist} Summary: Batteries-Included Python 3 CLI Framework License: MIT URL: https://github.com/clueboard/milc diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index f24ded1ec5..914c2e0237 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.28.001132 +Version: 2026.03.29.164733 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 3912f62644297294125ee91383039cb2b25cc243 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 19:51:29 +0000 Subject: [PATCH 0388/1189] bump: lomiri-ui-toolkit --- .../lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec b/anda/desktops/lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec index d4e7b92787..927e4f6b24 100644 --- a/anda/desktops/lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec +++ b/anda/desktops/lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec @@ -1,10 +1,10 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit -%global commit 77935cd890e5d04ac91e1c53e80ab4c39bad8fe7 +%global commit 1b9919232ef77285765b6fdf3c963039f8a2e462 %forgemeta Name: lomiri-ui-toolkit -Version: 1.3.5903 -Release: 1%?dist +Version: 1.3.5904 +Release: 1%{?dist} Summary: QML components to ease the creation of beautiful applications in QML for Lomiri License: LGPL-3.0 From 975226315b0bc63102f1146b622392226dbd9ca2 Mon Sep 17 00:00:00 2001 From: Willow Reed Date: Sun, 29 Mar 2026 14:01:59 -0600 Subject: [PATCH 0389/1189] fix(noctalia-qs): notification-daemon and polkit provides (#10896) --- anda/desktops/noctalia-qs/noctalia-qs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/anda/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec index aee6ce3ba2..499277b82b 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -2,7 +2,7 @@ Name: noctalia-qs Version: 0.0.10 -Release: 1%{?dist} +Release: 2%{?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 @@ -38,6 +38,9 @@ BuildRequires: polkit-devel Conflicts: quickshell Provides: quickshell +Provides: desktop-notification-daemon +Provides: PolicyKit-authentication-agent + %description Flexible QtQuick based desktop shell toolkit. @@ -70,6 +73,9 @@ Flexible QtQuick based desktop shell toolkit. %{_libdir}/qt6/qml/Quickshell %changelog +* Sun Mar 29 2026 Willow C Reed +- Add provides for a polkit agent and desktop notification daemon (so gnome doesn't get installed) + * Thu Mar 05 2026 Willow C Reed - Fix reision to actually be defined as a specific git commit since it never gets initialized rn - Also fix that noctalia-qs is replacing quickshell overall and not just for noctlaia users From a4acc6923e7c2b3a6eb00894b563e3609d023ac2 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 29 Mar 2026 15:03:11 -0500 Subject: [PATCH 0390/1189] add: jxlpy (#10885) * add: jxlpy Signed-off-by: Owen-sz * needed dep 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/python/jxlpy/anda.hcl | 5 +++ anda/langs/python/jxlpy/jxlpy.spec | 49 +++++++++++++++++++++++++++++ anda/langs/python/jxlpy/update.rhai | 1 + 3 files changed, 55 insertions(+) create mode 100644 anda/langs/python/jxlpy/anda.hcl create mode 100644 anda/langs/python/jxlpy/jxlpy.spec create mode 100644 anda/langs/python/jxlpy/update.rhai diff --git a/anda/langs/python/jxlpy/anda.hcl b/anda/langs/python/jxlpy/anda.hcl new file mode 100644 index 0000000000..413874b469 --- /dev/null +++ b/anda/langs/python/jxlpy/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "jxlpy.spec" + } +} diff --git a/anda/langs/python/jxlpy/jxlpy.spec b/anda/langs/python/jxlpy/jxlpy.spec new file mode 100644 index 0000000000..2b6ba77903 --- /dev/null +++ b/anda/langs/python/jxlpy/jxlpy.spec @@ -0,0 +1,49 @@ +%global pypi_name jxlpy +%global _desc Cython bindings and Pillow plugin for JPEG XL. + +Name: python-%{pypi_name} +Version: 0.9.5 +Release: 1%?dist +Summary: Cython bindings and Pillow plugin for JPEG XL +License: MIT +URL: https://github.com/olokelo/jxlpy +Source0: %{pypi_source} + +BuildRequires: python3-devel +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-cython +BuildRequires: libjxl-devel +BuildRequires: gcc-c++ + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE +%{python3_sitearch}/_jxlpy.cpython-314-%{_arch}-linux-gnu.so + +%changelog +* Sat Mar 28 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/jxlpy/update.rhai b/anda/langs/python/jxlpy/update.rhai new file mode 100644 index 0000000000..8306a8af42 --- /dev/null +++ b/anda/langs/python/jxlpy/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("jxlpy")); From b96aa38703564d4a7e438354b4b19ff91ed7d928 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 29 Mar 2026 22:53:08 +0000 Subject: [PATCH 0391/1189] 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 d9cc35ae71..ce656e7c64 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit 5d01f5717c1489101918258fbed97659a390c356 +%global commit dddc0d426837eeb277cd880759e9826c2b309e90 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260327 +%global commit_date 20260329 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From 821013bc330518992b7d483910448d1e2d772e50 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 02:51:54 +0000 Subject: [PATCH 0392/1189] bump(nightly): goofcord-nightly legcord-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly types-colorama v2ray-domain-list-community opentabletdriver-nightly HeadsetControl-nightly glasgow --- 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 | 2 +- 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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- .../HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- anda/tools/glasgow/glasgow.spec | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index 5d9ce0d71d..4982e631d0 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 779d684b0f37775c8d4889d8b61a5d2db7925896 +%global commit 1959dff0fe62df5ef1a716ead78a85f644deea63 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260315 +%global commit_date 20260330 %global ver 2.1.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 4c4dd048ec..ac88c9a542 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit c7fe14088cc22c3838250cd7837bc1eb20b44194 -%global commit_date 20260328 +%global commit a9631588ec468b281a940fffaf42238c6074be07 +%global commit_date 20260330 %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 fd9b2091c0..694073011a 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 4f9f1ffaf375c14058024215423b969f44d48b2f +%global commit 2e83b3b61c92fa9346bade8185d61e3f9f685fcb %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260329 +%global commit_date 20260330 %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 c4ea290a36..2c42a5c372 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit debcffbadb75221a030319c075fae12cfe114176 +%global commit 5540f5f249db0f5e8c1e5f47ee9339f4fe1786f0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-03-29 %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 7e543ef727..a2f22ff723 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 6694a3bd14bba5d52c375cc4c3ce9681445cbc22 +%global commit 3060e4170ea5ef0e6886b9ac1853aaead9ddd59f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260329 +%global commit_date 20260330 %global ver 0.231.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 1ad8738c79..cdc3906ff6 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 01a4a6a528765b4302ff9e17ed8c247f4b5f90a1 +%global commit 31be615f7b4cc949ae4daa9797e50d138872054a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260329 +%global commit_date 20260330 %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 8257ff64cd..436cb4a5f8 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 2ded3a24a15ed58fa6ccc61fd770c8ffc3ba0aca -%global commit_date 20260329 +%global commit 14968e64c6425a6d03f783e002a68bb4709cd36f +%global commit_date 20260330 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index ed0d4df117..e251e72a3e 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit af7fd77ebcd4dcc740fcb26cb6a2407236f6e24c +%global commit c7e8e1b20382eb5cbdbbdbc5b0543342b3ce9813 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260326050832 -%global commit_date 20260327 +%global ver 20260330021310 +%global commit_date 20260330 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 7df22fbc13..19a5cf30dc 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit dfe5868d8af41e7e475013404002d3445ae154a1 +%global commit 59a53c20f6c2b3a1b7e2d1670b8ace4f9f042797 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260322 +%global commit_date 20260330 %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 1b2e7eaf4d..496c71a5b8 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 7d6e61bb75bdcd3a439e6c06d5133d660c8f030c +%global commit 02ec4517e4bb5283c116426ccff2b54b203692f1 %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 627923907e..15b104cd86 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 785c83ff96b4a1b71655262fc5ddf93538baec77 -%global commit_date 20260327 +%global commit caa6dc9d9307b91105a38d64be9d137125add601 +%global commit_date 20260330 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow From 5cf6c78e17f2d75471f90ceacf2c4e3d1e55e0ba Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:02:56 -0500 Subject: [PATCH 0393/1189] add: mpegdash (#10914) Signed-off-by: Owen-sz --- anda/langs/python/mpegdash/anda.hcl | 6 ++++ anda/langs/python/mpegdash/mpegdash.spec | 45 ++++++++++++++++++++++++ anda/langs/python/mpegdash/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/mpegdash/anda.hcl create mode 100644 anda/langs/python/mpegdash/mpegdash.spec create mode 100644 anda/langs/python/mpegdash/update.rhai diff --git a/anda/langs/python/mpegdash/anda.hcl b/anda/langs/python/mpegdash/anda.hcl new file mode 100644 index 0000000000..e991509a82 --- /dev/null +++ b/anda/langs/python/mpegdash/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "mpegdash.spec" + } +} diff --git a/anda/langs/python/mpegdash/mpegdash.spec b/anda/langs/python/mpegdash/mpegdash.spec new file mode 100644 index 0000000000..e7047f6221 --- /dev/null +++ b/anda/langs/python/mpegdash/mpegdash.spec @@ -0,0 +1,45 @@ +%global pypi_name mpegdash +%global _desc MPEG-DASH MPD(Media Presentation Description) Parser. + +Name: python-%{pypi_name} +Version: 0.4.1 +Release: 1%?dist +Summary: MPEG-DASH MPD(Media Presentation Description) Parser +License: MIT +URL: https://github.com/sangwonl/python-mpegdash +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE + +%changelog +* Sun Mar 29 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/mpegdash/update.rhai b/anda/langs/python/mpegdash/update.rhai new file mode 100644 index 0000000000..8a8261bbc7 --- /dev/null +++ b/anda/langs/python/mpegdash/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("mpegdash")); From b4eddfc6046651a65a5e010f0d30f758201a24ec Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:03:18 -0500 Subject: [PATCH 0394/1189] add: ratelimit (#10912) Signed-off-by: Owen-sz --- anda/langs/python/ratelimit/anda.hcl | 6 +++ anda/langs/python/ratelimit/ratelimit.spec | 45 ++++++++++++++++++++++ anda/langs/python/ratelimit/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/ratelimit/anda.hcl create mode 100644 anda/langs/python/ratelimit/ratelimit.spec create mode 100644 anda/langs/python/ratelimit/update.rhai diff --git a/anda/langs/python/ratelimit/anda.hcl b/anda/langs/python/ratelimit/anda.hcl new file mode 100644 index 0000000000..95418dd483 --- /dev/null +++ b/anda/langs/python/ratelimit/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "ratelimit.spec" + } +} diff --git a/anda/langs/python/ratelimit/ratelimit.spec b/anda/langs/python/ratelimit/ratelimit.spec new file mode 100644 index 0000000000..2023b70b7d --- /dev/null +++ b/anda/langs/python/ratelimit/ratelimit.spec @@ -0,0 +1,45 @@ +%global pypi_name ratelimit +%global _desc API Rate Limit Decorator. + +Name: python-%{pypi_name} +Version: 2.2.1 +Release: 1%?dist +Summary: API Rate Limit Decorator +License: MIT +URL: https://github.com/tomasbasham/ratelimit +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%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 +* Sun Mar 29 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/ratelimit/update.rhai b/anda/langs/python/ratelimit/update.rhai new file mode 100644 index 0000000000..84cdc8f003 --- /dev/null +++ b/anda/langs/python/ratelimit/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("ratelimit")); From 521e33145c8bf2ae6833b6a91fc3de48dbae2cb7 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:03:36 -0500 Subject: [PATCH 0395/1189] add: tidalapi (#10913) Signed-off-by: Owen-sz --- anda/langs/python/tidalapi/anda.hcl | 6 ++++ anda/langs/python/tidalapi/tidalapi.spec | 46 ++++++++++++++++++++++++ anda/langs/python/tidalapi/update.rhai | 1 + 3 files changed, 53 insertions(+) create mode 100644 anda/langs/python/tidalapi/anda.hcl create mode 100644 anda/langs/python/tidalapi/tidalapi.spec create mode 100644 anda/langs/python/tidalapi/update.rhai diff --git a/anda/langs/python/tidalapi/anda.hcl b/anda/langs/python/tidalapi/anda.hcl new file mode 100644 index 0000000000..61c09996d6 --- /dev/null +++ b/anda/langs/python/tidalapi/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "tidalapi.spec" + } +} diff --git a/anda/langs/python/tidalapi/tidalapi.spec b/anda/langs/python/tidalapi/tidalapi.spec new file mode 100644 index 0000000000..6d25af8cd4 --- /dev/null +++ b/anda/langs/python/tidalapi/tidalapi.spec @@ -0,0 +1,46 @@ +%global pypi_name tidalapi +%global _desc Python API for TIDAL music streaming service. + +Name: python-%{pypi_name} +Version: 0.8.11 +Release: 1%?dist +Summary: Python API for TIDAL music streaming service +License: LGPL-3.0-or-later +URL: https://github.com/matrix-org/synapse-s3-storage-provider +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-poetry-core + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst HISTORY.rst +%license LICENSE + +%changelog +* Sun Mar 29 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/tidalapi/update.rhai b/anda/langs/python/tidalapi/update.rhai new file mode 100644 index 0000000000..558dc53d97 --- /dev/null +++ b/anda/langs/python/tidalapi/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("tidalapi")); From b0b26a9700a96f56b9b55daaf1768b091c0da1fb Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:03:56 -0500 Subject: [PATCH 0396/1189] add: tekore (#10911) Signed-off-by: Owen-sz --- anda/langs/python/tekore/anda.hcl | 6 ++++ anda/langs/python/tekore/tekore.spec | 45 ++++++++++++++++++++++++++++ anda/langs/python/tekore/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/tekore/anda.hcl create mode 100644 anda/langs/python/tekore/tekore.spec create mode 100644 anda/langs/python/tekore/update.rhai diff --git a/anda/langs/python/tekore/anda.hcl b/anda/langs/python/tekore/anda.hcl new file mode 100644 index 0000000000..cdfb820b46 --- /dev/null +++ b/anda/langs/python/tekore/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "tekore.spec" + } +} diff --git a/anda/langs/python/tekore/tekore.spec b/anda/langs/python/tekore/tekore.spec new file mode 100644 index 0000000000..87b82a259f --- /dev/null +++ b/anda/langs/python/tekore/tekore.spec @@ -0,0 +1,45 @@ +%global pypi_name tekore +%global _desc Spotify Web API client for Python 3. + +Name: python-%{pypi_name} +Version: 6.1.1 +Release: 1%?dist +Summary: Spotify Web API client for Python 3 +License: MIT +URL: https://tekore.readthedocs.io/en/stable/ +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc readme_pypi.rst +%license LICENSE + +%changelog +* Thu Oct 23 2025 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/tekore/update.rhai b/anda/langs/python/tekore/update.rhai new file mode 100644 index 0000000000..5bd0687472 --- /dev/null +++ b/anda/langs/python/tekore/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("tekore")); From d2a1c32144b09c5fd4e7f31571e7b05071cf7ffe Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:04:14 -0500 Subject: [PATCH 0397/1189] add: pysdl3 (#10910) Signed-off-by: Owen-sz --- anda/langs/python/pysdl3/anda.hcl | 6 ++++ anda/langs/python/pysdl3/pysdl3.spec | 45 ++++++++++++++++++++++++++++ anda/langs/python/pysdl3/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/pysdl3/anda.hcl create mode 100644 anda/langs/python/pysdl3/pysdl3.spec create mode 100644 anda/langs/python/pysdl3/update.rhai diff --git a/anda/langs/python/pysdl3/anda.hcl b/anda/langs/python/pysdl3/anda.hcl new file mode 100644 index 0000000000..6746293d9c --- /dev/null +++ b/anda/langs/python/pysdl3/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "pysdl3.spec" + } +} diff --git a/anda/langs/python/pysdl3/pysdl3.spec b/anda/langs/python/pysdl3/pysdl3.spec new file mode 100644 index 0000000000..5a1106c5e2 --- /dev/null +++ b/anda/langs/python/pysdl3/pysdl3.spec @@ -0,0 +1,45 @@ +%global pypi_name pysdl3 +%global _desc A pure Python wrapper for SDL3. + +Name: python-%{pypi_name} +Version: 0.9.11b0 +Release: 1%?dist +Summary: A pure Python wrapper for SDL3 +License: MIT +URL: https://pysdl3.readthedocs.io/ +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files sdl3 + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE + +%changelog +* Sun Mar 29 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/pysdl3/update.rhai b/anda/langs/python/pysdl3/update.rhai new file mode 100644 index 0000000000..9c5edad2fc --- /dev/null +++ b/anda/langs/python/pysdl3/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("pysdl3")); From c6f5b88a7dc81d09b3c12131ff89c8464ae7225b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:04:44 -0500 Subject: [PATCH 0398/1189] add: plexapi (#10907) Signed-off-by: Owen-sz --- anda/langs/python/plexapi/anda.hcl | 6 ++++ anda/langs/python/plexapi/plexapi.spec | 46 ++++++++++++++++++++++++++ anda/langs/python/plexapi/update.rhai | 1 + 3 files changed, 53 insertions(+) create mode 100644 anda/langs/python/plexapi/anda.hcl create mode 100644 anda/langs/python/plexapi/plexapi.spec create mode 100644 anda/langs/python/plexapi/update.rhai diff --git a/anda/langs/python/plexapi/anda.hcl b/anda/langs/python/plexapi/anda.hcl new file mode 100644 index 0000000000..1b822bf3cd --- /dev/null +++ b/anda/langs/python/plexapi/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "plexapi.spec" + } +} diff --git a/anda/langs/python/plexapi/plexapi.spec b/anda/langs/python/plexapi/plexapi.spec new file mode 100644 index 0000000000..5dd6ca5a63 --- /dev/null +++ b/anda/langs/python/plexapi/plexapi.spec @@ -0,0 +1,46 @@ +%global pypi_name plexapi +%global _desc Python bindings for the Plex API. + +Name: python-%{pypi_name} +Version: 4.18.1 +Release: 1%{?dist} +Summary: Python bindings for the Plex API +License: BSD-3-Clause +URL: https://github.com/pushingkarmaorg/python-plexapi +Source0: %{pypi_source} +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} + +%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 +* Sun Mar 29 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/plexapi/update.rhai b/anda/langs/python/plexapi/update.rhai new file mode 100644 index 0000000000..e764dd50d7 --- /dev/null +++ b/anda/langs/python/plexapi/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("plexapi")); From 144b126b0399856de7c20a21bad0fe9b8eaac5f8 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 29 Mar 2026 22:05:26 -0500 Subject: [PATCH 0399/1189] add: python-opencc (#10906) * add: python-opencc Signed-off-by: Owen-sz * Update opencc.spec 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/python/opencc/anda.hcl | 5 +++ anda/langs/python/opencc/opencc.spec | 47 ++++++++++++++++++++++++++++ anda/langs/python/opencc/update.rhai | 1 + 3 files changed, 53 insertions(+) create mode 100644 anda/langs/python/opencc/anda.hcl create mode 100644 anda/langs/python/opencc/opencc.spec create mode 100644 anda/langs/python/opencc/update.rhai diff --git a/anda/langs/python/opencc/anda.hcl b/anda/langs/python/opencc/anda.hcl new file mode 100644 index 0000000000..8a2a74ce34 --- /dev/null +++ b/anda/langs/python/opencc/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "opencc.spec" + } +} diff --git a/anda/langs/python/opencc/opencc.spec b/anda/langs/python/opencc/opencc.spec new file mode 100644 index 0000000000..4a9d1c1efe --- /dev/null +++ b/anda/langs/python/opencc/opencc.spec @@ -0,0 +1,47 @@ +%global pypi_name opencc +%global _desc Open Chinese Convert. + +Name: python-%{pypi_name} +Version: 1.2.0 +Release: 1%?dist +Summary: Open Chinese Convert +License: Apache-2.0 +URL: https://github.com/BYVoid/OpenCC +Source0: %{pypi_source} + +BuildRequires: python3-devel +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: gcc-c++ +BuildRequires: cmake + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md AUTHORS +%license LICENSE + +%changelog +* Sun Mar 29 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/opencc/update.rhai b/anda/langs/python/opencc/update.rhai new file mode 100644 index 0000000000..df2b57b416 --- /dev/null +++ b/anda/langs/python/opencc/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("opencc")); From 7cff5491525bcda069550c806870ef48394885c0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 03:35:41 +0000 Subject: [PATCH 0400/1189] bump: discord-canary-openasar discord-canary ruffle-nightly turbowarp --- .../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/turbowarp/turbowarp.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 7c63cee0d3..1f02a00c1d 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.930 +Version: 0.0.931 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 3c304355d2..26cfb6d9cf 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.930 +Version: 0.0.931 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 e592f28a34..5a8b7dc2a4 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-29 +%global ver 2026-03-30 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/devs/turbowarp/turbowarp.spec b/anda/devs/turbowarp/turbowarp.spec index 052b9fe652..a2a68c968e 100644 --- a/anda/devs/turbowarp/turbowarp.spec +++ b/anda/devs/turbowarp/turbowarp.spec @@ -2,8 +2,8 @@ Name: turbowarp-desktop %electronmeta -D -Version: 1.15.2 -Release: 1%?dist +Version: 1.15.3 +Release: 1%{?dist} Summary: A better offline editor for Scratch 3 URL: https://desktop.turbowarp.org/ License: GPL-3.0-only AND %{electron_license} From 4050f7da07bec40af7c32dd0b078e57507b6b3aa Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Mon, 30 Mar 2026 00:36:19 -0300 Subject: [PATCH 0401/1189] add: satty (#10909) --- anda/desktops/satty/anda.hcl | 5 ++++ anda/desktops/satty/satty.spec | 44 ++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 anda/desktops/satty/anda.hcl create mode 100644 anda/desktops/satty/satty.spec diff --git a/anda/desktops/satty/anda.hcl b/anda/desktops/satty/anda.hcl new file mode 100644 index 0000000000..2afc889c3f --- /dev/null +++ b/anda/desktops/satty/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "satty.spec" + } +} diff --git a/anda/desktops/satty/satty.spec b/anda/desktops/satty/satty.spec new file mode 100644 index 0000000000..d6843f609e --- /dev/null +++ b/anda/desktops/satty/satty.spec @@ -0,0 +1,44 @@ +Name: satty +Version: 0.20.1 +Release: 1%{?dist} +Summary: Modern screenshot annotation tool +URL: https://github.com/Satty-org/Satty +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +BuildRequires: cargo-rpm-macros +BuildRequires: libadwaita-devel +BuildRequires: libepoxy-devel +License: MPL-2.0 AND (MIT OR Apache-2.0) AND Unicode-3.0 AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR Apache-2.0) AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0) AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) +Packager: Tulip Blossom + +%description +%{summary}. + +%pkg_completion -BNfz + +%prep +%autosetup -n Satty-%{version} +%cargo_prep_online + +%build +%cargo_build +%{cargo_license_online} > LICENSE.dependencies + +%install +install -Dpm0755 -t %{buildroot}%{_bindir} ./target/rpm/satty +install -Dpm0644 -t %{buildroot}%{_datadir}/applications/ ./satty.desktop +install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ ./assets/satty.svg +install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d/ ./completions/satty.fish +install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions/ ./completions/_satty +install -Dpm0644 ./completions/satty.bash %{buildroot}%{_datadir}/bash-completion/completions/satty +install -Dpm0644 -t %{buildroot}%{_datadir}/nushell/vendor/autoload/ ./completions/satty.nu + +%files +%doc README.md +%license LICENSE LICENSE.dependencies +%{_bindir}/%{name} +%{_datadir}/applications/satty.desktop +%{_datadir}/icons/hicolor/scalable/apps/satty.svg + +%changelog +* Sun Mar 29 2026 Tulip Blossom +- Initial commit From 9f89cdb0085c3a1acdf3525d32f9be6cb8cee812 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 05:49:32 +0000 Subject: [PATCH 0402/1189] 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 6e22aaf020..54c400882b 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.3028+a85495ca2 +version=0.16.0-dev.3039+b490412cd mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index fd381837e2..786924de12 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.3028+a85495ca2 +%global ver 0.16.0-dev.3039+b490412cd %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 80b3f79f9670aa3783ac42bff09c514203faf078 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 08:48:37 +0000 Subject: [PATCH 0403/1189] bump: driftwm rpcs3 --- anda/desktops/driftwm/driftwm.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index 30a2224988..2f225c2257 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.1.2 +Version: 0.1.3 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 3789fd4437..c845b797bf 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 aa7cf5ea153ececef87d0dc0982522ea690b281e -%global ver 0.0.40-19125 +%global commit ab03d76ed6ce7910ded0e67db756c36a098822f6 +%global ver 0.0.40-19127 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 60271f06aa5c24a0ddee05c8023eb25eb1080d0f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 10:02:06 +0000 Subject: [PATCH 0404/1189] bump: lomiri-system-settings rpcs3 proton-vpn-api-core proton-vpn-cli --- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- .../langs/python/proton-vpn-api-core/proton-vpn-api-core.spec | 2 +- anda/tools/proton-vpn-cli/proton-vpn-cli.spec | 2 +- 4 files changed, 5 insertions(+), 5 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 6d2f5b703f..195c38825b 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 edf02eaf9794967ebb4bbe1efe6087a4e65aae17 +%global commit 9a4f287c51b103e382f6d22220a484698d867ace %forgemeta Name: lomiri-system-settings diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index c845b797bf..f3f90d5ee5 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 ab03d76ed6ce7910ded0e67db756c36a098822f6 -%global ver 0.0.40-19127 +%global commit 6dc06b3ff5126469a15fb45a8cd86b3e8e922b3e +%global ver 0.0.40-19132 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') 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 2a11b5a32f..a7eabf78fc 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,7 +4,7 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-%{pypi_name} -Version: 4.17.2 +Version: 4.18.0 Release: 1%{?dist} Summary: A facade to the other Proton VPN components License: GPL-3.0-Only diff --git a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec index 89cdf176e3..16ab9f4266 100644 --- a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec +++ b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec @@ -3,7 +3,7 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-proton-vpn-cli -Version: 0.1.8 +Version: 0.1.9 Release: 1%{?dist} Summary: Official ProtonVPN CLI Linux app License: GPL-3.0-only From 936984490683a173ea14fa5c2debf1c2d30e798c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 11:17:49 +0000 Subject: [PATCH 0405/1189] 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 f3f90d5ee5..1848f12a22 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 6dc06b3ff5126469a15fb45a8cd86b3e8e922b3e -%global ver 0.0.40-19132 +%global commit 3e60bd2aa600c328eebccb7b905f9c5e6d394aef +%global ver 0.0.40-19133 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From b6874976444fbb2edcca1029041dce7b04571b67 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 12:06:38 +0000 Subject: [PATCH 0406/1189] bump: depthcharge-tools --- 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 e0e9c44c12..512aa2bc00 100644 --- a/anda/system/depthcharge-tools/depthcharge-tools.spec +++ b/anda/system/depthcharge-tools/depthcharge-tools.spec @@ -1,6 +1,6 @@ Name: depthcharge-tools -Version: 0.6.3 -Release: 4%?dist +Version: 0.6.4 +Release: 1%{?dist} Summary: Tools to manage the Chrome OS bootloader License: GPL-2.0-or-later URL: https://gitlab.postmarketos.org/postmarketOS/depthcharge-tools From 548b093ced99a4b42b1087db5135dcb542fe1efb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 14:01:20 +0000 Subject: [PATCH 0407/1189] 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 1848f12a22..4602467298 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 3e60bd2aa600c328eebccb7b905f9c5e6d394aef -%global ver 0.0.40-19133 +%global commit f92677fa7ed2345e225b9bb963894d6daf1722d4 +%global ver 0.0.40-19135 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 1ac6c0878ee7db8399de7c38090d61eb69b37bbb Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 30 Mar 2026 10:20:16 -0500 Subject: [PATCH 0408/1189] chore: Swap Codeberg update functions to upstreamed Anda ones (#10948) --- anda/langs/crystal/blahaj/update.rhai | 4 +--- anda/langs/nim/grabnim/update.rhai | 4 +--- anda/misc/exquisite-linux-templates/update.rhai | 4 +--- anda/system/limine/update.rhai | 4 +--- andax/bump_extras.rhai | 8 -------- 5 files changed, 4 insertions(+), 20 deletions(-) diff --git a/anda/langs/crystal/blahaj/update.rhai b/anda/langs/crystal/blahaj/update.rhai index 0eed23daed..474744cf5f 100644 --- a/anda/langs/crystal/blahaj/update.rhai +++ b/anda/langs/crystal/blahaj/update.rhai @@ -1,3 +1 @@ -import "andax/bump_extras.rhai" as bump; - -rpm.version(bump::codeberg("GeopJr/BLAHAJ")); +rpm.version(codeberg("GeopJr/BLAHAJ")); diff --git a/anda/langs/nim/grabnim/update.rhai b/anda/langs/nim/grabnim/update.rhai index 75f215ef43..ab49b8c798 100644 --- a/anda/langs/nim/grabnim/update.rhai +++ b/anda/langs/nim/grabnim/update.rhai @@ -1,6 +1,4 @@ -import "andax/bump_extras.rhai" as bump; - -rpm.global("commit", bump::codeberg_commit("janAkali/grabnim")); +rpm.global("commit", codeberg_commit("janAkali/grabnim")); if rpm.changed() { rpm.global("commit_date", date()); } diff --git a/anda/misc/exquisite-linux-templates/update.rhai b/anda/misc/exquisite-linux-templates/update.rhai index 7f6a3c1afd..0eca0b00d7 100644 --- a/anda/misc/exquisite-linux-templates/update.rhai +++ b/anda/misc/exquisite-linux-templates/update.rhai @@ -1,6 +1,4 @@ -import "andax/bump_extras.rhai" as bump; - -rpm.global("commit", bump::codeberg_commit("nathandyer/exquisite-linux-templates")); +rpm.global("commit", codeberg_commit("nathandyer/exquisite-linux-templates")); if rpm.changed() { rpm.global("commit_date", date()); } diff --git a/anda/system/limine/update.rhai b/anda/system/limine/update.rhai index eb0821f62d..1ba7f95774 100644 --- a/anda/system/limine/update.rhai +++ b/anda/system/limine/update.rhai @@ -1,3 +1 @@ -import "andax/bump_extras.rhai" as bump; - -rpm.version(bump::codeberg("Limine/Limine")); +rpm.version(codeberg("Limine/Limine")); diff --git a/andax/bump_extras.rhai b/andax/bump_extras.rhai index 90ec2e5ee8..63417b27cb 100644 --- a/andax/bump_extras.rhai +++ b/andax/bump_extras.rhai @@ -29,14 +29,6 @@ fn alma(pkg, repo, branch) { return(vr[1]); } -fn codeberg_commit(repo) { - return get(`https://codeberg.org/api/v1/repos/${repo}/commits?stat=false&verification=false&files=false&limit=1`).json_arr()[0].sha; -} - -fn codeberg(repo) { - return get(`https://codeberg.org/api/v1/repos/${repo}/releases/latest`).json().tag_name; -} - fn as_bodhi_ver(branch) { if branch.starts_with("el") { branch.crop(2); From 3c93f639b783441e2148cadd11bcb7f5ec9cbac0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 15:23:08 +0000 Subject: [PATCH 0409/1189] bump: bazzite-portal noctalia-qs arrpc amdgpu_top --- anda/apps/bazzite-portal/bazzite-portal.spec | 4 ++-- anda/desktops/noctalia-qs/noctalia-qs.spec | 6 +++--- anda/misc/arrpc/arrpc.spec | 6 +++--- anda/system/amdgpu_top/amdgpu_top.spec | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/anda/apps/bazzite-portal/bazzite-portal.spec b/anda/apps/bazzite-portal/bazzite-portal.spec index 74d29485e8..20961d8e37 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: 3%?dist +Version: 0.1.7 +Release: 1%{?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/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec index 499277b82b..f1b9279321 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -1,8 +1,8 @@ -%global commit 12dba9653ae2c0dd24bf2633e2572a8093b0df5e +%global commit 1c0710cd7c9f1483bb6dbf5e69023da97136646d Name: noctalia-qs -Version: 0.0.10 -Release: 2%{?dist} +Version: 0.0.11 +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 diff --git a/anda/misc/arrpc/arrpc.spec b/anda/misc/arrpc/arrpc.spec index 343cb0449a..511c3fa4f6 100644 --- a/anda/misc/arrpc/arrpc.spec +++ b/anda/misc/arrpc/arrpc.spec @@ -1,10 +1,10 @@ %define debug_package %nil %define __strip /bin/true -%global commit 87c7c6f67ab8ad440e2ca0bdabce9626226bc25b +%global commit d4ce31f313eaf864f46576ee98fbf88c9ef47036 Name: arrpc -Version: 3.6.0 -Release: 1%?dist +Version: 3.7.0 +Release: 1%{?dist} Summary: Open Discord RPC server for atypical setups License: MIT URL: https://arrpc.openasar.dev diff --git a/anda/system/amdgpu_top/amdgpu_top.spec b/anda/system/amdgpu_top/amdgpu_top.spec index 57e5db00f8..46bf15b576 100644 --- a/anda/system/amdgpu_top/amdgpu_top.spec +++ b/anda/system/amdgpu_top/amdgpu_top.spec @@ -1,8 +1,8 @@ %undefine __brp_add_determinism Name: amdgpu_top -Version: 0.11.2 -Release: 1%?dist +Version: 0.11.3 +Release: 1%{?dist} Summary: Tool to display AMDGPU usage License: MIT Packager: veuxit From 91e7f16b4238abe7c41b95eba3a19c7e2227c705 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 16:32:34 +0000 Subject: [PATCH 0410/1189] bump: discord-canary-openasar discord-canary java-binfmt --- .../discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/java-binfmt/java-binfmt.spec | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 1f02a00c1d..d59ee56dfb 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.931 +Version: 0.0.932 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 26cfb6d9cf..d0a8ef6a16 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.931 +Version: 0.0.932 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/tools/java-binfmt/java-binfmt.spec b/anda/tools/java-binfmt/java-binfmt.spec index b23eb5d12a..66731a815d 100644 --- a/anda/tools/java-binfmt/java-binfmt.spec +++ b/anda/tools/java-binfmt/java-binfmt.spec @@ -1,11 +1,11 @@ -%global commit 4bbeadf096d853ef36155e725020d99c2add14cd +%global commit e12372ea5776a0e0a8acee3ea1e56f0f81c56fca %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260127 +%global commit_date 20260330 %global _binfmtdir %{_exec_prefix}/lib/binfmt.d Name: java-binfmt Version: 1.0.0^%{commit_date}git%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Binfmt wrappers and utilities for Java and Jar files. ### License for the C file used in the binary. License: GPL-2.0-or-later From 7c0ad3a590794bf2bba3c4bc1db5b4e62b153a36 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 30 Mar 2026 11:51:59 -0500 Subject: [PATCH 0411/1189] fix(zig-master): Update LLVM requirements for Rawhide and 44 (#10947) --- anda/langs/zig/bootstrap/update.rhai | 3 +++ .../zig/bootstrap/zig-master-bootstrap.spec | 17 ++++++++++------- anda/langs/zig/master/update.rhai | 3 +++ anda/langs/zig/master/zig-master.spec | 13 ++++++++----- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/anda/langs/zig/bootstrap/update.rhai b/anda/langs/zig/bootstrap/update.rhai index 51ab4017b1..e357ca2b73 100644 --- a/anda/langs/zig/bootstrap/update.rhai +++ b/anda/langs/zig/bootstrap/update.rhai @@ -8,4 +8,7 @@ if rpm.changed() { // Update the Zig version in the script let dir = sub(`/[^/]+$`, "", __script_path); sh(`sed -i 's|version=.*|version=${v}|' setup.sh`, #{ "cwd": dir }); + // Update the needed LLVM version + let rawfile = codeberg_rawfile("ziglang/zig", "master", "README.md"); + rpm.global("llvm_version", find(`download.html#([\d.]+)`, rawfile, 1)); } diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 786924de12..51753d487a 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -2,11 +2,10 @@ %global zig_arches x86_64 aarch64 riscv64 %{mips64} # Signing key from https://ziglang.org/download/ %global public_key RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U -# Not needed yet -%if 0%{?fedora} >= 42 || 0%{?rhel} >= 9 -%define llvm_compat 20 +%if 0%{?fedora} >= 44 +%define llvm_compat 21 %endif -%global llvm_version 20.0.0 +%global llvm_version 21.0.0 %global ver 0.16.0-dev.3039+b490412cd %bcond bootstrap 1 %bcond docs %{without bootstrap} @@ -51,9 +50,9 @@ BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: libxml2-devel -BuildRequires: llvm-devel -BuildRequires: clang-devel -BuildRequires: lld-devel +BuildRequires: llvm%{?llvm_compat}-devel +BuildRequires: clang%{?llvm_compat}-devel +BuildRequires: lld%{?llvm_compat}-devel BuildRequires: zlib-devel # for man page generation BuildRequires: help2man @@ -113,6 +112,10 @@ rm -f stage1/zig1.wasm %endif %build +# Force the correct LLVM version +%if %{defined llvm_compat} +export LLVM_DIR=%{_libdir}/llvm%{?llvm_compat}/%{_lib}/cmake +%endif # zig doesn't know how to dynamically link llvm on its own so we need cmake to generate a header ahead of time # if we provide the header we need to also build zigcpp diff --git a/anda/langs/zig/master/update.rhai b/anda/langs/zig/master/update.rhai index f9a73b7fd5..2ee8b2459d 100644 --- a/anda/langs/zig/master/update.rhai +++ b/anda/langs/zig/master/update.rhai @@ -6,4 +6,7 @@ if rpm.changed() { let r = bump::madoguchi_json("zig-master", labels.branch).rel; let r = sub(`(?m)(\.fc.*?|)$`, "", r).parse_int(); rpm.release(r + 1); + // Update the needed LLVM version + let rawfile = codeberg_rawfile("ziglang/zig", "master", "README.md"); + rpm.global("llvm_version", find(`download.html#([\d.]+)`, rawfile, 1)); } diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index e3e2e5c2f9..d6adc30a3a 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -2,11 +2,10 @@ %global zig_arches x86_64 aarch64 riscv64 %{mips64} # Signing key from https://ziglang.org/download/ %global public_key RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U -# Not needed yet -%if 0%{?fedora} >= 42 || 0%{?rhel} >= 9 -%define llvm_compat 20 +%if 0%{?fedora} >= 44 +%define llvm_compat 21 %endif -%global llvm_version 20.0.0 +%global llvm_version 21.0.0 %bcond bootstrap 0 %bcond docs %{without bootstrap} %bcond test 1 @@ -14,7 +13,7 @@ Name: zig-master Version: 0.16.0~dev.2694+74f361a5c -Release: 2%?dist +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 URL: https://ziglang.org @@ -125,6 +124,10 @@ rm -f stage1/zig1.wasm %endif %build +# Force the correct LLVM version +%if %{defined llvm_compat} +export LLVM_DIR=%{_libdir}/llvm%{?llvm_compat}/%{_lib}/cmake +%endif # zig doesn't know how to dynamically link llvm on its own so we need cmake to generate a header ahead of time # if we provide the header we need to also build zigcpp From e8512eca4a6a5c89922c339519b59e99b44d67a0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 17:32:50 +0000 Subject: [PATCH 0412/1189] bump: discord-openasar discord throne rpcs3 --- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/apps/throne/Sagernet.SingBox.Version.txt | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index 7ff5c8245f..781fe58dae 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.130 +Version: 0.0.131 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 c448966d20..b4458cc5c6 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.130 +Version: 0.0.131 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/apps/throne/Sagernet.SingBox.Version.txt b/anda/apps/throne/Sagernet.SingBox.Version.txt index 79ec631df1..03bdce8a09 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.43 \ No newline at end of file +v1.13.53 \ No newline at end of file diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 4602467298..af95b3ef42 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 f92677fa7ed2345e225b9bb963894d6daf1722d4 -%global ver 0.0.40-19135 +%global commit 7c9261a4615de0cc45363cb44915ed34ef081a63 +%global ver 0.0.40-19138 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From b50ac24117c7df866d3c4e6c56e1f9ed37036a56 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 18:11:22 +0000 Subject: [PATCH 0413/1189] 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 d6adc30a3a..630e690331 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.2694+74f361a5c +Version: 0.16.0~dev.3039+b490412cd 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 5fa73c5a25287f736134d167e3d58220fbce8e34 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 18:36:06 +0000 Subject: [PATCH 0414/1189] 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 af95b3ef42..ddf2806640 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 7c9261a4615de0cc45363cb44915ed34ef081a63 -%global ver 0.0.40-19138 +%global commit 1c37f64a58583b2f80ad9bd12f928b49176b60fd +%global ver 0.0.40-19139 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 24559a7ccccb916d57231bdfb8490a917f640064 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 19:38:38 +0000 Subject: [PATCH 0415/1189] bump: neovide --- anda/devs/neovide/neovide.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/neovide/neovide.spec b/anda/devs/neovide/neovide.spec index b6b13b242d..e11c043b87 100644 --- a/anda/devs/neovide/neovide.spec +++ b/anda/devs/neovide/neovide.spec @@ -2,8 +2,8 @@ %global raw_forgeurl https://raw.githubusercontent.com/%{crate}/%{crate} Name: rust-neovide -Version: 0.15.2 -Release: 1%?dist +Version: 0.16.0 +Release: 1%{?dist} Summary: No Nonsense Neovim Client in Rust License: MIT From a8747162b018570237ebaac6cb58173f166a13fc Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 30 Mar 2026 15:04:06 -0500 Subject: [PATCH 0416/1189] fix(zig-master): Build dependencies (#10957) --- anda/langs/zig/master/zig-master.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 630e690331..05222f78ed 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -25,9 +25,9 @@ BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: libxml2-devel -BuildRequires: llvm-devel -BuildRequires: clang-devel -BuildRequires: lld-devel +BuildRequires: llvm%{?llvm_compat}-devel +BuildRequires: clang%{?llvm_compat}-devel +BuildRequires: lld%{?llvm_compat}-devel BuildRequires: zlib-devel # for man page generation BuildRequires: help2man From 5bf6dc8a8d596e8dabdeb1e45d7c281c39df9d16 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 21:56:41 +0000 Subject: [PATCH 0417/1189] bump: lomiri-download-manager --- .../lomiri-download-manager/lomiri-download-manager.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/lomiri-unity/lomiri-download-manager/lomiri-download-manager.spec b/anda/desktops/lomiri-unity/lomiri-download-manager/lomiri-download-manager.spec index 96f8c635bb..3c5b75197a 100644 --- a/anda/desktops/lomiri-unity/lomiri-download-manager/lomiri-download-manager.spec +++ b/anda/desktops/lomiri-unity/lomiri-download-manager/lomiri-download-manager.spec @@ -1,10 +1,10 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-download-manager -%global commit ff2bc3a8f57b6124ca866c108c49aabcbe22bdf8 +%global commit 0939d480c72871b3270cc529e16902fd41bfdda5 %forgemeta Name: lomiri-download-manager -Version: 0.3.0 -Release: 1%?dist +Version: 0.3.1 +Release: 1%{?dist} Summary: Upload Download Manager for Lomiri License: LGPLv3 URL: https://gitlab.com/ubports/development/core/lomiri-download-manager From c69249c0b0d749c05209a20a8ae9919daa2c97bf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 22:39:25 +0000 Subject: [PATCH 0418/1189] bump: turbowarp --- anda/devs/turbowarp/turbowarp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/turbowarp/turbowarp.spec b/anda/devs/turbowarp/turbowarp.spec index a2a68c968e..ffe0c27461 100644 --- a/anda/devs/turbowarp/turbowarp.spec +++ b/anda/devs/turbowarp/turbowarp.spec @@ -2,7 +2,7 @@ Name: turbowarp-desktop %electronmeta -D -Version: 1.15.3 +Version: 1.15.2 Release: 1%{?dist} Summary: A better offline editor for Scratch 3 URL: https://desktop.turbowarp.org/ From cc739c2f87714f55fc78d84444c23ab93fb3cd53 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 23:20:18 +0000 Subject: [PATCH 0419/1189] 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 d59ee56dfb..c01e2a51bc 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.932 +Version: 0.0.933 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 d0a8ef6a16..18037d5d8e 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.932 +Version: 0.0.933 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 92f3bc891119e1bc7fdefbb189a9c45e051a060e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 30 Mar 2026 23:54:32 +0000 Subject: [PATCH 0420/1189] 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 54c400882b..c0e0d6156b 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.3039+b490412cd +version=0.16.0-dev.3041+3dc5f1398 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 51753d487a..eed40d9e71 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3039+b490412cd +%global ver 0.16.0-dev.3041+3dc5f1398 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From d7088473c0ca80f0287827a1bbf94046e82e384e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 02:23:31 +0000 Subject: [PATCH 0421/1189] bump(branch): zig-master dkms-nvidia nvidia-kmod --- anda/langs/zig/master/zig-master.spec | 2 +- anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec | 4 ++-- anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 05222f78ed..38a0457ea7 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3039+b490412cd +Version: 0.16.0~dev.3041+3dc5f1398 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 diff --git a/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec b/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec index bf400e099d..2ca2bd1aea 100644 --- a/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec +++ b/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec @@ -4,8 +4,8 @@ %global modulename nvidia Name: dkms-%{modulename} -Version: 590.48.01 -Release: 2%?dist +Version: 595.58.03 +Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License diff --git a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec index cc9fc097a0..3afa2a5d1f 100644 --- a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec +++ b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec @@ -7,8 +7,8 @@ %undefine _auto_set_build_flags Name: nvidia-kmod -Version: 590.48.01 -Release: 5%{?dist} +Version: 595.58.03 +Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License From c3c9261b04263954404225496b9368b1a59a381e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 02:26:54 +0000 Subject: [PATCH 0422/1189] bump: discord-canary-openasar discord-canary ruffle-nightly turbowarp rpcs3 --- .../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/turbowarp/turbowarp.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 5 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 c01e2a51bc..9d84f288a7 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.933 +Version: 0.0.934 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 18037d5d8e..9b36e775e5 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.933 +Version: 0.0.934 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 5a8b7dc2a4..90505d5837 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-30 +%global ver 2026-03-31 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/devs/turbowarp/turbowarp.spec b/anda/devs/turbowarp/turbowarp.spec index ffe0c27461..6fb36cd822 100644 --- a/anda/devs/turbowarp/turbowarp.spec +++ b/anda/devs/turbowarp/turbowarp.spec @@ -2,7 +2,7 @@ Name: turbowarp-desktop %electronmeta -D -Version: 1.15.2 +Version: 1.15.5 Release: 1%{?dist} Summary: A better offline editor for Scratch 3 URL: https://desktop.turbowarp.org/ diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index ddf2806640..7f94a3b146 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 1c37f64a58583b2f80ad9bd12f928b49176b60fd -%global ver 0.0.40-19139 +%global commit 122ccca50e3508905aff79200e5ada12308275eb +%global ver 0.0.40-19143 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 66911088e063e0468f7cc595814bf716ef9a84ef Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 02:45:01 +0000 Subject: [PATCH 0423/1189] bump(nightly): flameshot-nightly mpv-nightly rpcc hyprutils.nightly ghostty-nightly micro-nightly zed-nightly nim-nightly types-colorama opentabletdriver-nightly scx-scheds-nightly scx-tools-nightly natscli --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/apps/rpcc/rpcc.spec | 6 +++--- anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 6 +++--- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/micro/micro-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 ++-- .../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/natscli/natscli.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 c1ecf28847..d1d34a2c57 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 bdb1eda421937f2d28d588255343e895f68438a8 +%global commit 66464fa4c120f5cd6be434f50004e58fa0688d14 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260329 +%global commit_date 20260331 %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 694073011a..ddb05f3e00 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 2e83b3b61c92fa9346bade8185d61e3f9f685fcb +%global commit 9465b30a404dd2f713c6ef515c029ce4d26ebdc9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260330 +%global commit_date 20260331 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/apps/rpcc/rpcc.spec b/anda/apps/rpcc/rpcc.spec index 58bf36a020..ef8ab8d551 100644 --- a/anda/apps/rpcc/rpcc.spec +++ b/anda/apps/rpcc/rpcc.spec @@ -1,10 +1,10 @@ -%global commit 353e04bf0bc1866cba1f599cd76050890d33ba23 -%global commit_date 20260123 +%global commit 7b4843db7b7774110077760973e8050b4e632f86 +%global commit_date 20260331 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpcc Version: 0~%commit_date.git~%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Raspberry Pi Control Centre - an extensible settings application for the Raspberry Pi Desktop License: BSD-3-Clause URL: https://github.com/raspberrypi-ui/rpcc diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index e2663047c0..c3750adf91 100644 --- a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec @@ -1,10 +1,10 @@ #? https://src.fedoraproject.org/rpms/hyprutils/blob/rawhide/f/hyprutils.spec %global realname hyprutils -%global ver 0.11.1 +%global ver 0.12.0 -%global commit 762166b516432ce4b02bfbae365f1daa6f88f76d -%global commit_date 20260327 +%global commit e6caa3d4d1427eedbdf556cf4ceb70f2d9c0b56d +%global commit_date 20260331 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 2c42a5c372..4f47065a91 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5540f5f249db0f5e8c1e5f47ee9339f4fe1786f0 +%global commit 3509ccf78ef087fec2f0209fbc297a321106d339 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-29 +%global fulldate 2026-03-30 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index 5a2342ce84..fd1fea05b8 100644 --- a/anda/devs/micro/micro-nightly.spec +++ b/anda/devs/micro/micro-nightly.spec @@ -12,8 +12,8 @@ # Naming variable as something other than "commit" is necessary # to stop %%gometa from putting commit hash in release -%global commit_hash 4d04ad7290c3200c140732b2a1ed11924cc68cf8 -%global commit_date 20260329 +%global commit_hash 25faa84fcb144138b09e043a3f79d1168f57a6c1 +%global commit_date 20260331 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.15 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index a2f22ff723..12d8646716 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 3060e4170ea5ef0e6886b9ac1853aaead9ddd59f +%global commit fb87786375a17841e1296879ca71950407cc8aff %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260330 +%global commit_date 20260331 %global ver 0.231.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 387dd621f6..b1b0f91dc9 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 78282b241f16c66e40782775ee1d4c16b8af8d6f +%global commit 7a82c5920c46fa7a3393ebdecc54716cb1015366 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260329 +%global commit_date 20260331 %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 436cb4a5f8..463348d3b9 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 14968e64c6425a6d03f783e002a68bb4709cd36f -%global commit_date 20260330 +%global commit ccf9411fb1f5bee2a8e3d278889de17a08f7bbe3 +%global commit_date 20260331 %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 19a5cf30dc..8796834a80 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 59a53c20f6c2b3a1b7e2d1670b8ace4f9f042797 +%global commit dd573b1fe80ac78f77ec58674fdeeb4b6106f1fd %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260330 +%global commit_date 20260331 %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 128d335787..8903962e2c 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 d9da4ca0adbed83ab4e8c5bdd24cd73711a8f2ee +%global commit 2ad3f585971c8ba77bebee5653bda9a884a16b3e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260329 +%global commitdate 20260331 %global ver 1.1.0 %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 25084335ba..162e2237b3 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 301cf6da5402a6ef07952f95fe051e1af0ea8709 +%global commit d35e843f20fa181ab13c80c31ac4aa7b9cb3aa21 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260328 +%global commitdate 20260331 %global ver 1.1.0 %global appid com.sched_ext.scx %global developer "sched-ext Contributors" diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index e1508eecde..2f492508ab 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 afd640576c9a2bacaadd60008b8c56a41e0d38a3 -%global commit_date 20260326 +%global commit bb6454dbb8986c4fa3dc24bc3a2428a2244542a0 +%global commit_date 20260331 %global shortcommit %{sub %{commit} 1 7} %gometa -f From c68e0efe4881ee9ff1d87e7387871f09af07db01 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 30 Mar 2026 22:26:55 -0700 Subject: [PATCH 0424/1189] feat: Update to the latest OGC gamescope build (#10962) --- anda/games/terra-gamescope/terra-gamescope.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/terra-gamescope/terra-gamescope.spec b/anda/games/terra-gamescope/terra-gamescope.spec index 2de32bd0e0..06e056b5f4 100755 --- a/anda/games/terra-gamescope/terra-gamescope.spec +++ b/anda/games/terra-gamescope/terra-gamescope.spec @@ -2,11 +2,11 @@ %global _default_patch_fuzz 2 %global build_timestamp %(date +"%Y%m%d") -%global gamescope_commit 402bfb81bc25943cac9061eb022fe229c5414f5e +%global gamescope_commit 7c5ebe991af905c17fa26f6287704ff07dcf69ca %define short_commit %(echo %{gamescope_commit} | cut -c1-8) Name: terra-gamescope -Version: 136.%{short_commit} +Version: 137.%{short_commit} Release: 1%?dist Summary: Micro-compositor for video games on Wayland From eed4a53c2a836bbf6adfc850c3c35065f6022274 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 07:46:57 +0000 Subject: [PATCH 0425/1189] bump: waypaper dwarfs --- anda/desktops/waypaper/waypaper.spec | 4 ++-- anda/lib/dwarfs/dwarfs.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/desktops/waypaper/waypaper.spec b/anda/desktops/waypaper/waypaper.spec index 2b6b047d72..9620b83659 100644 --- a/anda/desktops/waypaper/waypaper.spec +++ b/anda/desktops/waypaper/waypaper.spec @@ -4,8 +4,8 @@ %define _python_dist_allow_version_zero 1 Name: python-%{pypi_name} -Version: 2.7 -Release: 1%?dist +Version: 2.8 +Release: 1%{?dist} Summary: GUI wallpaper manager for Wayland and Xorg Linux systems License: GPL-3.0-only URL: https://github.com/anufrievroman/waypaper diff --git a/anda/lib/dwarfs/dwarfs.spec b/anda/lib/dwarfs/dwarfs.spec index 3d8f674c77..e95639fd6e 100644 --- a/anda/lib/dwarfs/dwarfs.spec +++ b/anda/lib/dwarfs/dwarfs.spec @@ -5,8 +5,8 @@ A fast high compression read-only file system for Linux and Windows.} %global _distro_extra_cxxflags -include %{_includedir}/c++/*/cstdint Name: dwarfs -Version: 0.15.1 -Release: 2%{?dist} +Version: 0.15.2 +Release: 1%{?dist} Summary: A fast high compression read-only file system for Linux, Windows and macOS License: GPL-3.0-or-later URL: https://github.com/mhx/%{name} From c5f4b49dc2215192b31832e092dc1d04570c6d08 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 08:42:44 +0000 Subject: [PATCH 0426/1189] 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 195c38825b..04e44be3b4 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 9a4f287c51b103e382f6d22220a484698d867ace +%global commit 0ee9e5df521b13dbc9f205b345aad5709baedf75 %forgemeta Name: lomiri-system-settings From 449be79088b334c48ef891bdba005416e84ba49a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 10:40:44 +0000 Subject: [PATCH 0427/1189] 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 1c026adf12..b9397a2dd5 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.17 +Version: 2026.3.18 Release: 1%{?dist} Summary: Front-end to your dev env From 359a5906ed17b28374931e410e11ca27cb3cff2b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 31 Mar 2026 08:59:49 -0500 Subject: [PATCH 0428/1189] fix (mangowm): bdep (#10969) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix (mangowm): bdep Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * bump(mangowm): release 1 → 2 --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/desktops/mangowm/mangowm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/mangowm/mangowm.spec b/anda/desktops/mangowm/mangowm.spec index 4f41e5362d..a5f1435318 100644 --- a/anda/desktops/mangowm/mangowm.spec +++ b/anda/desktops/mangowm/mangowm.spec @@ -2,7 +2,7 @@ Name: mangowm Version: 0.12.8 -Release: 1%{?dist} +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 @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(libinput) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(libpcre2-8) -BuildRequires: pkgconfig(scenefx-0.4) +BuildRequires: scenefx-devel Conflicts: mangowc < %{mangowc_ver} Obsoletes: mangowc < %{mangowc_ver} From e537eca344e6c796f2cc78cb1d187e5976c28853 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:00:20 -0500 Subject: [PATCH 0429/1189] fix (natscli): update included docs (#10963) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/natscli/natscli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 2f492508ab..16bb5a52c5 100644 --- a/anda/tools/natscli/natscli.spec +++ b/anda/tools/natscli/natscli.spec @@ -38,7 +38,7 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %files %license LICENSE -%doc README.md AUTH.md LOCAL_DEVELOPMENT.md cli/cheats/* +%doc README.md AUTH.md CODE-OF-CONDUCT.md GOVERNANCE.md cli/cheats/* %{_bindir}/nats %changelog From 624fc0261b5904f9b8e8bbc9787640e033c5164c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 14:12:01 +0000 Subject: [PATCH 0430/1189] 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 43c3587f07..dfa3d2de86 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.9 +Version: 2.7.10 Release: 1%{?dist} Summary: Deno executable From 5a79c114ca63a3e81b2f2fa2d89f7128c77bede2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 15:38:50 +0000 Subject: [PATCH 0431/1189] bump: osu-lazer --- anda/games/osu-lazer/osu-lazer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index e9bfd4c8c5..49586e6f2a 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -1,9 +1,9 @@ -%define osuresver 2026.305.0 +%define osuresver 2026.331.0 %global debug_package %{nil} %define __strip /bin/true Name: osu-lazer -Version: 2026.305.0 +Version: 2026.331.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 From a3d4aec90bef64fd653e0ea6ef0d0236e79a9675 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 16:40:18 +0000 Subject: [PATCH 0432/1189] bump: osu-lazer --- anda/games/osu-lazer/osu-lazer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index 49586e6f2a..638074c1b2 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -3,7 +3,7 @@ %define __strip /bin/true Name: osu-lazer -Version: 2026.331.0 +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 From 3abc109891ebeff4327a22db3ac32c107a294584 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 17:38:59 +0000 Subject: [PATCH 0433/1189] bump: discord-canary-openasar discord-canary liblsp-dsp --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/lib/lsp-dsp/liblsp-dsp.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 9d84f288a7..1b7d659cf8 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.934 +Version: 0.0.935 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 9b36e775e5..20aff0b700 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.934 +Version: 0.0.935 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/lib/lsp-dsp/liblsp-dsp.spec b/anda/lib/lsp-dsp/liblsp-dsp.spec index 46079f0578..5800be8884 100644 --- a/anda/lib/lsp-dsp/liblsp-dsp.spec +++ b/anda/lib/lsp-dsp/liblsp-dsp.spec @@ -3,7 +3,7 @@ #define _empty_manifest_terminate_build 0 Name: liblsp-dsp -Version: 1.0.34 +Version: 1.0.35 Release: 1%{?dist} Summary: DSP library for signal processing License: LGPL-3.0 From 51584a23f110a4c13d6a2dd662e502344cb8bf64 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 18:37:11 +0000 Subject: [PATCH 0434/1189] bump: lomiri-app-launch osu-lazer --- .../lomiri-unity/lomiri-app-launch/lomiri-app-launch.spec | 2 +- anda/games/osu-lazer/osu-lazer.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/lomiri-unity/lomiri-app-launch/lomiri-app-launch.spec b/anda/desktops/lomiri-unity/lomiri-app-launch/lomiri-app-launch.spec index f5993637c6..4cf59a5276 100644 --- a/anda/desktops/lomiri-unity/lomiri-app-launch/lomiri-app-launch.spec +++ b/anda/desktops/lomiri-unity/lomiri-app-launch/lomiri-app-launch.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-app-launch -%global commit f4b7c634dc4f95086dcda70113fbc2f6ce22eed7 +%global commit c40aaeecbc1a1634f961ed6ce2b5f5cb0e5196e3 %forgemeta Name: lomiri-app-launch diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index 638074c1b2..7333ca26fa 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -3,7 +3,7 @@ %define __strip /bin/true Name: osu-lazer -Version: 2026.305.0 +Version: 2026.401.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 From 7bea54f5779c80a212cc2e8cf8a5ddde93bf9322 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 19:39:24 +0000 Subject: [PATCH 0435/1189] bump: zig-master-bootstrap asusctl --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/system/asusctl/asusctl.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index c0e0d6156b..55eea9c929 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.3041+3dc5f1398 +version=0.16.0-dev.3059+42e33db9d mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index eed40d9e71..3d4318eb14 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3041+3dc5f1398 +%global ver 0.16.0-dev.3059+42e33db9d %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/system/asusctl/asusctl.spec b/anda/system/asusctl/asusctl.spec index 46d6f1225a..0867593de8 100644 --- a/anda/system/asusctl/asusctl.spec +++ b/anda/system/asusctl/asusctl.spec @@ -2,8 +2,8 @@ %global appid org.asus_linux.rog_control_center Name: asusctl -Version: 6.3.5 -Release: 2%{?dist} +Version: 6.3.6 +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 435b86db2d0f8d1e5632fc71bd53eb504cac0116 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 20:24:29 +0000 Subject: [PATCH 0436/1189] bump: noctalia-qs rpcs3 --- anda/desktops/noctalia-qs/noctalia-qs.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec index f1b9279321..2937cc2213 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -1,7 +1,7 @@ -%global commit 1c0710cd7c9f1483bb6dbf5e69023da97136646d +%global commit fb0cc1557d8321fb2e3f34e94beddefe56211e04 Name: noctalia-qs -Version: 0.0.11 +Version: 0.0.12 Release: 1%{?dist} Summary: Flexible QtQuick based desktop shell toolkit License: LGPL-3.0-only AND GPL-3.0-only diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 7f94a3b146..204ed7a89a 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 122ccca50e3508905aff79200e5ada12308275eb -%global ver 0.0.40-19143 +%global commit ac104a519e80a0960f3b6ce0441aa96c77cabcd2 +%global ver 0.0.40-19145 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 45b4fe361a5173f2ea3b4c5cd1623f0f93533c41 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 20:37:07 +0000 Subject: [PATCH 0437/1189] 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 38a0457ea7..ae17ef35ce 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3041+3dc5f1398 +Version: 0.16.0~dev.3059+42e33db9d 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 f3e904ced8d8d3f0b6e444758ea50be5d5aecacb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 21:02:53 +0000 Subject: [PATCH 0438/1189] bump: noctalia-shell --- anda/desktops/noctalia-shell/noctalia-shell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index 00306eb0b4..b999893edf 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.7.1 +Version: 4.7.2 Release: 1%{?dist} Summary: A Quickshell-based custom shell setup From e54f18dbfc6264dfdb7a8923f8b2e17e05fc1f06 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 21:52:50 +0000 Subject: [PATCH 0439/1189] 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 ac994d5872..74ced87495 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.20 +Version: 0.2.21 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From f0a82e7e2071d0f1d7b3616931cc530a9f51d459 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 23:03:26 +0000 Subject: [PATCH 0440/1189] bump: xf-xet --- anda/langs/python/hf-xet/xf-xet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 094227a843..3663d194b4 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.4.2 +Version: 1.4.3 Release: 1%{?dist} Summary: xet client tech, used in huggingface_hub License: Apache-2.0 From 04c495ae998276889cac7d6159ace3d23dc000c8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 31 Mar 2026 23:47:10 +0000 Subject: [PATCH 0441/1189] bump: asar electron --- anda/devs/asar/asar.spec | 2 +- anda/tools/electron/electron.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/asar/asar.spec b/anda/devs/asar/asar.spec index dca20789ab..2064b61085 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.1.2 +Version: 4.2.0 Release: 1%{?dist} Summary: Simple extensive tar-like archive format with indexing License: MIT diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 6391feee48..5cdaab0d19 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.1.0 +Version: 41.1.1 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 338aa1fc544030acf8ba2ddd804fdbfa6b57cb28 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 01:09:39 +0000 Subject: [PATCH 0442/1189] bump: discord-canary-openasar discord-canary ruffle-nightly inputplumber --- 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/games/inputplumber/inputplumber.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 1b7d659cf8..ff82a63367 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.935 +Version: 0.0.936 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 20aff0b700..b837b24e1e 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.935 +Version: 0.0.936 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 90505d5837..3b2a644022 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-03-31 +%global ver 2026-04-01 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/games/inputplumber/inputplumber.spec b/anda/games/inputplumber/inputplumber.spec index 6bb7daf804..42743045d9 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.2 +Version: 0.76.0 Release: 1%{?dist} Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later From 548445a68286e789bc6df040b002e9a346611dd7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 02:56:57 +0000 Subject: [PATCH 0443/1189] bump(nightly): flameshot-nightly legcord-nightly mpv-nightly rp-bookshelf winetricks-git ghostty-nightly zed-nightly prismlauncher-nightly v2ray-nightly nim-nightly types-colorama v2ray-domain-list-community scx-scheds-nightly HeadsetControl-nightly glasgow natscli --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/apps/rp-bookshelf/rp-bookshelf.spec | 6 +++--- anda/apps/winetricks/git/winetricks-git.spec | 6 +++--- 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/go/v2ray/nightly/v2ray-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- .../HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- anda/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 16 files changed, 34 insertions(+), 34 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index d1d34a2c57..2f255955fa 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 66464fa4c120f5cd6be434f50004e58fa0688d14 +%global commit 8cf641d0da10733a4d4b251edb3c249221bd86ac %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260331 +%global commit_date 20260401 %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 ac88c9a542..eb79123960 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit a9631588ec468b281a940fffaf42238c6074be07 -%global commit_date 20260330 +%global commit 900316b287edd73aeb2371a63603cdf4d226a766 +%global commit_date 20260401 %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 ddb05f3e00..8f4c2043cd 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 9465b30a404dd2f713c6ef515c029ce4d26ebdc9 +%global commit d79c4ad1e33301552e23c9bb98ec3c6c9a4324b9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260331 +%global commit_date 20260401 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/apps/rp-bookshelf/rp-bookshelf.spec b/anda/apps/rp-bookshelf/rp-bookshelf.spec index dc27c53aac..23ddf8565f 100644 --- a/anda/apps/rp-bookshelf/rp-bookshelf.spec +++ b/anda/apps/rp-bookshelf/rp-bookshelf.spec @@ -1,10 +1,10 @@ -%global commit a720bf5041fd832a278378fd6f5cf9a0b3f8cc6f -%global commit_date 20251217 +%global commit ecc8fff9109001717d913dd5a4d30573f4a3f2c5 +%global commit_date 20260401 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rp-bookshelf Version: 0~%commit_date.git~%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Browser for Raspberry Pi Press publications in PDF format License: BSD-3-Clause URL: https://github.com/raspberrypi-ui/bookshelf diff --git a/anda/apps/winetricks/git/winetricks-git.spec b/anda/apps/winetricks/git/winetricks-git.spec index d02bcac45e..aa7c24366b 100644 --- a/anda/apps/winetricks/git/winetricks-git.spec +++ b/anda/apps/winetricks/git/winetricks-git.spec @@ -1,13 +1,13 @@ # Fedora sometimes sources the snapshots under stable versions and just bumps release # For user clarity I have separated these into different packages -%global commit b792287f5bec9086916aa9b81788e0ea38f02c24 +%global commit 55aacc98766a9053a3e56a7662051f2531818b5f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 20260125 -%global commit_date 20260222 +%global commit_date 20260401 Name: winetricks-git Version: %{ver}^%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: Work around common problems in Wine; Winetricks Git builds License: LGPL-2.1-or-later URL: https://github.com/Winetricks/winetricks diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 4f47065a91..a2d1b1591c 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 3509ccf78ef087fec2f0209fbc297a321106d339 +%global commit c2dd7579e28ff1fecb4a68f32ae8cacda576550c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-30 +%global fulldate 2026-03-31 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 12d8646716..f85cd07e49 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit fb87786375a17841e1296879ca71950407cc8aff +%global commit 971775e3b266950fbee99d97b863afe769374321 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260331 +%global commit_date 20260401 %global ver 0.231.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index cdc3906ff6..e1eeff3e59 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 31be615f7b4cc949ae4daa9797e50d138872054a +%global commit 1450ffca183d229365c354a1465343c81ae692ff %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260330 +%global commit_date 20260401 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec index ca3df7f0de..714b6e57cf 100644 --- a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec +++ b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec @@ -1,7 +1,7 @@ -%global commit cf7577f650f97226d34a4e7ab6e30b765a15677a +%global commit d1e2c2391a653255fe61687a6394d3457cdd3dea %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v5.47.0 -%global commit_date 20260327 +%global commit_date 20260401 %global goipath github.com/v2fly/v2ray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index b1b0f91dc9..d9324f068a 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 7a82c5920c46fa7a3393ebdecc54716cb1015366 +%global commit 9c07bb94c1eb170f3b358043cff40d12d7fcd5ae %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260331 +%global commit_date 20260401 %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 463348d3b9..2f7077f134 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 ccf9411fb1f5bee2a8e3d278889de17a08f7bbe3 -%global commit_date 20260331 +%global commit c5e47faeda2cf9d233f91bc1dc95814b0cc7ccba +%global commit_date 20260401 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index e251e72a3e..dda33fe797 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit c7e8e1b20382eb5cbdbbdbc5b0543342b3ce9813 +%global commit 656b445ee1f3176df1a73c447a35abe1b03fd747 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260330021310 -%global commit_date 20260330 +%global ver 20260331044442 +%global commit_date 20260401 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 8903962e2c..c766e5da8d 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 2ad3f585971c8ba77bebee5653bda9a884a16b3e +%global commit d4dee55a1bb07db6ae74d7ef0cd2bd4338e6b55f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260331 +%global commitdate 20260401 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index 496c71a5b8..e727729955 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 02ec4517e4bb5283c116426ccff2b54b203692f1 +%global commit e0236427ff4e9e0b9144dbd1873696088f7a24e8 %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 15b104cd86..38f751d848 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit caa6dc9d9307b91105a38d64be9d137125add601 -%global commit_date 20260330 +%global commit 24fdb4a6f9306cdeb034652cfa4e44149206f033 +%global commit_date 20260401 %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 16bb5a52c5..97986b3c42 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 bb6454dbb8986c4fa3dc24bc3a2428a2244542a0 -%global commit_date 20260331 +%global commit b29c7cc69e61c7868314534e1ae8b9745e35f972 +%global commit_date 20260401 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 83c551ba5899d4e430079c4ea0661307034441c6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 04:20:22 +0000 Subject: [PATCH 0444/1189] bump: numba --- anda/langs/python/numba/numba.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/numba/numba.spec b/anda/langs/python/numba/numba.spec index 9e8234147c..416b8ce0b9 100644 --- a/anda/langs/python/numba/numba.spec +++ b/anda/langs/python/numba/numba.spec @@ -1,8 +1,8 @@ %global pypi_name numba Name: python-%{pypi_name} -Version: 0.64.0 -Release: 1%?dist +Version: 0.65.0 +Release: 1%{?dist} Summary: NumPy aware dynamic Python compiler using LLVM License: BSD-2-Clause AND MIT AND BSD-3-Clause URL: https://numba.pydata.org From a26992ce1ffda50759882352123b795855f2d78a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 06:07:24 +0000 Subject: [PATCH 0445/1189] bump: gh-act dwarfs --- anda/langs/go/gh-act/gh-act.spec | 2 +- anda/lib/dwarfs/dwarfs.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/go/gh-act/gh-act.spec b/anda/langs/go/gh-act/gh-act.spec index a65163519a..fb3aa905ab 100644 --- a/anda/langs/go/gh-act/gh-act.spec +++ b/anda/langs/go/gh-act/gh-act.spec @@ -12,7 +12,7 @@ # https://github.com/nektos/act %global goipath github.com/nektos/act -Version: 0.2.86 +Version: 0.2.87 %gometa -f diff --git a/anda/lib/dwarfs/dwarfs.spec b/anda/lib/dwarfs/dwarfs.spec index e95639fd6e..fb842901a3 100644 --- a/anda/lib/dwarfs/dwarfs.spec +++ b/anda/lib/dwarfs/dwarfs.spec @@ -5,7 +5,7 @@ A fast high compression read-only file system for Linux and Windows.} %global _distro_extra_cxxflags -include %{_includedir}/c++/*/cstdint Name: dwarfs -Version: 0.15.2 +Version: 0.15.3 Release: 1%{?dist} Summary: A fast high compression read-only file system for Linux, Windows and macOS License: GPL-3.0-or-later From 7030c2c188cb2692ff3450be5e1eccf4de00519f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 09:04:52 +0000 Subject: [PATCH 0446/1189] bump: golang-google-grpc.terra --- anda/langs/go/google-grpc/golang-google-grpc.terra.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 425088d4f9..23894d9805 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.3 +Version: 1.80.0 %gometa -L From b5bbe02f2f94b43e03177c5ff8b37d5cb5384842 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 10:14:56 +0000 Subject: [PATCH 0447/1189] 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 dfa3d2de86..4de490932c 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.10 +Version: 2.7.11 Release: 1%{?dist} Summary: Deno executable From c1a6b02616df33d9deb8efecc75b3a5b9a110d5b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 11:15:56 +0000 Subject: [PATCH 0448/1189] 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 b9397a2dd5..9c1509c992 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.18 +Version: 2026.4.0 Release: 1%{?dist} Summary: Front-end to your dev env From 52b00ee60c04ce94747c4b357c5c497e71bff459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 08:58:27 -0500 Subject: [PATCH 0449/1189] build(deps): bump github/codeql-action from 4.34.1 to 4.35.1 (#10980) --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index ab737e169b..60da639b66 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -73,6 +73,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4 + uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4 with: sarif_file: results.sarif From 934c5174a508a6cd8416a4bdb56467340ecb5d07 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 14:05:28 +0000 Subject: [PATCH 0450/1189] bump: typos --- anda/tools/typos/typos.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/typos/typos.spec b/anda/tools/typos/typos.spec index 44c022ca05..2ffd26e90c 100644 --- a/anda/tools/typos/typos.spec +++ b/anda/tools/typos/typos.spec @@ -2,8 +2,8 @@ %define debug_package %{nil} Name: typos -Version: 1.44.0 -Release: 1%?dist +Version: 1.45.0 +Release: 1%{?dist} Summary: Source Code Spelling Correction License: MIT OR Apache-2.0 From ad0f62a3624b2f9f386bc053d003b552ce0ca99a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 15:38:24 +0000 Subject: [PATCH 0451/1189] 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 55eea9c929..0192a4e79f 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.3059+42e33db9d +version=0.16.0-dev.3061+9b1eaad13 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 3d4318eb14..e091b94ab2 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3059+42e33db9d +%global ver 0.16.0-dev.3061+9b1eaad13 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 53bfacaf03948357de80183d7c705122f931a173 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 16:35:30 +0000 Subject: [PATCH 0452/1189] 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 3b7c976c4b..72a96225f5 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.230.0-pre +%global ver 0.230.0 # 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 e9ec48cc68..863808c1b2 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.229.0 +Version: 0.230.0 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 973797d81e2ce45bfc5b8f567a6613c527966836 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 17:26:54 +0000 Subject: [PATCH 0453/1189] 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 ae17ef35ce..d99cf9145e 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3059+42e33db9d +Version: 0.16.0~dev.3061+9b1eaad13 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 9384b94a3f698999dc25aa692211e556cba35a85 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 17:32:45 +0000 Subject: [PATCH 0454/1189] 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 ff82a63367..4d905bb9d5 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.936 +Version: 0.0.937 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 b837b24e1e..520bb96df8 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.936 +Version: 0.0.937 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 6257d916786d1cfb90aa55e768ac044e5321f327 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 18:34:41 +0000 Subject: [PATCH 0455/1189] bump: helium-browser-bin zed-preview --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 2 +- anda/devs/zed/preview/zed-preview.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 8b166e9294..50dc62cbc3 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.10.7.1 +Version: 0.10.8.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 72a96225f5..2ef2be3263 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.230.0 +%global ver 0.231.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 341440f3c7fdb02d0c766144be56cab4f27d81e0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 19:41:46 +0000 Subject: [PATCH 0456/1189] 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 4d905bb9d5..6a8bcfa5cf 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.937 +Version: 0.0.938 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 520bb96df8..ed304dcadb 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.937 +Version: 0.0.938 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From f08bf5874c9c5d53c63b2c4b104b117e63d0c16f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 21:10:33 +0000 Subject: [PATCH 0457/1189] bump: driftwm --- anda/desktops/driftwm/driftwm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index 2f225c2257..db113b7977 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.1.3 +Version: 0.1.4 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later From 03b6a5a4546487009ac0999c62e597939b49c28e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 21:57:29 +0000 Subject: [PATCH 0458/1189] 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 6a8bcfa5cf..cede26759b 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.938 +Version: 0.0.939 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 ed304dcadb..4486e83592 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.938 +Version: 0.0.939 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 4b8ca04d614c0322c056b7f51f8ac9ca88c71495 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 1 Apr 2026 22:45:24 +0000 Subject: [PATCH 0459/1189] 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 280bb073b9..48eceff6f4 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: 8.4.1 +Version: 8.5.0 Release: 1%{?dist} Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org From 6de478b7d694b1f9b5d6e218c3cea15ce6e3593c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 02:37:55 +0000 Subject: [PATCH 0460/1189] bump: noctalia-shell --- anda/desktops/noctalia-shell/noctalia-shell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index b999893edf..94f393372c 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.7.2 +Version: 4.7.3 Release: 1%{?dist} Summary: A Quickshell-based custom shell setup From e577a0dda51fb6e14f4b6cd7f7e7c5f3b5c77f21 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 02:41:07 +0000 Subject: [PATCH 0461/1189] bump(nightly): flameshot-nightly goofcord-nightly mpv-nightly winetricks-git zed-nightly prismlauncher-nightly nim-nightly types-colorama scx-scheds-nightly glasgow --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/goofcord/nightly/goofcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/apps/winetricks/git/winetricks-git.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/glasgow/glasgow.spec | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 2f255955fa..28af45b6b6 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 8cf641d0da10733a4d4b251edb3c249221bd86ac +%global commit 4634c27bed29146813c2c378fdf6388d4b371d7b %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260401 +%global commit_date 20260402 %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 4982e631d0..e022bb2ac8 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1959dff0fe62df5ef1a716ead78a85f644deea63 +%global commit d32cdcb19e0edeadca624c343d6bb4b73db2be97 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260330 +%global commit_date 20260402 %global ver 2.1.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 8f4c2043cd..5a662769ed 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 d79c4ad1e33301552e23c9bb98ec3c6c9a4324b9 +%global commit c961c96afb83d485d57ffa82106cf7e9882e1e59 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260401 +%global commit_date 20260402 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/apps/winetricks/git/winetricks-git.spec b/anda/apps/winetricks/git/winetricks-git.spec index aa7c24366b..991be6d289 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 55aacc98766a9053a3e56a7662051f2531818b5f +%global commit 205d3c652e1de440de8ccb39ce99fe877109a0bb %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 20260125 -%global commit_date 20260401 +%global commit_date 20260402 Name: winetricks-git Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index f85cd07e49..53b590e356 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 971775e3b266950fbee99d97b863afe769374321 +%global commit 20368bae44cd2a91bb6fd72045a424593dd9c550 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260401 -%global ver 0.231.0 +%global commit_date 20260402 +%global ver 0.232.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 e1eeff3e59..a1a2d3c64d 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 1450ffca183d229365c354a1465343c81ae692ff +%global commit a4c9e294da4d37d714f05efa885e568a32de3117 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260401 +%global commit_date 20260402 %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 d9324f068a..99b4d7b9bc 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 9c07bb94c1eb170f3b358043cff40d12d7fcd5ae +%global commit be29bcd402287f24ae4dc6d13c48011ce6218359 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260401 +%global commit_date 20260402 %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 2f7077f134..b4611fc2c6 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 c5e47faeda2cf9d233f91bc1dc95814b0cc7ccba -%global commit_date 20260401 +%global commit 4ab04d22631e5842838528ceaae19c3c532cdd43 +%global commit_date 20260402 %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 c766e5da8d..b18d0a72b2 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 d4dee55a1bb07db6ae74d7ef0cd2bd4338e6b55f +%global commit 7c09a8833235f708d7f0e64e794001aebe5182d2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260401 +%global commitdate 20260402 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 38f751d848..d48db3d1c9 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 24fdb4a6f9306cdeb034652cfa4e44149206f033 -%global commit_date 20260401 +%global commit dc6c7144ad4d22f35458b6a2b9472eaeb527d610 +%global commit_date 20260402 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow From 9f7075f29f03ba12cffc20d7226afa74035c5ae7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 06:13:56 +0000 Subject: [PATCH 0462/1189] bump: jujutsu --- anda/tools/jujutsu/jujutsu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/jujutsu/jujutsu.spec b/anda/tools/jujutsu/jujutsu.spec index 128ee899f1..29af35fe1f 100644 --- a/anda/tools/jujutsu/jujutsu.spec +++ b/anda/tools/jujutsu/jujutsu.spec @@ -4,8 +4,8 @@ %global __brp_mangle_shebangs %{nil} Name: jujutsu -Version: 0.39.0 -Release: 1%?dist +Version: 0.40.0 +Release: 1%{?dist} Summary: Git-compatible DVCS that is both simple and powerful License: Apache-2.0 AND CC-BY-4.0 URL: https://www.jj-vcs.dev/latest/ From 72e2a0a0fa543da6b6a36f40358462cc59a11f5b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 07:43:12 +0000 Subject: [PATCH 0463/1189] bump: surge --- anda/tools/surge/surge.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index af2ce47bd8..5ee4ddfb6e 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.7.5 +Version: 0.7.6 %gometa From 8a4311ca1bcdb6c2b61527339d76ca7bbb7cf5d5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 08:33:31 +0000 Subject: [PATCH 0464/1189] bump(branch): lightly-qt6 --- anda/themes/lightly-qt6/VER6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/themes/lightly-qt6/VER6.txt b/anda/themes/lightly-qt6/VER6.txt index 9a037142aa..9d607966b7 100644 --- a/anda/themes/lightly-qt6/VER6.txt +++ b/anda/themes/lightly-qt6/VER6.txt @@ -1 +1 @@ -10 \ No newline at end of file +11 \ No newline at end of file From 1c29b685fd745ce1d7d578c79b168e8bdfa6cad7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 09:43:23 +0000 Subject: [PATCH 0465/1189] bump: rust-topgrade --- anda/tools/topgrade/rust-topgrade.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/topgrade/rust-topgrade.spec b/anda/tools/topgrade/rust-topgrade.spec index 7cc92fc1df..f55d49dde7 100644 --- a/anda/tools/topgrade/rust-topgrade.spec +++ b/anda/tools/topgrade/rust-topgrade.spec @@ -3,7 +3,7 @@ Name: rust-topgrade # renovate: datasource=github-releases depName=topgrade-rs/topgrade -Version: 17.1.0 +Version: 17.2.0 Release: 1%{?dist} Summary: Upgrade all the things From 68cadff6501457efb2bc02380b3c6a1ea697c33f Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:51:35 -0500 Subject: [PATCH 0466/1189] add: tauon (#10884) * add: tauon Signed-off-by: Owen-sz * oops Signed-off-by: Owen-sz * fix arch thing Signed-off-by: Owen-sz * try this Signed-off-by: Owen-sz * add: patch Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/apps/tauon/anda.hcl | 5 ++ anda/apps/tauon/remove-reqed-version.patch | 13 ++++ anda/apps/tauon/tauon.spec | 69 ++++++++++++++++++++++ anda/apps/tauon/update.rhai | 1 + 4 files changed, 88 insertions(+) create mode 100644 anda/apps/tauon/anda.hcl create mode 100644 anda/apps/tauon/remove-reqed-version.patch create mode 100644 anda/apps/tauon/tauon.spec create mode 100644 anda/apps/tauon/update.rhai diff --git a/anda/apps/tauon/anda.hcl b/anda/apps/tauon/anda.hcl new file mode 100644 index 0000000000..8240804b26 --- /dev/null +++ b/anda/apps/tauon/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "tauon.spec" + } +} diff --git a/anda/apps/tauon/remove-reqed-version.patch b/anda/apps/tauon/remove-reqed-version.patch new file mode 100644 index 0000000000..11fc6854d8 --- /dev/null +++ b/anda/apps/tauon/remove-reqed-version.patch @@ -0,0 +1,13 @@ +diff --git a/requirements.txt b/requirements.txt +index a0471ddb..e8ca00a9 100644 +--- a/requirements.txt ++++ b/requirements.txt +@@ -18,7 +18,7 @@ keyboard; sys_platform == 'win32' + lynxtray; sys_platform == 'win32' + opencc; sys_platform != 'win32' # optional + opencc-python-reimplemented; sys_platform == 'win32' # optional +-pypresence>=4.5.0 # optional ++pypresence # optional + tekore # optional + natsort # optional + #picard # optional diff --git a/anda/apps/tauon/tauon.spec b/anda/apps/tauon/tauon.spec new file mode 100644 index 0000000000..312903766d --- /dev/null +++ b/anda/apps/tauon/tauon.spec @@ -0,0 +1,69 @@ +%global _desc A music player for the desktop. Designed to be powerful and streamlined, putting the user in control of their music collection. + +%undefine __brp_mangle_shebangs + +Name: python-tauon +Version: 9.1.2 +Release: 1%?dist +Summary: A music player for the desktop. Designed to be powerful and streamlined +License: GPL-3.0-or-later +URL: https://tauonmusicbox.rocks/ +Source0: https://github.com/Taiko2k/Tauon/archive/refs/tags/v%{version}.tar.gz +Patch0: remove-reqed-version.patch + +BuildRequires: python3-devel +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: gcc +BuildRequires: make +BuildRequires: flac-devel +BuildRequires: mpg123-devel +BuildRequires: libvorbis-devel +BuildRequires: opusfile-devel +BuildRequires: libsamplerate-devel +BuildRequires: libopenmpt-devel +BuildRequires: wavpack-devel +BuildRequires: game-music-emu-devel + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-tauon +Summary: %{summary} +%{?python_provide:%python_provide python3-tauon} + +%description -n python3-tauon +%_desc + +%prep +%git_clone https://github.com/Taiko2k/Tauon v%{version} +%patch -P0 -p1 + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files tauon +%find_lang tauon +install -Dm644 extra/tauonmb.desktop %{buildroot}%{_appsdir}/tauonmb.desktop +install -Dm644 extra/tauonmb-symbolic.svg %{buildroot}%{_scalableiconsdir}/tauonmb-symbolic.svg +install -Dm644 extra/tauonmb.svg %{buildroot}%{_scalableiconsdir}/tauonmb.svg +install -Dm755 extra/tauonmb.sh %{buildroot}/opt/tauon/tauonmb.sh + +%files -n python3-tauon -f %{pyproject_files} -f tauon.lang +%doc README.md CHANGELOG.md CONTRIBUTING.md +%license LICENSE +%{_bindir}/tauonmb +%{python3_sitearch}/phazor.cpython-314-*-linux-gnu.so +%{_appsdir}/tauonmb.desktop +%{_scalableiconsdir}/tauonmb-symbolic.svg +%{_scalableiconsdir}/tauonmb.svg +/opt/tauon/tauonmb.sh + +%changelog +* Sat Mar 28 2026 Owen Zimmerman +- Initial commit diff --git a/anda/apps/tauon/update.rhai b/anda/apps/tauon/update.rhai new file mode 100644 index 0000000000..601e35ff3b --- /dev/null +++ b/anda/apps/tauon/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("Taiko2k/Tauon")); From 4b6d3673dcf3d1946f56b773a313badd4c1416c4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 10:38:30 +0000 Subject: [PATCH 0467/1189] bump: rust-zoi-rs MareTF rust-mise --- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- anda/tools/MareTF/MareTF.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index 51c4c518d3..b536a0fcbf 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.9.4 +%global crate_version 1.10.0 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') diff --git a/anda/tools/MareTF/MareTF.spec b/anda/tools/MareTF/MareTF.spec index 120f298c93..df01d51a40 100644 --- a/anda/tools/MareTF/MareTF.spec +++ b/anda/tools/MareTF/MareTF.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: MareTF -Version: 0.10.0 +Version: 0.10.1 Release: 1%{?dist} License: MIT Summary: A utility to create, edit, and display every type of VTF file ever made diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 9c1509c992..b493fa2708 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.4.0 +Version: 2026.4.1 Release: 1%{?dist} Summary: Front-end to your dev env From 8c76021ba756d9392d1ce8793d7d1f0269ec3e44 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 12:36:38 +0000 Subject: [PATCH 0468/1189] bump: rust-topgrade --- anda/tools/topgrade/rust-topgrade.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/topgrade/rust-topgrade.spec b/anda/tools/topgrade/rust-topgrade.spec index f55d49dde7..d6d1d20cea 100644 --- a/anda/tools/topgrade/rust-topgrade.spec +++ b/anda/tools/topgrade/rust-topgrade.spec @@ -3,7 +3,7 @@ Name: rust-topgrade # renovate: datasource=github-releases depName=topgrade-rs/topgrade -Version: 17.2.0 +Version: 17.2.1 Release: 1%{?dist} Summary: Upgrade all the things From 225d313cb35ad49de0cc6e2cd705e371dcad4d1a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 14:06:30 +0000 Subject: [PATCH 0469/1189] 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 ce656e7c64..1e186f9330 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit dddc0d426837eeb277cd880759e9826c2b309e90 +%global commit 86115e24e5273e02c065538fb464ac2aa8c1d5e0 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260329 +%global commit_date 20260402 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From 05906d5bf8833f2826f475b3c75c46c2f0195156 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 15:13:24 +0000 Subject: [PATCH 0470/1189] bump: discord-canary-openasar discord-canary android-studio --- .../discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/android-studio/stable/android-studio.spec | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index cede26759b..fe583fe06c 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.939 +Version: 0.0.940 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 4486e83592..78cbe47517 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.939 +Version: 0.0.940 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/android-studio/stable/android-studio.spec b/anda/devs/android-studio/stable/android-studio.spec index e6a9457e42..572361aa78 100644 --- a/anda/devs/android-studio/stable/android-studio.spec +++ b/anda/devs/android-studio/stable/android-studio.spec @@ -16,15 +16,15 @@ %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.2.6 -Release: 1%?dist +Version: 2025.3.3.6 +Release: 1%{?dist} Summary: Official IDE for Android development License: Apache-2.0 Packager: veuxit , like-engels ExclusiveArch: x86_64 URL: https://developer.android.com/studio -%define suffixS panda2 +%define suffixS panda3 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz From d936e32083bb35ac40c939f8ac50f0425e10d86c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 17:11:35 +0000 Subject: [PATCH 0471/1189] bump: rpcs3 framework-system --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/framework-system/framework-system.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 204ed7a89a..eac87afcb2 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 ac104a519e80a0960f3b6ce0441aa96c77cabcd2 -%global ver 0.0.40-19145 +%global commit f63b1b5dc1b8704278ba896ad536b8a2c3ed77bb +%global ver 0.0.40-19146 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/framework-system/framework-system.spec b/anda/tools/framework-system/framework-system.spec index 8f642e35c1..47e9981b30 100644 --- a/anda/tools/framework-system/framework-system.spec +++ b/anda/tools/framework-system/framework-system.spec @@ -1,5 +1,5 @@ Name: framework-system -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} Summary: Rust libraries and tools to interact with the Framework Computer systems URL: https://github.com/FrameworkComputer/framework-system From e975255054289988f825751c8291df276042fe95 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 18:06:31 +0000 Subject: [PATCH 0472/1189] bump: bitwarden-cli.bin discord-canary-openasar discord-canary discord-ptb-openasar discord-ptb zig-master-bootstrap --- anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec | 2 +- 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 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec b/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec index 63aca8e17f..5647f49fde 100644 --- a/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec +++ b/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec @@ -1,5 +1,5 @@ Name: bitwarden-cli.bin -Version: 2026.2.0 +Version: 2026.3.0 Release: 1%{?dist} Summary: Bitwarden command-line client License: GPL-3.0-only diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index fe583fe06c..cb9200970b 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.940 +Version: 0.0.941 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 78cbe47517..7f320ddb9f 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.940 +Version: 0.0.941 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 8c14abbcbd..dd4b72652d 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.184 +Version: 0.0.185 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 7cf7522703..fd4cfb0693 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.184 +Version: 0.0.185 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 0192a4e79f..bc6d0c4211 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.3061+9b1eaad13 +version=0.16.0-dev.3066+da78940dd mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index e091b94ab2..f306772649 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3061+9b1eaad13 +%global ver 0.16.0-dev.3066+da78940dd %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From d49b0270f70f8ff4025a80b70c54f4f78de6228f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 18:49:09 +0000 Subject: [PATCH 0473/1189] bump(branch): bitwarden-cli --- anda/apps/bitwarden/cli/bitwarden-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/bitwarden/cli/bitwarden-cli.spec b/anda/apps/bitwarden/cli/bitwarden-cli.spec index fd0df86f79..8933b92174 100644 --- a/anda/apps/bitwarden/cli/bitwarden-cli.spec +++ b/anda/apps/bitwarden/cli/bitwarden-cli.spec @@ -6,7 +6,7 @@ %endif Name: bitwarden-cli -Version: 2026.2.0 +Version: 2026.3.0 Release: 1%{?dist} Summary: Bitwarden command-line client License: GPL-3.0-only From 000744a32667687c484b4833c435c8ea8e19059b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 19:12:26 +0000 Subject: [PATCH 0474/1189] bump: noctalia-shell --- anda/desktops/noctalia-shell/noctalia-shell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index 94f393372c..725966ad1c 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.7.3 +Version: 4.7.4 Release: 1%{?dist} Summary: A Quickshell-based custom shell setup From 01deb8b3559cc6d2482be8a435f3af8645ca6803 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 19:44:45 +0000 Subject: [PATCH 0475/1189] 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 d99cf9145e..eb6c507ce4 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3061+9b1eaad13 +Version: 0.16.0~dev.3066+da78940dd 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 5544be53f2ffa129dd43958566496272bf824baa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 19:59:46 +0000 Subject: [PATCH 0476/1189] 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 2ef2be3263..3e8ced516c 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.231.0-pre +%global ver 0.231.1-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From c102a8999f106998aa9732ef666b4e4023c0e1d1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 22:02:27 +0000 Subject: [PATCH 0477/1189] 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 b6dd0a1f6c..e474f7f6a1 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 11.1.0 +Version: 11.2.0 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause From eefab97756d9eda0b2a724c83955d8a08766a2fe Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 22:49:09 +0000 Subject: [PATCH 0478/1189] bump: discord-canary-openasar discord-canary noctalia-shell glaze --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/desktops/noctalia-shell/noctalia-shell.spec | 2 +- anda/lib/glaze/glaze.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 cb9200970b..a4e24ee44a 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.941 +Version: 0.0.942 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 7f320ddb9f..2d71f8c6ad 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.941 +Version: 0.0.942 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/desktops/noctalia-shell/noctalia-shell.spec b/anda/desktops/noctalia-shell/noctalia-shell.spec index 725966ad1c..8e6824775b 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.7.4 +Version: 4.7.5 Release: 1%{?dist} Summary: A Quickshell-based custom shell setup diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index a451a516a9..e7b9fa3fcb 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.2.2 +Version: 7.2.3 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze From 26ffa94951d2703bf89030322b533e6859eb445e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 2 Apr 2026 23:53:11 +0000 Subject: [PATCH 0479/1189] bump: sass --- anda/misc/sass/sass.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/misc/sass/sass.spec b/anda/misc/sass/sass.spec index b2e25c5fbb..6856ffec95 100644 --- a/anda/misc/sass/sass.spec +++ b/anda/misc/sass/sass.spec @@ -4,7 +4,7 @@ %define _build_id_links none Name: sass -Version: 1.98.0 +Version: 1.99.0 Release: 1%{?dist} Summary: The reference implementation of Sass, written in Dart License: MIT From 77eef1e32af0d35a2a6a1e954842d205bbe39a9b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 02:25:00 +0000 Subject: [PATCH 0480/1189] 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 3b2a644022..5c36992bcd 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-01 +%global ver 2026-04-03 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 4f45232605b67cdfc68c940aefdc7db3c4dafb88 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 02:43:42 +0000 Subject: [PATCH 0481/1189] bump(nightly): mpv-nightly ghostty-nightly micro-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama scx-scheds-nightly graftcp-nightly natscli --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/micro/micro-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/graftcp/nightly/graftcp-nightly.spec | 4 ++-- anda/tools/natscli/natscli.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 5a662769ed..e3affeabf9 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 c961c96afb83d485d57ffa82106cf7e9882e1e59 +%global commit c41ee4b95fa8d9827be943247249eae56b372847 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260402 +%global commit_date 20260403 %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 a2d1b1591c..3286523520 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit c2dd7579e28ff1fecb4a68f32ae8cacda576550c +%global commit 0790937d03df6e7a9420c61de91ce520a85fe4ef %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-31 +%global fulldate 2026-04-02 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index fd1fea05b8..346bac062a 100644 --- a/anda/devs/micro/micro-nightly.spec +++ b/anda/devs/micro/micro-nightly.spec @@ -12,8 +12,8 @@ # Naming variable as something other than "commit" is necessary # to stop %%gometa from putting commit hash in release -%global commit_hash 25faa84fcb144138b09e043a3f79d1168f57a6c1 -%global commit_date 20260331 +%global commit_hash 1c88f24ad7f2ffb4c7ccaba6e8a7d1a28a59151b +%global commit_date 20260403 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.15 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 53b590e356..8da26b2dd7 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 20368bae44cd2a91bb6fd72045a424593dd9c550 +%global commit d430cc5945f371ec87dd295d1f01dd840cbed3d8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260402 +%global commit_date 20260403 %global ver 0.232.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index a1a2d3c64d..822acbfacb 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 a4c9e294da4d37d714f05efa885e568a32de3117 +%global commit a3c5f1f6f226a27b34f98b0fd9923817ce011632 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260402 +%global commit_date 20260403 %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 99b4d7b9bc..07e135503c 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 be29bcd402287f24ae4dc6d13c48011ce6218359 +%global commit 854c1f15bada3055fb041cc7ba96378c32d34667 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260402 +%global commit_date 20260403 %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 b4611fc2c6..8a2cd3e0f3 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 4ab04d22631e5842838528ceaae19c3c532cdd43 -%global commit_date 20260402 +%global commit 4567c8c5284f0608202aea612f3fcc1a190b97a9 +%global commit_date 20260403 %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 b18d0a72b2..3c2174aa6e 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 7c09a8833235f708d7f0e64e794001aebe5182d2 +%global commit ecc79ea8719b44ada359a0d085de295eff8394e9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260402 +%global commitdate 20260403 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/graftcp/nightly/graftcp-nightly.spec b/anda/tools/graftcp/nightly/graftcp-nightly.spec index fc8500590f..8b6668a565 100644 --- a/anda/tools/graftcp/nightly/graftcp-nightly.spec +++ b/anda/tools/graftcp/nightly/graftcp-nightly.spec @@ -1,5 +1,5 @@ -%global commit ed57ff8136d4f86c1de6bb17e176f31852e26c44 -%global commit_date 20260308 +%global commit 6b8e7e659fa39b9396a54f8bf94e9c51c2f58564 +%global commit_date 20260403 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: graftcp-nightly diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 97986b3c42..bf853dc54e 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 b29c7cc69e61c7868314534e1ae8b9745e35f972 -%global commit_date 20260401 +%global commit bd9e2fe8ea7ef32a5374dbbd3c147e8880be65e9 +%global commit_date 20260403 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 330cff7990fe63b221497444d19059cde2f073b7 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 2 Apr 2026 21:26:41 -0700 Subject: [PATCH 0482/1189] feat: Add steering wheel kmod/dkms packages (#10991) * feat: Add hid-tmff2 kmod/dkms * feat: Add new-lg4ff kmod/dkms * feat: Add t150-driver kmod/dkms * feat: Add hid-fanatecff kmod/dkms * chore: Requested fixes --- anda/system/hid-fanatecff/akmod/anda.hcl | 9 +++ .../akmod/hid-fanatecff-kmod.spec | 56 +++++++++++++++ anda/system/hid-fanatecff/akmod/update.rhai | 12 ++++ anda/system/hid-fanatecff/dkms/anda.hcl | 10 +++ .../dkms/dkms-hid-fanatecff.conf | 6 ++ .../dkms/dkms-hid-fanatecff.spec | 58 +++++++++++++++ .../hid-fanatecff/dkms/no-weak-modules.conf | 1 + anda/system/hid-fanatecff/dkms/update.rhai | 12 ++++ .../system/hid-fanatecff/kmod-common/anda.hcl | 9 +++ .../kmod-common/hid-fanatecff.spec | 52 ++++++++++++++ .../hid-fanatecff/kmod-common/update.rhai | 8 +++ anda/system/hid-tmff2/akmod/anda.hcl | 9 +++ .../hid-tmff2/akmod/hid-tmff2-kmod.spec | 68 ++++++++++++++++++ anda/system/hid-tmff2/akmod/update.rhai | 15 ++++ anda/system/hid-tmff2/dkms/anda.hcl | 10 +++ .../system/hid-tmff2/dkms/dkms-hid-tmff2.conf | 13 ++++ .../system/hid-tmff2/dkms/dkms-hid-tmff2.spec | 72 +++++++++++++++++++ .../hid-tmff2/dkms/no-weak-modules.conf | 1 + anda/system/hid-tmff2/dkms/update.rhai | 15 ++++ anda/system/hid-tmff2/kmod-common/anda.hcl | 9 +++ .../hid-tmff2/kmod-common/hid-tmff2.spec | 58 +++++++++++++++ anda/system/hid-tmff2/kmod-common/update.rhai | 11 +++ anda/system/new-lg4ff/akmod/anda.hcl | 9 +++ .../new-lg4ff/akmod/new-lg4ff-kmod.spec | 55 ++++++++++++++ anda/system/new-lg4ff/akmod/update.rhai | 12 ++++ anda/system/new-lg4ff/dkms/anda.hcl | 10 +++ .../system/new-lg4ff/dkms/dkms-new-lg4ff.conf | 10 +++ .../system/new-lg4ff/dkms/dkms-new-lg4ff.spec | 57 +++++++++++++++ .../new-lg4ff/dkms/no-weak-modules.conf | 1 + anda/system/new-lg4ff/dkms/update.rhai | 12 ++++ anda/system/new-lg4ff/kmod-common/anda.hcl | 9 +++ .../new-lg4ff/kmod-common/new-lg4ff.spec | 47 ++++++++++++ anda/system/new-lg4ff/kmod-common/update.rhai | 8 +++ anda/system/t150-driver/akmod/anda.hcl | 9 +++ .../t150-driver/akmod/t150-driver-kmod.spec | 55 ++++++++++++++ anda/system/t150-driver/akmod/update.rhai | 12 ++++ anda/system/t150-driver/dkms/anda.hcl | 10 +++ .../t150-driver/dkms/dkms-t150-driver.conf | 10 +++ .../t150-driver/dkms/dkms-t150-driver.spec | 57 +++++++++++++++ .../t150-driver/dkms/no-weak-modules.conf | 1 + anda/system/t150-driver/dkms/update.rhai | 12 ++++ anda/system/t150-driver/kmod-common/anda.hcl | 9 +++ .../t150-driver/kmod-common/t150-driver.spec | 46 ++++++++++++ .../t150-driver/kmod-common/update.rhai | 8 +++ 44 files changed, 973 insertions(+) create mode 100644 anda/system/hid-fanatecff/akmod/anda.hcl create mode 100644 anda/system/hid-fanatecff/akmod/hid-fanatecff-kmod.spec create mode 100644 anda/system/hid-fanatecff/akmod/update.rhai create mode 100644 anda/system/hid-fanatecff/dkms/anda.hcl create mode 100644 anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.conf create mode 100644 anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec create mode 100644 anda/system/hid-fanatecff/dkms/no-weak-modules.conf create mode 100644 anda/system/hid-fanatecff/dkms/update.rhai create mode 100644 anda/system/hid-fanatecff/kmod-common/anda.hcl create mode 100644 anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec create mode 100644 anda/system/hid-fanatecff/kmod-common/update.rhai create mode 100644 anda/system/hid-tmff2/akmod/anda.hcl create mode 100644 anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec create mode 100644 anda/system/hid-tmff2/akmod/update.rhai create mode 100644 anda/system/hid-tmff2/dkms/anda.hcl create mode 100644 anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf create mode 100644 anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec create mode 100644 anda/system/hid-tmff2/dkms/no-weak-modules.conf create mode 100644 anda/system/hid-tmff2/dkms/update.rhai create mode 100644 anda/system/hid-tmff2/kmod-common/anda.hcl create mode 100644 anda/system/hid-tmff2/kmod-common/hid-tmff2.spec create mode 100644 anda/system/hid-tmff2/kmod-common/update.rhai create mode 100644 anda/system/new-lg4ff/akmod/anda.hcl create mode 100644 anda/system/new-lg4ff/akmod/new-lg4ff-kmod.spec create mode 100644 anda/system/new-lg4ff/akmod/update.rhai create mode 100644 anda/system/new-lg4ff/dkms/anda.hcl create mode 100644 anda/system/new-lg4ff/dkms/dkms-new-lg4ff.conf create mode 100644 anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec create mode 100644 anda/system/new-lg4ff/dkms/no-weak-modules.conf create mode 100644 anda/system/new-lg4ff/dkms/update.rhai create mode 100644 anda/system/new-lg4ff/kmod-common/anda.hcl create mode 100644 anda/system/new-lg4ff/kmod-common/new-lg4ff.spec create mode 100644 anda/system/new-lg4ff/kmod-common/update.rhai create mode 100644 anda/system/t150-driver/akmod/anda.hcl create mode 100644 anda/system/t150-driver/akmod/t150-driver-kmod.spec create mode 100644 anda/system/t150-driver/akmod/update.rhai create mode 100644 anda/system/t150-driver/dkms/anda.hcl create mode 100644 anda/system/t150-driver/dkms/dkms-t150-driver.conf create mode 100644 anda/system/t150-driver/dkms/dkms-t150-driver.spec create mode 100644 anda/system/t150-driver/dkms/no-weak-modules.conf create mode 100644 anda/system/t150-driver/dkms/update.rhai create mode 100644 anda/system/t150-driver/kmod-common/anda.hcl create mode 100644 anda/system/t150-driver/kmod-common/t150-driver.spec create mode 100644 anda/system/t150-driver/kmod-common/update.rhai diff --git a/anda/system/hid-fanatecff/akmod/anda.hcl b/anda/system/hid-fanatecff/akmod/anda.hcl new file mode 100644 index 0000000000..6910465b51 --- /dev/null +++ b/anda/system/hid-fanatecff/akmod/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + rpm { + spec = "hid-fanatecff-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/hid-fanatecff/akmod/hid-fanatecff-kmod.spec b/anda/system/hid-fanatecff/akmod/hid-fanatecff-kmod.spec new file mode 100644 index 0000000000..45e3b40aa7 --- /dev/null +++ b/anda/system/hid-fanatecff/akmod/hid-fanatecff-kmod.spec @@ -0,0 +1,56 @@ +%global commit f7bf935f0e534434d41e159d695f4a6c81e19fe9 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260106 +%global ver 0.2.2 +%define buildforkernels akmod +%global debug_package %{nil} +%global modulename hid-fanatecff + +Name: %{modulename}-kmod +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Fanatec force feedback kernel module +License: GPL-2.0-only +URL: https://github.com/gotzl/%{modulename} +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +BuildRequires: kmodtool +Requires: akmods +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} +Conflicts: dkms-%{modulename} + +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Driver to support Fanatec input devices, in particular force feedback of +various wheel-bases. + +%prep +%{?kmodtool_check} +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%autosetup -p1 -n %{modulename}-%{commit} + +for kernel_version in %{?kernel_versions}; do + mkdir _kmod_build_${kernel_version%%___*} + cp -fr Kbuild Makefile *.c *.h _kmod_build_${kernel_version%%___*}/ +done + +%build +for kernel_version in %{?kernel_versions}; do + pushd _kmod_build_${kernel_version%%___*}/ + %make_build -C "${kernel_version##*___}" M=$(pwd) modules + popd +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -p -m 0755 _kmod_build_${kernel_version%%___*}/*.ko \ + %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ +done +%{?akmod_install} + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/hid-fanatecff/akmod/update.rhai b/anda/system/hid-fanatecff/akmod/update.rhai new file mode 100644 index 0000000000..ea1cd2b75b --- /dev/null +++ b/anda/system/hid-fanatecff/akmod/update.rhai @@ -0,0 +1,12 @@ +let c = sh("cat anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} diff --git a/anda/system/hid-fanatecff/dkms/anda.hcl b/anda/system/hid-fanatecff/dkms/anda.hcl new file mode 100644 index 0000000000..cec1a9625e --- /dev/null +++ b/anda/system/hid-fanatecff/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dkms-hid-fanatecff.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.conf b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.conf new file mode 100644 index 0000000000..1a8f77c2d9 --- /dev/null +++ b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.conf @@ -0,0 +1,6 @@ +PACKAGE_NAME="hid-fanatecff" +PACKAGE_VERSION="__VERSION_STRING" +AUTOINSTALL="yes" + +BUILT_MODULE_NAME[0]="hid-fanatec" +DEST_MODULE_LOCATION[0]="/extra" diff --git a/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec new file mode 100644 index 0000000000..2aad9baa9e --- /dev/null +++ b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec @@ -0,0 +1,58 @@ +%global commit f7bf935f0e534434d41e159d695f4a6c81e19fe9 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260106 +%global ver 0.2.2 +%global debug_package %{nil} +%global modulename hid-fanatecff + +Name: dkms-%{modulename} +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Fanatec force feedback kernel module (DKMS) +License: GPL-2.0-only +URL: https://github.com/gotzl/%{modulename} +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +Source1: %{name}.conf +Source2: no-weak-modules.conf +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename} +BuildArch: noarch + +%description +Driver to support Fanatec input devices, in particular force feedback of +various wheel-bases. + +%prep +%autosetup -p1 -n %{modulename}-%{commit} + +cp -f %{SOURCE1} dkms.conf +sed -i -e 's/__VERSION_STRING/%{version}/g' dkms.conf + +%build + +%install +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr Kbuild Makefile *.c *.h dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ + +%if 0%{?fedora} +install -Dpm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} +%if 0%{?fedora} +%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/hid-fanatecff/dkms/no-weak-modules.conf b/anda/system/hid-fanatecff/dkms/no-weak-modules.conf new file mode 100644 index 0000000000..24f6f95c96 --- /dev/null +++ b/anda/system/hid-fanatecff/dkms/no-weak-modules.conf @@ -0,0 +1 @@ +NO_WEAK_MODULES="yes" diff --git a/anda/system/hid-fanatecff/dkms/update.rhai b/anda/system/hid-fanatecff/dkms/update.rhai new file mode 100644 index 0000000000..ea1cd2b75b --- /dev/null +++ b/anda/system/hid-fanatecff/dkms/update.rhai @@ -0,0 +1,12 @@ +let c = sh("cat anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} diff --git a/anda/system/hid-fanatecff/kmod-common/anda.hcl b/anda/system/hid-fanatecff/kmod-common/anda.hcl new file mode 100644 index 0000000000..c456a9fdcb --- /dev/null +++ b/anda/system/hid-fanatecff/kmod-common/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "hid-fanatecff.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec new file mode 100644 index 0000000000..b36ca019b7 --- /dev/null +++ b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec @@ -0,0 +1,52 @@ +%global commit f7bf935f0e534434d41e159d695f4a6c81e19fe9 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260106 +%global ver 0.2.2 + +Name: hid-fanatecff +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Fanatec force feedback driver common files +License: GPL-2.0-only +URL: https://github.com/gotzl/%{name} +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch + +%description +Driver to support Fanatec input devices, in particular force feedback of +various wheel-bases. This package contains common files shared between the +akmod and dkms variants. + +%package akmod-modules +Summary: Modules for Akmods +Requires: akmod-%{name} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%prep +%autosetup -p1 -n %{name}-%{commit} + +echo hid-fanatec > %{name}.conf + +%install +# UDev rules: +install -Dpm644 fanatec.rules %{buildroot}%{_udevrulesdir}/99-fanatec.rules + +# Akmods modules +install -Dm644 %{name}.conf -t %{buildroot}%{_modulesloaddir} + +%files +%license LICENSE +%doc README.md +%{_udevrulesdir}/99-fanatec.rules + +%files akmod-modules +%{_modulesloaddir}/%{name}.conf + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/hid-fanatecff/kmod-common/update.rhai b/anda/system/hid-fanatecff/kmod-common/update.rhai new file mode 100644 index 0000000000..271ca3c6d8 --- /dev/null +++ b/anda/system/hid-fanatecff/kmod-common/update.rhai @@ -0,0 +1,8 @@ +rpm.global("commit", gh_commit("gotzl/hid-fanatecff")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); + let ver = gh("gotzl/hid-fanatecff"); + ver.crop(0); + rpm.global("ver", ver); +} diff --git a/anda/system/hid-tmff2/akmod/anda.hcl b/anda/system/hid-tmff2/akmod/anda.hcl new file mode 100644 index 0000000000..099d3e7707 --- /dev/null +++ b/anda/system/hid-tmff2/akmod/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + rpm { + spec = "hid-tmff2-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec b/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec new file mode 100644 index 0000000000..4c18a8249c --- /dev/null +++ b/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec @@ -0,0 +1,68 @@ +%global commit 8187920ed261c7024826f8204cc7bea45153a3da +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260310 +%global ver 0.83 + +%global tminit_commit 8c4547288a6c182ed4ff131e36f710f11a76c4a9 +%global tminit_shortcommit %(c=%{tminit_commit}; echo ${c:0:7}) + +%define buildforkernels akmod +%global debug_package %{nil} +%global modulename hid-tmff2 + +Name: %{modulename}-kmod +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Thrustmaster Force Feedback kernel module +License: GPL-2.0-only +URL: https://github.com/Kimplul/%{modulename} +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +Source1: https://github.com/Kimplul/hid-tminit/archive/%{tminit_commit}.tar.gz#/hid-tminit-%{tminit_shortcommit}.tar.gz +BuildRequires: kmodtool +Requires: akmods +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} +Conflicts: dkms-%{modulename} + +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX, T128, +T598, T-GT II and TS-XW wheels. + +%prep +%{?kmodtool_check} +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%autosetup -p1 -n %{modulename}-%{commit} + +# Populate the hid-tminit submodule +mkdir -p deps/hid-tminit +tar xf %{SOURCE1} --strip-components=1 -C deps/hid-tminit + +for kernel_version in %{?kernel_versions}; do + mkdir _kmod_build_${kernel_version%%___*} + cp -fr Kbuild Makefile src _kmod_build_${kernel_version%%___*}/ + cp -fr deps _kmod_build_${kernel_version%%___*}/ +done + +%build +for kernel_version in %{?kernel_versions}; do + pushd _kmod_build_${kernel_version%%___*}/ + %make_build -C "${kernel_version##*___}" M=$(pwd) modules + popd +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -p -m 0755 _kmod_build_${kernel_version%%___*}/*.ko \ + %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -p -m 0755 _kmod_build_${kernel_version%%___*}/deps/hid-tminit/*.ko \ + %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ +done +%{?akmod_install} + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/hid-tmff2/akmod/update.rhai b/anda/system/hid-tmff2/akmod/update.rhai new file mode 100644 index 0000000000..aac012744e --- /dev/null +++ b/anda/system/hid-tmff2/akmod/update.rhai @@ -0,0 +1,15 @@ +let c = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); + let t = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global tminit_commit ' | sed -E 's/.+tminit_commit //'", #{"stdout": "piped"}).ctx.stdout; + t.pop(); + rpm.global("tminit_commit", t); +} diff --git a/anda/system/hid-tmff2/dkms/anda.hcl b/anda/system/hid-tmff2/dkms/anda.hcl new file mode 100644 index 0000000000..c7210010f5 --- /dev/null +++ b/anda/system/hid-tmff2/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dkms-hid-tmff2.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf new file mode 100644 index 0000000000..d1e4ac70f8 --- /dev/null +++ b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf @@ -0,0 +1,13 @@ +PACKAGE_NAME="hid-tmff2" +PACKAGE_VERSION="__VERSION_STRING" +AUTOINSTALL="yes" + +MAKE[0]="'make' KDIR=\"$kernel_source_dir\"" +CLEAN[0]=true + +BUILT_MODULE_LOCATION[0]="deps/hid-tminit/" +BUILT_MODULE_NAME[0]="hid-tminit" +DEST_MODULE_LOCATION[0]="/extra" + +BUILT_MODULE_NAME[1]="hid-tmff-new" +DEST_MODULE_LOCATION[1]="/extra" diff --git a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec new file mode 100644 index 0000000000..fe80374d81 --- /dev/null +++ b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec @@ -0,0 +1,72 @@ +%global commit 8187920ed261c7024826f8204cc7bea45153a3da +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260310 +%global ver 0.83 + +%global tminit_commit 8c4547288a6c182ed4ff131e36f710f11a76c4a9 +%global tminit_shortcommit %(c=%{tminit_commit}; echo ${c:0:7}) + +%global debug_package %{nil} +%global modulename hid-tmff2 + +Name: dkms-%{modulename} +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Thrustmaster Force Feedback kernel module (DKMS) +License: GPL-2.0-only +URL: https://github.com/Kimplul/%{modulename} +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +Source1: https://github.com/Kimplul/hid-tminit/archive/%{tminit_commit}.tar.gz#/hid-tminit-%{tminit_shortcommit}.tar.gz +Source2: %{name}.conf +Source3: no-weak-modules.conf +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename} +BuildArch: noarch + +%description +Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX, T128, +T598, T-GT II and TS-XW wheels. + +%prep +%autosetup -p1 -n %{modulename}-%{commit} + +# Populate the hid-tminit submodule +mkdir -p deps/hid-tminit +tar xf %{SOURCE1} --strip-components=1 -C deps/hid-tminit + +cp -f %{SOURCE2} dkms/dkms.conf +sed -i -e 's/__VERSION_STRING/%{version}/g' dkms/dkms.conf + +%build + +%install +# Create empty tree: +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr Kbuild Makefile src deps %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +install -Dpm644 dkms/dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/dkms.conf + +%if 0%{?fedora} +# Do not enable weak modules support in Fedora (no kABI): +install -Dpm644 %{SOURCE3} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +# Rebuild and make available for the currently running kernel: +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +# Remove all versions from DKMS registry: +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} +%if 0%{?fedora} +%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/hid-tmff2/dkms/no-weak-modules.conf b/anda/system/hid-tmff2/dkms/no-weak-modules.conf new file mode 100644 index 0000000000..24f6f95c96 --- /dev/null +++ b/anda/system/hid-tmff2/dkms/no-weak-modules.conf @@ -0,0 +1 @@ +NO_WEAK_MODULES="yes" diff --git a/anda/system/hid-tmff2/dkms/update.rhai b/anda/system/hid-tmff2/dkms/update.rhai new file mode 100644 index 0000000000..aac012744e --- /dev/null +++ b/anda/system/hid-tmff2/dkms/update.rhai @@ -0,0 +1,15 @@ +let c = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); + let t = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global tminit_commit ' | sed -E 's/.+tminit_commit //'", #{"stdout": "piped"}).ctx.stdout; + t.pop(); + rpm.global("tminit_commit", t); +} diff --git a/anda/system/hid-tmff2/kmod-common/anda.hcl b/anda/system/hid-tmff2/kmod-common/anda.hcl new file mode 100644 index 0000000000..525110d0f3 --- /dev/null +++ b/anda/system/hid-tmff2/kmod-common/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "hid-tmff2.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec b/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec new file mode 100644 index 0000000000..779c9d20b1 --- /dev/null +++ b/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec @@ -0,0 +1,58 @@ +%global commit 8187920ed261c7024826f8204cc7bea45153a3da +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260310 +%global ver 0.83 + +%global tminit_commit 8c4547288a6c182ed4ff131e36f710f11a76c4a9 +%global tminit_shortcommit %(c=%{tminit_commit}; echo ${c:0:7}) + +Name: hid-tmff2 +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Thrustmaster Force Feedback driver common files +License: GPL-2.0-only +URL: https://github.com/Kimplul/%{name} +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +Source1: https://github.com/Kimplul/hid-tminit/archive/%{tminit_commit}.tar.gz#/hid-tminit-%{tminit_shortcommit}.tar.gz +Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch + +%description +Linux kernel module for Thrustmaster T300RS, T248 and (experimental) TX, T128, +T598, T-GT II and TS-XW wheels. This package contains common files shared +between the akmod and dkms variants. + +%package akmod-modules +Summary: Modules for Akmods +Requires: akmod-%{name} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%prep +%autosetup -p1 -n %{name}-%{commit} + +# Extract module names from Kbuild for modules-load.d +echo hid-tmff-new > %{name}.conf +echo hid-tminit >> %{name}.conf + +%install +# UDev rules: +install -Dpm644 udev/99-thrustmaster.rules -t %{buildroot}%{_udevrulesdir}/ + +# Akmods modules +install -Dm644 %{name}.conf -t %{buildroot}%{_modulesloaddir} + +%files +%license LICENSE +%doc README.md +%{_udevrulesdir}/99-thrustmaster.rules + +%files akmod-modules +%{_modulesloaddir}/%{name}.conf + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/hid-tmff2/kmod-common/update.rhai b/anda/system/hid-tmff2/kmod-common/update.rhai new file mode 100644 index 0000000000..93ffac6515 --- /dev/null +++ b/anda/system/hid-tmff2/kmod-common/update.rhai @@ -0,0 +1,11 @@ +rpm.global("commit", gh_commit("Kimplul/hid-tmff2")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); + let ver = gh("Kimplul/hid-tmff2"); + ver.crop(0); + rpm.global("ver", ver); + + let tminit = gh_commit("Kimplul/hid-tminit"); + rpm.global("tminit_commit", tminit); +} diff --git a/anda/system/new-lg4ff/akmod/anda.hcl b/anda/system/new-lg4ff/akmod/anda.hcl new file mode 100644 index 0000000000..1baad1eca9 --- /dev/null +++ b/anda/system/new-lg4ff/akmod/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + rpm { + spec = "new-lg4ff-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/new-lg4ff/akmod/new-lg4ff-kmod.spec b/anda/system/new-lg4ff/akmod/new-lg4ff-kmod.spec new file mode 100644 index 0000000000..58ad26c932 --- /dev/null +++ b/anda/system/new-lg4ff/akmod/new-lg4ff-kmod.spec @@ -0,0 +1,55 @@ +%global commit 2092db19f7b40854e0427a1b2e39eda9f8d0c3cd +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20250528 +%global ver 0.5.0 +%define buildforkernels akmod +%global debug_package %{nil} +%global modulename new-lg4ff + +Name: %{modulename}-kmod +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Logitech force feedback kernel module +License: GPL-2.0-only +URL: https://github.com/berarma/%{modulename} +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +BuildRequires: kmodtool +Requires: akmods +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} +Conflicts: dkms-%{modulename} + +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Experimental Logitech force feedback module for Linux. + +%prep +%{?kmodtool_check} +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%autosetup -p1 -n %{modulename}-%{commit} + +for kernel_version in %{?kernel_versions}; do + mkdir _kmod_build_${kernel_version%%___*} + cp -fr Kbuild Makefile *.c *.h usbhid _kmod_build_${kernel_version%%___*}/ +done + +%build +for kernel_version in %{?kernel_versions}; do + pushd _kmod_build_${kernel_version%%___*}/ + %make_build -C "${kernel_version##*___}" M=$(pwd) modules + popd +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -p -m 0755 _kmod_build_${kernel_version%%___*}/*.ko \ + %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ +done +%{?akmod_install} + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/new-lg4ff/akmod/update.rhai b/anda/system/new-lg4ff/akmod/update.rhai new file mode 100644 index 0000000000..3b39f52224 --- /dev/null +++ b/anda/system/new-lg4ff/akmod/update.rhai @@ -0,0 +1,12 @@ +let c = sh("cat anda/system/new-lg4ff/kmod-common/new-lg4ff.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/new-lg4ff/kmod-common/new-lg4ff.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/new-lg4ff/kmod-common/new-lg4ff.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} diff --git a/anda/system/new-lg4ff/dkms/anda.hcl b/anda/system/new-lg4ff/dkms/anda.hcl new file mode 100644 index 0000000000..9ec986d3be --- /dev/null +++ b/anda/system/new-lg4ff/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dkms-new-lg4ff.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.conf b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.conf new file mode 100644 index 0000000000..1c8806a445 --- /dev/null +++ b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.conf @@ -0,0 +1,10 @@ +PACKAGE_NAME="new-lg4ff" +PACKAGE_VERSION="__VERSION_STRING" +AUTOINSTALL="yes" + +MAKE[0]="'make' KVERSION=$kernelver" +CLEAN="make clean" + +BUILT_MODULE_NAME[0]="hid-logitech-new" +DEST_MODULE_NAME[0]="hid-logitech" +DEST_MODULE_LOCATION[0]="/extra" diff --git a/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec new file mode 100644 index 0000000000..646a73ac83 --- /dev/null +++ b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec @@ -0,0 +1,57 @@ +%global commit 2092db19f7b40854e0427a1b2e39eda9f8d0c3cd +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20250528 +%global ver 0.5.0 +%global debug_package %{nil} +%global modulename new-lg4ff + +Name: dkms-%{modulename} +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Logitech force feedback kernel module (DKMS) +License: GPL-2.0-only +URL: https://github.com/berarma/%{modulename} +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +Source1: %{name}.conf +Source2: no-weak-modules.conf +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename} +BuildArch: noarch + +%description +Experimental Logitech force feedback module for Linux. + +%prep +%autosetup -p1 -n %{modulename}-%{commit} + +cp -f %{SOURCE1} dkms.conf +sed -i -e 's/__VERSION_STRING/%{version}/g' dkms.conf + +%build + +%install +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr Kbuild Makefile *.c *.h usbhid dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ + +%if 0%{?fedora} +install -Dpm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} +%if 0%{?fedora} +%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/new-lg4ff/dkms/no-weak-modules.conf b/anda/system/new-lg4ff/dkms/no-weak-modules.conf new file mode 100644 index 0000000000..24f6f95c96 --- /dev/null +++ b/anda/system/new-lg4ff/dkms/no-weak-modules.conf @@ -0,0 +1 @@ +NO_WEAK_MODULES="yes" diff --git a/anda/system/new-lg4ff/dkms/update.rhai b/anda/system/new-lg4ff/dkms/update.rhai new file mode 100644 index 0000000000..3b39f52224 --- /dev/null +++ b/anda/system/new-lg4ff/dkms/update.rhai @@ -0,0 +1,12 @@ +let c = sh("cat anda/system/new-lg4ff/kmod-common/new-lg4ff.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/new-lg4ff/kmod-common/new-lg4ff.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/new-lg4ff/kmod-common/new-lg4ff.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} diff --git a/anda/system/new-lg4ff/kmod-common/anda.hcl b/anda/system/new-lg4ff/kmod-common/anda.hcl new file mode 100644 index 0000000000..c34afaa94b --- /dev/null +++ b/anda/system/new-lg4ff/kmod-common/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "new-lg4ff.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec b/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec new file mode 100644 index 0000000000..c124d05b82 --- /dev/null +++ b/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec @@ -0,0 +1,47 @@ +%global commit 2092db19f7b40854e0427a1b2e39eda9f8d0c3cd +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20250528 +%global ver 0.5.0 + +Name: new-lg4ff +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Logitech force feedback driver common files +License: GPL-2.0-only +URL: https://github.com/berarma/%{name} +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch + +%description +Experimental Logitech force feedback module for Linux. This package contains +common files shared between the akmod and dkms variants. + +%package akmod-modules +Summary: Modules for Akmods +Requires: akmod-%{name} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%prep +%autosetup -p1 -n %{name}-%{commit} + +echo hid-logitech-new > %{name}.conf + +%install +# Akmods modules +install -Dm644 %{name}.conf -t %{buildroot}%{_modulesloaddir} + +%files +%license LICENSE +%doc README.md + +%files akmod-modules +%{_modulesloaddir}/%{name}.conf + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/new-lg4ff/kmod-common/update.rhai b/anda/system/new-lg4ff/kmod-common/update.rhai new file mode 100644 index 0000000000..4bc998ce80 --- /dev/null +++ b/anda/system/new-lg4ff/kmod-common/update.rhai @@ -0,0 +1,8 @@ +rpm.global("commit", gh_commit("berarma/new-lg4ff")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); + let ver = gh("berarma/new-lg4ff"); + ver.crop(1); + rpm.global("ver", ver); +} diff --git a/anda/system/t150-driver/akmod/anda.hcl b/anda/system/t150-driver/akmod/anda.hcl new file mode 100644 index 0000000000..113665e7bc --- /dev/null +++ b/anda/system/t150-driver/akmod/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + rpm { + spec = "t150-driver-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/t150-driver/akmod/t150-driver-kmod.spec b/anda/system/t150-driver/akmod/t150-driver-kmod.spec new file mode 100644 index 0000000000..95ea5dff63 --- /dev/null +++ b/anda/system/t150-driver/akmod/t150-driver-kmod.spec @@ -0,0 +1,55 @@ +%global commit f7ecb30c65ee5f7870e921bc0a2354df8e1e8100 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20250225 +%global ver 1.0 +%define buildforkernels akmod +%global debug_package %{nil} +%global modulename t150-driver + +Name: %{modulename}-kmod +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Thrustmaster T150 steering wheel kernel module +License: GPL-2.0-only +URL: https://github.com/scarburato/t150_driver +Source0: %{url}/archive/%{commit}.tar.gz#/t150_driver-%{shortcommit}.tar.gz +BuildRequires: kmodtool +Requires: akmods +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} +Conflicts: dkms-%{modulename} + +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Linux driver for Thrustmaster T150 Steering Wheel USB. + +%prep +%{?kmodtool_check} +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%autosetup -p1 -n t150_driver-%{commit} + +for kernel_version in %{?kernel_versions}; do + mkdir _kmod_build_${kernel_version%%___*} + cp -fr hid-t150/* _kmod_build_${kernel_version%%___*}/ +done + +%build +for kernel_version in %{?kernel_versions}; do + pushd _kmod_build_${kernel_version%%___*}/ + %make_build -C "${kernel_version##*___}" M=$(pwd) modules + popd +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -p -m 0755 _kmod_build_${kernel_version%%___*}/*.ko \ + %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ +done +%{?akmod_install} + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/t150-driver/akmod/update.rhai b/anda/system/t150-driver/akmod/update.rhai new file mode 100644 index 0000000000..7885cb6a8d --- /dev/null +++ b/anda/system/t150-driver/akmod/update.rhai @@ -0,0 +1,12 @@ +let c = sh("cat anda/system/t150-driver/kmod-common/t150-driver.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/t150-driver/kmod-common/t150-driver.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/t150-driver/kmod-common/t150-driver.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} diff --git a/anda/system/t150-driver/dkms/anda.hcl b/anda/system/t150-driver/dkms/anda.hcl new file mode 100644 index 0000000000..eb5944477d --- /dev/null +++ b/anda/system/t150-driver/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dkms-t150-driver.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/t150-driver/dkms/dkms-t150-driver.conf b/anda/system/t150-driver/dkms/dkms-t150-driver.conf new file mode 100644 index 0000000000..23a68a873a --- /dev/null +++ b/anda/system/t150-driver/dkms/dkms-t150-driver.conf @@ -0,0 +1,10 @@ +PACKAGE_NAME="t150-driver" +PACKAGE_VERSION="__VERSION_STRING" +AUTOINSTALL="yes" + +MAKE="make KDIR=${kernel_source_dir} all" +CLEAN="make KDIR=${kernel_source_dir} clean" + +BUILT_MODULE_NAME[0]="hid-t150" +BUILT_MODULE_LOCATION[0]="build/" +DEST_MODULE_LOCATION[0]="/extra" diff --git a/anda/system/t150-driver/dkms/dkms-t150-driver.spec b/anda/system/t150-driver/dkms/dkms-t150-driver.spec new file mode 100644 index 0000000000..b141a221ba --- /dev/null +++ b/anda/system/t150-driver/dkms/dkms-t150-driver.spec @@ -0,0 +1,57 @@ +%global commit f7ecb30c65ee5f7870e921bc0a2354df8e1e8100 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20250225 +%global ver 1.0 +%global debug_package %{nil} +%global modulename t150-driver + +Name: dkms-%{modulename} +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Thrustmaster T150 steering wheel kernel module (DKMS) +License: GPL-2.0-only +URL: https://github.com/scarburato/t150_driver +Source0: %{url}/archive/%{commit}.tar.gz#/t150_driver-%{shortcommit}.tar.gz +Source1: %{name}.conf +Source2: no-weak-modules.conf +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename} +BuildArch: noarch + +%description +Linux driver for Thrustmaster T150 Steering Wheel USB. + +%prep +%autosetup -p1 -n t150_driver-%{commit} + +cp -f %{SOURCE1} dkms.conf +sed -i -e 's/__VERSION_STRING/%{version}/g' dkms.conf + +%build + +%install +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr hid-t150 dkms_make.mak dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ + +%if 0%{?fedora} +install -Dpm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} +%if 0%{?fedora} +%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/t150-driver/dkms/no-weak-modules.conf b/anda/system/t150-driver/dkms/no-weak-modules.conf new file mode 100644 index 0000000000..24f6f95c96 --- /dev/null +++ b/anda/system/t150-driver/dkms/no-weak-modules.conf @@ -0,0 +1 @@ +NO_WEAK_MODULES="yes" diff --git a/anda/system/t150-driver/dkms/update.rhai b/anda/system/t150-driver/dkms/update.rhai new file mode 100644 index 0000000000..7885cb6a8d --- /dev/null +++ b/anda/system/t150-driver/dkms/update.rhai @@ -0,0 +1,12 @@ +let c = sh("cat anda/system/t150-driver/kmod-common/t150-driver.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/t150-driver/kmod-common/t150-driver.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/t150-driver/kmod-common/t150-driver.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} diff --git a/anda/system/t150-driver/kmod-common/anda.hcl b/anda/system/t150-driver/kmod-common/anda.hcl new file mode 100644 index 0000000000..51d88e9b18 --- /dev/null +++ b/anda/system/t150-driver/kmod-common/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "t150-driver.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/t150-driver/kmod-common/t150-driver.spec b/anda/system/t150-driver/kmod-common/t150-driver.spec new file mode 100644 index 0000000000..01c2a0b4e8 --- /dev/null +++ b/anda/system/t150-driver/kmod-common/t150-driver.spec @@ -0,0 +1,46 @@ +%global commit f7ecb30c65ee5f7870e921bc0a2354df8e1e8100 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20250225 +%global ver 1.0 + +Name: t150-driver +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Thrustmaster T150 steering wheel driver common files +License: GPL-2.0-only +URL: https://github.com/scarburato/t150_driver +Source0: %{url}/archive/%{commit}.tar.gz#/t150_driver-%{shortcommit}.tar.gz +Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch + +%description +Linux driver for Thrustmaster T150 Steering Wheel USB. This package contains +common files shared between the akmod and dkms variants. + +%package akmod-modules +Summary: Modules for Akmods +Requires: akmod-%{name} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%prep +%autosetup -p1 -n t150_driver-%{commit} + +echo hid-t150 > %{name}.conf + +%install +install -Dm644 %{name}.conf -t %{buildroot}%{_modulesloaddir} + +%files +%license LICENSE +%doc README.md + +%files akmod-modules +%{_modulesloaddir}/%{name}.conf + +%changelog +* Thu Apr 02 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/t150-driver/kmod-common/update.rhai b/anda/system/t150-driver/kmod-common/update.rhai new file mode 100644 index 0000000000..ad5b36bdda --- /dev/null +++ b/anda/system/t150-driver/kmod-common/update.rhai @@ -0,0 +1,8 @@ +rpm.global("commit", gh_commit("scarburato/t150_driver")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); + let ver = gh("scarburato/t150_driver"); + ver.crop(0); + rpm.global("ver", ver); +} From 1c9a815a15e1882ef5b26560d6c3b144ae72c92c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 04:41:59 +0000 Subject: [PATCH 0483/1189] 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 863808c1b2..1b570251c5 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.230.0 +Version: 0.230.1 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 b6a7220aa7950455e661037d9911d40210c84579 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 3 Apr 2026 00:07:39 -0500 Subject: [PATCH 0484/1189] fix(steam): Change %post script to %triggerin (#10997) Release bumped to 6 because of RPM Fusion moments. Signed-off-by: Gilver --- anda/games/steam/steam.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/steam/steam.spec b/anda/games/steam/steam.spec index bc423ccb40..f56f7a99e5 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: 3%?dist +Release: 6%?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 @@ -177,7 +177,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{appstream_id}.metainfo.xml %if 0%{?fedora} >= 44 -%post +%triggerin -- ca-certificates # Workaround for https://fedoraproject.org/wiki/Changes/droppingOfCertPemFile#Temporary_fix update-ca-trust extract --rhbz2387674 %endif From 64cde53aa14f3a8b01102312ee60a79d8f734357 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 3 Apr 2026 00:08:03 -0500 Subject: [PATCH 0485/1189] fix: framework-system (#10992) Signed-off-by: Owen-sz --- anda/tools/framework-system/framework-system.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/anda/tools/framework-system/framework-system.spec b/anda/tools/framework-system/framework-system.spec index 47e9981b30..6eca09ff15 100644 --- a/anda/tools/framework-system/framework-system.spec +++ b/anda/tools/framework-system/framework-system.spec @@ -12,7 +12,6 @@ BuildRequires: rust-udev-devel BuildRequires: rust BuildRequires: systemd-devel BuildRequires: hidapi-devel -Requires: rustup Provides: framework_tool ExclusiveArch: x86_64 @@ -32,8 +31,8 @@ Packager: Owen Zimmerman %install install -Dm755 target/rpm/framework_tool %{buildroot}%{_bindir}/framework_tool -install -Dm 644 completions/bash/framework_tool %{buildroot}%{bash_completions_dir}/framework_tool.bash -install -Dm 644 completions/zsh/_framework_tool %{buildroot}%{zsh_completions_dir}/_framework_tool +install -Dm 644 framework_tool/completions/bash/framework_tool %{buildroot}%{bash_completions_dir}/framework_tool.bash +install -Dm 644 framework_tool/completions/zsh/_framework_tool %{buildroot}%{zsh_completions_dir}/_framework_tool %{cargo_license_online} > LICENSE.dependencies %files From d0c73d6597c18f192f74559daa0877d78ba1fe89 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 09:31:44 +0000 Subject: [PATCH 0486/1189] bump: apparmor cloudflare-speed-cli --- anda/lib/apparmor/apparmor.spec | 2 +- anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/apparmor/apparmor.spec b/anda/lib/apparmor/apparmor.spec index 11469af322..107b561de3 100644 --- a/anda/lib/apparmor/apparmor.spec +++ b/anda/lib/apparmor/apparmor.spec @@ -6,7 +6,7 @@ %bcond_with tests Name: apparmor -Version: 4.1.7 +Version: 5.0.0~rc1 Release: 1%{?dist} Summary: AppArmor userspace components diff --git a/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec b/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec index 41180756b8..1ab3eb9469 100644 --- a/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec +++ b/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: cloudflare-speed-cli -Version: 0.6.5 -Release: 1%?dist +Version: 0.6.6 +Release: 1%{?dist} Summary: CLI for internet speed test via cloudflare License: GPL-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 MIT) AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT) AND BSD-3-Clause AND BSL-1.0 AND CDLA-Permissive-2.0 AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR BSD-3-Clause) 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) AND Zlib From 942d5022cc980bf3d1cc390b380b08f13869781c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 10:24:40 +0000 Subject: [PATCH 0487/1189] bump: lua-language-server --- anda/langs/lua/lua-language-server/lua-language-server.spec | 4 ++-- 1 file changed, 2 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 5637a5c0ea..3192eded6b 100644 --- a/anda/langs/lua/lua-language-server/lua-language-server.spec +++ b/anda/langs/lua/lua-language-server/lua-language-server.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: lua-language-server -Version: 3.17.1 -Release: 2%?dist +Version: 3.18.0 +Release: 1%{?dist} License: MIT URL: https://luals.github.io/ Source: https://github.com/LuaLS/lua-language-server/archive/refs/tags/%version.tar.gz From 3c77ac878b0c3ba319310c5597bc57669d1fc6db Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 11:10:18 +0000 Subject: [PATCH 0488/1189] bump: apparmor rust-mise --- anda/lib/apparmor/apparmor.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/apparmor/apparmor.spec b/anda/lib/apparmor/apparmor.spec index 107b561de3..0cd6fc100c 100644 --- a/anda/lib/apparmor/apparmor.spec +++ b/anda/lib/apparmor/apparmor.spec @@ -6,7 +6,7 @@ %bcond_with tests Name: apparmor -Version: 5.0.0~rc1 +Version: 5.0.0~rc1~equivalent Release: 1%{?dist} Summary: AppArmor userspace components diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index b493fa2708..1dc1fcf6b4 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.4.1 +Version: 2026.4.2 Release: 1%{?dist} Summary: Front-end to your dev env From 16909187ea8c393a6494ebb0c18ed47f026219e2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 11:54:00 +0000 Subject: [PATCH 0489/1189] bump: apparmor --- anda/lib/apparmor/apparmor.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/apparmor/apparmor.spec b/anda/lib/apparmor/apparmor.spec index 0cd6fc100c..9ee06499b6 100644 --- a/anda/lib/apparmor/apparmor.spec +++ b/anda/lib/apparmor/apparmor.spec @@ -6,7 +6,7 @@ %bcond_with tests Name: apparmor -Version: 5.0.0~rc1~equivalent +Version: 5.0.0~rc3 Release: 1%{?dist} Summary: AppArmor userspace components From 473b09ca4c1192dd39cd558fa08bb0cb0065d568 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 13:04:30 +0000 Subject: [PATCH 0490/1189] bump: rust-mise stremio-service --- anda/tools/buildsys/mise/rust-mise.spec | 2 +- anda/tools/stremio-service/stremio-service.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 1dc1fcf6b4..39214056d6 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.4.2 +Version: 2026.4.3 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/tools/stremio-service/stremio-service.spec b/anda/tools/stremio-service/stremio-service.spec index 735f518570..6bc2df215b 100644 --- a/anda/tools/stremio-service/stremio-service.spec +++ b/anda/tools/stremio-service/stremio-service.spec @@ -1,6 +1,6 @@ Name: stremio-service -Version: 0.1.18 -Release: 1%?dist +Version: 0.1.20 +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) URL: https://github.com/Stremio/stremio-service From 3b3efb9f84223d4365834bac3751693dae32d3fd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 14:05:37 +0000 Subject: [PATCH 0491/1189] 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 bc6d0c4211..8177e1317e 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.3066+da78940dd +version=0.16.0-dev.3070+b22eb176b mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index f306772649..34981cdd66 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3066+da78940dd +%global ver 0.16.0-dev.3070+b22eb176b %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From e4400f3a07a1e062d38a78cdb03a5b6ea6f844b1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 14:59:26 +0000 Subject: [PATCH 0492/1189] bump: surge --- anda/tools/surge/surge.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index 5ee4ddfb6e..6d06c863c6 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.7.6 +Version: 0.7.7 %gometa From ff8d32ad3f7eaf023848fea89d840be76b71e048 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 15:48:11 +0000 Subject: [PATCH 0493/1189] bump: android-studio-canary rpcs3 --- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index 8ef72dc2a2..a630029f37 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.4.2 +Version: 2025.3.4.3 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 panda4-canary2 +%define suffixS panda4-canary3 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index eac87afcb2..ba666c5efb 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 f63b1b5dc1b8704278ba896ad536b8a2c3ed77bb -%global ver 0.0.40-19146 +%global commit 02eb5492088564cb5f4ba01f422b40bb1978ab36 +%global ver 0.0.40-19151 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From e12cf68dc51b8e66f508312f98d4948dac6d13ad Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 16:23:44 +0000 Subject: [PATCH 0494/1189] bump: stremio-service --- anda/tools/stremio-service/stremio-service.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/stremio-service/stremio-service.spec b/anda/tools/stremio-service/stremio-service.spec index 6bc2df215b..3a70d8bebe 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.20 +Version: 0.1.21 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 7fac57f9e8087ce6eb6c3786bae609abf978f471 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:26:13 +0200 Subject: [PATCH 0495/1189] fix: add missing files to gamescope-session-steam (#11008) * fix: add missing files to gamescope-session-steam * chore: fix typo --- .../gamescope-session-steam.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/anda/games/gamescope-session-steam/gamescope-session-steam.spec b/anda/games/gamescope-session-steam/gamescope-session-steam.spec index aa79e95566..b98e8117e1 100644 --- a/anda/games/gamescope-session-steam/gamescope-session-steam.spec +++ b/anda/games/gamescope-session-steam/gamescope-session-steam.spec @@ -6,7 +6,7 @@ Name: gamescope-session-steam Version: 0~%{commit_date}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: gamescope-session-steam License: MIT URL: https://github.com/OpenGamingCollective/gamescope-session-steam @@ -28,6 +28,10 @@ BuildArch: noarch install -Dpm0755 -t "%buildroot%_bindir/" ".%_bindir/steam-http-loader" install -Dpm0755 -t "%buildroot%_bindir/" ".%_bindir/steamos-select-branch" install -Dpm0755 -t "%buildroot%_bindir/" ".%_bindir/steamos-session-select" +install -Dpm0755 -t "%buildroot%_bindir/" ".%_bindir/steamos-update" +install -Dpm0755 -t "%buildroot%_bindir/steamos-polkit-helpers/" ".%_bindir/steamos-polkit-helpers/jupiter-biosupdate" +install -Dpm0755 -t "%buildroot%_bindir/steamos-polkit-helpers/" ".%_bindir/steamos-polkit-helpers/steamos-select-branch" +install -Dpm0755 -t "%buildroot%_bindir/steamos-polkit-helpers/" ".%_bindir/steamos-polkit-helpers/steamos-update" install -Dpm0644 -t "%buildroot%_datadir/applications/" ".%_datadir/applications/steam_http_loader.desktop" install -Dpm0644 -t "%buildroot%_datadir/applications/" ".%_datadir/applications/gamescope-mimeapps.list" install -Dpm0755 -t "%buildroot%_datadir/gamescope-session-plus/sessions.d/" ".%_datadir/gamescope-session-plus/sessions.d/steam" @@ -40,6 +44,10 @@ install -Dpm0644 -t "%buildroot%_datadir/wayland-sessions/" ".%_datadir/wayland- %{_bindir}/steam-http-loader %{_bindir}/steamos-select-branch %{_bindir}/steamos-session-select +%{_bindir}/steamos-update +%{_bindir}/steamos-polkit-helpers/jupiter-biosupdate +%{_bindir}/steamos-polkit-helpers/steamos-select-branch +%{_bindir}/steamos-polkit-helpers/steamos-update %{_datadir}/applications/gamescope-mimeapps.list %{_datadir}/applications/steam_http_loader.desktop %{_datadir}/gamescope-session-plus/sessions.d/steam From b2de3ade6c2d0fb701ba70f6d9c100c838a4a904 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 3 Apr 2026 12:27:42 -0500 Subject: [PATCH 0496/1189] add: yabs (#11009) Signed-off-by: Owen-sz --- anda/tools/yabs/anda.hcl | 6 ++++++ anda/tools/yabs/update.rhai | 5 +++++ anda/tools/yabs/yabs.spec | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 anda/tools/yabs/anda.hcl create mode 100644 anda/tools/yabs/update.rhai create mode 100644 anda/tools/yabs/yabs.spec diff --git a/anda/tools/yabs/anda.hcl b/anda/tools/yabs/anda.hcl new file mode 100644 index 0000000000..fe046e5f2f --- /dev/null +++ b/anda/tools/yabs/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "yabs.spec" + } +} diff --git a/anda/tools/yabs/update.rhai b/anda/tools/yabs/update.rhai new file mode 100644 index 0000000000..58101f4faa --- /dev/null +++ b/anda/tools/yabs/update.rhai @@ -0,0 +1,5 @@ +rpm.global("commit", gh_commit("masonr/yet-another-bench-script")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); +} diff --git a/anda/tools/yabs/yabs.spec b/anda/tools/yabs/yabs.spec new file mode 100644 index 0000000000..8cde76d0d1 --- /dev/null +++ b/anda/tools/yabs/yabs.spec @@ -0,0 +1,34 @@ +%global commit 7328d7cb728ef7506009c37b6ec78ca70f6e5c8d +%global commit_date 20251229 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + +Name: yabs +Version: 0~%{commit_date}git.%{shortcommit} +Release: 1%{?dist} +Summary: Simple bash script to estimate Linux server performance using fio, iperf3, & Geekbench +URL: https://github.com/masonr/yet-another-bench-script +Source0: %{url}/archive/%{commit}/yet-another-bench-script-%commit.tar.gz +License: WTFPL +Provides: yet-another-bench-script +Packager: Owen Zimmerman +BuildArch: noarch + +%description +%{summary}. + +%prep +%autosetup -n yet-another-bench-script-%{commit} + +%build + +%install +install -Dm755 yabs.sh %{buildroot}%{_bindir}/yabs + +%files +%doc README.md +%license LICENSE +%{_bindir}/yabs + +%changelog +* Fri Apr 03 2026 Owen Zimmerman +- Initial commit From db9b75051a41bb4de94f6e67cc569938c312e0d4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 19:29:19 +0000 Subject: [PATCH 0497/1189] 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 62691facfd..40fcb400b4 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.4 -Release: 1%?dist +Version: 0.3.5 +Release: 1%{?dist} Summary: SRPM macros for extra Fedora packages License: MIT From 315783b7f9d3c0bb407ed46080b9e8d078f9b8e0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 20:51:43 +0000 Subject: [PATCH 0498/1189] bump: rio wine-dev --- anda/devs/rio/rio.spec | 4 ++-- anda/system/wine/dev/wine-dev.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index a03c4a3b4a..428ba4fd3c 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -4,8 +4,8 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser %bcond docs 1 Name: rio -Version: 0.2.37 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT 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 MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSL-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 CC0-1.0 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 OR GPL-3.0-only) AND MPL-2.0+ 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/system/wine/dev/wine-dev.spec b/anda/system/wine/dev/wine-dev.spec index a275e2e011..f841579853 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.5 +%global ver wine-11.6 %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 e38d004d2e4038889c1f44f1a22cda6d1fb981cb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 21:36:23 +0000 Subject: [PATCH 0499/1189] bump: rio --- anda/devs/rio/rio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 428ba4fd3c..4dc27c5739 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -4,7 +4,7 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser %bcond docs 1 Name: rio -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT From 0cb68afda0778c7f455a6f4c89263d78c9d18810 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:37:52 -0700 Subject: [PATCH 0500/1189] fix: kmod "common" package dependencies (#11007) (#11018) * fix: Correct post-install kmod build for hid-tmff2 * fix: Adjust requires of new kmods to depend on the -kmod package and not akmod which can't be satisfied. (cherry picked from commit 52d54671fbdae1a4a17509d9bbb34d7f46071593) Co-authored-by: Kyle Gospodnetich --- anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec | 1 + anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec | 2 +- anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec | 2 +- anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf | 8 ++++++-- anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec | 1 + anda/system/new-lg4ff/kmod-common/new-lg4ff.spec | 2 +- anda/system/t150-driver/dkms/dkms-t150-driver.spec | 1 + anda/system/t150-driver/kmod-common/t150-driver.spec | 2 +- anda/system/zenergy/dkms/dkms-zenergy.spec | 1 + anda/system/zenergy/kmod-common/zenergy.spec | 2 +- 10 files changed, 15 insertions(+), 7 deletions(-) diff --git a/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec index 2aad9baa9e..7147d6eac4 100644 --- a/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec +++ b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec @@ -17,6 +17,7 @@ Source2: no-weak-modules.conf Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} Requires: dkms Conflicts: akmod-%{modulename} +Provides: %{modulename}-kmod BuildArch: noarch %description diff --git a/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec index b36ca019b7..f942ce8d34 100644 --- a/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec +++ b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec @@ -10,7 +10,7 @@ Summary: Fanatec force feedback driver common files License: GPL-2.0-only URL: https://github.com/gotzl/%{name} Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz -Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} BuildArch: noarch diff --git a/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec b/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec index 4c18a8249c..711cd5c37b 100644 --- a/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec +++ b/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec @@ -49,7 +49,7 @@ done %build for kernel_version in %{?kernel_versions}; do pushd _kmod_build_${kernel_version%%___*}/ - %make_build -C "${kernel_version##*___}" M=$(pwd) modules + %make_build KDIR="${kernel_version##*___}" popd done diff --git a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf index d1e4ac70f8..85e7bab069 100644 --- a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf +++ b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf @@ -6,8 +6,12 @@ MAKE[0]="'make' KDIR=\"$kernel_source_dir\"" CLEAN[0]=true BUILT_MODULE_LOCATION[0]="deps/hid-tminit/" -BUILT_MODULE_NAME[0]="hid-tminit" +BUILT_MODULE_NAME[0]="hid-tminit-new" DEST_MODULE_LOCATION[0]="/extra" -BUILT_MODULE_NAME[1]="hid-tmff-new" +BUILT_MODULE_LOCATION[1]="deps/hid-tminit/" +BUILT_MODULE_NAME[1]="usb-tminit-new" DEST_MODULE_LOCATION[1]="/extra" + +BUILT_MODULE_NAME[2]="hid-tmff-new" +DEST_MODULE_LOCATION[2]="/extra" diff --git a/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec index 646a73ac83..5e6ec3c831 100644 --- a/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec +++ b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec @@ -17,6 +17,7 @@ Source2: no-weak-modules.conf Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} Requires: dkms Conflicts: akmod-%{modulename} +Provides: %{modulename}-kmod BuildArch: noarch %description diff --git a/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec b/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec index c124d05b82..8c9f6daf5e 100644 --- a/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec +++ b/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec @@ -10,7 +10,7 @@ Summary: Logitech force feedback driver common files License: GPL-2.0-only URL: https://github.com/berarma/%{name} Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz -Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} BuildArch: noarch diff --git a/anda/system/t150-driver/dkms/dkms-t150-driver.spec b/anda/system/t150-driver/dkms/dkms-t150-driver.spec index b141a221ba..67c0d054d7 100644 --- a/anda/system/t150-driver/dkms/dkms-t150-driver.spec +++ b/anda/system/t150-driver/dkms/dkms-t150-driver.spec @@ -17,6 +17,7 @@ Source2: no-weak-modules.conf Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} Requires: dkms Conflicts: akmod-%{modulename} +Provides: %{modulename}-kmod BuildArch: noarch %description diff --git a/anda/system/t150-driver/kmod-common/t150-driver.spec b/anda/system/t150-driver/kmod-common/t150-driver.spec index 01c2a0b4e8..8696f3cc39 100644 --- a/anda/system/t150-driver/kmod-common/t150-driver.spec +++ b/anda/system/t150-driver/kmod-common/t150-driver.spec @@ -10,7 +10,7 @@ Summary: Thrustmaster T150 steering wheel driver common files License: GPL-2.0-only URL: https://github.com/scarburato/t150_driver Source0: %{url}/archive/%{commit}.tar.gz#/t150_driver-%{shortcommit}.tar.gz -Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} BuildArch: noarch diff --git a/anda/system/zenergy/dkms/dkms-zenergy.spec b/anda/system/zenergy/dkms/dkms-zenergy.spec index 52623400be..d293000702 100644 --- a/anda/system/zenergy/dkms/dkms-zenergy.spec +++ b/anda/system/zenergy/dkms/dkms-zenergy.spec @@ -19,6 +19,7 @@ BuildArch: x86_64 Requires: dkms Requires: help2man Conflicts: akmod-%{modulename} +Provides: %{modulename}-kmod Packager: Cappy Ishihara %description diff --git a/anda/system/zenergy/kmod-common/zenergy.spec b/anda/system/zenergy/kmod-common/zenergy.spec index 76199c991f..a296e0a69f 100644 --- a/anda/system/zenergy/kmod-common/zenergy.spec +++ b/anda/system/zenergy/kmod-common/zenergy.spec @@ -12,7 +12,7 @@ Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz Source1: com.github.zenergy.metainfo.xml BuildRequires: sed BuildRequires: systemd-rpm-macros -Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} BuildArch: noarch Packager: Cappy Ishihara From fa1a8794c5f0167cdc9950e565fa89f6110a2403 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:52:57 -0700 Subject: [PATCH 0501/1189] chore: Update release of various packages (#11023) (#11027) (cherry picked from commit d00ea5652b376b82be0b21c3f7f9f9ff4e393919) Co-authored-by: Kyle Gospodnetich --- anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec | 2 +- anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec | 2 +- anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec | 2 +- anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec | 2 +- anda/system/new-lg4ff/kmod-common/new-lg4ff.spec | 2 +- anda/system/t150-driver/dkms/dkms-t150-driver.spec | 2 +- anda/system/t150-driver/kmod-common/t150-driver.spec | 2 +- anda/system/zenergy/dkms/dkms-zenergy.spec | 2 +- anda/system/zenergy/kmod-common/zenergy.spec | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec index 7147d6eac4..5b509e5acf 100644 --- a/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec +++ b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fanatec force feedback kernel module (DKMS) License: GPL-2.0-only URL: https://github.com/gotzl/%{modulename} diff --git a/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec index f942ce8d34..f5bf3c3ab1 100644 --- a/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec +++ b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec @@ -5,7 +5,7 @@ Name: hid-fanatecff Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fanatec force feedback driver common files License: GPL-2.0-only URL: https://github.com/gotzl/%{name} diff --git a/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec b/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec index 711cd5c37b..8b5aac37d0 100644 --- a/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec +++ b/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec @@ -12,7 +12,7 @@ Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thrustmaster Force Feedback kernel module License: GPL-2.0-only URL: https://github.com/Kimplul/%{modulename} diff --git a/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec index 5e6ec3c831..ce5d873ced 100644 --- a/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec +++ b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Logitech force feedback kernel module (DKMS) License: GPL-2.0-only URL: https://github.com/berarma/%{modulename} diff --git a/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec b/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec index 8c9f6daf5e..567e1ba467 100644 --- a/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec +++ b/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec @@ -5,7 +5,7 @@ Name: new-lg4ff Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Logitech force feedback driver common files License: GPL-2.0-only URL: https://github.com/berarma/%{name} diff --git a/anda/system/t150-driver/dkms/dkms-t150-driver.spec b/anda/system/t150-driver/dkms/dkms-t150-driver.spec index 67c0d054d7..1872995222 100644 --- a/anda/system/t150-driver/dkms/dkms-t150-driver.spec +++ b/anda/system/t150-driver/dkms/dkms-t150-driver.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thrustmaster T150 steering wheel kernel module (DKMS) License: GPL-2.0-only URL: https://github.com/scarburato/t150_driver diff --git a/anda/system/t150-driver/kmod-common/t150-driver.spec b/anda/system/t150-driver/kmod-common/t150-driver.spec index 8696f3cc39..82f5fefdc7 100644 --- a/anda/system/t150-driver/kmod-common/t150-driver.spec +++ b/anda/system/t150-driver/kmod-common/t150-driver.spec @@ -5,7 +5,7 @@ Name: t150-driver Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thrustmaster T150 steering wheel driver common files License: GPL-2.0-only URL: https://github.com/scarburato/t150_driver diff --git a/anda/system/zenergy/dkms/dkms-zenergy.spec b/anda/system/zenergy/dkms/dkms-zenergy.spec index d293000702..5cd471263d 100644 --- a/anda/system/zenergy/dkms/dkms-zenergy.spec +++ b/anda/system/zenergy/dkms/dkms-zenergy.spec @@ -6,7 +6,7 @@ Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 1%?dist +Release: 2%?dist Summary: Exposes the energy counters that are reported via the Running Average Power Limit (RAPL) Model-specific Registers (MSRs) via the hardware monitor (HWMON) sysfs interface. License: GPL-2.0 URL: https://github.com/BoukeHaarsma23/zenergy diff --git a/anda/system/zenergy/kmod-common/zenergy.spec b/anda/system/zenergy/kmod-common/zenergy.spec index a296e0a69f..2f46a273ee 100644 --- a/anda/system/zenergy/kmod-common/zenergy.spec +++ b/anda/system/zenergy/kmod-common/zenergy.spec @@ -4,7 +4,7 @@ Name: zenergy Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 1%?dist +Release: 2%?dist Summary: Exposes the energy counters that are reported via the Running Average Power Limit (RAPL) Model-specific Registers (MSRs) via the hardware monitor (HWMON) sysfs interface. License: GPL-2.0 URL: https://github.com/BoukeHaarsma23/zenergy From 8964f8201f89336d70c3d0b75bdbbcfdd7eb1f32 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 3 Apr 2026 22:51:39 +0000 Subject: [PATCH 0502/1189] 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 ba666c5efb..937cd84ddb 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 02eb5492088564cb5f4ba01f422b40bb1978ab36 -%global ver 0.0.40-19151 +%global commit aa841ac332195a58d58c556d7de182b5f7fce3e4 +%global ver 0.0.40-19153 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 0b45d62e761bd062e559d8ca7d0493838e1b9f41 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 3 Apr 2026 16:36:49 -0700 Subject: [PATCH 0503/1189] fix: Correct dependency issue in tmff2 akmod as well (#11028) (#11032) --- anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec | 3 ++- anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec index fe80374d81..b79b1accc0 100644 --- a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec +++ b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec @@ -11,7 +11,7 @@ Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thrustmaster Force Feedback kernel module (DKMS) License: GPL-2.0-only URL: https://github.com/Kimplul/%{modulename} @@ -22,6 +22,7 @@ Source3: no-weak-modules.conf Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} Requires: dkms Conflicts: akmod-%{modulename} +Provides: %{modulename}-kmod BuildArch: noarch %description diff --git a/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec b/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec index 779c9d20b1..b8a5b56a47 100644 --- a/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec +++ b/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec @@ -8,13 +8,13 @@ Name: hid-tmff2 Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Thrustmaster Force Feedback driver common files License: GPL-2.0-only URL: https://github.com/Kimplul/%{name} Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz Source1: https://github.com/Kimplul/hid-tminit/archive/%{tminit_commit}.tar.gz#/hid-tminit-%{tminit_shortcommit}.tar.gz -Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} BuildArch: noarch From 069c6c06c9b848b4de9052365a5e5ee0a5ef9492 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 00:00:43 +0000 Subject: [PATCH 0504/1189] bump: driftwm --- anda/desktops/driftwm/driftwm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index db113b7977..5a935bebc5 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.1.4 +Version: 0.1.5 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later From 87c178d644f3e328ad6f6de7352e075b2e857f93 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 3 Apr 2026 17:13:32 -0700 Subject: [PATCH 0505/1189] fix: Correct issues in xpadneo akmod dependencies, similar to zenpower fix (#11033) (#11034) (cherry picked from commit b5c66122ec979da5e8b7ba981e0f34e594cf4e95) Co-authored-by: Kyle Gospodnetich --- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 3 ++- anda/system/xpadneo/kmod-common/xpadneo.spec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/anda/system/xpadneo/dkms/dkms-xpadneo.spec b/anda/system/xpadneo/dkms/dkms-xpadneo.spec index 6dc0c6d4a0..57520c957d 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Advanced Linux Driver for Xbox One Wireless Gamepad License: GPL-3.0 URL: https://atar-axis.github.io/%{modulename} @@ -20,6 +20,7 @@ Requires: bluez-tools Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} Requires: dkms Conflicts: akmod-%{modulename} +Provides: %{modulename}-kmod BuildArch: noarch Packager: Gilver E. diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index c8fd580b77..8f8253396d 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -5,7 +5,7 @@ Name: xpadneo Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Advanced Linux Driver for Xbox One Wireless Gamepad common files License: GPL-3.0 URL: https://atar-axis.github.io/%{name} @@ -13,7 +13,7 @@ Source0: https://github.com/atar-axis/%{name}/archive/%{commit}.tar.gz#/% Source1: io.github.%{name}.metainfo.xml BuildRequires: sed BuildRequires: systemd-rpm-macros -Requires: (akmod-%{name} = %{?epoch:%{epoch}:}%{version} or dkms-%{name} = %{?epoch:%{epoch}:}%{version}) +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} Obsoletes: %{name}-kmod-common < %{?epoch:%{epoch}:}0.9.7^20241224git.8d20a23-5%{?dist} BuildArch: noarch From f782940019076ef7ec6fa26e9c75f93861309a08 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:16:54 -0500 Subject: [PATCH 0506/1189] fix: spotify-launcher deps (#10990) --- anda/apps/spotify-launcher/spotify-launcher.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/spotify-launcher/spotify-launcher.spec b/anda/apps/spotify-launcher/spotify-launcher.spec index 5cabbdf1bd..07e6b2b179 100644 --- a/anda/apps/spotify-launcher/spotify-launcher.spec +++ b/anda/apps/spotify-launcher/spotify-launcher.spec @@ -1,6 +1,6 @@ Name: spotify-launcher Version: 0.6.5 -Release: 2%?dist +Release: 3%?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 @@ -10,7 +10,7 @@ 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 +Requires: sequoia-sqv zenity alsa-lib gtk3 desktop-file-utils openssl nss at-spi2-atk libcurl libSM libayatana-appindicator-gtk3 %description From c64cc037504f5834ec653fc3f17af130f846196c Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 3 Apr 2026 19:08:40 -0700 Subject: [PATCH 0507/1189] feat: Add sc0710 kmod for Elgato capture cards (#11038) (#11043) * feat: Add sc0710 kmod * fix: Correct provides in xpadneo-kmod spec file (cherry picked from commit 8d2c63d87c605abb95aa59e809bfb8ae6a9af34b) Co-authored-by: Kyle Gospodnetich --- anda/system/sc0710/akmod/anda.hcl | 9 +++ anda/system/sc0710/akmod/sc0710-kmod.spec | 55 ++++++++++++++++++ anda/system/sc0710/akmod/update.rhai | 12 ++++ anda/system/sc0710/dkms/anda.hcl | 10 ++++ anda/system/sc0710/dkms/dkms-sc0710.conf | 6 ++ anda/system/sc0710/dkms/dkms-sc0710.spec | 60 ++++++++++++++++++++ anda/system/sc0710/dkms/no-weak-modules.conf | 1 + anda/system/sc0710/dkms/update.rhai | 12 ++++ anda/system/sc0710/kmod-common/anda.hcl | 9 +++ anda/system/sc0710/kmod-common/sc0710.spec | 32 +++++++++++ anda/system/sc0710/kmod-common/update.rhai | 5 ++ anda/system/xpadneo/akmod/xpadneo-kmod.spec | 3 +- 12 files changed, 213 insertions(+), 1 deletion(-) create mode 100644 anda/system/sc0710/akmod/anda.hcl create mode 100644 anda/system/sc0710/akmod/sc0710-kmod.spec create mode 100644 anda/system/sc0710/akmod/update.rhai create mode 100644 anda/system/sc0710/dkms/anda.hcl create mode 100644 anda/system/sc0710/dkms/dkms-sc0710.conf create mode 100644 anda/system/sc0710/dkms/dkms-sc0710.spec create mode 100644 anda/system/sc0710/dkms/no-weak-modules.conf create mode 100644 anda/system/sc0710/dkms/update.rhai create mode 100644 anda/system/sc0710/kmod-common/anda.hcl create mode 100644 anda/system/sc0710/kmod-common/sc0710.spec create mode 100644 anda/system/sc0710/kmod-common/update.rhai diff --git a/anda/system/sc0710/akmod/anda.hcl b/anda/system/sc0710/akmod/anda.hcl new file mode 100644 index 0000000000..9082dd68d0 --- /dev/null +++ b/anda/system/sc0710/akmod/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + rpm { + spec = "sc0710-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/sc0710/akmod/sc0710-kmod.spec b/anda/system/sc0710/akmod/sc0710-kmod.spec new file mode 100644 index 0000000000..dd3c4d811c --- /dev/null +++ b/anda/system/sc0710/akmod/sc0710-kmod.spec @@ -0,0 +1,55 @@ +%global commit f1f5a722ccbdfc571450d9397e5e1b85da31f9d3 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260321 +%global ver 0 +%define buildforkernels akmod +%global debug_package %{nil} +%global modulename sc0710 + +Name: %{modulename}-kmod +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Elgato 4K60 Pro MK.2 / 4K Pro capture card driver +License: GPL-2.0-only +URL: https://github.com/Nakildias/sc0710 +Source0: https://github.com/Nakildias/sc0710/archive/%{commit}.tar.gz#/sc0710-%{shortcommit}.tar.gz +BuildRequires: kmodtool +Requires: akmods +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Conflicts: dkms-%{modulename} +Packager: Kyle Gospodnetich + +%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Elgato 4K60 Pro MK.2 / 4K Pro capture card driver. + +%prep +%{?kmodtool_check} +kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%autosetup -p1 -n %{modulename}-%{commit} + +for kernel_version in %{?kernel_versions}; do + mkdir _kmod_build_${kernel_version%%___*} + cp -fr lib Makefile _kmod_build_${kernel_version%%___*} +done + +%build +for kernel_version in %{?kernel_versions}; do + pushd _kmod_build_${kernel_version%%___*}/ + %make_build -C "${kernel_version##*___}" M=$(pwd) VERSION="v%{version}" modules + popd +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -p -m 0755 _kmod_build_${kernel_version%%___*}/*.ko \ + %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ +done +%{?akmod_install} + +%changelog +* Fri Apr 03 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/sc0710/akmod/update.rhai b/anda/system/sc0710/akmod/update.rhai new file mode 100644 index 0000000000..4969eb372d --- /dev/null +++ b/anda/system/sc0710/akmod/update.rhai @@ -0,0 +1,12 @@ +let c = sh("cat anda/system/sc0710/kmod-common/sc0710.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/sc0710/kmod-common/sc0710.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/sc0710/kmod-common/sc0710.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} diff --git a/anda/system/sc0710/dkms/anda.hcl b/anda/system/sc0710/dkms/anda.hcl new file mode 100644 index 0000000000..d0e2b9a8af --- /dev/null +++ b/anda/system/sc0710/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dkms-sc0710.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/sc0710/dkms/dkms-sc0710.conf b/anda/system/sc0710/dkms/dkms-sc0710.conf new file mode 100644 index 0000000000..c508e1ac24 --- /dev/null +++ b/anda/system/sc0710/dkms/dkms-sc0710.conf @@ -0,0 +1,6 @@ +PACKAGE_NAME="sc0710" +PACKAGE_VERSION="__VERSION_STRING" +AUTOINSTALL="yes" + +BUILT_MODULE_NAME[0]="sc0710" +DEST_MODULE_LOCATION[0]="/kernel/drivers/media/pci/" diff --git a/anda/system/sc0710/dkms/dkms-sc0710.spec b/anda/system/sc0710/dkms/dkms-sc0710.spec new file mode 100644 index 0000000000..644f20b85b --- /dev/null +++ b/anda/system/sc0710/dkms/dkms-sc0710.spec @@ -0,0 +1,60 @@ +%global commit f1f5a722ccbdfc571450d9397e5e1b85da31f9d3 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260321 +%global ver 0 +%global debug_package %{nil} +%global modulename sc0710 + +Name: dkms-%{modulename} +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Elgato 4K60 Pro MK.2 / 4K Pro capture card driver (DKMS) +License: GPL-2.0-only +URL: https://github.com/Nakildias/%{modulename} +Source0: https://github.com/Nakildias/%{modulename}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +Source1: %{name}.conf +Source2: no-weak-modules.conf +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename} +Provides: %{modulename}-kmod +BuildArch: noarch +Packager: Kyle Gospodnetich + +%description +Elgato 4K60 Pro MK.2 / 4K Pro capture card driver (DKMS). + +%prep +%autosetup -p1 -n %{modulename}-%{commit} + +cp -f %{SOURCE1} dkms.conf + +sed -i -e 's/__VERSION_STRING/%{version}/g' dkms.conf + +%build + +%install +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr lib Makefile dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ + +%if 0%{?fedora} +install -Dpm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} +%if 0%{?fedora} +%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%changelog +* Fri Apr 03 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/sc0710/dkms/no-weak-modules.conf b/anda/system/sc0710/dkms/no-weak-modules.conf new file mode 100644 index 0000000000..24f6f95c96 --- /dev/null +++ b/anda/system/sc0710/dkms/no-weak-modules.conf @@ -0,0 +1 @@ +NO_WEAK_MODULES="yes" diff --git a/anda/system/sc0710/dkms/update.rhai b/anda/system/sc0710/dkms/update.rhai new file mode 100644 index 0000000000..4969eb372d --- /dev/null +++ b/anda/system/sc0710/dkms/update.rhai @@ -0,0 +1,12 @@ +let c = sh("cat anda/system/sc0710/kmod-common/sc0710.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/sc0710/kmod-common/sc0710.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); + let v = sh("cat anda/system/sc0710/kmod-common/sc0710.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + v.pop(); + rpm.global("ver", v); +} diff --git a/anda/system/sc0710/kmod-common/anda.hcl b/anda/system/sc0710/kmod-common/anda.hcl new file mode 100644 index 0000000000..af7d62c918 --- /dev/null +++ b/anda/system/sc0710/kmod-common/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "sc0710.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/sc0710/kmod-common/sc0710.spec b/anda/system/sc0710/kmod-common/sc0710.spec new file mode 100644 index 0000000000..dd4e4697f8 --- /dev/null +++ b/anda/system/sc0710/kmod-common/sc0710.spec @@ -0,0 +1,32 @@ +%global commit f1f5a722ccbdfc571450d9397e5e1b85da31f9d3 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260321 +%global ver 0 + +Name: sc0710 +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Elgato 4K60 Pro MK.2 / 4K Pro capture card driver common files +License: GPL-2.0-only +URL: https://github.com/Nakildias/%{name} +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch +Packager: Kyle Gospodnetich + +%description +Elgato 4K60 Pro MK.2 / 4K Pro capture card driver common files. + +%prep +%autosetup -p1 -n %{name}-%{commit} + +%install + +%files +%license LICENSE +%doc README.md + +%changelog +* Fri Apr 03 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/system/sc0710/kmod-common/update.rhai b/anda/system/sc0710/kmod-common/update.rhai new file mode 100644 index 0000000000..23c41b09cc --- /dev/null +++ b/anda/system/sc0710/kmod-common/update.rhai @@ -0,0 +1,5 @@ +rpm.global("commit", gh_commit("Nakildias/sc0710")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); +} diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index 7b88ad76f0..fb2e41390e 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Advanced Linux Driver for Xbox One Wireless Gamepad License: GPL-3.0 URL: https://atar-axis.github.io/xpadneo @@ -21,6 +21,7 @@ Requires: bluez-tools Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} Conflicts: dkms-%{modulename} +Provides: %{modulename}-kmod Packager: Gilver E. %{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } From 80f6118d252b2febcecd11ab605fe931f99f465c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 02:34:00 +0000 Subject: [PATCH 0508/1189] bump(nightly): flameshot-nightly legcord-nightly mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly prismlauncher-nightly xray-nightly curl_cffi tdlib-nightly v2ray-domain-list-community nvidia-patch scx-scheds-nightly HeadsetControl-nightly glasgow natscli --- anda/apps/flameshot/flameshot-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/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/python/curl_cffi/curl_cffi.spec | 4 ++-- anda/lib/tdlib/tdlib-nightly.spec | 6 +++--- .../v2ray-domain-list-community.spec | 6 +++--- anda/system/nvidia-patch/nvidia-patch.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- .../HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- anda/tools/glasgow/glasgow.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 16 files changed, 33 insertions(+), 33 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 28af45b6b6..e99c0e85ba 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 4634c27bed29146813c2c378fdf6388d4b371d7b +%global commit b89ebc3629eda86f73ec43bc1c8add23388c44df %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260402 +%global commit_date 20260404 %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 eb79123960..23c8ffb40d 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 900316b287edd73aeb2371a63603cdf4d226a766 -%global commit_date 20260401 +%global commit 807dd63becae39995a55827a2d4bb192e7c2bbea +%global commit_date 20260404 %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 e3affeabf9..3cd2b6b956 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 c41ee4b95fa8d9827be943247249eae56b372847 +%global commit 428edff9c19d5bfa83a6ba9ddaeb752e4039a7ba %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260403 +%global commit_date 20260404 %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 2105e365a6..95720fd187 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 376fe37ca7e6b8535fa7de1629cdca5d311cef88 -%global commit_date 20260328 +%global commit a24a88e771fe5acc37dfda46a1c95bbeb40feeae +%global commit_date 20260404 %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 3286523520..abb58ac0d4 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 0790937d03df6e7a9420c61de91ce520a85fe4ef +%global commit e3bbd54dd3bc63d00f536e086e28c33daf3f06d0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-02 +%global fulldate 2026-04-04 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 8da26b2dd7..60b21afa5f 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit d430cc5945f371ec87dd295d1f01dd840cbed3d8 +%global commit 68452a3daea53843b9b388ec53a2cfd7673baac0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260403 +%global commit_date 20260404 %global ver 0.232.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 822acbfacb..b51ad6b173 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 a3c5f1f6f226a27b34f98b0fd9923817ce011632 +%global commit b0f7ae12236c3ad7847a85c4b35397d1d0c88cd3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260403 +%global commit_date 20260404 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 7343139d75..bde01c7524 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit d2758a023cd7f4174a5a5fa4ff66e487d4342ba0 +%global commit 08301e272c8989ada2087751f92809911b603213 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260328 +%global commit_date 20260404 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/curl_cffi/curl_cffi.spec b/anda/langs/python/curl_cffi/curl_cffi.spec index f50a21b059..fbf6a96e59 100644 --- a/anda/langs/python/curl_cffi/curl_cffi.spec +++ b/anda/langs/python/curl_cffi/curl_cffi.spec @@ -5,8 +5,8 @@ %global _version 0.14.0b2 Name: python-%{pypi_name} -Version: 0.14.0 -Release: 1%?dist +Version: 0.15.0 +Release: 1%{?dist} Summary: Python binding for curl-impersonate fork via cffi.. License: MIT URL: https://github.com/lexiforest/curl_cffi diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index 7bdbb22f43..e4e4771ac8 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,6 +1,6 @@ -%global commit 0ae923c493bceb75433de2682ba8ae29cc7bf88d -%global ver 1.8.62 -%global commit_date 20260318 +%global commit 1677a0c77f30bbb337f91cf6627d62b2a62a8f87 +%global ver 1.8.63 +%global commit_date 20260404 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index dda33fe797..0d81d06217 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 656b445ee1f3176df1a73c447a35abe1b03fd747 +%global commit 7798d04a27f8a693ec87241c3b2f1c670e05909d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260331044442 -%global commit_date 20260401 +%global ver 20260403151304 +%global commit_date 20260404 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index 5d27c47ff4..254ef6bdec 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 d0240212254372a5a7bb9984c8c2345492893a1e +%global commit 80e48e9346beb9407734a090d33c5e79e9113b01 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260328 +%global commit_date 20260404 %global patches %{_datadir}/src/nvidia-patch diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 3c2174aa6e..17ce005707 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 ecc79ea8719b44ada359a0d085de295eff8394e9 +%global commit 265487d6aeb92ff9f55d27835912192a0c88586a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260403 +%global commitdate 20260404 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index e727729955..60347d4839 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 e0236427ff4e9e0b9144dbd1873696088f7a24e8 +%global commit 5136f7afc00288e57c453495f9f74ff9708c8535 %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 d48db3d1c9..2f0ad19d00 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit dc6c7144ad4d22f35458b6a2b9472eaeb527d610 -%global commit_date 20260402 +%global commit df04b5d7f25edaaf9fa55fb1041ad5a6a362e0ea +%global commit_date 20260404 %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 bf853dc54e..bc294f7589 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 bd9e2fe8ea7ef32a5374dbbd3c147e8880be65e9 -%global commit_date 20260403 +%global commit f569f8fe82118ffb65b480bb9f8ff7363f7adbbf +%global commit_date 20260404 %global shortcommit %{sub %{commit} 1 7} %gometa -f From d4015d9ab5f7001b88fd055fd96b6160c3c85591 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 03:13:04 +0000 Subject: [PATCH 0509/1189] bump: ruffle-nightly yt-dlp-git --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.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 5c36992bcd..c0c6af0916 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-03 +%global ver 2026-04-04 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 914c2e0237..6de45be3b8 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.29.164733 +Version: 2026.04.04.022943 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 1603c09a7b5a7807be7567435164dc1f748f5f48 Mon Sep 17 00:00:00 2001 From: LionHeartP Date: Sat, 4 Apr 2026 08:08:30 +0300 Subject: [PATCH 0510/1189] chore(wl-kmod): sync with rpmfusion patches so it builds on new kernels (#11052) * chore(wl-kmod): sync with rpmfusion patches so it builds on new kernels * chore(wl-kmod): remove offending wext patch --- ...TRA_LDFLAGS_with_ccflags-y_ldflags-y.patch | 63 ++++ ...mod-032_add_MODULE_DESCRIPTION_macro.patch | 30 ++ ...ble_objtool_add_warning_unmaintained.patch | 64 ++++ ..._replace_del_timer_with_timer_delete.patch | 35 +++ ..._adaptation_fix_functions_prototypes.patch | 102 +++++++ anda/system/wl-kmod/wl-kmod.spec | 283 +++++++++++++++++- 6 files changed, 571 insertions(+), 6 deletions(-) create mode 100644 anda/system/wl-kmod/wl-kmod-031_replace_EXTRA_CFLAGS_EXTRA_LDFLAGS_with_ccflags-y_ldflags-y.patch create mode 100644 anda/system/wl-kmod/wl-kmod-032_add_MODULE_DESCRIPTION_macro.patch create mode 100644 anda/system/wl-kmod/wl-kmod-033_disable_objtool_add_warning_unmaintained.patch create mode 100644 anda/system/wl-kmod/wl-kmod-034_kernel_6.15_adaptation_replace_del_timer_with_timer_delete.patch create mode 100644 anda/system/wl-kmod/wl-kmod-035_kernel_6.17_adaptation_fix_functions_prototypes.patch diff --git a/anda/system/wl-kmod/wl-kmod-031_replace_EXTRA_CFLAGS_EXTRA_LDFLAGS_with_ccflags-y_ldflags-y.patch b/anda/system/wl-kmod/wl-kmod-031_replace_EXTRA_CFLAGS_EXTRA_LDFLAGS_with_ccflags-y_ldflags-y.patch new file mode 100644 index 0000000000..a4077e907d --- /dev/null +++ b/anda/system/wl-kmod/wl-kmod-031_replace_EXTRA_CFLAGS_EXTRA_LDFLAGS_with_ccflags-y_ldflags-y.patch @@ -0,0 +1,63 @@ +From 26597004c02ca97d4ff620ed11091cf0dd68a92d Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Nicolas=20Vi=C3=A9ville?= +Date: Tue, 17 Jun 2025 14:34:24 +0200 +Subject: [PATCH] makefile: replace EXTRA_CFLAGS and EXTRA_LDFLAGS with + ccflags-y and ldflags-y from commit "kbuild: remove EXTRA_*FLAGS support" + (Masahiro Yamada, 6 Feb 2025) saying they have been deprecated since 2007 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Nicolas Viéville +--- + Makefile | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) + +diff --git a/Makefile b/Makefile +index 296162c..6e90afb 100644 +--- a/Makefile ++++ b/Makefile +@@ -131,15 +131,15 @@ GCCVERSION := $(subst $(space),$(empty),$(GCCVERSION)) + GCCVERSION := $(shell expr `echo $(GCCVERSION)` | cut -b1-3) + GE_49 := $(shell expr `echo $(GCCVERSION)` \>= 490) + +-EXTRA_CFLAGS := ++ccflags-y := + + ifeq ($(APIFINAL),CFG80211) +- EXTRA_CFLAGS += -DUSE_CFG80211 ++ ccflags-y += -DUSE_CFG80211 + $(info Using CFG80211 API) + endif + + ifeq ($(APIFINAL),WEXT) +- EXTRA_CFLAGS += -DUSE_IW ++ ccflags-y += -DUSE_IW + $(info Using Wireless Extension API) + endif + +@@ -151,15 +151,15 @@ wl-objs += src/wl/sys/wl_linux.o + wl-objs += src/wl/sys/wl_iw.o + wl-objs += src/wl/sys/wl_cfg80211_hybrid.o + +-EXTRA_CFLAGS += -I$(src)/src/include -I$(src)/src/common/include +-EXTRA_CFLAGS += -I$(src)/src/wl/sys -I$(src)/src/wl/phy -I$(src)/src/wl/ppr/include +-EXTRA_CFLAGS += -I$(src)/src/shared/bcmwifi/include +-#EXTRA_CFLAGS += -DBCMDBG_ASSERT -DBCMDBG_ERR ++ccflags-y += -I$(src)/src/include -I$(src)/src/common/include ++ccflags-y += -I$(src)/src/wl/sys -I$(src)/src/wl/phy -I$(src)/src/wl/ppr/include ++ccflags-y += -I$(src)/src/shared/bcmwifi/include ++#ccflags-y += -DBCMDBG_ASSERT -DBCMDBG_ERR + ifeq "$(GE_49)" "1" +-EXTRA_CFLAGS += -Wno-date-time ++ccflags-y += -Wno-date-time + endif + +-EXTRA_LDFLAGS := $(src)/lib/wlc_hybrid.o_shipped ++ldflags-y := $(src)/lib/wlc_hybrid.o_shipped + + KBASE ?= /lib/modules/`uname -r` + KBUILD_DIR ?= $(KBASE)/build +-- +2.49.0 + diff --git a/anda/system/wl-kmod/wl-kmod-032_add_MODULE_DESCRIPTION_macro.patch b/anda/system/wl-kmod/wl-kmod-032_add_MODULE_DESCRIPTION_macro.patch new file mode 100644 index 0000000000..db2b9a7b4b --- /dev/null +++ b/anda/system/wl-kmod/wl-kmod-032_add_MODULE_DESCRIPTION_macro.patch @@ -0,0 +1,30 @@ +From 3b780d05b0f9a3b36196c0cfedb57cb2241f87f8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Nicolas=20Vi=C3=A9ville?= +Date: Tue, 17 Jun 2025 14:49:31 +0200 +Subject: [PATCH] wl_linux.c: add MODULE_DESCRIPTION macro related to commit + "modpost: require a MODULE_DESCRIPTION()" (Jeff Johnson, 11 Mar 2025) +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Nicolas Viéville +--- + src/wl/sys/wl_linux.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c +index 3c25ce4..0c08fe7 100644 +--- a/src/wl/sys/wl_linux.c ++++ b/src/wl/sys/wl_linux.c +@@ -164,6 +164,8 @@ static int wl_set_radio_block(void *data, bool blocked); + static void wl_report_radio_state(wl_info_t *wl); + #endif + ++// Related to commit "modpost: require a MODULE_DESCRIPTION()" (Jeff Johnson, 11 Mar 2025) ++MODULE_DESCRIPTION("Broadcom STA wireless driver [unmaintained, out-of-tree]"); + MODULE_LICENSE("MIXED/Proprietary"); + + static struct pci_device_id wl_id_table[] = +-- +2.49.0 + diff --git a/anda/system/wl-kmod/wl-kmod-033_disable_objtool_add_warning_unmaintained.patch b/anda/system/wl-kmod/wl-kmod-033_disable_objtool_add_warning_unmaintained.patch new file mode 100644 index 0000000000..c502c50a49 --- /dev/null +++ b/anda/system/wl-kmod/wl-kmod-033_disable_objtool_add_warning_unmaintained.patch @@ -0,0 +1,64 @@ +From 642f61c3ff369e5938eb6b70bf5cc9566a7e04ae Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Nicolas=20Vi=C3=A9ville?= +Date: Tue, 17 Jun 2025 15:04:16 +0200 +Subject: [PATCH] =?UTF-8?q?wl=5Flinux.c=20and=20makefile:=20added=20warnin?= + =?UTF-8?q?g=20when=20the=20module=20is=20loaded=20about=20unmaintained=20?= + =?UTF-8?q?state=20of=20driver=20and=20its=20provided=20binary=20blob=20an?= + =?UTF-8?q?d=20possible=20security=20risks=20related=20to=20current=20Linu?= + =?UTF-8?q?x=20kernel=20security=20standards=20(e.g.=20IBT)=20-=20disablin?= + =?UTF-8?q?g=20objtool=20accordingly=20as=20well=20-=20thanks=20to=20Joan?= + =?UTF-8?q?=20Bruguera=20Mic=C3=B3?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Nicolas Viéville +--- + Makefile | 15 +++++++++++++++ + src/wl/sys/wl_linux.c | 4 ++++ + 2 files changed, 19 insertions(+) + +diff --git a/Makefile b/Makefile +index 6e90afb..c38c3ee 100644 +--- a/Makefile ++++ b/Makefile +@@ -169,6 +169,21 @@ MDEST_DIR ?= $(KBASE)/kernel/drivers/net/wireless + CROSS_TOOLS = /path/to/tools + CROSS_KBUILD_DIR = /path/to/kernel/tree + ++# Rel. commit "objtool: Always fail on fatal errors" (Josh Poimboeuf, 31 Mar 2025) ++# This is a *ugly* hack to disable objtool during the final processing of wl.o. ++# Since is embeds the proprietary blob (wlc_hybrid.o_shipped), objtool can't ++# process it, as it does not follow the requirements of current kernels, ++# including support for critical security features. As of Linux v6.15+, it causes ++# a build error. Disable it, at your own risk. Note the MIT license applies: ++# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR ++# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, ++# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE ++# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER ++# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, ++# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE ++# SOFTWARE. ++wl.o: override objtool-enabled = ++ + all: + KBUILD_NOPEDANTIC=1 make -C $(KBUILD_DIR) M=`pwd` + +diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c +index 0c08fe7..59873e1 100644 +--- a/src/wl/sys/wl_linux.c ++++ b/src/wl/sys/wl_linux.c +@@ -922,6 +922,10 @@ static struct pci_driver wl_pci_driver __refdata = { + static int __init + wl_module_init(void) + { ++ printk(KERN_WARNING "You are using the Broadcom STA wireless driver, which is " ++ "not maintained and is incompatible with Linux kernel security mitigations. " ++ "It is heavily recommended to replace the hardware and remove the driver. " ++ "Proceed at your own risk!"); + int error = -ENODEV; + + #ifdef BCMDBG +-- +2.49.0 + diff --git a/anda/system/wl-kmod/wl-kmod-034_kernel_6.15_adaptation_replace_del_timer_with_timer_delete.patch b/anda/system/wl-kmod/wl-kmod-034_kernel_6.15_adaptation_replace_del_timer_with_timer_delete.patch new file mode 100644 index 0000000000..9f93394cdd --- /dev/null +++ b/anda/system/wl-kmod/wl-kmod-034_kernel_6.15_adaptation_replace_del_timer_with_timer_delete.patch @@ -0,0 +1,35 @@ +From ddfac506c7060e7514952c6ec340b34ee0273864 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Nicolas=20Vi=C3=A9ville?= +Date: Tue, 17 Jun 2025 15:12:03 +0200 +Subject: [PATCH] wl_linux.c: fix compatibility with kernel >= 6.15 replace + del_timer function with timer_delete function - related to commit "treewide: + Switch/rename to timer_delete[_sync]()" (Thomas Gleixner, 5 Apr 2025) +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Nicolas Viéville +--- + src/wl/sys/wl_linux.c | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c +index 59873e1..4512f73 100644 +--- a/src/wl/sys/wl_linux.c ++++ b/src/wl/sys/wl_linux.c +@@ -2501,7 +2501,12 @@ wl_del_timer(wl_info_t *wl, wl_timer_t *t) + ASSERT(t); + if (t->set) { + t->set = FALSE; ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 15, 0) ++ // Rel. commit "treewide: Switch/rename to timer_delete[_sync]()" (Thomas Gleixner, 5 Apr 2025) ++ if (!timer_delete(&t->timer)) { ++#else + if (!del_timer(&t->timer)) { ++#endif + #ifdef BCMDBG + WL_INFORM(("wl%d: Failed to delete timer %s\n", wl->unit, t->name)); + #endif +-- +2.49.0 + diff --git a/anda/system/wl-kmod/wl-kmod-035_kernel_6.17_adaptation_fix_functions_prototypes.patch b/anda/system/wl-kmod/wl-kmod-035_kernel_6.17_adaptation_fix_functions_prototypes.patch new file mode 100644 index 0000000000..dbfa45f8c0 --- /dev/null +++ b/anda/system/wl-kmod/wl-kmod-035_kernel_6.17_adaptation_fix_functions_prototypes.patch @@ -0,0 +1,102 @@ +From 564dc0af953480b3155266b388637e51fb8c6fc8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Nicolas=20Vi=C3=A9ville?= +Date: Thu, 18 Sep 2025 16:01:05 +0200 +Subject: [PATCH] wl_cfg80211_hybrid.c: fix compatibility with kernel >= 6.17 + in funtions prototypes for wl_cfg80211_set_wiphy_params, + wl_cfg80211_set_tx_power and wl_cfg80211_get_tx_power - related to commit + "wifi: cfg80211/mac80211: Add support to get radio index" (Roopni Devanathan, + 15 Jun 2025) +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Nicolas Viéville +--- + src/wl/sys/wl_cfg80211_hybrid.c | 34 +++++++++++++++++++++++++++++---- + 1 file changed, 30 insertions(+), 4 deletions(-) + +diff --git a/src/wl/sys/wl_cfg80211_hybrid.c b/src/wl/sys/wl_cfg80211_hybrid.c +index 5a7f0c4..58f1023 100644 +--- a/src/wl/sys/wl_cfg80211_hybrid.c ++++ b/src/wl/sys/wl_cfg80211_hybrid.c +@@ -70,7 +70,12 @@ wl_cfg80211_scan(struct wiphy *wiphy, + static s32 wl_cfg80211_scan(struct wiphy *wiphy, struct net_device *ndev, + struct cfg80211_scan_request *request); + #endif ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 17, 0) ++static s32 wl_cfg80211_set_wiphy_params(struct wiphy *wiphy, int radio_idx, ++ u32 changed); ++#else + static s32 wl_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed); ++#endif + static s32 wl_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *dev, + struct cfg80211_ibss_params *params); + static s32 wl_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *dev); +@@ -89,7 +94,12 @@ static int wl_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev, + struct cfg80211_connect_params *sme); + static s32 wl_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *dev, u16 reason_code); + +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 17, 0) ++static s32 ++wl_cfg80211_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, ++ int radio_idx, ++ enum nl80211_tx_power_setting type, s32 dbm); ++#elif LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) + static s32 + wl_cfg80211_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, + enum nl80211_tx_power_setting type, s32 dbm); +@@ -101,7 +111,10 @@ static s32 wl_cfg80211_set_tx_power(struct wiphy *wiphy, + enum tx_power_setting type, s32 dbm); + #endif + +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 17, 0) ++static s32 wl_cfg80211_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, ++ int radio_idx, unsigned int link_id, s32 *dbm); ++#elif LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0) + static s32 wl_cfg80211_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, + unsigned int link_id, s32 *dbm); + #elif LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) +@@ -732,7 +745,12 @@ static s32 wl_set_retry(struct net_device *dev, u32 retry, bool l) + return err; + } + ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 17, 0) ++static s32 wl_cfg80211_set_wiphy_params(struct wiphy *wiphy, int radio_idx, ++ u32 changed) ++#else + static s32 wl_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) ++#endif + { + struct wl_cfg80211_priv *wl = wiphy_to_wl(wiphy); + struct net_device *ndev = wl_to_ndev(wl); +@@ -1167,7 +1185,12 @@ wl_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *dev, u16 reason_c + return err; + } + +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 17, 0) ++static s32 ++wl_cfg80211_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, ++ int radio_idx, ++ enum nl80211_tx_power_setting type, s32 dbm) ++#elif LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) + static s32 + wl_cfg80211_set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, + enum nl80211_tx_power_setting type, s32 dbm) +@@ -1228,7 +1251,10 @@ wl_cfg80211_set_tx_power(struct wiphy *wiphy, enum tx_power_setting type, s32 db + return err; + } + +-#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0) ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 17, 0) ++static s32 wl_cfg80211_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, ++ int radio_idx, unsigned int link_id, s32 *dbm) ++#elif LINUX_VERSION_CODE >= KERNEL_VERSION(6, 14, 0) + static s32 wl_cfg80211_get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, + unsigned int link_id, s32 *dbm) + #elif LINUX_VERSION_CODE >= KERNEL_VERSION(3, 8, 0) +-- +2.51.0 + diff --git a/anda/system/wl-kmod/wl-kmod.spec b/anda/system/wl-kmod/wl-kmod.spec index 3deac76d18..0a4ec39193 100644 --- a/anda/system/wl-kmod/wl-kmod.spec +++ b/anda/system/wl-kmod/wl-kmod.spec @@ -10,7 +10,7 @@ Name: wl-kmod Version: 6.30.223.271 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Kernel module for Broadcom wireless devices Group: System Environment/Kernel License: Redistributable, no modification permitted @@ -27,7 +27,7 @@ Patch5: wl-kmod-007_kernel_4.8_add_cfg80211_scan_info_struct.patch Patch6: wl-kmod-008_fix_kernel_warnings.patch Patch7: wl-kmod-009_kernel_4.11_remove_last_rx_in_net_device_struct.patch Patch8: wl-kmod-010_kernel_4.12_add_cfg80211_roam_info_struct.patch -Patch9: wl-kmod-011_kernel_4.14_new_kernel_read_function_prototype.patch +Patch9: wl-kmod-011_kernel_4.14_new_kernel_read_function_prototype.patch Patch10: wl-kmod-012_kernel_4.15_new_timer.patch Patch11: wl-kmod-013_gcc8_fix_bounds_check_warnings.patch Patch12: wl-kmod-014_kernel_read_pos_increment_fix.patch @@ -47,6 +47,11 @@ Patch25: wl-kmod-027_wpa_supplicant-2.11_add_max_scan_ie_len.patch Patch26: wl-kmod-028_kernel_6.12_adaptation.patch Patch27: wl-kmod-029_kernel_6.13_adaptation.patch Patch28: wl-kmod-030_kernel_6.14_adaptation.patch +Patch29: wl-kmod-031_replace_EXTRA_CFLAGS_EXTRA_LDFLAGS_with_ccflags-y_ldflags-y.patch +Patch30: wl-kmod-032_add_MODULE_DESCRIPTION_macro.patch +Patch31: wl-kmod-033_disable_objtool_add_warning_unmaintained.patch +Patch32: wl-kmod-034_kernel_6.15_adaptation_replace_del_timer_with_timer_delete.patch +Patch33: wl-kmod-035_kernel_6.17_adaptation_fix_functions_prototypes.patch ExclusiveArch: i686 x86_64 BuildRequires: kmodtool BuildRequires: elfutils-libelf-devel @@ -81,7 +86,7 @@ pushd %{name}-%{version}-src %patch -P 6 -p1 -b .fix_kernel_warnings %patch -P 7 -p1 -b .kernel_4.11_remove_last_rx_in_net_device_struct %patch -P 8 -p1 -b .kernel_4.12_add_cfg80211_roam_info_struct -%patch -P 9 -p1 -b .kernel_4.14_new_kernel_read_function_prototype +%patch -P 9 -p1 -b .kernel_4.14_new_kernel_read_function_prototype %patch -P 10 -p1 -b .kernel_4.15_new_timer %patch -P 11 -p1 -b .gcc8_fix_bounds_check_warnings %patch -P 12 -p1 -b .kernel_read_pos_increment_fix @@ -101,30 +106,296 @@ pushd %{name}-%{version}-src %patch -P 26 -p1 -b .kernel_6.12_adaptation %patch -P 27 -p1 -b .kernel_6.13_adaptation %patch -P 28 -p1 -b .kernel_6.14_adaptation +%patch -P 29 -p1 -b .EXTRA_CFLAGS_EXTRA_LDFLAGS +%patch -P 30 -p1 -b .MODULE_DESCRIPTION +%patch -P 31 -p1 -b .disable_objtool +%patch -P 32 -p1 -b .kernel_6.15_adaptation +%patch -P 33 -p1 -b .kernel_6.17_adaptation -### NOTE: These MUST be added to as new EL versions are released. -%if 0%{?rhel} == 9 +# Manual patching to build for RHEL - inspired by CentOS wl-kmod.spec +# Actually works for RHEL 6.x and 7.x +%if 0%{?rhel} == 6 + # Define kvl (linux) & kvr (release) for use in "patching" logical %define kvl %(echo %{kernel_versions} | cut -d"-" -f1) %define kvr %(echo %{kernel_versions} | cut -d"-" -f2 | cut -d"." -f1) -### Patching for various point release kernels. + # Perform "patching" edits to the src/wl/sys/wl_cfg80211_hybrid.c file. + # Note: Using this method, as opposed to making a patch, allows + # the src.rpm to be compiled under various point release kernels. + # Note: Use [ >][>=] where both >= & > are present + %if "%{kvl}" == "2.6.32" + %if %{kvr} >= 71 + # Apply to EL 6.0 point release and later + %{__sed} -i 's/ >= KERNEL_VERSION(3, 6, 0)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 131 + # Apply to EL 6.1 point release and later (2.6.32-131.0.15) + # > No changes currently needed for EL 6.1 point release + %endif + %if %{kvr} >= 220 + # Apply to EL 6.2 point release and later + # > No changes currently needed for EL 6.2 point release + %endif + %if %{kvr} >= 279 + # Apply to EL 6.3 point release and later + %{__sed} -i 's/ >= KERNEL_VERSION(2, 6, 36)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(2, 6, 37)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(2, 6, 38)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ > KERNEL_VERSION(2, 6, 39)/ > KERNEL_VERSION(2, 6, 31)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(2, 6, 39)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(3, 1, 0)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} == 358 + # Only apply to EL 6.4 point release + if $(grep -q "/lib/modules/kabi/kabi_whitelist" /usr/lib/rpm/redhat/find-requires.ksyms 2>/dev/null) ; then + %{__sed} -i 's@/lib/modules/kabi/kabi_whitelist@/lib/modules/kabi-current/kabi_whitelist@g' /usr/lib/rpm/redhat/find-requires.ksyms + fi + %endif + %if %{kvr} >= 358 + # Apply to EL 6.4 point release and later + # > No changes currently needed for EL 6.4 point release + %endif + %if %{kvr} == 431 + # Only apply to EL 6.5 point release + if $(grep -q "/lib/modules/kabi/kabi_whitelist" /usr/lib/rpm/redhat/find-requires.ksyms 2>/dev/null) ; then + %{__sed} -i 's@/lib/modules/kabi/kabi_whitelist@/lib/modules/kabi-current/kabi_whitelist@g' /usr/lib/rpm/redhat/find-requires.ksyms + fi + %endif + %if %{kvr} >= 431 + # Apply to EL 6.5 point release and later + %{__sed} -i 's/ >= KERNEL_VERSION(3, 8, 0)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(3, 9, 0)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} == 504 + # Only apply to EL 6.6 point release + if $(grep -q "/lib/modules/kabi/kabi_whitelist" /usr/lib/rpm/redhat/find-requires.ksyms 2>/dev/null) ; then + %{__sed} -i 's@/lib/modules/kabi/kabi_whitelist@/lib/modules/kabi-current/kabi_whitelist@g' /usr/lib/rpm/redhat/find-requires.ksyms + fi + %endif + %if %{kvr} >= 504 + # Apply to EL 6.6 point release and later + # > No changes currently needed for EL 6.6 point release + %endif + %if %{kvr} >= 573 + # Apply to EL 6.7 point release and later + %{__sed} -i 's/ >= KERNEL_VERSION(3, 11, 0)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ < KERNEL_VERSION(3, 16, 0)/ < KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ < KERNEL_VERSION(3, 18, 0)/ < KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(3, 15, 0)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 642 + # Apply to EL 6.8 point release and later + %{__sed} -i 's/ >= KERNEL_VERSION(4, 0, 0)/ >= KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ < KERNEL_VERSION(4,2,0)/ < KERNEL_VERSION(2, 6, 32)/' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 696 + # Apply to EL 6.9 point release and later + # > No changes currently needed for EL 6.9 point release + %endif + %if %{kvr} >= 754 + # Apply to EL 6.10 point release and later + # > No changes currently needed for EL 6.10 point release + %endif + %endif +%endif +%if 0%{?rhel} == 7 + # Define kvl (linux) & kvr (release) for use in "patching" logical + %define kvl %(echo %{kernel_versions} | cut -d"-" -f1) + %define kvr %(echo %{kernel_versions} | cut -d"-" -f2 | cut -d"." -f1) + + # Perform "patching" edits to the src/wl/sys/wl_cfg80211_hybrid.c file. + # Note: Using this method, as opposed to making a patch, allows + # the src.rpm to be compiled under various point release kernels. + # Note: Use [ >][>=] where both >= & > are present + %if "%{kvl}" == "3.10.0" + %if %{kvr} == 123 + # Only apply to EL 7.0 point release + if $(grep -q "/lib/modules/kabi/kabi_whitelist" /usr/lib/rpm/redhat/find-requires.ksyms 2>/dev/null) ; then + %{__sed} -i 's@/lib/modules/kabi/kabi_whitelist@/lib/modules/kabi-rhel70/kabi_whitelist@g' /usr/lib/rpm/redhat/find-requires.ksyms + fi + %endif + %if %{kvr} >= 123 + # Apply to EL 7.0 point release and later + # > No changes currently needed for EL 7.0 point release + %endif + %if %{kvr} >= 229 + # Apply to EL 7.1 point release and later + %{__sed} -i 's/ >= KERNEL_VERSION(3, 11, 0)/ >= KERNEL_VERSION(3, 10, 0)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(3, 15, 0)/ >= KERNEL_VERSION(3, 10, 0)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ < KERNEL_VERSION(3, 16, 0)/ < KERNEL_VERSION(3, 10, 0)/' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 327 + # Apply to EL 7.2 point release and later + %{__sed} -i 's/ < KERNEL_VERSION(3, 18, 0)/ < KERNEL_VERSION(3, 9, 0)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(4, 0, 0)/ >= KERNEL_VERSION(3, 10, 0)/' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 514 + # Apply to EL 7.3 point release and later + %{__sed} -i 's/ < KERNEL_VERSION(4,2,0)/ < KERNEL_VERSION(3, 9, 0)/' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(4, 7, 0)/ >= KERNEL_VERSION(3, 10, 0)/' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 693 + # Apply to EL 7.4 point release and later + %{__sed} -i 's/ >= KERNEL_VERSION(4, 8, 0)/ >= KERNEL_VERSION(3, 10, 0)/' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 862 + # Apply to EL 7.5 point release and later + %{__sed} -i 's/ <= KERNEL_VERSION(4, 10, 0)/ <= KERNEL_VERSION(3, 9, 0)/' src/wl/sys/wl_linux.c + %{__sed} -i 's/ >= KERNEL_VERSION(4, 11, 0)/ >= KERNEL_VERSION(3, 10, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ < KERNEL_VERSION(4, 12, 0)/ < KERNEL_VERSION(3, 10, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(4, 12, 0)/ >= KERNEL_VERSION(3, 10, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 957 + # Apply to EL 7.6 point release and later + # > No changes currently needed for EL 7.6 point release + %endif + %if %{kvr} >= 1062 + # Apply to EL 7.7 point release and later + %{__sed} -i -e 's@__attribute__((__fallthrough__));.*@/* fall through */@g' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 1127 + # Apply to EL 7.8 point release and later + # > No changes currently needed for EL 7.8 point release + %endif + %if %{kvr} >= 1160 + # Apply to EL 7.9 point release and later + # > No changes currently needed for EL 7.9 point release + %endif + %endif +%endif +%if 0%{?rhel} == 8 + # Define kvl (linux) & kvr (release) for use in "patching" logical + %define kvl %(echo %{kernel_versions} | cut -d"-" -f1) + %define kvr %(echo %{kernel_versions} | cut -d"-" -f2 | cut -d"." -f1) + + # Perform "patching" edits to the src/wl/sys/wl_cfg80211_hybrid.c file. + # Note: Using this method, as opposed to making a patch, allows + # the src.rpm to be compiled under various point release kernels. + # Note: Use [ >][>=] where both >= & > are present + %if "%{kvl}" == "4.18.0" + %if %{kvr} == 80 + # Only apply to EL 8.0 point release + # > No changes currently needed for EL 8.0 point release + %endif + %if %{kvr} >= 80 + # Apply to EL 8.0 point release and later + # > No changes currently needed for EL 8.0 point release + %endif + %if %{kvr} >= 147 + # Apply to EL 8.1 point release and later + # > No changes currently needed for EL 8.1 point release + %endif + %if %{kvr} >= 193 + # Apply to EL 8.2 point release and later + # > No changes currently needed for EL 8.2 point release + %endif + %if %{kvr} >= 240 + # Apply to EL 8.3 point release and later + # > No changes currently needed for EL 8.3 point release + %endif + %if %{kvr} >= 305 + # Apply to EL 8.4 point release and later + # > No changes currently needed for EL 8.4 point release + %endif + %if %{kvr} >= 348 + # Apply to EL 8.5 point release and later + # > No changes currently needed for EL 8.5 point release + %endif + %if %{kvr} >= 372 + # Apply to EL 8.6 point release and later + # > No changes currently needed for EL 8.6 point release + %endif + %if %{kvr} >= 425 + # Apply to EL 8.7 point release and later + # > No changes currently needed for EL 8.7 point release + %endif + %if %{kvr} >= 477 + # Apply to EL 8.8 point release and later + %{__sed} -i 's/ >= KERNEL_VERSION(6, 0, 0)/ >= KERNEL_VERSION(4, 18, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(6, 1, 0)/ >= KERNEL_VERSION(4, 18, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %if %{kvr} >= 513 + # Apply to EL 8.9 point release and later + # > No changes currently needed for EL 8.9 point release + %endif + %if %{kvr} >= 553 + # Apply to EL 8.10 point release and later + # > No changes currently needed for EL 8.10 point release + %endif + %endif +%endif +%if 0%{?rhel} == 9 + # Define kvl (linux) & kvr (release) for use in "patching" logical + %define kvl %(echo %{kernel_versions} | cut -d"-" -f1) + %define kvr %(echo %{kernel_versions} | cut -d"-" -f2 | cut -d"." -f1) + + # Perform "patching" edits to the src/wl/sys/wl_cfg80211_hybrid.c file. + # Note: Using this method, as opposed to making a patch, allows + # the src.rpm to be compiled under various point release kernels. + # Note: Use [ >][>=] where both >= & > are present %if "%{kvl}" == "5.14.0" %if %{kvr} == 70 + # Only apply to EL 9.0 point release + # > No changes currently needed for EL 9.0 point release %endif %if %{kvr} >= 70 + # Apply to EL 9.0 point release and later %{__sed} -i 's/ < KERNEL_VERSION(5, 17, 0)/ < KERNEL_VERSION(5, 14, 0)/g' src/wl/sys/wl_iw.h %{__sed} -i 's/ >= KERNEL_VERSION(5, 17, 0)/ >= KERNEL_VERSION(5, 14, 0)/g' src/wl/sys/wl_linux.c %endif %if %{kvr} >= 162 + # Apply to EL 9.1 point release and later + # > No changes currently needed for EL 9.1 point release %endif %if %{kvr} >= 284 + # Apply to EL 9.2 point release and later + # > No changes currently needed for EL 9.2 point release %endif %if %{kvr} >= 362 + # Apply to EL 9.3 point release and later %{__sed} -i 's/ >= KERNEL_VERSION(6, [01], 0)/ >= KERNEL_VERSION(5, 14, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c %endif %if %{kvr} >= 427 + # Apply to EL 9.4 point release and later + # > No changes currently needed for EL 9.4 point release %endif %if %{kvr} >= 503 + # Apply to EL 9.5 point release and later + # > No changes currently needed for EL 9.5 point release + %endif + %if %{kvr} >= 570 + # Apply to EL 9.6 point release and later + # > No changes currently needed for EL 9.6 point release + %endif + %if %{kvr} >= 611 + # Apply to EL 9.7 point release and later + %{__sed} -i 's/ < KERNEL_VERSION(6, 13, 0)/ < KERNEL_VERSION(5, 14, 0)/g' src/include/linuxver.h + %{__sed} -i 's/ >= KERNEL_VERSION(6, 14, 0)/ >= KERNEL_VERSION(5, 14, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c + %{__sed} -i 's/ >= KERNEL_VERSION(6, 17, 0)/ >= KERNEL_VERSION(5, 14, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c + %endif + %endif +%endif +%if 0%{?rhel} == 10 + # Define kvl (linux) & kvr (release) for use in "patching" logical + %define kvl %(echo %{kernel_versions} | cut -d"-" -f1) + %define kvr %(echo %{kernel_versions} | cut -d"-" -f2 | cut -d"." -f1) + + # Perform "patching" edits to the src/wl/sys/wl_cfg80211_hybrid.c file. + # Note: Using this method, as opposed to making a patch, allows + # the src.rpm to be compiled under various point release kernels. + # Note: Use [ >][>=] where both >= & > are present + %if "%{kvl}" == "6.12.0" + %if %{kvr} == 55 + # Only apply to EL 10.0 point release + # > No changes currently needed for EL 10.0 point release + %endif + %if %{kvr} >= 55 + # Apply to EL 10.0 point release and later + %{__sed} -i 's/ < KERNEL_VERSION(6, 13, 0)/ < KERNEL_VERSION(6, 12, 0)/g' src/include/linuxver.h + %endif + %if %{kvr} >= 124 + # Apply to EL 10.1 point release and later + %{__sed} -i 's/ >= KERNEL_VERSION(6, 14, 0)/ >= KERNEL_VERSION(6, 12, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c %endif %endif %endif From ab0c300de4a62fbba69a174d7d5810d21e3346f2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 07:58:39 +0000 Subject: [PATCH 0511/1189] bump: discord-canary-openasar discord-canary bun-bin --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/bun/bun-bin.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 a4e24ee44a..528164f5c8 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.942 +Version: 0.0.943 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 2d71f8c6ad..2f09100369 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.942 +Version: 0.0.943 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/bun/bun-bin.spec b/anda/devs/bun/bun-bin.spec index 3a9be7624f..26d1eb05d8 100644 --- a/anda/devs/bun/bun-bin.spec +++ b/anda/devs/bun/bun-bin.spec @@ -8,8 +8,8 @@ %global appid sh.oven.bun Name: bun-bin -Version: 1.3.10 -Release: 1%?dist +Version: 1.3.11 +Release: 1%{?dist} Summary: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one License: MIT URL: https://bun.sh From da1b994ba05cf238c4f062ffcdb72e4c61a8a958 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 08:53:21 +0000 Subject: [PATCH 0512/1189] 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 8177e1317e..56e7c9b22e 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.3070+b22eb176b +version=0.16.0-dev.3073+28ae5d415 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 34981cdd66..f5d1ef2ff4 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3070+b22eb176b +%global ver 0.16.0-dev.3073+28ae5d415 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 8efb62c3f5b177246322583257e6215dee8d9eef Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 12:56:20 +0000 Subject: [PATCH 0513/1189] bump: rpcs3 MareTF --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/MareTF/MareTF.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 937cd84ddb..724c48c060 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 aa841ac332195a58d58c556d7de182b5f7fce3e4 -%global ver 0.0.40-19153 +%global commit 110ef818b3fbeb50b09f851c9aa80e2fa280a873 +%global ver 0.0.40-19154 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/MareTF/MareTF.spec b/anda/tools/MareTF/MareTF.spec index df01d51a40..0fe0047f41 100644 --- a/anda/tools/MareTF/MareTF.spec +++ b/anda/tools/MareTF/MareTF.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: MareTF -Version: 0.10.1 +Version: 0.10.2 Release: 1%{?dist} License: MIT Summary: A utility to create, edit, and display every type of VTF file ever made From 2f7eff1e0ccc9455db42bdb533376b539122950b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 13:55:01 +0000 Subject: [PATCH 0514/1189] bump: signal-cli --- anda/misc/signal-cli/signal-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/misc/signal-cli/signal-cli.spec b/anda/misc/signal-cli/signal-cli.spec index b1ff1843cb..3dceb0b49a 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.14.1 +Version: 0.14.2 Release: 1%{?dist} Summary: signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger License: GPL-3.0-only From 52dd55ce9d6099e6047d02b723ed781f098c0276 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 15:45:32 +0000 Subject: [PATCH 0515/1189] 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 e474f7f6a1..b88e5d9733 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 11.2.0 +Version: 11.2.1 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause From 07df724dbd0cc41fafe44ccf00639eabb087dd7e Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 4 Apr 2026 09:12:47 -0700 Subject: [PATCH 0516/1189] feat: Add rom-properties shell extension for KDE & GNOME (#11051) (#11058) --- anda/games/rom-properties/anda.hcl | 5 + anda/games/rom-properties/rom-properties.spec | 199 ++++++++++++++++++ anda/games/rom-properties/update.rhai | 1 + 3 files changed, 205 insertions(+) create mode 100644 anda/games/rom-properties/anda.hcl create mode 100644 anda/games/rom-properties/rom-properties.spec create mode 100644 anda/games/rom-properties/update.rhai diff --git a/anda/games/rom-properties/anda.hcl b/anda/games/rom-properties/anda.hcl new file mode 100644 index 0000000000..28bc44a710 --- /dev/null +++ b/anda/games/rom-properties/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "rom-properties.spec" + } +} diff --git a/anda/games/rom-properties/rom-properties.spec b/anda/games/rom-properties/rom-properties.spec new file mode 100644 index 0000000000..51a4f0790b --- /dev/null +++ b/anda/games/rom-properties/rom-properties.spec @@ -0,0 +1,199 @@ +Name: rom-properties +Version: 2.7.1 +Release: 1%{?dist} +Summary: File browser extension for managing video game ROM and disc images +License: GPL-2.0-only +URL: https://github.com/GerbilSoft/%{name} +Packager: Kyle Gospodnetich + +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz + +BuildRequires: cmake +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: pkgconf +BuildRequires: gettext-devel +BuildRequires: libseccomp-devel +BuildRequires: libcurl-devel +BuildRequires: nettle-devel +BuildRequires: zlib-devel +BuildRequires: lz4-devel +BuildRequires: lzo-devel +BuildRequires: libzstd-devel +BuildRequires: tinyxml2-devel +BuildRequires: libpng-devel +BuildRequires: libjpeg-turbo-devel +BuildRequires: pugixml-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qttools +BuildRequires: extra-cmake-modules +BuildRequires: kf6-kio-devel +BuildRequires: kf6-kwidgetsaddons-devel +BuildRequires: kf6-kfilemetadata-devel +BuildRequires: kf6-kcrash-devel +BuildRequires: glib2-devel +BuildRequires: gtk4-devel +BuildRequires: gdk-pixbuf2-devel +BuildRequires: nautilus-devel +BuildRequires: cairo-devel +BuildRequires: gsound-devel +BuildRequires: gtk3-devel + +Requires: %{name}-common = %{version}-%{release} +Recommends: %{name}-utils = %{version}-%{release} +Recommends: lz4 +Recommends: lzo + +%description +This shell extension adds a few nice features to file browsers for managing +video game ROM and disc images. + +%prep +%autosetup -p1 -n %{name}-%{version} + +%build +%cmake \ + -DBUILD_GTK3=ON \ + -DBUILD_GTK4=ON \ + -DBUILD_KDE4=OFF \ + -DBUILD_KF5=OFF \ + -DBUILD_KF6=ON \ + -DBUILD_XFCE=OFF \ + -DSPLIT_DEBUG=OFF \ + -DUSE_INTERNAL_XML=OFF +%cmake_build + +%install +%cmake_install + +%files +%{_defaultdocdir}/%{name}/ +%{_libdir}/libromdata.* + +%package cli +Summary: CLI tools for rom-properties +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description cli +Command-line interface tools for rom-properties. + +%files cli +%{_bindir}/rpcli + +%package common +Summary: Common files for rom-properties +BuildArch: noarch + +%description common +Common files for rom-properties. + +%files common +%{_datadir}/%{name}/amiibo-data.bin +%{_datadir}/applications/com.gerbilsoft.rom-properties.rp-config.desktop +%{_datadir}/metainfo/com.gerbilsoft.rom-properties.metainfo.xml +%{_datadir}/mime/packages/rom-properties.xml +%{_datadir}/locale/*/LC_MESSAGES/rom-properties.mo + +%package gtk4 +Summary: GTK4 integration for rom-properties +Requires: %{name}%{?_isa} = %{version}-%{release} +Recommends: %{name}-localsearch3 = %{version}-%{release} + +%description gtk4 +GNOME/Nautilus file manager integration for rom-properties. + +%files gtk4 +%{_libdir}/nautilus/extensions-4/rom-properties-gtk4.so + +%package gtk3 +Summary: GTK3 integration for rom-properties +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description gtk3 +GTK3 file manager integration for rom-properties. Provides extensions +for Nautilus, Caja, Nemo, and Thunar. + +%files gtk3 +%{_libdir}/nautilus/extensions-3.0/rom-properties-gtk3.so +%{_libdir}/caja/extensions-2.0/rom-properties-gtk3.so +%{_datadir}/caja/extensions/rom-properties-gtk3.caja-extension +%{_libdir}/nemo/extensions-3.0/rom-properties-gtk3.so +%{_libdir}/thunarx-3/rom-properties-gtk3.so + +%package kf6 +Summary: KDE6 integration for rom-properties +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description kf6 +KDE Plasma 6 file manager integration for rom-properties. + +%files kf6 +%{_datadir}/kio/servicemenus/rp-convert-to-png.desktop +%{_libdir}/qt6/plugins/kf6/propertiesdialog/xattrview-kf6.so +%{_libdir}/qt6/plugins/kf6/kfilemetadata/kfilemetadata_rom-properties-kf6.so +%{_libdir}/qt6/plugins/kf6/overlayicon/overlayiconplugin_rom-properties-kf6.so +%{_libdir}/qt6/plugins/kf6/propertiesdialog/rom-properties-kf6.so +%{_libdir}/qt6/plugins/kf6/thumbcreator/RomThumbnailCreator-kf6.so + +%package utils +Summary: Utilities for rom-properties +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description utils +Utility programs for rom-properties including the thumbnail generator +and configuration tool. + +%files utils +%{_libexecdir}/rp-download +%{_libexecdir}/rp-thumbnail +%{_datadir}/thumbnailers/rom-properties.thumbnailer +%{_bindir}/rp-stub +%{_bindir}/rp-config + +%package localsearch3 +Summary: GNOME localsearch3 integration for rom-properties +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description localsearch3 +GNOME localsearch 3.0 extract modules for rom-properties, providing +full-text search integration for ROM and disc image metadata. + +%files localsearch3 +%{_libdir}/localsearch-3.0/extract-modules/libextract-rom-properties.so +%{_datadir}/localsearch3/extract-rules/14-rp-application-packages.rule +%{_datadir}/localsearch3/extract-rules/14-rp-audio.rule +%{_datadir}/localsearch3/extract-rules/14-rp-banners.rule +%{_datadir}/localsearch3/extract-rules/14-rp-cd-images.rule +%{_datadir}/localsearch3/extract-rules/14-rp-disk-images.rule +%{_datadir}/localsearch3/extract-rules/14-rp-executables.rule +%{_datadir}/localsearch3/extract-rules/14-rp-rom-images.rule +%{_datadir}/localsearch3/extract-rules/14-rp-save-files.rule +%{_datadir}/localsearch3/extract-rules/14-rp-textures.rule + +%package thumbnailer-dbus +Summary: D-Bus thumbnailer service for rom-properties +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description thumbnailer-dbus +D-Bus specialized thumbnailer service for rom-properties. + +%files thumbnailer-dbus +%{_bindir}/rp-thumbnailer-dbus +%{_datadir}/dbus-1/services/com.gerbilsoft.rom-properties.SpecializedThumbnailer1.service +%{_datadir}/thumbnailers/com.gerbilsoft.rom-properties.SpecializedThumbnailer1.service + +%package apparmor +Summary: AppArmor profiles for rom-properties +Requires: %{name}%{?_isa} = %{version}-%{release} +BuildArch: noarch + +%description apparmor +AppArmor profiles for rom-properties utilities. + +%files apparmor +%{_sysconfdir}/apparmor.d/ + +%changelog +* Fri Apr 03 2026 Kyle Gospodnetich +- Initial package diff --git a/anda/games/rom-properties/update.rhai b/anda/games/rom-properties/update.rhai new file mode 100644 index 0000000000..8d59fb7019 --- /dev/null +++ b/anda/games/rom-properties/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("GerbilSoft/rom-properties")); From 349092fee271a95cdc32cffac7dd9eb9530aa848 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 16:56:27 +0000 Subject: [PATCH 0517/1189] bump: neovide rpcs3 --- anda/devs/neovide/neovide.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/neovide/neovide.spec b/anda/devs/neovide/neovide.spec index e11c043b87..8046e04283 100644 --- a/anda/devs/neovide/neovide.spec +++ b/anda/devs/neovide/neovide.spec @@ -2,7 +2,7 @@ %global raw_forgeurl https://raw.githubusercontent.com/%{crate}/%{crate} Name: rust-neovide -Version: 0.16.0 +Version: 0.16.1 Release: 1%{?dist} Summary: No Nonsense Neovim Client in Rust diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 724c48c060..f6719afa89 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 110ef818b3fbeb50b09f851c9aa80e2fa280a873 -%global ver 0.0.40-19154 +%global commit ec989781a345839423b34656beda5e7e62a98c3e +%global ver 0.0.40-19155 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 71100d43099bd40d409e94103015c9757e955c39 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 18:57:02 +0000 Subject: [PATCH 0518/1189] bump: vicinae --- anda/system/vicinae/vicinae.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index 58a52b677d..e1a99c1efa 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.9 +Version: 0.20.10 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com From 64adea3bf151f84ced72aba2e1ded2dd131cd504 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 20:38:40 +0000 Subject: [PATCH 0519/1189] 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 35145dd6a9..3b4b0abd45 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.62 +Version: 6.4.63 Release: 1%{?dist} URL: https://www.praat.org Source0: https://github.com/praat/praat.github.io/archive/refs/tags/v%{version}.tar.gz From a7cf1f00ce6cf675f1b53c87d1f9608808f0ef1b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 21:03:15 +0000 Subject: [PATCH 0520/1189] bump: driftwm --- anda/desktops/driftwm/driftwm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index 5a935bebc5..826012a66e 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.1.5 +Version: 0.1.6 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later From c132e1893238aa002c0c197048be8580e8e2158e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 21:44:42 +0000 Subject: [PATCH 0521/1189] bump: falcond yt-dlp-git --- anda/system/falcond/falcond.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index 0d4da5be7b..91a07a7c55 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -1,7 +1,7 @@ %global _include_minidebuginfo 0 Name: falcond -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: Advanced Linux Gaming Performance Daemon License: MIT diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 6de45be3b8..49ab87a9fd 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.04.04.022943 +Version: 2026.04.04.213513 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 3525b494d32340bcf26befab0173d980857926e1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 22:02:22 +0000 Subject: [PATCH 0522/1189] 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 49ab87a9fd..f1d65854e5 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.04.04.213513 +Version: 2026.04.04.214442 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 2f94c2d51d2dade9ff0012d87c20ded2d089412b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 22:47:14 +0000 Subject: [PATCH 0523/1189] 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 2bce6cc216..329e0ca82d 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 v50.0.1 +%global raw_ver v50.1.0 Name: komikku -Version: 50.0.1 +Version: 50.1.0 %forgemeta Release: 1%{?dist} Summary: A manga reader for GNOME From e154967dd96ca581ecee9765bdec600ed1f31bfa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 4 Apr 2026 23:49:04 +0000 Subject: [PATCH 0524/1189] bump: twintaillauncher --- anda/apps/twintaillauncher/twintaillauncher.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/twintaillauncher/twintaillauncher.spec b/anda/apps/twintaillauncher/twintaillauncher.spec index 769fcdeaaa..de0ceaebcb 100644 --- a/anda/apps/twintaillauncher/twintaillauncher.spec +++ b/anda/apps/twintaillauncher/twintaillauncher.spec @@ -6,7 +6,7 @@ Name: twintaillauncher -Version: 1.1.15 +Version: 2.0.0 Release: 1%{?dist} Summary: A multi-platform launcher for your anime games Packager: Yoong Jin From 11dcd421cd3eddc77307f4e63f95c161300ca87f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 01:06:14 +0000 Subject: [PATCH 0525/1189] 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 c0c6af0916..9aa90eb044 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-04 +%global ver 2026-04-05 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From c538cfa5bc29bd926b695f0eba38804dabaf3b25 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 02:51:45 +0000 Subject: [PATCH 0526/1189] bump(nightly): flameshot-nightly goofcord-nightly legcord-nightly mpv-nightly ghostty-nightly micro-nightly zed-nightly nim-nightly types-colorama v2ray-domain-list-community HeadsetControl-nightly --- 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 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 2 +- anda/devs/micro/micro-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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index e99c0e85ba..75ab43853b 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 b89ebc3629eda86f73ec43bc1c8add23388c44df +%global commit 0e3bb18240a4f75bcd531b1e5340ba003ea70e9c %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260404 +%global commit_date 20260405 %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 e022bb2ac8..2961e50a6b 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit d32cdcb19e0edeadca624c343d6bb4b73db2be97 +%global commit 8a3b60dacad7ed3446fbab52f3a5f15c4e8d8b32 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260402 +%global commit_date 20260405 %global ver 2.1.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 23c8ffb40d..29b4d9c16e 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 807dd63becae39995a55827a2d4bb192e7c2bbea -%global commit_date 20260404 +%global commit c4920f05272e7c7b52794eca4e8cf808b49dabea +%global commit_date 20260405 %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 3cd2b6b956..76d8adf548 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 428edff9c19d5bfa83a6ba9ddaeb752e4039a7ba +%global commit befe1e73a2494c2534c6ca9a494fd78d575b6828 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260404 +%global commit_date 20260405 %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 abb58ac0d4..4ffdf9c0a8 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit e3bbd54dd3bc63d00f536e086e28c33daf3f06d0 +%global commit 0a4cf5877e4b325b1c3dba1833cbcafa2ed42ec7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-04-04 %global commit_date %(echo %{fulldate} | sed 's/-//g') diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index 346bac062a..a8dc70b74a 100644 --- a/anda/devs/micro/micro-nightly.spec +++ b/anda/devs/micro/micro-nightly.spec @@ -12,8 +12,8 @@ # Naming variable as something other than "commit" is necessary # to stop %%gometa from putting commit hash in release -%global commit_hash 1c88f24ad7f2ffb4c7ccaba6e8a7d1a28a59151b -%global commit_date 20260403 +%global commit_hash 5dabe17e33a5b6b5ed5d4e06b37ae884122a64df +%global commit_date 20260405 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.15 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 60b21afa5f..fba0eb2be5 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 68452a3daea53843b9b388ec53a2cfd7673baac0 +%global commit 5375ca0ae27bf11713cf319358ac289db16cc749 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260404 +%global commit_date 20260405 %global ver 0.232.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 07e135503c..0e61d39f0e 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 854c1f15bada3055fb041cc7ba96378c32d34667 +%global commit 0028ea563caa10256934235013c0840c4d9afaa5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260403 +%global commit_date 20260405 %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 8a2cd3e0f3..09f0ea4e96 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 4567c8c5284f0608202aea612f3fcc1a190b97a9 -%global commit_date 20260403 +%global commit 72b73680a27b8c92e6fdc6886c2f20448b273a36 +%global commit_date 20260405 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 0d81d06217..2f685367ce 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 7798d04a27f8a693ec87241c3b2f1c670e05909d +%global commit 68b57828a1602b1af6a430d0dd0fd98f216e082e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260403151304 -%global commit_date 20260404 +%global ver 20260404050103 +%global commit_date 20260405 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index 60347d4839..0f920696f9 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 5136f7afc00288e57c453495f9f74ff9708c8535 +%global commit a9466956e0b5061aac0d84c9f04cd70278928a13 %global commitdate 20251121 %global shortcommit %(c=%{commit}; echo ${c:0:7}) From 3df3c6a3050bba79878ce992593dc83cce214fae Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 4 Apr 2026 20:10:53 -0700 Subject: [PATCH 0527/1189] fix: Use correct repo for xone nightly updater (#11062) (#11063) --- anda/system/xone/nightly/kmod-common/update.rhai | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/xone/nightly/kmod-common/update.rhai b/anda/system/xone/nightly/kmod-common/update.rhai index e46f17f7d2..4f75b47bcd 100644 --- a/anda/system/xone/nightly/kmod-common/update.rhai +++ b/anda/system/xone/nightly/kmod-common/update.rhai @@ -1,8 +1,8 @@ -rpm.global("commit", gh_commit("dlundqvist/xone")); +rpm.global("commit", gh_commit("OpenGamingCollective/xonedo")); if rpm.changed() { rpm.release(); rpm.global("commitdate", date()); - let v = gh("dlundqvist/xone"); + let v = gh("OpenGamingCollective/xonedo"); v.crop(1); rpm.global("ver", v); } From 4a13ae5922fb528d032664b73b109e2a833e0588 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 4 Apr 2026 20:16:56 -0700 Subject: [PATCH 0528/1189] fix: Correct issues with dependencies in xonedo and xonedo-nightly package, correct regression in xone nightly update script (#11068) (#11069) (cherry picked from commit f09de0448c1b1e0c1fb46182eade3d85d742f2bb) Co-authored-by: Kyle Gospodnetich --- anda/system/xone/nightly/kmod-common/update.rhai | 4 ++-- anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec | 3 ++- anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec | 2 +- .../system/xonedo/nightly/kmod-common/xonedo-nightly.spec | 2 +- anda/system/xonedo/stable/akmod/xonedo-kmod.spec | 3 ++- anda/system/xonedo/stable/dkms/dkms-xonedo.spec | 2 +- anda/system/xonedo/stable/kmod-common/update.rhai | 8 ++------ anda/system/xonedo/stable/kmod-common/xonedo.spec | 6 +++--- 8 files changed, 14 insertions(+), 16 deletions(-) diff --git a/anda/system/xone/nightly/kmod-common/update.rhai b/anda/system/xone/nightly/kmod-common/update.rhai index 4f75b47bcd..e46f17f7d2 100644 --- a/anda/system/xone/nightly/kmod-common/update.rhai +++ b/anda/system/xone/nightly/kmod-common/update.rhai @@ -1,8 +1,8 @@ -rpm.global("commit", gh_commit("OpenGamingCollective/xonedo")); +rpm.global("commit", gh_commit("dlundqvist/xone")); if rpm.changed() { rpm.release(); rpm.global("commitdate", date()); - let v = gh("OpenGamingCollective/xonedo"); + let v = gh("dlundqvist/xone"); v.crop(1); rpm.global("ver", v); } diff --git a/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec b/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec index e0802a189e..afaa631e78 100644 --- a/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec +++ b/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-nightly-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif @@ -25,6 +25,7 @@ Conflicts: dkms-%{modulename}-nightly Conflicts: %{modulename}-kmod Conflicts: dkms-xone-nightly Conflicts: xone-kmod +Provides: %{modulename}-nightly-kmod %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Obsoletes: %{name} < %{?epoch:%{epoch}:}3.0^20250419git.c682b0c %endif diff --git a/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec b/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec index e115413c72..9fc8bcb318 100644 --- a/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec +++ b/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename}-nightly Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif diff --git a/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec b/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec index 730a572cee..be33c2cddc 100644 --- a/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec +++ b/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec @@ -12,7 +12,7 @@ Name: xonedo-nightly Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif diff --git a/anda/system/xonedo/stable/akmod/xonedo-kmod.spec b/anda/system/xonedo/stable/akmod/xonedo-kmod.spec index ed04ba4f18..d9afac3503 100644 --- a/anda/system/xonedo/stable/akmod/xonedo-kmod.spec +++ b/anda/system/xonedo/stable/akmod/xonedo-kmod.spec @@ -5,7 +5,7 @@ Name: %{modulename}-kmod Version: 0.5.7 -Release: 1%?dist +Release: 2%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif @@ -22,6 +22,7 @@ Conflicts: dkms-%{modulename} Conflicts: %{modulename}-nightly-kmod Conflicts: dkms-xone Conflicts: xone-nightly-kmod +Provides: %{modulename}-kmod %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Obsoletes: %{name} < %{?epoch:%{epoch}:}0.3.4 %endif diff --git a/anda/system/xonedo/stable/dkms/dkms-xonedo.spec b/anda/system/xonedo/stable/dkms/dkms-xonedo.spec index 4b12a9faca..143b7a1cfc 100644 --- a/anda/system/xonedo/stable/dkms/dkms-xonedo.spec +++ b/anda/system/xonedo/stable/dkms/dkms-xonedo.spec @@ -4,7 +4,7 @@ Name: dkms-%{modulename} Version: 0.5.7 -Release: 1%?dist +Release: 2%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif diff --git a/anda/system/xonedo/stable/kmod-common/update.rhai b/anda/system/xonedo/stable/kmod-common/update.rhai index 3ebcf9bbb4..1e3d61c10b 100644 --- a/anda/system/xonedo/stable/kmod-common/update.rhai +++ b/anda/system/xonedo/stable/kmod-common/update.rhai @@ -1,7 +1,3 @@ -let v = gh_tag("OpenGamingCollective/xonedo") -v.crop(1); -rpm.global("ver", v); +let v = gh_tag("OpenGamingCollective/xonedo"); -if rpm.changed() { - rpm.release(); -} +rpm.version(find(`([\d.]+)-ogc`, v, 1)); \ No newline at end of file diff --git a/anda/system/xonedo/stable/kmod-common/xonedo.spec b/anda/system/xonedo/stable/kmod-common/xonedo.spec index b93ede724f..e61d202c68 100644 --- a/anda/system/xonedo/stable/kmod-common/xonedo.spec +++ b/anda/system/xonedo/stable/kmod-common/xonedo.spec @@ -3,11 +3,11 @@ %global firmware_hash1 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf66 %global firmware_hash2 0023a7bae02974834500c665a281e25b1ba52c9226c84989f9084fa5ce591d9b %global firmware_hash3 e2710daf81e7b36d35985348f68a81d18bc537a2b0c508ffdfde6ac3eae1bad7 -%global ver 0.5.7-ogc1 +%global ogcversion 1 Name: xonedo -Version: %(echo %{ver} | sed 's/-/^/g') -Release: 1%?dist +Version: 0.5.7 +Release: 2%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif From afbc3c9403be7b833baa3e80004d3c0baf9cf946 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 04:08:43 +0000 Subject: [PATCH 0529/1189] 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 39214056d6..a5b9e51f0a 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.4.3 +Version: 2026.4.4 Release: 1%{?dist} Summary: Front-end to your dev env From b4d9d689db2396b97ad5b8adc33b2ec04f397fad Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 05:52:30 +0000 Subject: [PATCH 0530/1189] 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 56e7c9b22e..7f79e3d421 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.3073+28ae5d415 +version=0.16.0-dev.3091+557caecaa mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index f5d1ef2ff4..3e97ec4464 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3073+28ae5d415 +%global ver 0.16.0-dev.3091+557caecaa %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 779d744af4dde2bfb0988cba4aec0009d4f75923 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 4 Apr 2026 23:55:53 -0700 Subject: [PATCH 0531/1189] feat: add build attestation (#10978) * feat: add build attestation * chore: Update to v4.1.0 Signed-off-by: Kyle Gospodnetich * feat: Update to v4.1.0 Signed-off-by: Kyle Gospodnetich --------- Signed-off-by: Kyle Gospodnetich --- .github/workflows/autobuild.yml | 3 +++ .github/workflows/bootstrap.yml | 10 ++++++++++ .github/workflows/build.yml | 3 +++ .github/workflows/json-build.yml | 11 +++++++++++ 4 files changed, 27 insertions(+) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 7d44efae7e..19c1dcde34 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -3,6 +3,9 @@ name: Automatically build packages permissions: contents: read + attestations: write + artifact-metadata: write + id-token: write on: push: paths: diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index fd3858c6de..b021a21ba5 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -1,6 +1,9 @@ name: Bootstrap Andaman and Subatomic permissions: contents: read + attestations: write + artifact-metadata: write + id-token: write on: workflow_dispatch: @@ -79,3 +82,10 @@ jobs: --server https://subatomic.fyralabs.com \ --token ${{ secrets.SUBATOMIC_TOKEN }} \ terra${{ matrix.version }}-source anda-build/rpm/srpm/* + + - name: Attest build provenance + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + with: + subject-path: | + anda-build/rpm/rpms/* + anda-build/rpm/srpm/* diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c9cc09a85..1e232af45f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,9 @@ name: Manual Builds permissions: contents: read + attestations: write + artifact-metadata: write + id-token: write on: workflow_dispatch: inputs: diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index 6fa66c3906..f3137c04ab 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -1,6 +1,9 @@ name: JSON Build permissions: contents: read + attestations: write + artifact-metadata: write + id-token: write on: workflow_call: inputs: @@ -125,6 +128,14 @@ jobs: --token ${{ secrets.SUBATOMIC_TOKEN }} \ terra${{ matrix.version }}${{ matrix.pkg.labels['subrepo'] && '-$subrepo' || '' }}-source anda-build/rpm/srpm/* + - name: Attest build provenance + if: inputs.publish + uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0 + with: + subject-path: | + anda-build/rpm/rpms/* + anda-build/rpm/srpm/* + - name: Notify Madoguchi (Success) if: inputs.publish && success() run: ./.github/workflows/mg.sh true "${{matrix.pkg.pkg}}" "${{matrix.version}}" "${{matrix.pkg.arch}}" "${{github.run_id}}" "${{secrets.MADOGUCHI_JWT}}" "$GITHUB_SHA" From b23de01221b279713ecee97dd308b71163401f12 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 08:56:01 +0000 Subject: [PATCH 0532/1189] 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 f6719afa89..121256e211 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 ec989781a345839423b34656beda5e7e62a98c3e -%global ver 0.0.40-19155 +%global commit b22d0a0b4a1f319696f6c05a25471f2ba9230396 +%global ver 0.0.40-19156 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 99ba42368544a36e34b5f509bd063af3c989c1b2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 10:17:15 +0000 Subject: [PATCH 0533/1189] 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 121256e211..3892965c5a 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 b22d0a0b4a1f319696f6c05a25471f2ba9230396 -%global ver 0.0.40-19156 +%global commit b8e6785789d0b13654be92de675b5d0585ff7bcd +%global ver 0.0.40-19158 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 36ac527479475676bc59d85f3b8785a1e383367b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 11:57:41 +0000 Subject: [PATCH 0534/1189] 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 3892965c5a..3fd80cef22 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 b8e6785789d0b13654be92de675b5d0585ff7bcd -%global ver 0.0.40-19158 +%global commit f42b09d1fcf9adde7a20fc621644afbc22595abd +%global ver 0.0.40-19159 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From af22af012315f44eeff61b4868f7fd0a7ce07390 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 13:10:58 +0000 Subject: [PATCH 0535/1189] bump: bazzite-portal --- anda/apps/bazzite-portal/bazzite-portal.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/bazzite-portal/bazzite-portal.spec b/anda/apps/bazzite-portal/bazzite-portal.spec index 20961d8e37..a21ba73edb 100644 --- a/anda/apps/bazzite-portal/bazzite-portal.spec +++ b/anda/apps/bazzite-portal/bazzite-portal.spec @@ -1,5 +1,5 @@ Name: bazzite-portal -Version: 0.1.7 +Version: 0.2.0 Release: 1%{?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 From 51442b45210cbec1f156204cdbe3f71333ec2c7a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 14:51:36 +0000 Subject: [PATCH 0536/1189] bump: budgie-extras --- anda/desktops/budgie/budgie-extras/budgie-extras.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/budgie/budgie-extras/budgie-extras.spec b/anda/desktops/budgie/budgie-extras/budgie-extras.spec index d15bd56002..7633934619 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.2.2 +Version: 2.2.3 Release: 1%{?dist} License: GPL-3.0 From db8fb9cf3c10fa427ba18d56b34c9523957e3d34 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 15:32:48 +0000 Subject: [PATCH 0537/1189] 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 3fd80cef22..5e20aed797 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 f42b09d1fcf9adde7a20fc621644afbc22595abd -%global ver 0.0.40-19159 +%global commit e95a9806514f0086ccddb676e3a22a0d1f18de6e +%global ver 0.0.40-19163 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From e58fb4da22f5441b63568bdef099e35894a9b1c6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 16:01:13 +0000 Subject: [PATCH 0538/1189] bump: rust-anda --- anda/tools/buildsys/anda/rust-anda.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index 0dfd45f592..deba66e8e6 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.5.2 +Version: 0.5.3 Release: 1%{?dist} Summary: Andaman Build toolchain From 3e484a591c25283a16fda51677ecbcb3ad1bdd0a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 16:49:45 +0000 Subject: [PATCH 0539/1189] 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 5e20aed797..fa6581305d 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 e95a9806514f0086ccddb676e3a22a0d1f18de6e -%global ver 0.0.40-19163 +%global commit ce12c29441a3c1755610d427bb23edbbaa169641 +%global ver 0.0.40-19164 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From c2340612af5ce4096f09c37b4f1923767ded47db Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 17:18:27 +0000 Subject: [PATCH 0540/1189] 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 f1d65854e5..5633f175d4 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.04.04.214442 +Version: 2026.04.05.170515 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 4e667c0cbc92dd559d63b1a75b66143492c97a30 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 18:45:23 +0000 Subject: [PATCH 0541/1189] bump: surge --- anda/tools/surge/surge.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index 6d06c863c6..91eff276f0 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.7.7 +Version: 0.7.8 %gometa From 5b07e531325ed81a9a3fb35f2a3ef6d66ce4b21f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 19:24:56 +0000 Subject: [PATCH 0542/1189] bump: tauon --- anda/apps/tauon/tauon.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/tauon/tauon.spec b/anda/apps/tauon/tauon.spec index 312903766d..c3ae7839fb 100644 --- a/anda/apps/tauon/tauon.spec +++ b/anda/apps/tauon/tauon.spec @@ -3,8 +3,8 @@ %undefine __brp_mangle_shebangs Name: python-tauon -Version: 9.1.2 -Release: 1%?dist +Version: 9.1.3 +Release: 1%{?dist} Summary: A music player for the desktop. Designed to be powerful and streamlined License: GPL-3.0-or-later URL: https://tauonmusicbox.rocks/ From 46f86460c025bb4241d7c97e08686fcd69e24d5b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 20:37:02 +0000 Subject: [PATCH 0543/1189] bump: vicinae --- anda/system/vicinae/vicinae.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index e1a99c1efa..f52aec6746 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.10 +Version: 0.20.11 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com From 13e8282b650477ac2dbc869846a87ec98197f3ff Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 5 Apr 2026 23:53:13 +0000 Subject: [PATCH 0544/1189] bump: zig-master-bootstrap vgmstream yt-dlp-git --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/multimedia/vgmstream/vgmstream.spec | 4 ++-- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 7f79e3d421..b6699725d5 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.3091+557caecaa +version=0.16.0-dev.3121+d34b868bc mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 3e97ec4464..5813c43923 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3091+557caecaa +%global ver 0.16.0-dev.3121+d34b868bc %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index 1e186f9330..48f30e6529 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit 86115e24e5273e02c065538fb464ac2aa8c1d5e0 +%global commit 60dca6602c1540f8041092396595e7e8f048a612 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260402 +%global commit_date 20260405 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 5633f175d4..87b323dba5 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.04.05.170515 +Version: 2026.04.05.233115 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 809b90e6dc87097ec40ab12e9a0b2eb52e6efacb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 02:33:26 +0000 Subject: [PATCH 0545/1189] 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 9aa90eb044..0191cc0594 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-05 +%global ver 2026-04-06 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 729fac43483287dbff568d631555e8e26382b92a Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Mon, 6 Apr 2026 10:52:44 +0800 Subject: [PATCH 0546/1189] Update requirements and retry folder placement in twintaillauncher.spec (#10839) * Update requirements and retry folder placement in twintaillauncher.spec Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Bump release number and update changelog Updated release number from 1 to 2 and added a new changelog entry. Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Add -B flag to npm build command Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Refactor build process to use pnpm Updated build process to use pnpm instead of npm and adjusted resource movement. Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj * Update release version and changelog Updated release number and fixed changelog entries. Signed-off-by: solomoncyj * remove scripts Signed-off-by: solomoncyj * Update anda/apps/twintaillauncher/twintaillauncher.spec Co-authored-by: Gilver Signed-off-by: solomoncyj --------- Signed-off-by: solomoncyj Co-authored-by: Gilver --- .../twintaillauncher/twintaillauncher.spec | 34 +++++++++++++------ 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/anda/apps/twintaillauncher/twintaillauncher.spec b/anda/apps/twintaillauncher/twintaillauncher.spec index de0ceaebcb..92439cd855 100644 --- a/anda/apps/twintaillauncher/twintaillauncher.spec +++ b/anda/apps/twintaillauncher/twintaillauncher.spec @@ -7,18 +7,29 @@ Name: twintaillauncher Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A multi-platform launcher for your anime games Packager: Yoong Jin -SourceLicense: GPL-3.0-or-later -License: GPL-3.0-or-later AND (((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0) AND (Apache-2.0 AND ISC) AND (Apache-2.0 AND MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR CC0-1.0) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR BSD-2-Clause OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR BSD-3-Clause OR MIT) AND (Apache-2.0 OR BSL-1.0 OR MIT) AND (Apache-2.0 OR CC0-1.0 OR MIT-0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR LGPL-2.1-or-later OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 WITH LLVM-exception) AND (BSD-2-Clause) AND (BSD-3-Clause) AND (BSD-3-Clause AND MIT) AND (BSD-3-Clause OR MIT) AND CC0-1.0 AND (CC0-1.0 OR MIT-0) 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 (LGPL-3.0-or-later OR MIT) AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND Unicode-3.0 AND Zlib AND bzip2-1.0.6) +SourceLicense: GPL-3.0-only +License: GPL-3.0-only AND (((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0) AND (Apache-2.0 AND ISC) AND (Apache-2.0 AND MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR CC0-1.0) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR BSD-2-Clause OR MIT) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR BSD-3-Clause OR MIT) AND (Apache-2.0 OR BSL-1.0 OR MIT) AND (Apache-2.0 OR CC0-1.0 OR MIT-0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR LGPL-2.1-or-later OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 WITH LLVM-exception) AND (BSD-2-Clause) AND (BSD-3-Clause) AND (BSD-3-Clause AND MIT) AND (BSD-3-Clause OR MIT) AND CC0-1.0 AND (CC0-1.0 OR MIT-0) 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 (LGPL-3.0-or-later OR MIT) AND MIT AND (MIT OR Unlicense) AND MPL-2.0 AND Unicode-3.0 AND Zlib AND bzip2-1.0.6) URL: https://twintaillauncher.app/ Source0: https://github.com/TwintailTeam/TwintailLauncher/archive/refs/tags/ttl-v%{version}.tar.gz ExclusiveArch: x86_64 +Requires: cairo +Requires: desktop-file-utils +Requires: gdk-pixbuf2 +Requires: glib2 +Requires: gtk3 Requires: hicolor-icon-theme +Requires: libappindicator-gtk3 +Requires: libayatana-appindicator-gtk3 +Requires: pango +Requires: webkit2gtk4.1 +Requires: mangohud +Requires: gamemode # Build requires BuildRequires: pnpm @@ -40,19 +51,19 @@ TTL is an all-in-one tool for downloading, managing, and launching your favorite %prep %autosetup -n TwintailLauncher-ttl-v%{version} -cd src-tauri -cargo update -cd .. %tauri_prep +%{__pnpm} import %build -%pnpm_build +%pnpm_build -F %install %tauri_install -mkdir -p %{buildroot}/%{_libdir}/twintaillauncher/resources -mv %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version}/resources/ %{buildroot}/%{_libdir}/twintaillauncher/resources +mkdir -p %{buildroot}/usr/lib/twintaillauncher/resources + +#app expects files to be present there +mv %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version}/resources %{buildroot}/usr/lib/twintaillauncher/resources rm -rf %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version} @@ -72,7 +83,7 @@ install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/a %doc README.md %{_bindir}/twintaillauncher -%{_libdir}/twintaillauncher/resources +/usr/lib/twintaillauncher/resources %{_hicolordir}/512x512/apps/%{name}.png %{_hicolordir}/128x128/apps/%{name}.png %_appsdir/twintaillauncher.desktop @@ -81,6 +92,9 @@ install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/a %changelog +* Sat Apr 4 2026 Yoong Jin - 2.0.0-2 +- Fix folders +- Update License * Thu Feb 19 2026 Yoong Jin - 1.1.15-1 - Fix resources * Tue Feb 3 2026 Yoong Jin - 1.1.15-0 From 7aa23458cbc6cb4e47a87a07e1244dc88268a170 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 05:12:19 +0000 Subject: [PATCH 0547/1189] bump: wine-staging --- anda/system/wine/staging/wine-staging.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/wine/staging/wine-staging.spec b/anda/system/wine/staging/wine-staging.spec index da7818aeb7..e21d5a10be 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.5 +Version: 11.6 Release: 1%{?dist} Epoch: 1 Summary: WINE Is Not An Emulator - runs MS Windows programs From da8726db4afc9dee1befde488a75856fc4e3f843 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 07:03:26 +0000 Subject: [PATCH 0548/1189] bump: feishin peazip osu-lazer --- anda/apps/feishin/feishin.spec | 2 +- anda/apps/peazip/peazip.spec | 4 ++-- anda/games/osu-lazer/osu-lazer.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/feishin/feishin.spec b/anda/apps/feishin/feishin.spec index c06011ce24..92bacf6632 100644 --- a/anda/apps/feishin/feishin.spec +++ b/anda/apps/feishin/feishin.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: feishin -Version: 1.9.0 +Version: 1.10.0 Release: 1%{?dist} Summary: A modern self-hosted music player License: GPL-3.0 diff --git a/anda/apps/peazip/peazip.spec b/anda/apps/peazip/peazip.spec index 649a3e5789..6448d162e1 100644 --- a/anda/apps/peazip/peazip.spec +++ b/anda/apps/peazip/peazip.spec @@ -2,8 +2,8 @@ %define debug_package %nil Name: peazip -Version: 10.9.0 -Release: 1%?dist +Version: 11.0.0 +Release: 1%{?dist} Summary: Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager License: LGPL-3.0-only URL: https://peazip.github.io diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index 7333ca26fa..c0c732c495 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -1,9 +1,9 @@ -%define osuresver 2026.331.0 +%define osuresver 2026.404.0 %global debug_package %{nil} %define __strip /bin/true Name: osu-lazer -Version: 2026.401.0 +Version: 2026.406.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 From ee0ab893cf20927a00cd9d860d7354106994f6f3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 08:44:38 +0000 Subject: [PATCH 0549/1189] bump: lightdm-kde-greeter --- .../desktops/kde/lightdm-kde-greeter/lightdm-kde-greeter.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/kde/lightdm-kde-greeter/lightdm-kde-greeter.spec b/anda/desktops/kde/lightdm-kde-greeter/lightdm-kde-greeter.spec index c3f69401c9..c0ef17ec79 100644 --- a/anda/desktops/kde/lightdm-kde-greeter/lightdm-kde-greeter.spec +++ b/anda/desktops/kde/lightdm-kde-greeter/lightdm-kde-greeter.spec @@ -1,7 +1,7 @@ -%global commit 447d0a976d6512af692009ab3faafeb014a87756 +%global commit b58d624095da102fef99b5825ad6dc78a5cec5a1 Name: lightdm-kde-greeter -Version: 6.1.5 +Version: 6.1.6 Release: 1%{?dist} Summary: Login screen using the LightDM framework License: GPL-3.0-or-later From b8d63c19951a71caa570e4f200a9b99342d4e75c Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 6 Apr 2026 05:55:14 -0500 Subject: [PATCH 0550/1189] chore(anda): Use %{defined fedora} instead (#11084) --- anda/tools/buildsys/anda/rust-anda.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index deba66e8e6..7f6f62a01c 100644 --- a/anda/tools/buildsys/anda/rust-anda.spec +++ b/anda/tools/buildsys/anda/rust-anda.spec @@ -18,7 +18,7 @@ ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21 BuildRequires: anda-srpm-macros BuildRequires: openssl-devel -%if 0%{?fedora} +%if %{defined fedora} BuildRequires: openssl-devel-engine %endif BuildRequires: git-core From e463785eee11d56c7b69fc383e3f904b9398c1c4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 10:56:55 +0000 Subject: [PATCH 0551/1189] 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 a5b9e51f0a..bd49b4c83f 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.4.4 +Version: 2026.4.5 Release: 1%{?dist} Summary: Front-end to your dev env From 24656c4d949aa7b33c55f04c4417d1004efe4404 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 12:39:57 +0000 Subject: [PATCH 0552/1189] 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 fa6581305d..42dc72c58b 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 ce12c29441a3c1755610d427bb23edbbaa169641 -%global ver 0.0.40-19164 +%global commit 34c26eff68c948ff4a6520e886badcc2b58ddad0 +%global ver 0.0.40-19167 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 4ff97f85101f5dcaecd74c670b82e0a9a5d8e9f2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 14:57:11 +0000 Subject: [PATCH 0553/1189] bump: qdl --- anda/tools/qdl/qdl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/qdl/qdl.spec b/anda/tools/qdl/qdl.spec index 7ab1f65e34..cc971a3cd1 100644 --- a/anda/tools/qdl/qdl.spec +++ b/anda/tools/qdl/qdl.spec @@ -1,6 +1,6 @@ Name: qdl -Version: 2.5 -Release: 1%?dist +Version: 2.6 +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 Source0: %url/archive/refs/tags/v%version.tar.gz From 0b9710d7c4d22f2d6dcf2fdb52722ea5e8346414 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 16:53:19 +0000 Subject: [PATCH 0554/1189] bump: throne modern-colorthief --- anda/apps/throne/Sagernet.SingBox.Version.txt | 2 +- anda/tools/modern-colorthief/modern-colorthief.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 03bdce8a09..28a68e9bee 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.53 \ No newline at end of file +v1.13.63 \ No newline at end of file diff --git a/anda/tools/modern-colorthief/modern-colorthief.spec b/anda/tools/modern-colorthief/modern-colorthief.spec index 04bfe8beff..21680475c8 100644 --- a/anda/tools/modern-colorthief/modern-colorthief.spec +++ b/anda/tools/modern-colorthief/modern-colorthief.spec @@ -5,8 +5,8 @@ # The srcrpm is not prefixed with Python because the source is mostly Rust Name: modern-colorthief -Version: 0.1.12 -Release: 1%?dist +Version: 0.1.13 +Release: 1%{?dist} Summary: ColorThief reimagined SourceLicense: MIT License: (0BSD OR MIT OR Apache-2.0) 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 BSD-2-Clause AND (CC0-1.0 OR Apache-2.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 (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) From 51898a1926e946246f39dc0534a66dc71a0e5eed Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 18:36:56 +0000 Subject: [PATCH 0555/1189] bump: zed-preview zed golang-github-jesseduffield-lazygit --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- anda/langs/go/lazygit/golang-github-jesseduffield-lazygit.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 3e8ced516c..cd4c6ed9db 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.231.1-pre +%global ver 0.230.2 # 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 1b570251c5..860b2f9a20 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.230.1 +Version: 0.230.2 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/go/lazygit/golang-github-jesseduffield-lazygit.spec b/anda/langs/go/lazygit/golang-github-jesseduffield-lazygit.spec index 028064c393..876f796774 100644 --- a/anda/langs/go/lazygit/golang-github-jesseduffield-lazygit.spec +++ b/anda/langs/go/lazygit/golang-github-jesseduffield-lazygit.spec @@ -2,7 +2,7 @@ # https://github.com/jesseduffield/lazygit %global goipath github.com/jesseduffield/lazygit -Version: 0.60.0 +Version: 0.61.0 %gometa -f From 72e8a8b789fb1bf2ebf138c68c48724a56957d90 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 19:39:26 +0000 Subject: [PATCH 0556/1189] bump: zig-master-bootstrap vicinae --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/system/vicinae/vicinae.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index b6699725d5..02bb7977f1 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.3121+d34b868bc +version=0.16.0-dev.3128+ad7a02822 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 5813c43923..06d0b95fce 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3121+d34b868bc +%global ver 0.16.0-dev.3128+ad7a02822 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index f52aec6746..47dd988b43 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.11 +Version: 0.20.12 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com From eee928a81645e84e0df8c38603cc0cfcc3ebea5b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 20:32:22 +0000 Subject: [PATCH 0557/1189] bump(branch): zig-master kde-material-you-colors --- anda/langs/zig/master/zig-master.spec | 2 +- anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt | 2 +- .../themes/kde-material-you-colors/kde-material-you-colors.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index eb6c507ce4..c864aa00c0 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3066+da78940dd +Version: 0.16.0~dev.3128+ad7a02822 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 diff --git a/anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt b/anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt index 22cb9e5536..3c02432371 100644 --- a/anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt +++ b/anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt @@ -1 +1 @@ -6.10.2 +6.10.3 diff --git a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec index fa3379f950..d555039cbe 100644 --- a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec +++ b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec @@ -4,7 +4,7 @@ Name: kde-material-you-colors Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop License: GPL-3.0-only URL: https://github.com/luisbocanegra/%{name} From ae705fe3fdd33d7329b4eacca2f37e742da16343 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 21:32:38 +0000 Subject: [PATCH 0558/1189] bump(branch): libnvjpeg2k --- anda/lib/nvidia/libnvjpeg2k/libnvjpeg2k.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/nvidia/libnvjpeg2k/libnvjpeg2k.spec b/anda/lib/nvidia/libnvjpeg2k/libnvjpeg2k.spec index 6861258f7a..2eb650e7dc 100644 --- a/anda/lib/nvidia/libnvjpeg2k/libnvjpeg2k.spec +++ b/anda/lib/nvidia/libnvjpeg2k/libnvjpeg2k.spec @@ -3,8 +3,8 @@ %global _missing_build_ids_terminate_build 0 Name: libnvjpeg2k -Version: 0.9.1.47 -Release: 1%?dist +Version: 0.10.0.49 +Release: 1%{?dist} Summary: NVIDIA JPEG 2K decoder (nvJPEG2000) License: NVIDIA EULA URL: https://developer.nvidia.com/nvjpeg From 467e9665459e8ad29dd47f4876a124b833b8faea Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 6 Apr 2026 23:49:32 +0000 Subject: [PATCH 0559/1189] 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 87b323dba5..e031b434e3 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.04.05.233115 +Version: 2026.04.06.225849 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From df07175b0251bad7d96baf02cc24222d9136eb84 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 01:04:57 +0000 Subject: [PATCH 0560/1189] bump: feishin yt-dlp-git --- anda/apps/feishin/feishin.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/feishin/feishin.spec b/anda/apps/feishin/feishin.spec index 92bacf6632..1ff803c0f0 100644 --- a/anda/apps/feishin/feishin.spec +++ b/anda/apps/feishin/feishin.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: feishin -Version: 1.10.0 +Version: 1.11.0 Release: 1%{?dist} Summary: A modern self-hosted music player License: GPL-3.0 diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index e031b434e3..68c17c1533 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.04.06.225849 +Version: 2026.04.07.003112 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From e4691810905d4ce7125f282f52cc56d20eb6d377 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 02:47:04 +0000 Subject: [PATCH 0561/1189] bump(nightly): flameshot-nightly goofcord-nightly mpv-nightly gnome-shell-extension-multi-monitors-bar zed-nightly prismlauncher-nightly v2ray-nightly xray-nightly nim-nightly types-colorama tdlib-nightly v2ray-domain-list-community opentabletdriver-nightly scx-scheds-nightly glasgow --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/goofcord/nightly/goofcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- .../gnome-shell-extension-multi-monitors-bar.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/v2ray/nightly/v2ray-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-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 | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- 15 files changed, 31 insertions(+), 31 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 75ab43853b..fed9e5f6d6 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 0e3bb18240a4f75bcd531b1e5340ba003ea70e9c +%global commit e91d83584dfd736082219cd91b8740b1a4601770 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260405 +%global commit_date 20260407 %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 2961e50a6b..4413571b98 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8a3b60dacad7ed3446fbab52f3a5f15c4e8d8b32 +%global commit cf4b316c5ae1f8200071eb0886152f84bb7aaf2e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260405 +%global commit_date 20260407 %global ver 2.1.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 76d8adf548..86714246a7 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 befe1e73a2494c2534c6ca9a494fd78d575b6828 +%global commit e2180e581e483e75c11670f4b3890e1f33be85f2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260405 +%global commit_date 20260407 %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 95720fd187..c88dcde300 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 a24a88e771fe5acc37dfda46a1c95bbeb40feeae -%global commit_date 20260404 +%global commit 5bb1136cf102c83ff49d962dffa616ecf2832d22 +%global commit_date 20260407 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global extension multi-monitors-bar diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index fba0eb2be5..6f0ed5b784 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5375ca0ae27bf11713cf319358ac289db16cc749 +%global commit 46fc6938a6da938e381707a8c62fe5d0eb2a3d86 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260405 +%global commit_date 20260407 %global ver 0.232.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index b51ad6b173..c36e9db848 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 b0f7ae12236c3ad7847a85c4b35397d1d0c88cd3 +%global commit 194b72f180f82f8d6596b7ca310d4d47afbe1341 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260404 +%global commit_date 20260407 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec index 714b6e57cf..5a86d59117 100644 --- a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec +++ b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec @@ -1,7 +1,7 @@ -%global commit d1e2c2391a653255fe61687a6394d3457cdd3dea +%global commit cbab1db9f705129ab85d03c991b91ce067963aed %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v5.47.0 -%global commit_date 20260401 +%global commit_date 20260407 %global goipath github.com/v2fly/v2ray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index bde01c7524..1fc63b8801 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit 08301e272c8989ada2087751f92809911b603213 +%global commit a54d64a70bf851c9eec3f9fe8b10a3277a2cb569 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260404 +%global commit_date 20260407 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 0e61d39f0e..9628e60799 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 0028ea563caa10256934235013c0840c4d9afaa5 +%global commit f9524861f3de359a2248935231da37fff636a45c %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260405 +%global commit_date 20260407 %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 09f0ea4e96..2861f0827d 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 72b73680a27b8c92e6fdc6886c2f20448b273a36 -%global commit_date 20260405 +%global commit 4f08613245341098856e10ede6221ddff639ea93 +%global commit_date 20260407 %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 e4e4771ac8..aedf502288 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1677a0c77f30bbb337f91cf6627d62b2a62a8f87 +%global commit 8ff05a0e7e064fa796593f3105c2dcf983e279d4 %global ver 1.8.63 -%global commit_date 20260404 +%global commit_date 20260407 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 2f685367ce..6b8d7473a8 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 68b57828a1602b1af6a430d0dd0fd98f216e082e +%global commit f00993e177c1f92387b913f0960b6d3bbf0c51d2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260404050103 -%global commit_date 20260405 +%global ver 20260406143728 +%global commit_date 20260407 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 8796834a80..b5b236d2b9 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit dd573b1fe80ac78f77ec58674fdeeb4b6106f1fd +%global commit 033881370b16aadd66c4075af456f4cb546c9554 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260331 +%global commit_date 20260407 %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 17ce005707..0578a971f7 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 265487d6aeb92ff9f55d27835912192a0c88586a +%global commit 2465b5b8726193d3f3606b0c2249267aa88ac9b5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260404 +%global commitdate 20260407 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 2f0ad19d00..7fc16fe906 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit df04b5d7f25edaaf9fa55fb1041ad5a6a362e0ea -%global commit_date 20260404 +%global commit 2e2e9bb9fa90b758e0daec402fa29eb9a624fe4d +%global commit_date 20260407 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow From b3b1f6b26daed136f492cc0daeccc9ab5c81fcb1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 04:05:08 +0000 Subject: [PATCH 0562/1189] 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 42dc72c58b..dd1de72b26 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 34c26eff68c948ff4a6520e886badcc2b58ddad0 -%global ver 0.0.40-19167 +%global commit e0c3df5328d7beefc64e475535f714a385298886 +%global ver 0.0.40-19173 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 0ff3e0c2e20d56f4687343686bdb3d4cd74b84ef Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 05:53:53 +0000 Subject: [PATCH 0563/1189] 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 528164f5c8..8a9606468d 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.943 +Version: 0.0.944 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 2f09100369..7c73053a62 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.943 +Version: 0.0.944 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 0a6e7f59b13a567fdf91d5926db54ae7cff0e35d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 07:19:33 +0000 Subject: [PATCH 0564/1189] bump: uutils-coreutils-replace --- .../uutils-coreutils-replace/uutils-coreutils-replace.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/uutils-coreutils-replace/uutils-coreutils-replace.spec b/anda/system/uutils-coreutils-replace/uutils-coreutils-replace.spec index b3f8845ee0..fb48f818da 100644 --- a/anda/system/uutils-coreutils-replace/uutils-coreutils-replace.spec +++ b/anda/system/uutils-coreutils-replace/uutils-coreutils-replace.spec @@ -5,7 +5,7 @@ %endif Name: uutils-coreutils-replace -Version: 0.7.0 +Version: 0.8.0 Release: 1%{?dist} Summary: Cross-platform Rust rewrite of the GNU coreutils License: MIT From 8359e621e1d7ad67d4111c8a34c506546a378980 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 09:51:08 +0000 Subject: [PATCH 0565/1189] bump: proton-vpn proton-vpn-api-core proton-vpn-cli --- anda/apps/proton-vpn/proton-vpn.spec | 4 ++-- .../langs/python/proton-vpn-api-core/proton-vpn-api-core.spec | 2 +- anda/tools/proton-vpn-cli/proton-vpn-cli.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index 2957e849d6..ed86769500 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,8 +1,8 @@ %global metainfo_commit eddfed5f7e2cd6f097cd11ad1bc8773c22a418a1 Name: proton-vpn-gtk-app -Version: 4.15.1 -Release: 2%{?dist} +Version: 4.15.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 a7eabf78fc..df05f48f70 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,7 +4,7 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-%{pypi_name} -Version: 4.18.0 +Version: 4.19.1 Release: 1%{?dist} Summary: A facade to the other Proton VPN components License: GPL-3.0-Only diff --git a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec index 16ab9f4266..1b4f7c8a50 100644 --- a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec +++ b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec @@ -3,7 +3,7 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-proton-vpn-cli -Version: 0.1.9 +Version: 1.0.0 Release: 1%{?dist} Summary: Official ProtonVPN CLI Linux app License: GPL-3.0-only From 679c6e583085f3f420e248583529f1045be820bf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 12:47:25 +0000 Subject: [PATCH 0566/1189] 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 dd1de72b26..432c7f0f5e 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 e0c3df5328d7beefc64e475535f714a385298886 -%global ver 0.0.40-19173 +%global commit beac01d5d1bb4ccc67d8f3ab3c86e9cd374c4acf +%global ver 0.0.40-19175 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From d75d1dbca1e23fc8d694da4ddba453de491e17c5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 14:19:39 +0000 Subject: [PATCH 0567/1189] bump: discord-canary-openasar discord-canary rust-zellij --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/rust/zellij/rust-zellij.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 8a9606468d..e5a74b6025 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.944 +Version: 0.0.945 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 7c73053a62..8da1d52643 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.944 +Version: 0.0.945 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/rust/zellij/rust-zellij.spec b/anda/langs/rust/zellij/rust-zellij.spec index fe411b0901..13fea567eb 100644 --- a/anda/langs/rust/zellij/rust-zellij.spec +++ b/anda/langs/rust/zellij/rust-zellij.spec @@ -5,7 +5,7 @@ %global crate zellij Name: rust-zellij -Version: 0.44.0 +Version: 0.44.1 Release: 1%{?dist} Summary: Terminal workspace with batteries included From 789caf61407f2f14d075b7936f51d8dffdc755c0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 15:49:24 +0000 Subject: [PATCH 0568/1189] bump: zig-master-bootstrap glaze yt-dlp-git --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/lib/glaze/glaze.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 02bb7977f1..7804450621 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.3128+ad7a02822 +version=0.16.0-dev.3132+fd2718f82 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 06d0b95fce..9816dd359d 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3128+ad7a02822 +%global ver 0.16.0-dev.3132+fd2718f82 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index e7b9fa3fcb..9ed92b68d1 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.2.3 +Version: 7.3.0 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 68c17c1533..459ec1840b 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.04.07.003112 +Version: 2026.04.07.153504 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From bab2bf2a2d8e5818f72124c69fa44e69e5e7a98f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 16:44:20 +0000 Subject: [PATCH 0569/1189] bump: discord-openasar discord fresh --- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/langs/rust/fresh/fresh.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 781fe58dae..b8c0fdecf5 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.131 +Version: 0.0.132 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 b4458cc5c6..46617943da 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.131 +Version: 0.0.132 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 74ced87495..e103d7e094 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.21 +Version: 0.2.22 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From 26f46dea71d65c66b01ee667bbb2fee57c6dfe3f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 16:50:38 +0000 Subject: [PATCH 0570/1189] 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 c864aa00c0..40eab4a9f1 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3128+ad7a02822 +Version: 0.16.0~dev.3132+fd2718f82 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 311886c6a408399ff42652d85a82c3842bf690f7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 17:44:13 +0000 Subject: [PATCH 0571/1189] bump: discord-canary-openasar discord-canary posthog --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/python/posthog/posthog.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 e5a74b6025..002765d334 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.945 +Version: 0.0.946 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 8da1d52643..d2bd44cce2 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.945 +Version: 0.0.946 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 7b395780cd..beda6cef85 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.12 +Version: 7.10.0 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 30befcf865afc863a18129d3ee3c7617f3b26219 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 20:29:45 +0000 Subject: [PATCH 0572/1189] 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 002765d334..dbe2c38d15 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.946 +Version: 0.0.947 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 d2bd44cce2..bd292d25b1 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.946 +Version: 0.0.947 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 9683d932202b66b976bb597acb6445172048f072 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 21:25:14 +0000 Subject: [PATCH 0573/1189] bump: discord-canary-openasar discord-canary activate-linux --- .../discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/misc/activate-linux/activate-linux.spec | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index dbe2c38d15..2f9410fc64 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.947 +Version: 0.0.948 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 bd292d25b1..aeb57730d1 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.947 +Version: 0.0.948 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/misc/activate-linux/activate-linux.spec b/anda/misc/activate-linux/activate-linux.spec index e231a38f60..c9ffcdfebe 100644 --- a/anda/misc/activate-linux/activate-linux.spec +++ b/anda/misc/activate-linux/activate-linux.spec @@ -1,5 +1,5 @@ -%global commit 347a579411fe871a6a1a4b9989384dddcd477ad5 -%global date 20251104 +%global commit f3fecf216fd3571821b38a684efab9911ec4f886 +%global date 20260407 %global short %(c=%{commit}; echo ${c:0:7}) %global ver 1.1.0 @@ -7,7 +7,7 @@ Name: activate-linux Summary: The "Activate Windows" watermark ported to Linux Version: %{ver}^%{date}git.%{short} License: GPL-3.0-only -Release: 1%?dist +Release: 1%{?dist} URL: https://github.com/MrGlockenspiel/activate-linux Source0: %{url}/archive/%{commit}.tar.gz BuildRequires: clang From 78b45686a049a21a0b4589d09b4cec56e56f2dbe Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 7 Apr 2026 23:37:55 +0000 Subject: [PATCH 0574/1189] 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 459ec1840b..b43545c229 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.04.07.153504 +Version: 2026.04.07.233243 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 2dcea2e4579a74f00e2c7cd72396c40515b87c4d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 00:06:43 +0000 Subject: [PATCH 0575/1189] 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 bd49b4c83f..0d066f75be 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.4.5 +Version: 2026.4.6 Release: 1%{?dist} Summary: Front-end to your dev env From 8f53ef9e8d2b716888f7980e17037ceb5f28d5a4 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:59:47 -0500 Subject: [PATCH 0576/1189] [frawhide]: feat: Update to Mesa 26.0.4 (#11095) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/mesa/mesa.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index 830da80b99..769e23a883 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.3 +%global ver 26.0.4 Epoch: 1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Release: 1 @@ -503,7 +503,7 @@ rm -vf %{buildroot}%{_libdir}/dri/apple_dri.so # glvnd needs a default provider for indirect rendering where it cannot # determine the vendor -ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 +ln -s libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0 %files filesystem %doc docs/Mesa-MLAA-License-Clarification-Email.txt From 80a5c56e74f0b0a2bab4c0d231415a91dabc145e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 02:47:50 +0000 Subject: [PATCH 0577/1189] bump(nightly): flameshot-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly xray-nightly nim-nightly types-colorama v2ray-domain-list-community opentabletdriver-nightly scx-scheds-nightly spotx-bash --- anda/apps/flameshot/flameshot-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/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index fed9e5f6d6..40a397875d 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 e91d83584dfd736082219cd91b8740b1a4601770 +%global commit 526fb82c8152a9be38522ae985d30ab866ff7946 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260407 +%global commit_date 20260408 %global devel_name QtColorWidgets %global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold 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 c88dcde300..d9c462b039 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 5bb1136cf102c83ff49d962dffa616ecf2832d22 -%global commit_date 20260407 +%global commit b8bce577163274e30af40ec2173e48ae8399b70d +%global commit_date 20260408 %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 4ffdf9c0a8..d2d5312b7b 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 0a4cf5877e4b325b1c3dba1833cbcafa2ed42ec7 +%global commit 853183e911b70ff7b61057f52fc7b47ea4934238 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-04 +%global fulldate 2026-04-07 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 6f0ed5b784..131718f9dc 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 46fc6938a6da938e381707a8c62fe5d0eb2a3d86 +%global commit 30e7e8b55086a4496bfd863950eaabda2527e3e7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260407 +%global commit_date 20260408 %global ver 0.232.0 %bcond_with check diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 1fc63b8801..6c2dae41af 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit a54d64a70bf851c9eec3f9fe8b10a3277a2cb569 +%global commit e5a9fb752e0dcc127dd1740316c853571c16052f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260407 +%global commit_date 20260408 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 9628e60799..da0ecb4c67 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 f9524861f3de359a2248935231da37fff636a45c +%global commit 115ec7a433a7c55b596f526b7ca9187cc50fc980 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260407 +%global commit_date 20260408 %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 2861f0827d..824b9b9ccc 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 4f08613245341098856e10ede6221ddff639ea93 -%global commit_date 20260407 +%global commit 563213272e5db2a858e37bdf6938b0c8742ec192 +%global commit_date 20260408 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 6b8d7473a8..7a880ca064 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit f00993e177c1f92387b913f0960b6d3bbf0c51d2 +%global commit ed4061a94e3b379b77ee9751cdc3a16a7d6ec00f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260406143728 -%global commit_date 20260407 +%global ver 20260407141224 +%global commit_date 20260408 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index b5b236d2b9..830a5b2a23 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 033881370b16aadd66c4075af456f4cb546c9554 +%global commit be2a35699d96edc99d4976517e9d4a9f462d7ab8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260407 +%global commit_date 20260408 %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 0578a971f7..2f3a6e49e1 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 2465b5b8726193d3f3606b0c2249267aa88ac9b5 +%global commit 2495e02cb5f0f9b30cb02b549d21d5f5e67a76ff %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260407 +%global commitdate 20260408 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 786f372961..2be56b5969 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit 1848c39566fb23666e1125f467fb9caf648489c8 -%global commit_date 20260328 +%global commit a083c4d225584c44608ab9e6260a1b2b2cf59ff2 +%global commit_date 20260408 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From d75fcefe420a9895db28cbed90c3c4e489919935 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 03:30:32 +0000 Subject: [PATCH 0578/1189] 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 0191cc0594..6bc43fea4d 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-06 +%global ver 2026-04-08 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From d1352e16a46f5a3ca6281dac8ba6fe7b91da016e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 05:28:30 +0000 Subject: [PATCH 0579/1189] bump: chrultrabook-tools --- anda/apps/chrultrabook-tools/chrultrabook-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/chrultrabook-tools/chrultrabook-tools.spec b/anda/apps/chrultrabook-tools/chrultrabook-tools.spec index 0f7e915247..87a4b6d203 100644 --- a/anda/apps/chrultrabook-tools/chrultrabook-tools.spec +++ b/anda/apps/chrultrabook-tools/chrultrabook-tools.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: chrultrabook-tools -Version: 3.1.4 +Version: 3.1.6 Release: 1%{?dist} Summary: User-friendly configuration utility for Chromebooks running an alternate OS URL: https://github.com/death7654/Chrultrabook-Tools From 06a3b4ef7a43bcc8fb82a9c8c9382c1827874e56 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 06:55:46 +0000 Subject: [PATCH 0580/1189] bump: electron --- anda/tools/electron/electron.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 5cdaab0d19..3ea3b440c4 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.1.1 +Version: 41.2.0 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From ddbb5385fef6d9919af087ecc1f8f5fae717e66e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 09:36:22 +0000 Subject: [PATCH 0581/1189] 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 432c7f0f5e..dfcb59433b 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 beac01d5d1bb4ccc67d8f3ab3c86e9cd374c4acf -%global ver 0.0.40-19175 +%global commit 8e80ddd99fe7a025177459306b2167633b0059ca +%global ver 0.0.40-19176 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From ad0df7e61216c782a6ca50667944d275a506ade1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 10:41:38 +0000 Subject: [PATCH 0582/1189] 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 7804450621..a079e62c43 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.3132+fd2718f82 +version=0.16.0-dev.3133+5ec8e45f3 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 9816dd359d..f7c459301f 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3132+fd2718f82 +%global ver 0.16.0-dev.3133+5ec8e45f3 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From d34457680c364dfe8e846a9640b46f4444fddcaf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 11:29:10 +0000 Subject: [PATCH 0583/1189] 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 40eab4a9f1..234bad7f3c 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3132+fd2718f82 +Version: 0.16.0~dev.3133+5ec8e45f3 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 0a748539f6f20bf8f4182e03e2af6103297ce972 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 11:41:42 +0000 Subject: [PATCH 0584/1189] bump: rpcs3 lua-language-server posthog --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/lua/lua-language-server/lua-language-server.spec | 2 +- anda/langs/python/posthog/posthog.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index dfcb59433b..3368b2ce04 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 8e80ddd99fe7a025177459306b2167633b0059ca -%global ver 0.0.40-19176 +%global commit 6981e308a07dd61bc1dbc0acee9145ab0b955e19 +%global ver 0.0.40-19177 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') 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 3192eded6b..42c35f4df3 100644 --- a/anda/langs/lua/lua-language-server/lua-language-server.spec +++ b/anda/langs/lua/lua-language-server/lua-language-server.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lua-language-server -Version: 3.18.0 +Version: 3.18.1 Release: 1%{?dist} License: MIT URL: https://luals.github.io/ diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index beda6cef85..340b48b0b3 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.10.0 +Version: 7.10.1 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 9709a1299d729da244c8571b237708c2ff291296 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 14:21:19 +0000 Subject: [PATCH 0585/1189] bump: posthog --- anda/langs/python/posthog/posthog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 340b48b0b3..4b0c0ef58d 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.10.1 +Version: 7.10.2 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 7f8202745fe77ba7515909fa2ae79bed09b6c4c6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 15:56:04 +0000 Subject: [PATCH 0586/1189] bump: glaze pixi --- anda/lib/glaze/glaze.spec | 2 +- anda/system/pixi/pixi.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index 9ed92b68d1..f9ef87a758 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.3.0 +Version: 7.3.1 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze diff --git a/anda/system/pixi/pixi.spec b/anda/system/pixi/pixi.spec index dea601fd2e..be31acd1ac 100644 --- a/anda/system/pixi/pixi.spec +++ b/anda/system/pixi/pixi.spec @@ -1,5 +1,5 @@ Name: pixi -Version: 0.66.0 +Version: 0.67.0 Release: 1%{?dist} Summary: A cross-platform, multi-language package manager License: BSD-3-Clause From 96754bc7bac8bf3a4675c6449d73dba40537d450 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 17:02:57 +0000 Subject: [PATCH 0587/1189] bump: glaze --- anda/lib/glaze/glaze.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index f9ef87a758..15fcdd9873 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.3.1 +Version: 7.3.2 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze From f4a55dbc9cc02763329689ff601eebfd7682a6e8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 18:17:33 +0000 Subject: [PATCH 0588/1189] bump: discord-canary-openasar discord-canary nodejs-backport zed-preview zed posthog --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/backport/nodejs-backport.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- anda/langs/python/posthog/posthog.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 2f9410fc64..e6ac39597a 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.948 +Version: 0.0.949 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 aeb57730d1..42e07660ee 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.948 +Version: 0.0.949 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/backport/nodejs-backport.spec b/anda/devs/backport/nodejs-backport.spec index 4a9bb8c6ab..13c2cfb42c 100644 --- a/anda/devs/backport/nodejs-backport.spec +++ b/anda/devs/backport/nodejs-backport.spec @@ -3,7 +3,7 @@ %bcond test 0 Name: nodejs-%{npm_name} -Version: 11.0.1 +Version: 11.0.2 Release: 1%{?dist} Summary: Backport GitHub commits SourceLicense: Apache-2.0 diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index cd4c6ed9db..0aa4a1d8ac 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.230.2 +%global ver 0.232.0-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 860b2f9a20..322f00b4e8 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.230.2 +Version: 0.231.1 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/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 4b0c0ef58d..eecb920433 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.10.2 +Version: 7.10.3 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 03df871811b83ca148d6567ef998c8dfa812a9c6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 21:37:06 +0000 Subject: [PATCH 0589/1189] bump(branch): gstreamer1-plugin-libav gstreamer1-plugins-bad gstreamer1-plugins-ugly --- .../gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec | 4 ++-- .../gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec | 2 +- .../gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 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 469e7906e1..fa45d600ba 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec @@ -1,6 +1,6 @@ Name: gstreamer1-plugin-libav -Version: 1.28.1 -Release: 1%?dist +Version: 1.28.2 +Release: 1%{?dist} Epoch: 1 Summary: GStreamer Libav plugin License: LGPL-2.0-or-later diff --git a/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec b/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec index 3f10d17b20..e48b9c313c 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec @@ -3,7 +3,7 @@ %global majorminor 1.0 Name: gstreamer1-plugins-bad -Version: 1.28.1 +Version: 1.28.2 Release: 1%{?dist} Epoch: 2 Summary: GStreamer streaming media framework "bad" plugins 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 322338fb43..f34f83344f 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec @@ -1,8 +1,8 @@ %global majorminor 1.0 Name: gstreamer1-plugins-ugly -Version: 1.28.1 -Release: 1%?dist +Version: 1.28.2 +Release: 1%{?dist} Epoch: 2 Summary: GStreamer streaming media framework "ugly" plugins License: LGPL-2.0-or-later and LGPL-2.0-only From 911206a9de11b7852463374d41559feacba46b57 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 22:54:35 +0000 Subject: [PATCH 0590/1189] 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 48eceff6f4..ae9203c46b 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: 8.5.0 +Version: 8.6.0 Release: 1%{?dist} Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org From 04426f71c9439151892174af56ca7eed600277dc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 8 Apr 2026 23:38:23 +0000 Subject: [PATCH 0591/1189] bump: ags vgmstream --- anda/lib/astal/ags/ags.spec | 4 ++-- anda/multimedia/vgmstream/vgmstream.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/lib/astal/ags/ags.spec b/anda/lib/astal/ags/ags.spec index f7fbd594dc..758750820e 100644 --- a/anda/lib/astal/ags/ags.spec +++ b/anda/lib/astal/ags/ags.spec @@ -12,7 +12,7 @@ # https://github.com/Aylur/ags %global goipath github.com/Aylur/ags -Version: 3.1.1 +Version: 3.1.2 %gometa -f @@ -23,7 +23,7 @@ Scaffolding CLI for Astal+TypeScript.} %global godocs docs README.md Name: ags -Release: 1%?dist +Release: 1%{?dist} Summary: Scaffolding CLI for Astal+TypeScript License: GPL-3.0-only diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index 48f30e6529..789106c440 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit 60dca6602c1540f8041092396595e7e8f048a612 +%global commit 7b2138e5c1afe43bdfd52a9a107922107f5111a3 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260405 +%global commit_date 20260408 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From 05efb006661a12beb67f94fc5a8cf47128164673 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 00:03:17 +0000 Subject: [PATCH 0592/1189] bump: prismlauncher rust-television --- anda/games/prismlauncher/prismlauncher.spec | 4 ++-- anda/langs/rust/television/rust-television.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index 4c7cff5acf..d6327c9ba1 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -13,8 +13,8 @@ %global build_platform terra Name: prismlauncher -Version: 10.0.5 -Release: 1%?dist +Version: 11.0.0 +Release: 1%{?dist} Summary: Minecraft launcher with ability to manage multiple instances # see COPYING.md for more information # each file in the source also contains a SPDX-License-Identifier header that declares its license diff --git a/anda/langs/rust/television/rust-television.spec b/anda/langs/rust/television/rust-television.spec index 8f5ae8cd8f..6863ad0fd2 100644 --- a/anda/langs/rust/television/rust-television.spec +++ b/anda/langs/rust/television/rust-television.spec @@ -5,7 +5,7 @@ %global crate television Name: rust-television -Version: 0.15.4 +Version: 0.15.5 Release: 1%{?dist} Summary: Very fast, portable and hackable fuzzy finder for the terminal From 23d1b614cfc7366055f192e84cf65c98cae36350 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 02:42:26 +0000 Subject: [PATCH 0593/1189] bump(nightly): flameshot-nightly mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly types-colorama opentabletdriver-nightly sc0710 scx-scheds-nightly xpadneo natscli --- anda/apps/flameshot/flameshot-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 | 6 +++--- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/sc0710/kmod-common/sc0710.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xpadneo/kmod-common/xpadneo.spec | 6 +++--- anda/tools/natscli/natscli.spec | 4 ++-- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 40a397875d..919af563c8 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 526fb82c8152a9be38522ae985d30ab866ff7946 +%global commit d888a3f16c26eeb9e355b0a8a29cec2da7697cb2 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260408 +%global commit_date 20260409 %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 86714246a7..c33b1b0350 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 e2180e581e483e75c11670f4b3890e1f33be85f2 +%global commit 266cb79f38fd1a5fd448b453dee5971795a145ca %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260407 +%global commit_date 20260409 %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 d9c462b039..5ad443698a 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 b8bce577163274e30af40ec2173e48ae8399b70d -%global commit_date 20260408 +%global commit d939f0ee9178017f83b02833387eece715b08df2 +%global commit_date 20260409 %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 d2d5312b7b..b8ed2becf3 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 853183e911b70ff7b61057f52fc7b47ea4934238 +%global commit 28972454c0c9493b96b42de5d88f88c0bdc277a4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-07 +%global fulldate 2026-04-08 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 131718f9dc..787e22d7e6 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 30e7e8b55086a4496bfd863950eaabda2527e3e7 +%global commit fe26ab68094bc731e0d51a8ad94cb00ad6513b5b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260408 -%global ver 0.232.0 +%global commit_date 20260409 +%global ver 0.233.0 %bcond_with check %bcond_with debug_no_build diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 824b9b9ccc..596241c59c 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 563213272e5db2a858e37bdf6938b0c8742ec192 -%global commit_date 20260408 +%global commit aaefc85a95431045b0726b297d0ad1f4786ba1e2 +%global commit_date 20260409 %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 830a5b2a23..9672ded1fd 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit be2a35699d96edc99d4976517e9d4a9f462d7ab8 +%global commit 53e13de29c84e27fba6845f49d76e128721c55c6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260408 +%global commit_date 20260409 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/sc0710/kmod-common/sc0710.spec b/anda/system/sc0710/kmod-common/sc0710.spec index dd4e4697f8..468506a783 100644 --- a/anda/system/sc0710/kmod-common/sc0710.spec +++ b/anda/system/sc0710/kmod-common/sc0710.spec @@ -1,6 +1,6 @@ -%global commit f1f5a722ccbdfc571450d9397e5e1b85da31f9d3 +%global commit 51e965aafd4b25f28061b85cbbe68e0839ac1e3b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260321 +%global commitdate 20260409 %global ver 0 Name: sc0710 diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 2f3a6e49e1..e73e674b1a 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 2495e02cb5f0f9b30cb02b549d21d5f5e67a76ff +%global commit 5770f91a0c9d3e4856fa69bdcab6691906043d6e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260408 +%global commitdate 20260409 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 8f8253396d..6059513bc2 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,11 +1,11 @@ -%global commit 93621f104dfe6a1690cf72f0f4fd074a0a86acce +%global commit 153b6b6a5078df6e2aa2c75c552f229e9ac9f3ef %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260325 +%global commitdate 20260409 %global ver 0.10.1 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} diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index bc294f7589..d72cf0c959 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 f569f8fe82118ffb65b480bb9f8ff7363f7adbbf -%global commit_date 20260404 +%global commit c40ebb5d7dac8756efa3651df05f7a8cbce370c8 +%global commit_date 20260409 %global shortcommit %{sub %{commit} 1 7} %gometa -f From f73780452f60d21894c3a34ff4fa30bd02fda383 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 03:25:40 +0000 Subject: [PATCH 0594/1189] bump: ruffle-nightly rpcs3 --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 6bc43fea4d..cbfb06b632 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-08 +%global ver 2026-04-09 %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 3368b2ce04..6ddadd6a05 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 6981e308a07dd61bc1dbc0acee9145ab0b955e19 -%global ver 0.0.40-19177 +%global commit 1d85de6236ba0e1e7de9a582d5d052221458f505 +%global ver 0.0.40-19178 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 15edd65fa79e745f663ed578f09b3f2a9a6b5501 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 04:29:44 +0000 Subject: [PATCH 0595/1189] bump(branch): sc0710-kmod dkms-sc0710 xpadneo-kmod dkms-xpadneo --- anda/system/sc0710/akmod/sc0710-kmod.spec | 4 ++-- anda/system/sc0710/dkms/dkms-sc0710.spec | 4 ++-- anda/system/xpadneo/akmod/xpadneo-kmod.spec | 6 +++--- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/anda/system/sc0710/akmod/sc0710-kmod.spec b/anda/system/sc0710/akmod/sc0710-kmod.spec index dd3c4d811c..b4f4b6ba95 100644 --- a/anda/system/sc0710/akmod/sc0710-kmod.spec +++ b/anda/system/sc0710/akmod/sc0710-kmod.spec @@ -1,6 +1,6 @@ -%global commit f1f5a722ccbdfc571450d9397e5e1b85da31f9d3 +%global commit 51e965aafd4b25f28061b85cbbe68e0839ac1e3b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260321 +%global commitdate 20260409 %global ver 0 %define buildforkernels akmod %global debug_package %{nil} diff --git a/anda/system/sc0710/dkms/dkms-sc0710.spec b/anda/system/sc0710/dkms/dkms-sc0710.spec index 644f20b85b..60b8cbd728 100644 --- a/anda/system/sc0710/dkms/dkms-sc0710.spec +++ b/anda/system/sc0710/dkms/dkms-sc0710.spec @@ -1,6 +1,6 @@ -%global commit f1f5a722ccbdfc571450d9397e5e1b85da31f9d3 +%global commit 51e965aafd4b25f28061b85cbbe68e0839ac1e3b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260321 +%global commitdate 20260409 %global ver 0 %global debug_package %{nil} %global modulename sc0710 diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index fb2e41390e..40afc064d8 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,6 +1,6 @@ -%global commit 93621f104dfe6a1690cf72f0f4fd074a0a86acce +%global commit 153b6b6a5078df6e2aa2c75c552f229e9ac9f3ef %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260325 +%global commitdate 20260409 %global ver 0.10.1 %define buildforkernels akmod %global debug_package %{nil} @@ -8,7 +8,7 @@ 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 57520c957d..791dc0ae2e 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,13 +1,13 @@ -%global commit 93621f104dfe6a1690cf72f0f4fd074a0a86acce +%global commit 153b6b6a5078df6e2aa2c75c552f229e9ac9f3ef %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260325 +%global commitdate 20260409 %global ver 0.10.1 %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 46802cf4cf365a88bf76a514ca90584124d33ca8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 05:28:14 +0000 Subject: [PATCH 0596/1189] bump: walker golang-github-abenz1267-elephant --- anda/desktops/waylands/walker/walker.spec | 2 +- anda/langs/go/elephant/golang-github-abenz1267-elephant.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/waylands/walker/walker.spec b/anda/desktops/waylands/walker/walker.spec index 7a81dd620e..4c56dd73f6 100644 --- a/anda/desktops/waylands/walker/walker.spec +++ b/anda/desktops/waylands/walker/walker.spec @@ -4,7 +4,7 @@ # prevent library files from being installed %global cargo_install_lib 0 -%global upstream_version v2.15.2 +%global upstream_version v2.16.0 %global ver %{sub %upstream_version 2} Name: walker diff --git a/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec b/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec index e4c0a4e969..a165c4ae51 100644 --- a/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec +++ b/anda/langs/go/elephant/golang-github-abenz1267-elephant.spec @@ -10,11 +10,11 @@ %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^golang\\(.*\\)$ %endif -%global providers 1password archlinuxpkgs bitwarden bluetooth bookmarks calc clipboard desktopapplications dnfpackages files menus niriactions nirisessions providerlist runner snippets symbols todo unicode websearch windows wireplumber +%global providers 1password archlinuxpkgs bitwarden bluetooth bookmarks calc clipboard desktopapplications dnfpackages files menus niriactions nirisessions playerctl providerlist runner snippets symbols todo unicode websearch windows wireplumber # https://github.com/abenz1267/elephant %global goipath github.com/abenz1267/elephant -Version: 2.20.3 +Version: 2.21.0 %gometa -f From 086070247ae07c39fd13d83a2ec3501c0d7c5310 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 08:20:59 +0000 Subject: [PATCH 0597/1189] 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 50dc62cbc3..377ab43ea0 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.10.8.1 +Version: 0.10.9.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium From 1d35edda96ae4612f906d066b291a1d3f90016de Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 09:49:09 +0000 Subject: [PATCH 0598/1189] bump: goofcord throne --- anda/apps/goofcord/stable/goofcord.spec | 2 +- anda/apps/throne/throne.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/goofcord/stable/goofcord.spec b/anda/apps/goofcord/stable/goofcord.spec index ac1813f643..8e7d25a872 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -2,7 +2,7 @@ %global appid io.github.milkshiift.GoofCord Name: goofcord -Version: 2.1.1 +Version: 2.2.0 Release: 1%{?dist} License: OSL-3.0 Summary: A privacy-minded Legcord fork. diff --git a/anda/apps/throne/throne.spec b/anda/apps/throne/throne.spec index cd0b2e97ce..833db62722 100644 --- a/anda/apps/throne/throne.spec +++ b/anda/apps/throne/throne.spec @@ -1,7 +1,7 @@ #? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=throne-git Name: throne -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box) URL: https://github.com/throneproj/Throne From f484de2db99953d43cd44f405c60b68e907cde4f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 10:49:21 +0000 Subject: [PATCH 0599/1189] bump: rustnet rpcs3 rust-mise --- anda/apps/rustnet/rustnet.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/rustnet/rustnet.spec b/anda/apps/rustnet/rustnet.spec index bdd6e17249..dae29ba6d1 100644 --- a/anda/apps/rustnet/rustnet.spec +++ b/anda/apps/rustnet/rustnet.spec @@ -1,5 +1,5 @@ Name: rustnet -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist} Summary: A cross-platform network monitoring terminal UI tool built with Rust License: Apache-2.0 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 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 OR Apache-2.0) AND BSL-1.0 AND ISC AND (LGPL-2.1-only OR BSD-2-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 MIT 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 6ddadd6a05..41be526037 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 1d85de6236ba0e1e7de9a582d5d052221458f505 -%global ver 0.0.40-19178 +%global commit e9fb3572f95a1ff758cbe545191e68d4d8676a73 +%global ver 0.0.40-19179 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 0d066f75be..71fe6e2bac 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.4.6 +Version: 2026.4.7 Release: 1%{?dist} Summary: Front-end to your dev env From cc2f6d7109e2a9d62631623c8912106eb998e4a0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 14:31:53 +0000 Subject: [PATCH 0600/1189] bump: android-studio-canary --- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index a630029f37..cd89f0e061 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.4.3 +Version: 2025.3.4.4 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 panda4-canary3 +%define suffixS panda4-canary4 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz From c9b3cba67a5786190668638dbc065facebc506c5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 17:20:00 +0000 Subject: [PATCH 0601/1189] bump: discord-canary-openasar discord-canary rust-topgrade --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/topgrade/rust-topgrade.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 e6ac39597a..a54261dfbe 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.949 +Version: 0.0.950 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 42e07660ee..7c40f4f4a6 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.949 +Version: 0.0.950 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/tools/topgrade/rust-topgrade.spec b/anda/tools/topgrade/rust-topgrade.spec index d6d1d20cea..61e1501a5e 100644 --- a/anda/tools/topgrade/rust-topgrade.spec +++ b/anda/tools/topgrade/rust-topgrade.spec @@ -3,7 +3,7 @@ Name: rust-topgrade # renovate: datasource=github-releases depName=topgrade-rs/topgrade -Version: 17.2.1 +Version: 17.3.0 Release: 1%{?dist} Summary: Upgrade all the things From 4b0da509f6d8ac1dd1b0a679ede72d0646f40c53 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:51:08 -0500 Subject: [PATCH 0602/1189] add: auto-cpufreq (#11080) (#11102) (cherry picked from commit 59d783705adc3a52eb172ed55afbefd326658698) Signed-off-by: Owen-sz Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/apps/auto-cpufreq/anda.hcl | 6 ++ anda/apps/auto-cpufreq/auto-cpufreq.spec | 82 ++++++++++++++++++++++++ anda/apps/auto-cpufreq/update.rhai | 1 + 3 files changed, 89 insertions(+) create mode 100644 anda/apps/auto-cpufreq/anda.hcl create mode 100644 anda/apps/auto-cpufreq/auto-cpufreq.spec create mode 100644 anda/apps/auto-cpufreq/update.rhai diff --git a/anda/apps/auto-cpufreq/anda.hcl b/anda/apps/auto-cpufreq/anda.hcl new file mode 100644 index 0000000000..850557c4c1 --- /dev/null +++ b/anda/apps/auto-cpufreq/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "auto-cpufreq.spec" + } +} diff --git a/anda/apps/auto-cpufreq/auto-cpufreq.spec b/anda/apps/auto-cpufreq/auto-cpufreq.spec new file mode 100644 index 0000000000..d38df7b839 --- /dev/null +++ b/anda/apps/auto-cpufreq/auto-cpufreq.spec @@ -0,0 +1,82 @@ +%global _desc Automatic CPU speed & power optimizer for Linux. + +Name: python-auto-cpufreq +Version: 3.0.0 +Release: 1%?dist +Summary: Automatic CPU speed & power optimizer for Linux +License: LGPL-3.0-or-later +URL: https://foolcontrol.org/?p=4603 +Source0: https://github.com/AdnanHodzic/auto-cpufreq/archive/refs/tags/v%{version}.tar.gz + +BuildRequires: python3-devel +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-installer +BuildRequires: systemd-rpm-macros +BuildRequires: python3-poetry-core +BuildRequires: python3-poetry-dynamic-versioning +BuildArch: noarch + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-auto-cpufreq +Summary: %{summary} +%{?python_provide:%python_provide python3-auto-cpufreq} + +%description -n python3-auto-cpufreq +%_desc + +%prep +%git_clone https://github.com/AdnanHodzic/auto-cpufreq.git %{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files auto_cpufreq +mkdir -p %{buildroot}%{_datadir}/polkit-1/actions/ +install -Dm644 scripts/org.auto-cpufreq.pkexec.policy %{buildroot}%{_datadir}/polkit-1/actions/ +install -Dm644 images/icon.png %{buildroot}%{_hicolordir}/512x512/apps/auto-cpufreq.png +install -Dm644 images/icon.png %{buildroot}%{_datadir}/%{name}/icon.png + +mkdir -p %{buildroot}%{_datadir}/%{name}/scripts/ +mkdir -p %{buildroot}/opt/auto-cpufreq/ +mkdir -p %{buildroot}%{_appsdir}/ +mkdir -p %{buildroot}%{_unitdir}/ + +install -Dm755 scripts/auto-cpufreq-install.sh %{buildroot}%{_datadir}/%{name}/scripts/ +install -Dm755 scripts/auto-cpufreq-remove.sh %{buildroot}%{_datadir}/%{name}/scripts/ +install -Dm644 scripts/auto-cpufreq.service %{buildroot}%{_unitdir}/auto-cpufreq.service +install -Dm755 scripts/cpufreqctl.sh %{buildroot}%{_datadir}/%{name}/scripts/ +install -Dm644 scripts/style.css %{buildroot}%{_datadir}/%{name}/scripts/ +install -Dm644 scripts/auto-cpufreq-gtk.desktop %{buildroot}%{_appsdir}/ + +%post +%systemd_post auto-cpufreq.service + +%preun +%systemd_preun auto-cpufreq.service + +%postun +%systemd_postun_with_restart auto-cpufreq.service + +%files -n python3-auto-cpufreq -f %{pyproject_files} +%doc README.md +%license LICENSE +%{_bindir}/auto-cpufreq +%{_bindir}/auto-cpufreq-gtk +%{_datadir}/polkit-1/actions/org.auto-cpufreq.pkexec.policy +%{_hicolordir}/512x512/apps/auto-cpufreq.png +%{_datadir}/%{name}/icon.png +%{_unitdir}/auto-cpufreq.service +%{_datadir}/%{name}/scripts/ +%{_appsdir}/auto-cpufreq-gtk.desktop + +%changelog +* Sun Apr 05 2026 Owen Zimmerman +- Initial commit diff --git a/anda/apps/auto-cpufreq/update.rhai b/anda/apps/auto-cpufreq/update.rhai new file mode 100644 index 0000000000..46dee26f1d --- /dev/null +++ b/anda/apps/auto-cpufreq/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("AdnanHodzic/auto-cpufreq")); From 5dbd6aa4ae6a87c0f4e01e910b803b9440ff28b1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 19:40:32 +0000 Subject: [PATCH 0603/1189] 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 4de490932c..75a28e59da 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.11 +Version: 2.7.12 Release: 1%{?dist} Summary: Deno executable From 347088928a00758c26cb28da8b0a19fa07deb01c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 20:32:14 +0000 Subject: [PATCH 0604/1189] bump: golang-github-charmbracelet-glow --- anda/langs/go/glow/golang-github-charmbracelet-glow.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/go/glow/golang-github-charmbracelet-glow.spec b/anda/langs/go/glow/golang-github-charmbracelet-glow.spec index fc26d74694..aa9d1c2762 100644 --- a/anda/langs/go/glow/golang-github-charmbracelet-glow.spec +++ b/anda/langs/go/glow/golang-github-charmbracelet-glow.spec @@ -3,7 +3,7 @@ # https://github.com/charmbracelet/glow %global goipath github.com/charmbracelet/glow -Version: 2.1.1 +Version: 2.1.2 %gometa -f @@ -15,7 +15,7 @@ Render markdown on the CLI, with pizzazz! 💅🏻.} %global godocs README.md Name: %{goname} -Release: 1%?dist +Release: 1%{?dist} Summary: Render markdown on the CLI, with pizzazz! 💅🏻 License: MIT From 6a8fee0f07f7a8f638d369442bb64d5f9205965c Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:51:31 -0500 Subject: [PATCH 0605/1189] fix (auto-cpufreq): patch install (#11093) (#11108) --- anda/apps/auto-cpufreq/auto-cpufreq.spec | 19 ++-- .../prevent-install-and-copy.patch | 101 ++++++++++++++++++ 2 files changed, 113 insertions(+), 7 deletions(-) create mode 100644 anda/apps/auto-cpufreq/prevent-install-and-copy.patch diff --git a/anda/apps/auto-cpufreq/auto-cpufreq.spec b/anda/apps/auto-cpufreq/auto-cpufreq.spec index d38df7b839..501b88edf3 100644 --- a/anda/apps/auto-cpufreq/auto-cpufreq.spec +++ b/anda/apps/auto-cpufreq/auto-cpufreq.spec @@ -2,11 +2,12 @@ Name: python-auto-cpufreq Version: 3.0.0 -Release: 1%?dist +Release: 2%?dist Summary: Automatic CPU speed & power optimizer for Linux License: LGPL-3.0-or-later URL: https://foolcontrol.org/?p=4603 Source0: https://github.com/AdnanHodzic/auto-cpufreq/archive/refs/tags/v%{version}.tar.gz +Patch0: prevent-install-and-copy.patch BuildRequires: python3-devel BuildRequires: python3-wheel @@ -32,6 +33,7 @@ Summary: %{summary} %prep %git_clone https://github.com/AdnanHodzic/auto-cpufreq.git %{version} +%patch -P0 -p1 %build %pyproject_wheel @@ -44,16 +46,16 @@ install -Dm644 scripts/org.auto-cpufreq.pkexec.policy %{buildroot}%{_datadir}/po install -Dm644 images/icon.png %{buildroot}%{_hicolordir}/512x512/apps/auto-cpufreq.png install -Dm644 images/icon.png %{buildroot}%{_datadir}/%{name}/icon.png -mkdir -p %{buildroot}%{_datadir}/%{name}/scripts/ +mkdir -p %{buildroot}%{_datadir}/auto-cpufreq/scripts/ mkdir -p %{buildroot}/opt/auto-cpufreq/ mkdir -p %{buildroot}%{_appsdir}/ mkdir -p %{buildroot}%{_unitdir}/ -install -Dm755 scripts/auto-cpufreq-install.sh %{buildroot}%{_datadir}/%{name}/scripts/ -install -Dm755 scripts/auto-cpufreq-remove.sh %{buildroot}%{_datadir}/%{name}/scripts/ +install -Dm755 scripts/auto-cpufreq-install.sh %{buildroot}%{_datadir}/auto-cpufreq/scripts/ +install -Dm755 scripts/auto-cpufreq-remove.sh %{buildroot}%{_datadir}/auto-cpufreq/scripts/ install -Dm644 scripts/auto-cpufreq.service %{buildroot}%{_unitdir}/auto-cpufreq.service -install -Dm755 scripts/cpufreqctl.sh %{buildroot}%{_datadir}/%{name}/scripts/ -install -Dm644 scripts/style.css %{buildroot}%{_datadir}/%{name}/scripts/ +install -Dm755 scripts/cpufreqctl.sh %{buildroot}%{_datadir}/auto-cpufreq/scripts/ +install -Dm644 scripts/style.css %{buildroot}%{_datadir}/auto-cpufreq/scripts/ install -Dm644 scripts/auto-cpufreq-gtk.desktop %{buildroot}%{_appsdir}/ %post @@ -74,9 +76,12 @@ install -Dm644 scripts/auto-cpufreq-gtk.desktop %{buildroot}%{_appsdir}/ %{_hicolordir}/512x512/apps/auto-cpufreq.png %{_datadir}/%{name}/icon.png %{_unitdir}/auto-cpufreq.service -%{_datadir}/%{name}/scripts/ +%{_datadir}/auto-cpufreq/scripts/ %{_appsdir}/auto-cpufreq-gtk.desktop %changelog +* Tue Apr 07 2026 Owen Zimmerman +- Add install fix patch + * Sun Apr 05 2026 Owen Zimmerman - Initial commit diff --git a/anda/apps/auto-cpufreq/prevent-install-and-copy.patch b/anda/apps/auto-cpufreq/prevent-install-and-copy.patch new file mode 100644 index 0000000000..776b61452b --- /dev/null +++ b/anda/apps/auto-cpufreq/prevent-install-and-copy.patch @@ -0,0 +1,101 @@ +diff --git a/auto_cpufreq/core.py b/auto_cpufreq/core.py +index f03e7de..2dff5fb 100755 +--- a/auto_cpufreq/core.py ++++ b/auto_cpufreq/core.py +@@ -277,19 +277,12 @@ def get_current_gov(): + ) + + def cpufreqctl(): +- """ +- deploy cpufreqctl.auto-cpufreq script +- """ +- if not (IS_INSTALLED_WITH_SNAP or os.path.isfile("/usr/local/bin/cpufreqctl.auto-cpufreq")): +- copy(SCRIPTS_DIR / "cpufreqctl.sh", "/usr/local/bin/cpufreqctl.auto-cpufreq") +- call(["chmod", "a+x", "/usr/local/bin/cpufreqctl.auto-cpufreq"]) ++ # scripts are already in the correct place ++ pass + + def cpufreqctl_restore(): +- """ +- remove cpufreqctl.auto-cpufreq script +- """ +- if not IS_INSTALLED_WITH_SNAP and os.path.isfile("/usr/local/bin/cpufreqctl.auto-cpufreq"): +- os.remove("/usr/local/bin/cpufreqctl.auto-cpufreq") ++ #no need to restore ++ pass + + def footer(l=79): print("\n" + "-" * l + "\n") + +@@ -307,31 +300,8 @@ def remove_complete_msg(): + footer() + + def deploy_daemon(): +- print("\n" + "-" * 21 + " Deploying auto-cpufreq as a daemon " + "-" * 22 + "\n") +- +- cpufreqctl() # deploy cpufreqctl script func call +- +- bluetooth_disable() # turn off bluetooth on boot +- +- auto_cpufreq_stats_path.touch(exist_ok=True) +- +- print("\n* Deploy auto-cpufreq install script") +- copy(SCRIPTS_DIR / "auto-cpufreq-install.sh", "/usr/local/bin/auto-cpufreq-install") +- call(["chmod", "a+x", "/usr/local/bin/auto-cpufreq-install"]) +- +- print("\n* Deploy auto-cpufreq remove script") +- copy(SCRIPTS_DIR / "auto-cpufreq-remove.sh", "/usr/local/bin/auto-cpufreq-remove") +- call(["chmod", "a+x", "/usr/local/bin/auto-cpufreq-remove"]) +- +- # output warning if gnome power profile is running +- gnome_power_detect_install() +- gnome_power_svc_disable() +- +- tuned_svc_disable() +- +- tlp_service_detect() # output warning if TLP service is detected +- +- call("/usr/local/bin/auto-cpufreq-install", shell=True) ++ # prevent needless copying and system changes ++ pass + + def deploy_daemon_performance(): + print("\n" + "-" * 21 + " Deploying auto-cpufreq as a daemon (performance) " + "-" * 22 + "\n") +@@ -363,37 +333,7 @@ def deploy_daemon_performance(): + + call("/usr/local/bin/auto-cpufreq-install", shell=True) + +-def remove_daemon(): +- # check if auto-cpufreq is installed +- if not os.path.exists("/usr/local/bin/auto-cpufreq-remove"): +- print("\nauto-cpufreq daemon is not installed.\n") +- sys.exit(1) +- +- print("\n" + "-" * 21 + " Removing auto-cpufreq daemon " + "-" * 22 + "\n") +- +- bluetooth_enable() # turn on bluetooth on boot +- +- # output warning if gnome power profile is stopped +- gnome_power_rm_reminder() +- gnome_power_svc_enable() +- +- tuned_svc_enable() +- +- # run auto-cpufreq daemon remove script +- call("/usr/local/bin/auto-cpufreq-remove", shell=True) +- +- # remove auto-cpufreq-remove +- os.remove("/usr/local/bin/auto-cpufreq-remove") +- +- # delete override pickle if it exists +- if os.path.exists(governor_override_state): os.remove(governor_override_state) +- +- # delete stats file +- if auto_cpufreq_stats_path.exists(): +- if auto_cpufreq_stats_file is not None: auto_cpufreq_stats_file.close() +- auto_cpufreq_stats_path.unlink() +- +- cpufreqctl_restore() # restore original cpufrectl script ++def remove_daemon(): pass + + def gov_check(): + for gov in AVAILABLE_GOVERNORS: From 456cf51f845278b54aaf6d63c1865362033fe0a9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 21:28:33 +0000 Subject: [PATCH 0606/1189] bump: discord-canary-openasar discord-canary somewm rpcs3 smbus2 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/desktops/somewm/somewm.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/smbus2/smbus2.spec | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index a54261dfbe..1d73aa2c7a 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.950 +Version: 0.0.951 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 7c40f4f4a6..287f455b3d 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.950 +Version: 0.0.951 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/desktops/somewm/somewm.spec b/anda/desktops/somewm/somewm.spec index 12de8feb11..9ace2ea8fc 100644 --- a/anda/desktops/somewm/somewm.spec +++ b/anda/desktops/somewm/somewm.spec @@ -1,6 +1,6 @@ Name: somewm -Version: 0.5.0 -Release: 1%?dist +Version: 1.4.0 +Release: 1%{?dist} Summary: Wayland compositor that brings AwesomeWM's Lua API to Wayland License: GPL-3.0 URL: https://github.com/trip-zip/somewm diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 41be526037..8615199ec1 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 e9fb3572f95a1ff758cbe545191e68d4d8676a73 -%global ver 0.0.40-19179 +%global commit a1a140db91ea6617aa85efe2c9111c6a79c59186 +%global ver 0.0.40-19180 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/smbus2/smbus2.spec b/anda/langs/python/smbus2/smbus2.spec index ecc6fb0246..9a563ed19d 100644 --- a/anda/langs/python/smbus2/smbus2.spec +++ b/anda/langs/python/smbus2/smbus2.spec @@ -2,8 +2,8 @@ %global _desc A drop-in replacement for smbus-cffi/smbus-python in pure Python. Name: python-%{pypi_name} -Version: 0.6.0 -Release: 1%?dist +Version: 0.6.1 +Release: 1%{?dist} Summary: A drop-in replacement for smbus-cffi/smbus-python in pure Python License: MIT URL: https://github.com/kplindegaard/smbus2 From 870353d7ab08080049195a9c5292093110330ae1 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:37:52 -0500 Subject: [PATCH 0607/1189] add: DankMaterialShell (#10886) (#11118) --- anda/system/dank-material-shell/anda.hcl | 8 + .../dank-material-shell.spec | 147 ++++++++++++++++++ anda/system/dank-material-shell/update.rhai | 1 + 3 files changed, 156 insertions(+) create mode 100644 anda/system/dank-material-shell/anda.hcl create mode 100644 anda/system/dank-material-shell/dank-material-shell.spec create mode 100644 anda/system/dank-material-shell/update.rhai diff --git a/anda/system/dank-material-shell/anda.hcl b/anda/system/dank-material-shell/anda.hcl new file mode 100644 index 0000000000..4d7e6ff850 --- /dev/null +++ b/anda/system/dank-material-shell/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "dank-material-shell.spec" + } + labels { + subrepo = "extras" + } +} diff --git a/anda/system/dank-material-shell/dank-material-shell.spec b/anda/system/dank-material-shell/dank-material-shell.spec new file mode 100644 index 0000000000..7e82c8f00d --- /dev/null +++ b/anda/system/dank-material-shell/dank-material-shell.spec @@ -0,0 +1,147 @@ +%global goipath github.com/AvengeMedia/%{name}/core + +Name: DankMaterialShell +Version: 1.4.4.1 +Release: 1%{?dist} +Summary: Desktop shell for Wayland compositors built on QuickShell + +License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND GPL-3.0-only AND ISC AND MIT AND MPL-2.0 +URL: https://danklinux.com/ +Source0: https://github.com/AvengeMedia/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz + +BuildRequires: go-rpm-macros +BuildRequires: go-vendor-tools +BuildRequires: systemd-rpm-macros + +Requires: accountsservice +Requires: cups-pk-helper +Requires: hicolor-icon-theme +Requires: quickshell + +Requires: (adw-gtk3-theme if gtk3) +Requires: cava +Requires: cliphist +Requires: danksearch +Requires: dgop +Requires: kf6-kimageformats +Requires: khal +Requires: matugen +Requires: (qt5ct if qt5-qtbase) +Requires: qt6ct +Requires: qt6-qtmultimedia +Requires: qt6-qtimageformats +Requires: wl-clipboard + +Recommends: NetworkManager +Recommends: ppd-service +Suggests: tuned-ppd + +# Replace and provide the package names from avengemedia/dms +Obsoletes: dms < %{evr} +Provides: dms = %{evr} +Obsoletes: dms-cli < %{evr} +Provides: dms-cli = %{evr} + +Packager: Its-J + +%description +DankMaterialShell is a complete desktop shell for Wayland compositors. +It replaces a variety of tools used to stitch together to make a desktop. + +dms features notifications, an app launcher, wallpaper customization, and is +fully customizable with plugins. + +It includes auto-theming for GTK/Qt apps with matugen, 20+ customizable widgets, +process monitoring, notification center, clipboard history, dock, control center, +lock screen, and comprehensive plugin system. + +%prep +%autosetup -C +%goprep + +%build +pushd core +export dms_buildtime=$(date -d "@${SOURCE_DATE_EPOCH}" +%%Y-%%m-%%d_%%H:%%M:%%S) +export GO_LDFLAGS="-X main.commit=fedora \ + -X main.Version=%{evr} \ + -X main.buildTime=${dms_buildtime}" +%global gomodulesmode GO111MODULE=on +mkdir -p %{_vpath_builddir}/bin +%gobuild -o %{_vpath_builddir}/bin/dms ./cmd/dms +popd + +# Install dms cli shell completions +%pkg_completion -Bfz dms + +%install +# Install dms +install -Dm644 assets/systemd/dms.service %{buildroot}%{_userunitdir}/dms.service + +install -Dm644 assets/dms-open.desktop %{buildroot}%{_datadir}/applications/dms-open.desktop +install -Dm644 assets/danklogo.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/danklogo.svg + +mkdir -p %{buildroot}%{_datadir}/quickshell/dms +cp -a quickshell/* %{buildroot}%{_datadir}/quickshell/dms/ +echo "%{evr}" > %{buildroot}%{_datadir}/quickshell/dms/VERSION + +# Install dms cli +mkdir -p %{buildroot}%{_bindir} +install -pm0755 core/%{_vpath_builddir}/bin/dms %{buildroot}%{_bindir}/dms + +# Install dms cli shell completions +mkdir -p %{buildroot}%{bash_completions_dir} +mkdir -p %{buildroot}%{fish_completions_dir} +mkdir -p %{buildroot}%{zsh_completions_dir} +core/%{_vpath_builddir}/bin/dms completion bash > %{buildroot}%{bash_completions_dir}/dms +core/%{_vpath_builddir}/bin/dms completion fish > %{buildroot}%{fish_completions_dir}/dms.fish +core/%{_vpath_builddir}/bin/dms completion zsh > %{buildroot}%{zsh_completions_dir}/_dms + +%check +pushd core +%gotest ./... +popd + +%post +%systemd_user_post dms.service + +%preun +%systemd_user_preun dms.service + +%postun +%systemd_user_postun_with_restart dms.service + +%posttrans +# Signal running DMS instances to reload +pkill -USR1 -x dms || : + + +%files +%license LICENSE +%doc README.md +%{_bindir}/dms +%{_datadir}/quickshell/dms/ +%{_userunitdir}/dms.service +%{_datadir}/applications/dms-open.desktop +%{_datadir}/icons/hicolor/scalable/apps/danklogo.svg + +%changelog +* Sat Mar 28 2026 Its-J - 1.4.4-1 +- Port to Terra + +* Mon Feb 16 2026 Neal Gompa - 1.2.3-5 +- Backport fix for screensaver inhibit support +- Add dependencies to make various wallpaper format work +- Add dependency for printer management support + +* Mon Feb 16 2026 Neal Gompa - 1.2.3-4 +- Add missing khal dependency + +* Mon Feb 16 2026 Neal Gompa - 1.2.3-3 +- Add dependency for ppd-service +- Fix string for embedded package version + +* Sun Feb 15 2026 Neal Gompa - 1.2.3-2 +- Strengthen various dependencies + +* Sun Feb 15 2026 Neal Gompa - 1.2.3-1 +- Initial package diff --git a/anda/system/dank-material-shell/update.rhai b/anda/system/dank-material-shell/update.rhai new file mode 100644 index 0000000000..3fa83f2e6c --- /dev/null +++ b/anda/system/dank-material-shell/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("AvengeMedia/DankMaterialShell")); From 1d86327a81cb677678982caaa7b66bed4f1257ed Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 22:08:21 +0000 Subject: [PATCH 0608/1189] bump: discord-canary-openasar discord-canary dank-material-shell --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/system/dank-material-shell/dank-material-shell.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 1d73aa2c7a..cc46607371 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.951 +Version: 0.0.952 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 287f455b3d..e7cbbbcbcf 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.951 +Version: 0.0.952 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/system/dank-material-shell/dank-material-shell.spec b/anda/system/dank-material-shell/dank-material-shell.spec index 7e82c8f00d..2728b60522 100644 --- a/anda/system/dank-material-shell/dank-material-shell.spec +++ b/anda/system/dank-material-shell/dank-material-shell.spec @@ -1,7 +1,7 @@ %global goipath github.com/AvengeMedia/%{name}/core Name: DankMaterialShell -Version: 1.4.4.1 +Version: 1.4.4 Release: 1%{?dist} Summary: Desktop shell for Wayland compositors built on QuickShell From a771b00ea5c09110f471ed0ebdc4304e9aa17ac2 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:57:45 -0500 Subject: [PATCH 0609/1189] [f43] add: logitech-rs50-linux-driver (#11082) (#11121) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit a930b62eaf8e5b79de13bd58e42a87d4736a8e6e) Co-authored-by: Luan Vitor Simião Oliveira --- .../logitech-rs50-linux-driver/akmod/anda.hcl | 10 +++ .../logitech-rs50-linux-driver-kmod.spec | 69 +++++++++++++++++++ .../akmod/update.rhai | 9 +++ .../logitech-rs50-linux-driver/dkms/anda.hcl | 10 +++ .../dkms/dkms-logitech-rs50-linux-driver.spec | 63 +++++++++++++++++ .../dkms/fix-dkms-conf.patch | 17 +++++ .../dkms/update.rhai | 9 +++ .../kmod-common/anda.hcl | 9 +++ .../kmod-common/com.github.rs50.metainfo.xml | 26 +++++++ .../logitech-rs50-linux-driver.spec | 51 ++++++++++++++ .../kmod-common/update.rhai | 5 ++ 11 files changed, 278 insertions(+) create mode 100644 anda/system/logitech-rs50-linux-driver/akmod/anda.hcl create mode 100644 anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec create mode 100644 anda/system/logitech-rs50-linux-driver/akmod/update.rhai create mode 100644 anda/system/logitech-rs50-linux-driver/dkms/anda.hcl create mode 100644 anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec create mode 100644 anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch create mode 100644 anda/system/logitech-rs50-linux-driver/dkms/update.rhai create mode 100644 anda/system/logitech-rs50-linux-driver/kmod-common/anda.hcl create mode 100644 anda/system/logitech-rs50-linux-driver/kmod-common/com.github.rs50.metainfo.xml create mode 100644 anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec create mode 100644 anda/system/logitech-rs50-linux-driver/kmod-common/update.rhai diff --git a/anda/system/logitech-rs50-linux-driver/akmod/anda.hcl b/anda/system/logitech-rs50-linux-driver/akmod/anda.hcl new file mode 100644 index 0000000000..d2e96406cb --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/akmod/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "logitech-rs50-linux-driver-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec new file mode 100644 index 0000000000..4d5f7ce63b --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -0,0 +1,69 @@ +# The reason why this package is a separate from the main one despite using the same sources +# is because akmods use the srpm to build the kmod package, and if the kmod package is included +# in the main package, akmods will reinstall the userspace package every time the kernel is updated. + +%if 0%{?fedora} +%global buildforkernels akmod +%global debug_package %{nil} +%endif + +%global commit 34eb21e66a687ea8961f185ecd54bc7e7edae0f8 +%global commitdate 20260407 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global modulename logitech-rs50-linux-driver + +Name: %{modulename}-kmod +Version: 1.0^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) +License: GPL-2.0-only +URL: https://github.com/mescon/logitech-rs50-linux-driver +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +BuildArch: x86_64 +BuildRequires: gcc +BuildRequires: make +BuildRequires: kmodtool + +Requires: akmods +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} +Requires: kernel-devel +Conflicts: dkms-%{modulename} + +%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276). +This is a patched version of the hid-logitech-hidpp driver that adds RS50 support with force feedback (FF_CONSTANT) and exposes all G Hub settings via sysfs for runtime configuration. +Note: This driver replaces the in-kernel hid-logitech-hidpp module and continues to support all other Logitech HID++ devices (mice, keyboards, other racing wheels like the G29, G920, G923, etc.). + +%prep +# error out if there was something wrong with kmodtool +%{?kmodtool_check} + +# print kmodtool output for debugging purposes: +kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%setup -q -c -n %{modulename}-%{commit} + +mv %{modulename}-%{commit}/mainline/* %{modulename}-%{commit}/ + +for kernel_version in %{?kernel_versions} ; do + cp -a %{modulename}-%{commit} _kmod_build_${kernel_version%%___*} +done + +%build +for kernel_version in %{?kernel_versions} ; do + make V=1 %{?_smp_mflags} -C ${kernel_version##*___} M=${PWD}/_kmod_build_${kernel_version%%___*} VERSION=v%{version} modules +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -D -m 755 _kmod_build_${kernel_version%%___*}/hid-logitech-hidpp.ko %{buildroot}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + chmod a+x %{buildroot}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/hid-logitech-hidpp.ko +done +%{?akmod_install} + +%changelog +%autochangelog diff --git a/anda/system/logitech-rs50-linux-driver/akmod/update.rhai b/anda/system/logitech-rs50-linux-driver/akmod/update.rhai new file mode 100644 index 0000000000..d55bf59bae --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/akmod/update.rhai @@ -0,0 +1,9 @@ + let c = sh("cat anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); +} diff --git a/anda/system/logitech-rs50-linux-driver/dkms/anda.hcl b/anda/system/logitech-rs50-linux-driver/dkms/anda.hcl new file mode 100644 index 0000000000..352e5771ae --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dkms-logitech-rs50-linux-driver.spec" + } + labels { + updbranch = 1 + mock = 1 + } +} diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec new file mode 100644 index 0000000000..c24339cdf3 --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -0,0 +1,63 @@ +%global commit 34eb21e66a687ea8961f185ecd54bc7e7edae0f8 +%global debug_package %{nil} +%global modulename logitech-rs50-linux-driver +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260407 + +Name: dkms-%{modulename} +Version: 1.0^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) +License: GPL-2.0-only +URL: https://github.com/mescon/%{modulename} +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +Patch0: fix-dkms-conf.patch +BuildRequires: sed +BuildRequires: systemd-rpm-macros +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename} +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +BuildArch: x86_64 +Provides: %{modulename}-kmod + +%description +Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276). +This is a patched version of the hid-logitech-hidpp driver that adds RS50 support with force feedback (FF_CONSTANT) and exposes all G Hub settings via sysfs for runtime configuration. +Note: This driver replaces the in-kernel hid-logitech-hidpp module and continues to support all other Logitech HID++ devices (mice, keyboards, other racing wheels like the G29, G920, G923, etc.). + + +%package akmod-modules +Summary: Modules for Akmods +Requires: akmod-%{name} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%prep +%autosetup -p1 -n %{modulename}-%{commit} +mv mainline/* ./ +mkdir build +sed -i -e 's/__VERSION_STRING/%{version}/g' dkms.conf + +%install +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version} +cp -fr ./ %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +# Rebuild and make available for the currently running kernel: +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} +%doc README.md rs-wheel-hub-button-layout.png docs/* + + +%changelog +%autochangelog diff --git a/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch b/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch new file mode 100644 index 0000000000..812966788a --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch @@ -0,0 +1,17 @@ +diff --git a/dkms.conf b/dkms.conf +index 437e5fd..2c4f3a4 100644 +--- a/dkms.conf ++++ b/dkms.conf +@@ -1,8 +1,8 @@ +-PACKAGE_NAME="hid-logitech-hidpp" +-PACKAGE_VERSION="1.0" ++PACKAGE_NAME="logitech-rs50-linux-driver" ++PACKAGE_VERSION="__VERSION_STRING" + MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules" + CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" + BUILT_MODULE_NAME[0]="hid-logitech-hidpp" + DEST_MODULE_NAME[0]="hid-logitech-hidpp" + DEST_MODULE_LOCATION[0]="/updates/dkms" +-AUTOINSTALL="yes" +\ No newline at end of file ++AUTOINSTALL="yes" diff --git a/anda/system/logitech-rs50-linux-driver/dkms/update.rhai b/anda/system/logitech-rs50-linux-driver/dkms/update.rhai new file mode 100644 index 0000000000..d55bf59bae --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/dkms/update.rhai @@ -0,0 +1,9 @@ + let c = sh("cat anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); +} diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/anda.hcl b/anda/system/logitech-rs50-linux-driver/kmod-common/anda.hcl new file mode 100644 index 0000000000..e27e61ff9d --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "logitech-rs50-linux-driver.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/com.github.rs50.metainfo.xml b/anda/system/logitech-rs50-linux-driver/kmod-common/com.github.rs50.metainfo.xml new file mode 100644 index 0000000000..4ae8b777a3 --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/com.github.rs50.metainfo.xml @@ -0,0 +1,26 @@ + + com.github.rs50 + logitech rs50 linux driver + logitech-rs50-linux-driver + Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276). + +

+ Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276). + This is a patched version of the hid-logitech-hidpp driver that adds RS50 support with force feedback (FF_CONSTANT) and exposes all G Hub settings via sysfs for runtime configuration. + Note: This driver replaces the in-kernel hid-logitech-hidpp module and continues to support all other Logitech HID++ devices (mice, keyboards, other racing wheels like the G29, G920, G923, etc.). +

+
+ https://github.com/mescon/logitech-rs50-linux-driver + CC0-1.0 + + GPL-2.0-only + + + mescon + + + + + usb:v046dpc276* + +
diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec new file mode 100644 index 0000000000..f782d77c5d --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -0,0 +1,51 @@ +%global commit 34eb21e66a687ea8961f185ecd54bc7e7edae0f8 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260407 + +Name: logitech-rs50-linux-driver +Version: 1.0^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) +License: GPL-2.0-only +URL: https://github.com/mescon/%{name} +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +Source1: com.github.rs50.metainfo.xml +BuildRequires: systemd-rpm-macros +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch + +%description +Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276). +This is a patched version of the hid-logitech-hidpp driver that adds RS50 support with force feedback (FF_CONSTANT) and exposes all G Hub settings via sysfs for runtime configuration. +Note: This driver replaces the in-kernel hid-logitech-hidpp module and continues to support all other Logitech HID++ devices (mice, keyboards, other racing wheels like the G29, G920, G923, etc.). + +%package akmod-modules +Summary: Modules for Akmods +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%prep +%autosetup -p1 -n %{name}-%{commit} + +echo hid-logitech-hidpp > %{name}.conf + +%install +install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/com.github.rs50.metainfo.xml + +# Akmods modules +install -Dm644 %{name}.conf -t %{buildroot}%{_modulesloaddir} + + +%files +%doc README.md rs-wheel-hub-button-layout.png docs/* +%{_datadir}/metainfo/com.github.rs50.metainfo.xml + +%files akmod-modules +%{_modulesloaddir}/%{name}.conf + +%changelog +%autochangelog diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/update.rhai b/anda/system/logitech-rs50-linux-driver/kmod-common/update.rhai new file mode 100644 index 0000000000..82cd36e3e9 --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/update.rhai @@ -0,0 +1,5 @@ +rpm.global("commit", gh_commit("mescon/logitech-rs50-linux-driver")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); +} From 5d4b50091f440bde842693ef56f93a944807a57e Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:22:52 -0500 Subject: [PATCH 0610/1189] add: capnet-assist (#11091) (#11128) (cherry picked from commit 8596970b8c6a08faf8404df2c07e37c7914e1454) Co-authored-by: madomado --- .../elementary/capnet-assist/anda.hcl | 5 ++ .../capnet-assist/capnet-assist.spec | 50 +++++++++++++++++++ .../elementary/capnet-assist/update.rhai | 1 + 3 files changed, 56 insertions(+) create mode 100644 anda/desktops/elementary/capnet-assist/anda.hcl create mode 100644 anda/desktops/elementary/capnet-assist/capnet-assist.spec create mode 100644 anda/desktops/elementary/capnet-assist/update.rhai diff --git a/anda/desktops/elementary/capnet-assist/anda.hcl b/anda/desktops/elementary/capnet-assist/anda.hcl new file mode 100644 index 0000000000..644f0f79b1 --- /dev/null +++ b/anda/desktops/elementary/capnet-assist/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "capnet-assist.spec" + } +} diff --git a/anda/desktops/elementary/capnet-assist/capnet-assist.spec b/anda/desktops/elementary/capnet-assist/capnet-assist.spec new file mode 100644 index 0000000000..85d9f8808c --- /dev/null +++ b/anda/desktops/elementary/capnet-assist/capnet-assist.spec @@ -0,0 +1,50 @@ +%global appid io.elementary.capnet-assist + +Name: capnet-assist +Version: 8.0.2 +Release: 1%?dist +Summary: Captive Network Assistant automatically opens to help you get connected +License: GPL-3.0-only +URL: https://github.com/elementary/capnet-assist +Source0: %url/archive/refs/tags/%version.tar.gz +BuildRequires: meson gettext vala desktop-file-utils +BuildRequires: pkgconfig(gcr-4) +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: pkgconfig(granite-7) >= 7.0.0 +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(libadwaita-1) >= 1.0.0 +BuildRequires: pkgconfig(webkitgtk-6.0) + +%description +Log into captive portals—like Wi-Fi networks at coffee shops, airports, and trains—with ease. Captive Network Assistant automatically opens to help you get connected. + +%prep +%autosetup + +%build +%meson +%meson_build + +%install +%meson_install + +%terra_appstream -o %buildroot%_metainfodir/%appid.metainfo.xml +%find_lang %appid + +%check +%desktop_file_validate %buildroot%_appsdir/%appid.desktop + +%files -f %appid.lang +%doc README.md +%license COPYING +%_bindir/%appid +%_appsdir/%appid.desktop +%_datadir/glib-2.0/schemas/%appid.gschema.xml +%_hicolordir/*/apps/%appid.svg +%_metainfodir/%appid.metainfo.xml + +%changelog +* Tue Apr 07 2026 madonuko - 8.0.2-1 +- Initial package. diff --git a/anda/desktops/elementary/capnet-assist/update.rhai b/anda/desktops/elementary/capnet-assist/update.rhai new file mode 100644 index 0000000000..fc7813e120 --- /dev/null +++ b/anda/desktops/elementary/capnet-assist/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("elementary/capnet-assist")); From e954e960a8b53f63f8f71a64f7315660b44f7cbb Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:23:58 -0500 Subject: [PATCH 0611/1189] fix (themes folder): License identifiers, some source updates (#11094) * fix (themes folder): License identifiers, some source updates Signed-off-by: Owen-sz * whatever Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/themes/adwaita++-icons/adwaita++-icons.spec | 4 ++-- anda/themes/bibata-cursor-theme/bibata-cursor-theme.spec | 8 +++----- .../breeze-plus-icon-theme/breeze-plus-icon-theme.spec | 4 ++-- anda/themes/fluent-icon-theme/fluent-icon-theme.spec | 4 ++-- anda/themes/fluent-theme/fluent-theme.spec | 4 ++-- .../google-black-cursor-theme.spec | 6 +++--- anda/themes/helium-gtk-theme/helium-gtk-theme.spec | 4 ++-- anda/themes/hydrogen-icon-theme/hydrogen-icon-theme.spec | 4 ++-- anda/themes/unity-asset-pool/unity-asset-pool.spec | 2 +- 9 files changed, 19 insertions(+), 21 deletions(-) diff --git a/anda/themes/adwaita++-icons/adwaita++-icons.spec b/anda/themes/adwaita++-icons/adwaita++-icons.spec index 8e3ed22575..5b6a4c1cee 100644 --- a/anda/themes/adwaita++-icons/adwaita++-icons.spec +++ b/anda/themes/adwaita++-icons/adwaita++-icons.spec @@ -3,10 +3,10 @@ Name: adwaita++-icons Version: 6.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GNOME++, a third-party icons theme, based on new GNOME 3.32's Adwaita -License: GPL-3.0 and LGPL-3.0 and CC-BY-SA +License: GPL-3.0-or-later AND LGPL-3.0-or-later AND CC-BY-SA URL: https://github.com/Bonandry/adwaita-plus Source0: %{url}/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch diff --git a/anda/themes/bibata-cursor-theme/bibata-cursor-theme.spec b/anda/themes/bibata-cursor-theme/bibata-cursor-theme.spec index 8aca3f2f12..f100d25649 100644 --- a/anda/themes/bibata-cursor-theme/bibata-cursor-theme.spec +++ b/anda/themes/bibata-cursor-theme/bibata-cursor-theme.spec @@ -1,11 +1,10 @@ Name: bibata-cursor-theme Version: 2.0.7 -Release: 1%?dist +Release: 2%?dist URL: https://github.com/ful1e5/Bibata_Cursor Source0: %{url}/releases/download/v%{version}/Bibata.tar.xz Source1: https://raw.githubusercontent.com/ful1e5/Bibata_Cursor/v%{version}/README.md -Source2: https://raw.githubusercontent.com/ful1e5/Bibata_Cursor/v%{version}/LICENSE -License: GPL-3.0 +License: GPL-3.0-or-later Summary: Open source, compact, and material designed cursor set BuildArch: noarch BuildRequires: rpm_macro(fdupes) @@ -25,9 +24,8 @@ tar xf %{SOURCE0} %install mkdir -p %{buildroot}/%{_datadir}/icons/ mv Bibata-* %{buildroot}/%{_datadir}/icons/ -mkdir -p %{buildroot}/%{_datadir}/{doc,licenses}/%{name}/ +mkdir -p %{buildroot}/%{_datadir}/doc/%{name}/ cp %{SOURCE1} %{buildroot}/%{_datadir}/doc/%{name}/README.md -cp %{SOURCE2} %{buildroot}/%{_datadir}/licenses/%{name}/LICENSE %fdupes %buildroot%_datadir/icons/ %files 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 index f52a91ba76..46997847ee 100644 --- a/anda/themes/breeze-plus-icon-theme/breeze-plus-icon-theme.spec +++ b/anda/themes/breeze-plus-icon-theme/breeze-plus-icon-theme.spec @@ -1,10 +1,10 @@ Name: breeze-plus-icon-theme Version: 6.19.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Breeze icon theme with additional icons Packager: Amy King -License: LGPL-2.1-only +License: LGPL-2.1-or-later URL: https://github.com/mjkim0727/breeze-plus Source0: %{url}/archive/refs/tags/%{version}.tar.gz BuildArch: noarch diff --git a/anda/themes/fluent-icon-theme/fluent-icon-theme.spec b/anda/themes/fluent-icon-theme/fluent-icon-theme.spec index 67f001d78a..a972b7b875 100644 --- a/anda/themes/fluent-icon-theme/fluent-icon-theme.spec +++ b/anda/themes/fluent-icon-theme/fluent-icon-theme.spec @@ -2,10 +2,10 @@ Name: fluent-icon-theme Version: 20250821 -Release: 3%?dist +Release: 4%?dist Summary: Fluent icon theme for linux desktops -License: GPL-3.0 +License: GPL-3.0-or-later URL: https://github.com/vinceliuice/Fluent-icon-theme/ Source0: %url/archive/refs/tags/%tag.tar.gz diff --git a/anda/themes/fluent-theme/fluent-theme.spec b/anda/themes/fluent-theme/fluent-theme.spec index e42cd8bf72..dde09baa54 100644 --- a/anda/themes/fluent-theme/fluent-theme.spec +++ b/anda/themes/fluent-theme/fluent-theme.spec @@ -2,10 +2,10 @@ Name: fluent-theme Version: 20250417 -Release: 1%?dist +Release: 2%?dist Summary: Fluent design theme for GNOME/GTK based desktop environments -License: GPL-3.0 +License: GPL-3.0-or-later URL: https://github.com/vinceliuice/Fluent-gtk-theme Source0: https://github.com/vinceliuice/Fluent-gtk-theme/archive/refs/tags/%{tag}.tar.gz diff --git a/anda/themes/google-black-cursor-theme/google-black-cursor-theme.spec b/anda/themes/google-black-cursor-theme/google-black-cursor-theme.spec index b295bf9866..f7586f04c7 100644 --- a/anda/themes/google-black-cursor-theme/google-black-cursor-theme.spec +++ b/anda/themes/google-black-cursor-theme/google-black-cursor-theme.spec @@ -1,12 +1,12 @@ Name: google-black-cursor-theme Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://github.com/ful1e5/Google_Cursor Source0: %{url}/releases/download/v%{version}/GoogleDot-Black.tar.gz Source1: https://raw.githubusercontent.com/ful1e5/Google_Cursor/v%{version}/README.md Source2: https://raw.githubusercontent.com/ful1e5/Google_Cursor/v%{version}/LICENSE -License: GPL-3.0 -Summary: An opensource cursor theme inspired by Google. +License: GPL-3.0-or-later +Summary: An opensource cursor theme inspired by Google. BuildArch: noarch BuildRequires: rpm_macro(fdupes) diff --git a/anda/themes/helium-gtk-theme/helium-gtk-theme.spec b/anda/themes/helium-gtk-theme/helium-gtk-theme.spec index 3e76761839..3894bf81d6 100644 --- a/anda/themes/helium-gtk-theme/helium-gtk-theme.spec +++ b/anda/themes/helium-gtk-theme/helium-gtk-theme.spec @@ -3,8 +3,8 @@ Summary: tauOS GTK/GNOME Shell Themes Name: helium-gtk-theme Version: %(echo %ver | sed 's/-/./g') -Release: 2%{?dist} -License: GPL-3.0 +Release: 3%{?dist} +License: GPL-3.0-or-later URL: https://github.com/tau-OS/tau-helium Source0: https://github.com/tau-OS/tau-helium/archive/refs/tags/%{ver}.tar.gz BuildArch: noarch diff --git a/anda/themes/hydrogen-icon-theme/hydrogen-icon-theme.spec b/anda/themes/hydrogen-icon-theme/hydrogen-icon-theme.spec index f7ba7faa06..744f30b98e 100644 --- a/anda/themes/hydrogen-icon-theme/hydrogen-icon-theme.spec +++ b/anda/themes/hydrogen-icon-theme/hydrogen-icon-theme.spec @@ -1,8 +1,8 @@ Summary: tauOS Icon Theme Name: hydrogen-icon-theme Version: 1.0.16 -Release: 2%?dist -License: GPL-3.0 +Release: 3%?dist +License: GPL-3.0-or-later URL: https://github.com/tau-OS/tau-hydrogen Source0: https://github.com/tau-OS/tau-hydrogen/archive/refs/tags/%{version}.tar.gz BuildArch: noarch diff --git a/anda/themes/unity-asset-pool/unity-asset-pool.spec b/anda/themes/unity-asset-pool/unity-asset-pool.spec index 068c52a4fc..4555a7684f 100644 --- a/anda/themes/unity-asset-pool/unity-asset-pool.spec +++ b/anda/themes/unity-asset-pool/unity-asset-pool.spec @@ -3,7 +3,7 @@ Name: unity-asset-pool Summary: Assets and icons for Unity Version: 0.8.24 -Release: %autorelease +Release: 1%?dist License: CC-BY-SA URL: https://launchpad.net/unity-asset-pool From c54d350d087892c934cd3118aff8af34f85712f1 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 9 Apr 2026 18:24:18 -0500 Subject: [PATCH 0612/1189] add: kew (#11120) Signed-off-by: Owen-sz --- anda/misc/kew/anda.hcl | 5 ++++ anda/misc/kew/kew.spec | 50 +++++++++++++++++++++++++++++++++++++++ anda/misc/kew/update.rhai | 1 + 3 files changed, 56 insertions(+) create mode 100644 anda/misc/kew/anda.hcl create mode 100644 anda/misc/kew/kew.spec create mode 100644 anda/misc/kew/update.rhai diff --git a/anda/misc/kew/anda.hcl b/anda/misc/kew/anda.hcl new file mode 100644 index 0000000000..a72c67e69c --- /dev/null +++ b/anda/misc/kew/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "kew.spec" + } +} diff --git a/anda/misc/kew/kew.spec b/anda/misc/kew/kew.spec new file mode 100644 index 0000000000..b49e8d9019 --- /dev/null +++ b/anda/misc/kew/kew.spec @@ -0,0 +1,50 @@ +%define debug_package %{nil} + +Name: kew +Version: 3.7.3 +Release: 1%{?dist} +Summary: Music for the Shell +URL: https://codeberg.org/ravachol/kew +Source0: %{url}/archive/v%{version}.tar.gz +License: GPL-2.0-or-later +BuildRequires: make +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: libatomic +BuildRequires: pkgconfig(taglib) +BuildRequires: pkgconfig(fftw3f) +BuildRequires: pkgconfig(chafa) +BuildRequires: pkgconfig(opus) +BuildRequires: pkgconfig(opusfile) +BuildRequires: pkgconfig(vorbis) +BuildRequires: pkgconfig(vorbisfile) +BuildRequires: pkgconfig(ogg) + +Packager: Owen Zimmerman + +%description +%{summary}. + +%prep +%git_clone https://codeberg.org/ravachol/kew.git v%{version} + +%build +%make_build + +%install +%make_install PREFIX=/usr + +%find_lang kew + +%files -f kew.lang +%license LICENSE +%doc README.md +%lang(zh_CN) %doc README_zh_CN.md +%{_bindir}/kew +%{_datadir}/kew/themes/*.theme +%{_datadir}/kew/themes/*.txt +%{_mandir}/man1/kew.1.* + +%changelog +* Thu Apr 09 2026 Owen Zimmerman +- Initial commit diff --git a/anda/misc/kew/update.rhai b/anda/misc/kew/update.rhai new file mode 100644 index 0000000000..2a85ca96ea --- /dev/null +++ b/anda/misc/kew/update.rhai @@ -0,0 +1 @@ +rpm.version(codeberg("ravachol/kew")); From 1906c60e3cbfa96c85f243c69c48ccc24382201b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 9 Apr 2026 23:48:18 +0000 Subject: [PATCH 0613/1189] 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 cc46607371..40ab332616 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.952 +Version: 0.0.953 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 e7cbbbcbcf..150184f646 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.952 +Version: 0.0.953 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 6a6ac3a02b8b4dcabede8eeff741c6ba2f2b33e5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 01:05:42 +0000 Subject: [PATCH 0614/1189] 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 8615199ec1..4e95f63c49 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 a1a140db91ea6617aa85efe2c9111c6a79c59186 -%global ver 0.0.40-19180 +%global commit 8121bd443ca355ab89b894099c19dc02ac535f9d +%global ver 0.0.40-19181 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 80c1ceb06c8e1420e9d0cd291cf56d153aa459dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luan=20Vitor=20Simi=C3=A3o=20Oliveira?= Date: Thu, 9 Apr 2026 22:10:08 -0300 Subject: [PATCH 0615/1189] fix klassy: failling build (#11137) --- anda/themes/klassy/klassy.spec | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/anda/themes/klassy/klassy.spec b/anda/themes/klassy/klassy.spec index eca50ab33a..64d5ebc191 100644 --- a/anda/themes/klassy/klassy.spec +++ b/anda/themes/klassy/klassy.spec @@ -12,13 +12,13 @@ License: GPL-2.0-or-later Group: System/GUI/KDE URL: %{forgeurl} Source: %{forgesource} -Patch0: https://github.com/paulmcauley/klassy/pull/178.patch Obsoletes: classikstyles <= %{version} Obsoletes: classik <= %{version} BuildRequires: cmake >= 3.16 BuildRequires: extra-cmake-modules >= 5.102.0 +BuildRequires: gettext BuildRequires: kf5-rpm-macros BuildRequires: kf5-filesystem @@ -80,13 +80,29 @@ Klassy (formerly ClassiK/ClassikStyles) is a highly customizable binary Window D %forgeautosetup -p1 %build -%cmake +mkdir -p qt6-build +pushd qt6-build +%cmake_kf6 -S .. -DBUILD_QT6=ON -DBUILD_QT5=OFF %cmake_build +popd +mkdir -p qt5-build +pushd qt5-build +%cmake_kf5 -S .. -DBUILD_QT6=OFF -DBUILD_QT5=ON +%cmake_build +popd %install +pushd qt5-build %cmake_install +popd +pushd qt6-build +%cmake_install +popd -%files +%find_lang %{name}_style_config +%find_lang %{name}_kwin_deco + +%files -f %{name}_style_config.lang -f %{name}_kwin_deco.lang %license LICENSES/*.txt %{_bindir}/%{name}-settings @@ -102,18 +118,19 @@ Klassy (formerly ClassiK/ClassikStyles) is a highly customizable binary Window D %{_kf6_qtplugindir}/kstyle_config/klassystyleconfig.so %{_kf6_qtplugindir}/org.kde.kdecoration3/org.kde.klassy.so %{_kf6_qtplugindir}/org.kde.kdecoration3.kcm/kcm_klassydecoration.so -%{_kf6_qtplugindir}/org.kde.kdecoration2.kcm/klassydecoration/presets/* +%{_kf6_qtplugindir}/org.kde.kdecoration3.kcm/klassydecoration/presets/* %{_kf6_datadir}/applications/kcm_klassydecoration.desktop %{_kf6_datadir}/applications/klassystyleconfig.desktop %{_kf6_datadir}/applications/klassy-settings.desktop %{_kf6_datadir}/color-schemes/Klassy*.colors +%{_kf6_datadir}/color-schemes/OpalFruits*.colors %{_datadir}/icons/hicolor/ %{_datadir}/icons/%{name}/ %{_datadir}/icons/%{name}-dark/ -%{_datadir}/plasma/desktoptheme/%{name}/ +%{_datadir}/plasma/desktoptheme/kite-*/ %{_kf6_datadir}/kstyle/themes/%{name}.themerc @@ -122,4 +139,3 @@ Klassy (formerly ClassiK/ClassikStyles) is a highly customizable binary Window D %changelog %autochangelog - From f44ed16383cf8f75291e78de7394989ac02fbeea Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 02:54:08 +0000 Subject: [PATCH 0616/1189] bump(nightly): envision goofcord-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly tdlib-nightly v2ray-domain-list-community scx-scheds-nightly xpadneo --- anda/apps/envision/envision.spec | 4 ++-- anda/apps/goofcord/nightly/goofcord-nightly.spec | 6 +++--- 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/lib/tdlib/tdlib-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xpadneo/kmod-common/xpadneo.spec | 6 +++--- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/anda/apps/envision/envision.spec b/anda/apps/envision/envision.spec index 60ff91854c..3539b07392 100644 --- a/anda/apps/envision/envision.spec +++ b/anda/apps/envision/envision.spec @@ -1,5 +1,5 @@ -%global commit 2f731053537044b1f72b259bea795473ea0c205a -%global commit_date 20260324 +%global commit 0149a82705e97b2f9cdccbc6076b4f213c9dc890 +%global commit_date 20260410 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: envision-nightly diff --git a/anda/apps/goofcord/nightly/goofcord-nightly.spec b/anda/apps/goofcord/nightly/goofcord-nightly.spec index 4413571b98..6069896182 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,7 +1,7 @@ -%global commit cf4b316c5ae1f8200071eb0886152f84bb7aaf2e +%global commit 5e55462aa5db85554b4252411c17160b34a71d3b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260407 -%global ver 2.1.1^ +%global commit_date 20260410 +%global ver 2.2.0^ %global base_name goofcord %global git_name GoofCord %global appid io.github.milkshiift.GoofCord diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index c33b1b0350..1d80eb4b1c 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 266cb79f38fd1a5fd448b453dee5971795a145ca +%global commit 75939c21167bc2a203c9dc1c8f4b6fb9305a7530 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260409 +%global commit_date 20260410 %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 b8ed2becf3..37332dc3dc 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 28972454c0c9493b96b42de5d88f88c0bdc277a4 +%global commit 1a5bfbd87c3af0b8e27cef67511cb32141832866 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-08 +%global fulldate 2026-04-09 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 787e22d7e6..e3701dbb06 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit fe26ab68094bc731e0d51a8ad94cb00ad6513b5b +%global commit 377e78b8bf90a64ad868e73684d9a3b50cb1e16c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260409 +%global commit_date 20260410 %global ver 0.233.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index c36e9db848..afde9cecf8 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 194b72f180f82f8d6596b7ca310d4d47afbe1341 +%global commit 013bb5cac3cf392d04ee1065761781a1e9ed2891 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260407 +%global commit_date 20260410 %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 da0ecb4c67..bbd968fe75 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 115ec7a433a7c55b596f526b7ca9187cc50fc980 +%global commit 2501e23d8170c56b61d126a9e349ae6d8e4b6267 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260408 +%global commit_date 20260410 %global debug_package %nil Name: nim-nightly diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index aedf502288..02f8d0b239 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8ff05a0e7e064fa796593f3105c2dcf983e279d4 +%global commit a82128ab8e28bd3ff4f9fee91b7a30e0bc36ddd6 %global ver 1.8.63 -%global commit_date 20260407 +%global commit_date 20260410 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 7a880ca064..cee71fd8db 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit ed4061a94e3b379b77ee9751cdc3a16a7d6ec00f +%global commit 78f87bc8a9e7796a3728fda49594f28c9198b9da %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260407141224 -%global commit_date 20260408 +%global ver 20260409151144 +%global commit_date 20260410 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index e73e674b1a..3d891352c6 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 5770f91a0c9d3e4856fa69bdcab6691906043d6e +%global commit e3c87b1b7bb91d2218602792a4d6eb46d8ef82a2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260409 +%global commitdate 20260410 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 6059513bc2..83cf992b37 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,7 +1,7 @@ -%global commit 153b6b6a5078df6e2aa2c75c552f229e9ac9f3ef +%global commit d8f6e10395b2fa5f036a9f5e0f62a5b910b9edd9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260409 -%global ver 0.10.1 +%global commitdate 20260410 +%global ver 0.10.2 Name: xpadneo Version: %{ver}^%{commitdate}git.%{shortcommit} From c732eccc9a783f46056f45c9300aa6d7348a78bf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 04:15:19 +0000 Subject: [PATCH 0617/1189] bump: bun-bin zed-preview zed --- anda/devs/bun/bun-bin.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/bun/bun-bin.spec b/anda/devs/bun/bun-bin.spec index 26d1eb05d8..ae9e77bd2c 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.11 +Version: 1.3.12 Release: 1%{?dist} Summary: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one License: MIT diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 0aa4a1d8ac..13cf2632b0 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.232.0-pre +%global ver 0.231.2 # 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 322f00b4e8..25ad9180b4 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.231.1 +Version: 0.231.2 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 d7992d81abbbfa75851732bbb9af8c88270efceb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 04:51:16 +0000 Subject: [PATCH 0618/1189] bump(branch): xpadneo-kmod dkms-xpadneo --- anda/system/xpadneo/akmod/xpadneo-kmod.spec | 6 +++--- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index 40afc064d8..f17b774fa6 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,7 +1,7 @@ -%global commit 153b6b6a5078df6e2aa2c75c552f229e9ac9f3ef +%global commit d8f6e10395b2fa5f036a9f5e0f62a5b910b9edd9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260409 -%global ver 0.10.1 +%global commitdate 20260410 +%global ver 0.10.2 %define buildforkernels akmod %global debug_package %{nil} %global modulename xpadneo diff --git a/anda/system/xpadneo/dkms/dkms-xpadneo.spec b/anda/system/xpadneo/dkms/dkms-xpadneo.spec index 791dc0ae2e..a975e81578 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,7 +1,7 @@ -%global commit 153b6b6a5078df6e2aa2c75c552f229e9ac9f3ef +%global commit d8f6e10395b2fa5f036a9f5e0f62a5b910b9edd9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260409 -%global ver 0.10.1 +%global commitdate 20260410 +%global ver 0.10.2 %global debug_package %{nil} %global modulename xpadneo From 0174eb3f1f0a2f3cde81e919806bd973cdecbcd0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 08:01:32 +0000 Subject: [PATCH 0619/1189] 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 d088ef6423..ee64fffc92 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.9.0 -Release: 1%?dist +Version: 0.9.1 +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 24e33ec97a4cab8696dba2f9b7596be42284b042 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 09:22:02 +0000 Subject: [PATCH 0620/1189] bump: lomiri-settings-components --- .../lomiri-settings-components.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/lomiri-unity/lomiri-settings-components/lomiri-settings-components.spec b/anda/desktops/lomiri-unity/lomiri-settings-components/lomiri-settings-components.spec index 5eb61ebeb3..9aaa1fe248 100644 --- a/anda/desktops/lomiri-unity/lomiri-settings-components/lomiri-settings-components.spec +++ b/anda/desktops/lomiri-unity/lomiri-settings-components/lomiri-settings-components.spec @@ -1,10 +1,10 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-settings-components -%global commit 91a0a1f94b90d8e3371ab47b769bcd058ac57a74 +%global commit 7bfc33d16ca234af8c88477cfbb2a95f3b7d8c9a %forgemeta Name: lomiri-settings-components -Version: 1.1.3 -Release: 1%?dist +Version: 1.2.0 +Release: 1%{?dist} Summary: The system settings components for Lomiri License: GPLv3 AND LGPLv3 URL: https://gitlab.com/ubports/development/core/lomiri-settings-components From ea2b4cf2ff061c285fe3a3735d5e7cbe017e64f5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 10:33:16 +0000 Subject: [PATCH 0621/1189] 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 28a68e9bee..8af00a4288 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.63 \ No newline at end of file +v1.13.73 \ No newline at end of file From 4cdc4be5ba19f5f70e7cc458174bc2ea3e5bc4ff Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 11:29:55 +0000 Subject: [PATCH 0622/1189] bump: rpcs3 rust-mise modern-colorthief --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/buildsys/mise/rust-mise.spec | 2 +- anda/tools/modern-colorthief/modern-colorthief.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 4e95f63c49..b4b7f0566d 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 8121bd443ca355ab89b894099c19dc02ac535f9d -%global ver 0.0.40-19181 +%global commit 09554c43baaad391b8679fe6d55a23babbd2dec8 +%global ver 0.0.40-19183 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 71fe6e2bac..ef03b8ecb2 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.4.7 +Version: 2026.4.8 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/tools/modern-colorthief/modern-colorthief.spec b/anda/tools/modern-colorthief/modern-colorthief.spec index 21680475c8..9c9e600f71 100644 --- a/anda/tools/modern-colorthief/modern-colorthief.spec +++ b/anda/tools/modern-colorthief/modern-colorthief.spec @@ -5,7 +5,7 @@ # The srcrpm is not prefixed with Python because the source is mostly Rust Name: modern-colorthief -Version: 0.1.13 +Version: 0.1.14 Release: 1%{?dist} Summary: ColorThief reimagined SourceLicense: MIT From 1775082687f8715262f5a9402a10d81c01a8f326 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 13:48:30 +0000 Subject: [PATCH 0623/1189] bump: emulationstation-de --- anda/games/emulationstation-de/emulationstation-de.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/emulationstation-de/emulationstation-de.spec b/anda/games/emulationstation-de/emulationstation-de.spec index 43a09221f8..6f7b5681f2 100644 --- a/anda/games/emulationstation-de/emulationstation-de.spec +++ b/anda/games/emulationstation-de/emulationstation-de.spec @@ -8,8 +8,8 @@ %bcond_with kms Name: emulationstation-de -Version: 3.4.0 -Release: 1%?dist +Version: 3.4.1 +Release: 1%{?dist} Summary: ES-DE is a frontend for browsing and launching games from your multi-platform collection. Packager: Cappy Ishihara License: MIT From 2007b99bfcaba8916efff47eac43d8a841efadac Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 15:34:40 +0000 Subject: [PATCH 0624/1189] bump: posthog --- anda/langs/python/posthog/posthog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index eecb920433..8a3bf5ee8f 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.10.3 +Version: 7.11.0 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 47bad58a0452fc2cb175c7760987996eb216b108 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 17:31:20 +0000 Subject: [PATCH 0625/1189] 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 b4b7f0566d..e0992a0233 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 09554c43baaad391b8679fe6d55a23babbd2dec8 -%global ver 0.0.40-19183 +%global commit fb194241d529b5c888780966fbe573e4d2c22aa1 +%global ver 0.0.40-19184 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 2b64c1fac34459536cdb7b20968f1cc561ec9e19 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 18:11:01 +0000 Subject: [PATCH 0626/1189] bump: discord-ptb-openasar discord-ptb zig-master-bootstrap --- anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec | 2 +- anda/apps/discord-ptb/discord-ptb.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec index dd4b72652d..1f44ad1111 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.185 +Version: 0.0.186 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 fd4cfb0693..7bc8c9fa22 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.185 +Version: 0.0.186 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index a079e62c43..ea59f1804f 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.3133+5ec8e45f3 +version=0.16.0-dev.3142+5ccfeb926 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index f7c459301f..ec052c4734 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3133+5ec8e45f3 +%global ver 0.16.0-dev.3142+5ccfeb926 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 18b73beee4d0717c8ad438a3f03fb0c79a0c577a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 19:26:01 +0000 Subject: [PATCH 0627/1189] 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 234bad7f3c..fb34f08701 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3133+5ec8e45f3 +Version: 0.16.0~dev.3142+5ccfeb926 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 5de1cc8f271990851a2268383a38ca5f4aa4e33e Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 10 Apr 2026 16:14:53 -0500 Subject: [PATCH 0628/1189] fix(hid-tmff2): Remove hid-tminit (#11101) (#11142) (cherry picked from commit 093110e873f10b669bea62ffbb9ba6b9c6c50f28) Signed-off-by: GildedRoach Co-authored-by: Kyle Gospodnetich --- .../system/hid-tmff2/akmod/hid-tmff2-kmod.spec | 12 +++--------- anda/system/hid-tmff2/akmod/update.rhai | 3 --- anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf | 10 +--------- anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec | 18 +++++++----------- anda/system/hid-tmff2/dkms/update.rhai | 3 --- .../hid-tmff2/kmod-common/hid-tmff2.spec | 7 +------ anda/system/hid-tmff2/kmod-common/update.rhai | 3 --- 7 files changed, 12 insertions(+), 44 deletions(-) diff --git a/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec b/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec index 8b5aac37d0..1bcf714322 100644 --- a/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec +++ b/anda/system/hid-tmff2/akmod/hid-tmff2-kmod.spec @@ -3,21 +3,17 @@ %global commitdate 20260310 %global ver 0.83 -%global tminit_commit 8c4547288a6c182ed4ff131e36f710f11a76c4a9 -%global tminit_shortcommit %(c=%{tminit_commit}; echo ${c:0:7}) - %define buildforkernels akmod %global debug_package %{nil} %global modulename hid-tmff2 Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 4%{?dist} Summary: Thrustmaster Force Feedback kernel module License: GPL-2.0-only URL: https://github.com/Kimplul/%{modulename} Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz -Source1: https://github.com/Kimplul/hid-tminit/archive/%{tminit_commit}.tar.gz#/hid-tminit-%{tminit_shortcommit}.tar.gz BuildRequires: kmodtool Requires: akmods Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} @@ -36,9 +32,9 @@ kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?bui %autosetup -p1 -n %{modulename}-%{commit} -# Populate the hid-tminit submodule +# Stub out the hid-tminit submodule (superseded by in-kernel hid-thrustmaster) mkdir -p deps/hid-tminit -tar xf %{SOURCE1} --strip-components=1 -C deps/hid-tminit +printf 'all:\ninstall:\nclean:\n' > deps/hid-tminit/Makefile for kernel_version in %{?kernel_versions}; do mkdir _kmod_build_${kernel_version%%___*} @@ -58,8 +54,6 @@ for kernel_version in %{?kernel_versions}; do mkdir -p %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ install -p -m 0755 _kmod_build_${kernel_version%%___*}/*.ko \ %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ - install -p -m 0755 _kmod_build_${kernel_version%%___*}/deps/hid-tminit/*.ko \ - %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ done %{?akmod_install} diff --git a/anda/system/hid-tmff2/akmod/update.rhai b/anda/system/hid-tmff2/akmod/update.rhai index aac012744e..ef91d866eb 100644 --- a/anda/system/hid-tmff2/akmod/update.rhai +++ b/anda/system/hid-tmff2/akmod/update.rhai @@ -9,7 +9,4 @@ if rpm.changed() { let v = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; v.pop(); rpm.global("ver", v); - let t = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global tminit_commit ' | sed -E 's/.+tminit_commit //'", #{"stdout": "piped"}).ctx.stdout; - t.pop(); - rpm.global("tminit_commit", t); } diff --git a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf index 85e7bab069..02af43b5d1 100644 --- a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf +++ b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.conf @@ -5,13 +5,5 @@ AUTOINSTALL="yes" MAKE[0]="'make' KDIR=\"$kernel_source_dir\"" CLEAN[0]=true -BUILT_MODULE_LOCATION[0]="deps/hid-tminit/" -BUILT_MODULE_NAME[0]="hid-tminit-new" +BUILT_MODULE_NAME[0]="hid-tmff-new" DEST_MODULE_LOCATION[0]="/extra" - -BUILT_MODULE_LOCATION[1]="deps/hid-tminit/" -BUILT_MODULE_NAME[1]="usb-tminit-new" -DEST_MODULE_LOCATION[1]="/extra" - -BUILT_MODULE_NAME[2]="hid-tmff-new" -DEST_MODULE_LOCATION[2]="/extra" diff --git a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec index b79b1accc0..25fd8b46ec 100644 --- a/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec +++ b/anda/system/hid-tmff2/dkms/dkms-hid-tmff2.spec @@ -3,22 +3,18 @@ %global commitdate 20260310 %global ver 0.83 -%global tminit_commit 8c4547288a6c182ed4ff131e36f710f11a76c4a9 -%global tminit_shortcommit %(c=%{tminit_commit}; echo ${c:0:7}) - %global debug_package %{nil} %global modulename hid-tmff2 Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 4%{?dist} Summary: Thrustmaster Force Feedback kernel module (DKMS) License: GPL-2.0-only URL: https://github.com/Kimplul/%{modulename} Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz -Source1: https://github.com/Kimplul/hid-tminit/archive/%{tminit_commit}.tar.gz#/hid-tminit-%{tminit_shortcommit}.tar.gz -Source2: %{name}.conf -Source3: no-weak-modules.conf +Source1: %{name}.conf +Source2: no-weak-modules.conf Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} Requires: dkms Conflicts: akmod-%{modulename} @@ -32,11 +28,11 @@ T598, T-GT II and TS-XW wheels. %prep %autosetup -p1 -n %{modulename}-%{commit} -# Populate the hid-tminit submodule +# Stub out the hid-tminit submodule (superseded by in-kernel hid-thrustmaster) mkdir -p deps/hid-tminit -tar xf %{SOURCE1} --strip-components=1 -C deps/hid-tminit +printf 'all:\ninstall:\nclean:\n' > deps/hid-tminit/Makefile -cp -f %{SOURCE2} dkms/dkms.conf +cp -f %{SOURCE1} dkms/dkms.conf sed -i -e 's/__VERSION_STRING/%{version}/g' dkms/dkms.conf %build @@ -49,7 +45,7 @@ install -Dpm644 dkms/dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/d %if 0%{?fedora} # Do not enable weak modules support in Fedora (no kABI): -install -Dpm644 %{SOURCE3} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf +install -Dpm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf %endif %post diff --git a/anda/system/hid-tmff2/dkms/update.rhai b/anda/system/hid-tmff2/dkms/update.rhai index aac012744e..ef91d866eb 100644 --- a/anda/system/hid-tmff2/dkms/update.rhai +++ b/anda/system/hid-tmff2/dkms/update.rhai @@ -9,7 +9,4 @@ if rpm.changed() { let v = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; v.pop(); rpm.global("ver", v); - let t = sh("cat anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | grep '%global tminit_commit ' | sed -E 's/.+tminit_commit //'", #{"stdout": "piped"}).ctx.stdout; - t.pop(); - rpm.global("tminit_commit", t); } diff --git a/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec b/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec index b8a5b56a47..6331badbae 100644 --- a/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec +++ b/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec @@ -3,17 +3,13 @@ %global commitdate 20260310 %global ver 0.83 -%global tminit_commit 8c4547288a6c182ed4ff131e36f710f11a76c4a9 -%global tminit_shortcommit %(c=%{tminit_commit}; echo ${c:0:7}) - Name: hid-tmff2 Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 4%{?dist} Summary: Thrustmaster Force Feedback driver common files License: GPL-2.0-only URL: https://github.com/Kimplul/%{name} Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz -Source1: https://github.com/Kimplul/hid-tminit/archive/%{tminit_commit}.tar.gz#/hid-tminit-%{tminit_shortcommit}.tar.gz Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} BuildArch: noarch @@ -36,7 +32,6 @@ Akmods modules for the akmod-%{name} package. # Extract module names from Kbuild for modules-load.d echo hid-tmff-new > %{name}.conf -echo hid-tminit >> %{name}.conf %install # UDev rules: diff --git a/anda/system/hid-tmff2/kmod-common/update.rhai b/anda/system/hid-tmff2/kmod-common/update.rhai index 93ffac6515..d89f5af60b 100644 --- a/anda/system/hid-tmff2/kmod-common/update.rhai +++ b/anda/system/hid-tmff2/kmod-common/update.rhai @@ -5,7 +5,4 @@ if rpm.changed() { let ver = gh("Kimplul/hid-tmff2"); ver.crop(0); rpm.global("ver", ver); - - let tminit = gh_commit("Kimplul/hid-tminit"); - rpm.global("tminit_commit", tminit); } From e0aef72e134b5da090805b92e66c3053906f5daa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 10 Apr 2026 21:22:06 +0000 Subject: [PATCH 0629/1189] bump: discord-canary-openasar discord-canary rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.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 40ab332616..afdf2a4c43 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.953 +Version: 0.0.954 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 150184f646..80b3461d10 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.953 +Version: 0.0.954 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index e0992a0233..11d9f64b29 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 fb194241d529b5c888780966fbe573e4d2c22aa1 -%global ver 0.0.40-19184 +%global commit 110c786d802c4c17850de1d6945dc4df08ac393a +%global ver 0.0.40-19185 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 0c2523eee5b00331f30424899149018ececcfb00 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 10 Apr 2026 16:44:29 -0500 Subject: [PATCH 0630/1189] fix: Use -kmod package as a requirement for akmod-modules (#11073) (#11144) (cherry picked from commit 9bf954594a861dc44ffb45c04a70b2f5540bead1) Signed-off-by: GildedRoach Co-authored-by: Kyle Gospodnetich --- anda/system/hid-fanatecff/akmod/hid-fanatecff-kmod.spec | 2 +- anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec | 2 +- anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec | 4 ++-- anda/system/hid-tmff2/kmod-common/hid-tmff2.spec | 2 +- anda/system/new-lg4ff/akmod/new-lg4ff-kmod.spec | 2 +- anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec | 2 +- anda/system/new-lg4ff/kmod-common/new-lg4ff.spec | 4 ++-- anda/system/t150-driver/akmod/t150-driver-kmod.spec | 2 +- anda/system/t150-driver/dkms/dkms-t150-driver.spec | 2 +- anda/system/t150-driver/kmod-common/t150-driver.spec | 4 ++-- anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec | 2 +- anda/system/v4l2loopback/dkms/dkms-v4l2loopback.spec | 2 +- anda/system/v4l2loopback/kmod-common/v4l2loopback.spec | 4 ++-- anda/system/xone/nightly/akmod/xone-nightly-kmod.spec | 2 +- anda/system/xone/nightly/dkms/dkms-xone-nightly.spec | 2 +- anda/system/xone/nightly/kmod-common/xone-nightly.spec | 4 ++-- anda/system/xone/stable/akmod/xone-kmod.spec | 4 ++-- anda/system/xone/stable/dkms/dkms-xone.spec | 4 ++-- anda/system/xone/stable/kmod-common/xone.spec | 4 ++-- anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec | 2 +- anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec | 2 +- anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec | 4 ++-- anda/system/xonedo/stable/akmod/xonedo-kmod.spec | 2 +- anda/system/xonedo/stable/dkms/dkms-xonedo.spec | 2 +- anda/system/xonedo/stable/kmod-common/xonedo.spec | 4 ++-- anda/system/xpad-noone/akmod/xpad-noone-kmod.spec | 2 +- anda/system/xpad-noone/dkms/dkms-xpad-noone.spec | 2 +- anda/system/xpad-noone/kmod-common/xpad-noone.spec | 4 ++-- anda/system/xpadneo/akmod/xpadneo-kmod.spec | 2 +- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 2 +- anda/system/xpadneo/kmod-common/xpadneo.spec | 4 ++-- anda/system/zenergy/akmod/zenergy-kmod.spec | 2 +- anda/system/zenergy/dkms/dkms-zenergy.spec | 2 +- anda/system/zenergy/kmod-common/zenergy.spec | 4 ++-- 34 files changed, 47 insertions(+), 47 deletions(-) diff --git a/anda/system/hid-fanatecff/akmod/hid-fanatecff-kmod.spec b/anda/system/hid-fanatecff/akmod/hid-fanatecff-kmod.spec index 45e3b40aa7..dad761cac6 100644 --- a/anda/system/hid-fanatecff/akmod/hid-fanatecff-kmod.spec +++ b/anda/system/hid-fanatecff/akmod/hid-fanatecff-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 3%{?dist} Summary: Fanatec force feedback kernel module License: GPL-2.0-only URL: https://github.com/gotzl/%{modulename} diff --git a/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec index 5b509e5acf..df7544e8af 100644 --- a/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec +++ b/anda/system/hid-fanatecff/dkms/dkms-hid-fanatecff.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fanatec force feedback kernel module (DKMS) License: GPL-2.0-only URL: https://github.com/gotzl/%{modulename} diff --git a/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec index f5bf3c3ab1..35d5357976 100644 --- a/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec +++ b/anda/system/hid-fanatecff/kmod-common/hid-fanatecff.spec @@ -5,7 +5,7 @@ Name: hid-fanatecff Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Fanatec force feedback driver common files License: GPL-2.0-only URL: https://github.com/gotzl/%{name} @@ -21,7 +21,7 @@ akmod and dkms variants. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec b/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec index 6331badbae..3e65880848 100644 --- a/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec +++ b/anda/system/hid-tmff2/kmod-common/hid-tmff2.spec @@ -21,7 +21,7 @@ between the akmod and dkms variants. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/new-lg4ff/akmod/new-lg4ff-kmod.spec b/anda/system/new-lg4ff/akmod/new-lg4ff-kmod.spec index 58ad26c932..7041a5ea35 100644 --- a/anda/system/new-lg4ff/akmod/new-lg4ff-kmod.spec +++ b/anda/system/new-lg4ff/akmod/new-lg4ff-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 3%{?dist} Summary: Logitech force feedback kernel module License: GPL-2.0-only URL: https://github.com/berarma/%{modulename} diff --git a/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec index ce5d873ced..954f84b65f 100644 --- a/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec +++ b/anda/system/new-lg4ff/dkms/dkms-new-lg4ff.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Logitech force feedback kernel module (DKMS) License: GPL-2.0-only URL: https://github.com/berarma/%{modulename} diff --git a/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec b/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec index 567e1ba467..dd7a6e175c 100644 --- a/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec +++ b/anda/system/new-lg4ff/kmod-common/new-lg4ff.spec @@ -5,7 +5,7 @@ Name: new-lg4ff Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Logitech force feedback driver common files License: GPL-2.0-only URL: https://github.com/berarma/%{name} @@ -20,7 +20,7 @@ common files shared between the akmod and dkms variants. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/t150-driver/akmod/t150-driver-kmod.spec b/anda/system/t150-driver/akmod/t150-driver-kmod.spec index 95ea5dff63..88f013e575 100644 --- a/anda/system/t150-driver/akmod/t150-driver-kmod.spec +++ b/anda/system/t150-driver/akmod/t150-driver-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 3%{?dist} Summary: Thrustmaster T150 steering wheel kernel module License: GPL-2.0-only URL: https://github.com/scarburato/t150_driver diff --git a/anda/system/t150-driver/dkms/dkms-t150-driver.spec b/anda/system/t150-driver/dkms/dkms-t150-driver.spec index 1872995222..3f1d3a79b6 100644 --- a/anda/system/t150-driver/dkms/dkms-t150-driver.spec +++ b/anda/system/t150-driver/dkms/dkms-t150-driver.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Thrustmaster T150 steering wheel kernel module (DKMS) License: GPL-2.0-only URL: https://github.com/scarburato/t150_driver diff --git a/anda/system/t150-driver/kmod-common/t150-driver.spec b/anda/system/t150-driver/kmod-common/t150-driver.spec index 82f5fefdc7..199f72369f 100644 --- a/anda/system/t150-driver/kmod-common/t150-driver.spec +++ b/anda/system/t150-driver/kmod-common/t150-driver.spec @@ -5,7 +5,7 @@ Name: t150-driver Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Thrustmaster T150 steering wheel driver common files License: GPL-2.0-only URL: https://github.com/scarburato/t150_driver @@ -20,7 +20,7 @@ common files shared between the akmod and dkms variants. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec b/anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec index 30da3ddc8e..9aaa28e8ec 100644 --- a/anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec +++ b/anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec @@ -18,7 +18,7 @@ This module allows you to create \"virtual video devices.\" Normal \(v4l2\) appl Name: %{modulename}-kmod Summary: Kernel module (kmod) for V4L2 loopback devices Version: 0.15.3 -Release: 2%?dist +Release: 3%?dist License: GPL-2.0-or-later URL: https://github.com/v4l2loopback/v4l2loopback Source0: %{url}/archive/v%{version}/%{modulename}-%{version}.tar.gz diff --git a/anda/system/v4l2loopback/dkms/dkms-v4l2loopback.spec b/anda/system/v4l2loopback/dkms/dkms-v4l2loopback.spec index 6aca781b0b..58ee8502d9 100644 --- a/anda/system/v4l2loopback/dkms/dkms-v4l2loopback.spec +++ b/anda/system/v4l2loopback/dkms/dkms-v4l2loopback.spec @@ -5,7 +5,7 @@ This module allows you to create \"virtual video devices.\" Normal \(v4l2\) appl Name: dkms-%{modulename} Version: 0.15.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Utils for V4L2 loopback devices License: GPL-2.0-or-later URL: https://github.com/v4l2loopback/v4l2loopback diff --git a/anda/system/v4l2loopback/kmod-common/v4l2loopback.spec b/anda/system/v4l2loopback/kmod-common/v4l2loopback.spec index ac9a645b26..48a2c75cde 100644 --- a/anda/system/v4l2loopback/kmod-common/v4l2loopback.spec +++ b/anda/system/v4l2loopback/kmod-common/v4l2loopback.spec @@ -6,7 +6,7 @@ Name: v4l2loopback Summary: Utils for V4L2 loopback devices Version: 0.15.3 -Release: 1%?dist +Release: 2%?dist License: GPL-2.0-or-later URL: https://github.com/v4l2loopback/v4l2loopback Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -29,7 +29,7 @@ Allows you to create "virtual video devices". Normal (v4l2) applications will re %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec b/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec index 564991c646..6abed7ff39 100644 --- a/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec +++ b/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-nightly-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif diff --git a/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec b/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec index b593424a01..b4de82ea2c 100644 --- a/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec +++ b/anda/system/xone/nightly/dkms/dkms-xone-nightly.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename}-nightly Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif diff --git a/anda/system/xone/nightly/kmod-common/xone-nightly.spec b/anda/system/xone/nightly/kmod-common/xone-nightly.spec index c08c02e8b3..8625122ca2 100644 --- a/anda/system/xone/nightly/kmod-common/xone-nightly.spec +++ b/anda/system/xone/nightly/kmod-common/xone-nightly.spec @@ -11,7 +11,7 @@ Name: xone-nightly Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif @@ -45,7 +45,7 @@ Linux kernel driver for Xbox One and Xbox Series X|S accessories common files. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/xone/stable/akmod/xone-kmod.spec b/anda/system/xone/stable/akmod/xone-kmod.spec index 319fd965e6..ba98f6f6ec 100644 --- a/anda/system/xone/stable/akmod/xone-kmod.spec +++ b/anda/system/xone/stable/akmod/xone-kmod.spec @@ -3,8 +3,8 @@ %global modulename xone Name: %{modulename}-kmod -Version: 0.5.7 -Release: 1%?dist +Version: 0.5.8 +Release: 2%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif diff --git a/anda/system/xone/stable/dkms/dkms-xone.spec b/anda/system/xone/stable/dkms/dkms-xone.spec index 57cbc4cc8b..2c86dfe891 100644 --- a/anda/system/xone/stable/dkms/dkms-xone.spec +++ b/anda/system/xone/stable/dkms/dkms-xone.spec @@ -2,8 +2,8 @@ %global modulename xone Name: dkms-%{modulename} -Version: 0.5.7 -Release: 1%?dist +Version: 0.5.8 +Release: 2%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif diff --git a/anda/system/xone/stable/kmod-common/xone.spec b/anda/system/xone/stable/kmod-common/xone.spec index 9a5ac16a04..d219664c9e 100644 --- a/anda/system/xone/stable/kmod-common/xone.spec +++ b/anda/system/xone/stable/kmod-common/xone.spec @@ -6,7 +6,7 @@ Name: xone Version: 0.5.8 -Release: 1%{?dist} +Release: 2%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif @@ -44,7 +44,7 @@ Linux kernel driver for Xbox One and Xbox Series X|S accessories common files. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec b/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec index afaa631e78..216e7f1e27 100644 --- a/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec +++ b/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-nightly-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif diff --git a/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec b/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec index 9fc8bcb318..134a1aeefb 100644 --- a/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec +++ b/anda/system/xonedo/nightly/dkms/dkms-xonedo-nightly.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename}-nightly Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif diff --git a/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec b/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec index be33c2cddc..d850fa0598 100644 --- a/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec +++ b/anda/system/xonedo/nightly/kmod-common/xonedo-nightly.spec @@ -12,7 +12,7 @@ Name: xonedo-nightly Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif @@ -47,7 +47,7 @@ Linux kernel driver for Xbox One and Xbox Series X|S accessories common files. C %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/xonedo/stable/akmod/xonedo-kmod.spec b/anda/system/xonedo/stable/akmod/xonedo-kmod.spec index d9afac3503..02ae5c2942 100644 --- a/anda/system/xonedo/stable/akmod/xonedo-kmod.spec +++ b/anda/system/xonedo/stable/akmod/xonedo-kmod.spec @@ -5,7 +5,7 @@ Name: %{modulename}-kmod Version: 0.5.7 -Release: 2%?dist +Release: 3%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif diff --git a/anda/system/xonedo/stable/dkms/dkms-xonedo.spec b/anda/system/xonedo/stable/dkms/dkms-xonedo.spec index 143b7a1cfc..f6da01c6e2 100644 --- a/anda/system/xonedo/stable/dkms/dkms-xonedo.spec +++ b/anda/system/xonedo/stable/dkms/dkms-xonedo.spec @@ -4,7 +4,7 @@ Name: dkms-%{modulename} Version: 0.5.7 -Release: 2%?dist +Release: 3%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif diff --git a/anda/system/xonedo/stable/kmod-common/xonedo.spec b/anda/system/xonedo/stable/kmod-common/xonedo.spec index e61d202c68..e8ff0b001d 100644 --- a/anda/system/xonedo/stable/kmod-common/xonedo.spec +++ b/anda/system/xonedo/stable/kmod-common/xonedo.spec @@ -7,7 +7,7 @@ Name: xonedo Version: 0.5.7 -Release: 2%?dist +Release: 3%?dist %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif @@ -47,7 +47,7 @@ Linux kernel driver for Xbox One and Xbox Series X|S accessories common files. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/xpad-noone/akmod/xpad-noone-kmod.spec b/anda/system/xpad-noone/akmod/xpad-noone-kmod.spec index 0dde070c72..74f048c0d5 100644 --- a/anda/system/xpad-noone/akmod/xpad-noone-kmod.spec +++ b/anda/system/xpad-noone/akmod/xpad-noone-kmod.spec @@ -10,7 +10,7 @@ This is the original upstream xpad driver from the Linux kernel with support for Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later Summary: xpad driver with support for XBox One controllers removed URL: https://github.com/medusalix/xpad-noone diff --git a/anda/system/xpad-noone/dkms/dkms-xpad-noone.spec b/anda/system/xpad-noone/dkms/dkms-xpad-noone.spec index a2ca1bb2c5..97716c4969 100644 --- a/anda/system/xpad-noone/dkms/dkms-xpad-noone.spec +++ b/anda/system/xpad-noone/dkms/dkms-xpad-noone.spec @@ -8,7 +8,7 @@ This is the original upstream xpad driver from the Linux kernel with support for Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-or-later Summary: xpad driver with support for XBox One controllers removed URL: https://github.com/medusalix/xpad-noone diff --git a/anda/system/xpad-noone/kmod-common/xpad-noone.spec b/anda/system/xpad-noone/kmod-common/xpad-noone.spec index ad694dc998..04847a5d12 100644 --- a/anda/system/xpad-noone/kmod-common/xpad-noone.spec +++ b/anda/system/xpad-noone/kmod-common/xpad-noone.spec @@ -7,7 +7,7 @@ This is the original upstream xpad driver from the Linux kernel with support for Name: xpad-noone Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later Summary: xpad driver with support for XBox One controllers removed URL: https://github.com/medusalix/xpad-noone @@ -25,7 +25,7 @@ Packager: Gilver E. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index f17b774fa6..5bb5e2e6b7 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 3%{?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 a975e81578..c4e2d80bfa 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -7,7 +7,7 @@ Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 3%{?dist} Summary: Advanced Linux Driver for Xbox One Wireless Gamepad License: GPL-3.0 URL: https://atar-axis.github.io/%{modulename} diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index 83cf992b37..c920dcca5b 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -5,7 +5,7 @@ Name: xpadneo Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 3%{?dist} Summary: Advanced Linux Driver for Xbox One Wireless Gamepad common files License: GPL-3.0 URL: https://atar-axis.github.io/%{name} @@ -24,7 +24,7 @@ Advanced Linux Driver for Xbox One Wireless Gamepad common files. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules diff --git a/anda/system/zenergy/akmod/zenergy-kmod.spec b/anda/system/zenergy/akmod/zenergy-kmod.spec index e758069581..3b1bea1e59 100644 --- a/anda/system/zenergy/akmod/zenergy-kmod.spec +++ b/anda/system/zenergy/akmod/zenergy-kmod.spec @@ -14,7 +14,7 @@ Name: %{modulename}-kmod Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Exposes the energy counters that are reported via the Running Average Power Limit (RAPL) Model-specific Registers (MSRs) via the hardware monitor (HWMON) sysfs interface. License: GPL-2.0 URL: https://github.com/BoukeHaarsma23/zenergy diff --git a/anda/system/zenergy/dkms/dkms-zenergy.spec b/anda/system/zenergy/dkms/dkms-zenergy.spec index 5cd471263d..945eb78933 100644 --- a/anda/system/zenergy/dkms/dkms-zenergy.spec +++ b/anda/system/zenergy/dkms/dkms-zenergy.spec @@ -6,7 +6,7 @@ Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 2%?dist +Release: 3%?dist Summary: Exposes the energy counters that are reported via the Running Average Power Limit (RAPL) Model-specific Registers (MSRs) via the hardware monitor (HWMON) sysfs interface. License: GPL-2.0 URL: https://github.com/BoukeHaarsma23/zenergy diff --git a/anda/system/zenergy/kmod-common/zenergy.spec b/anda/system/zenergy/kmod-common/zenergy.spec index 2f46a273ee..380a305067 100644 --- a/anda/system/zenergy/kmod-common/zenergy.spec +++ b/anda/system/zenergy/kmod-common/zenergy.spec @@ -4,7 +4,7 @@ Name: zenergy Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 2%?dist +Release: 3%?dist Summary: Exposes the energy counters that are reported via the Running Average Power Limit (RAPL) Model-specific Registers (MSRs) via the hardware monitor (HWMON) sysfs interface. License: GPL-2.0 URL: https://github.com/BoukeHaarsma23/zenergy @@ -25,7 +25,7 @@ via the hardware monitor (HWMON) sysfs interface. %package akmod-modules Summary: Modules for Akmods -Requires: akmod-%{name} +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} BuildArch: noarch %description akmod-modules From ab879cc84923e2f1ab7ef9eb6c885a66b4610b68 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 10 Apr 2026 16:53:02 -0500 Subject: [PATCH 0631/1189] fix(gamescope-session-opemgamepadui): Update script (#11100) Signed-off-by: Gilver --- anda/games/gamescope-session-opengamepadui/update.rhai | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/anda/games/gamescope-session-opengamepadui/update.rhai b/anda/games/gamescope-session-opengamepadui/update.rhai index ad1104c154..5dc68937a3 100644 --- a/anda/games/gamescope-session-opengamepadui/update.rhai +++ b/anda/games/gamescope-session-opengamepadui/update.rhai @@ -1,7 +1,5 @@ -if filters.contains("nightly") { - rpm.global("commit", gh_commit("OpenGamingCollective/gamescope-session-steam")); - if rpm.changed() { +rpm.global("commit", gh_commit("OpenGamingCollective/gamescope-session-opengamepadui")); +if rpm.changed() { rpm.release(); rpm.global("commit_date", date()); - } } From 7428cad2b5b4f88e014ad382dc7d069b5ba72d61 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 10 Apr 2026 17:17:06 -0500 Subject: [PATCH 0632/1189] chore(nvidia-driver): Update build (#10979) * chore(nvidia-driver): Update build Signed-off-by: Gilver * chore: Update preset Signed-off-by: Gilver * chore: Update script Signed-off-by: Gilver * fix: Recomment Signed-off-by: Gilver --------- Signed-off-by: Gilver --- .../nvidia-driver/70-nvidia-driver.preset | 8 ---- .../nvidia/nvidia-driver/nvidia-driver.spec | 43 ++++++++----------- .../nvidia-driver/nvidia-generate-tarballs.sh | 23 +++++++--- 3 files changed, 35 insertions(+), 39 deletions(-) diff --git a/anda/system/nvidia/nvidia-driver/70-nvidia-driver.preset b/anda/system/nvidia/nvidia-driver/70-nvidia-driver.preset index f897d23a61..b9645ecb7b 100644 --- a/anda/system/nvidia/nvidia-driver/70-nvidia-driver.preset +++ b/anda/system/nvidia/nvidia-driver/70-nvidia-driver.preset @@ -1,11 +1,3 @@ -# Enable complete power management. From: -# file:///usr/share/doc/nvidia-driver/html/powermanagement.html - -enable nvidia-hibernate.service -enable nvidia-resume.service -enable nvidia-suspend.service -enable nvidia-suspend-then-hibernate.service - # Enable Dynamic Boost. From: # file:///usr/share/doc/nvidia-driver/html/dynamicboost.html diff --git a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec index ee52a4b292..5c3014778d 100644 --- a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec +++ b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec @@ -1,6 +1,5 @@ %global debug_package %{nil} -%global __strip %{nil} -%global __brp_strip_comment_note %{nil} +%global __brp_strip %{nil} %global __brp_ldconfig %{nil} %define _build_id_links none @@ -223,6 +222,13 @@ rm -f libnvidia-pkcs11.so.%{version} %endif %endif +# Avoid harmless Vulkan loader message: +# WARNING: [Loader Message] Code 0 : Path to given binary /usr/lib64/libGLX_nvidia.so.590.48.01 +# was found to differ from OS loaded path /usr/lib64/libGLX_nvidia.so.0 +# See also https://github.com/negativo17/nvidia-driver/issues/195 +mv libGLX_nvidia.so.%{version} libGLX_nvidia.so.0 +ln -sf libGLX_nvidia.so.0 libGLX_nvidia.so.%{version} + # Create symlinks for shared objects ldconfig -vn . @@ -293,7 +299,7 @@ install -p -m 0644 nvidia-{smi,cuda-mps-control}*.gz %{buildroot}%{_mandir}/man1 %if 0%{?fedora} || 0%{?rhel} < 10 # X stuff -install -p -m 0644 -D %{SOURCE10} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-nvidia.conf +install -p -m 0644 -D nvidia-drm-outputclass.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-nvidia.conf install -p -m 0755 -D nvidia_drv.so %{buildroot}%{_libdir}/xorg/modules/drivers/nvidia_drv.so install -p -m 0755 -D libglxserver_nvidia.so.%{version} %{buildroot}%{_libdir}/xorg/modules/extensions/libglxserver_nvidia.so %endif @@ -312,9 +318,7 @@ install -p -m 0644 nvoptix.bin %{buildroot}%{_datadir}/nvidia/ mkdir -p %{buildroot}%{_systemd_util_dir}/system-preset/ install -p -m 0644 %{SOURCE8} %{SOURCE9} %{buildroot}%{_systemd_util_dir}/system-preset/ mkdir -p %{buildroot}%{_unitdir}/ -install -p -m 0644 systemd/system/*.service %{buildroot}%{_unitdir}/ -install -p -m 0755 systemd/nvidia-sleep.sh %{buildroot}%{_bindir}/ -install -p -m 0755 -D systemd/system-sleep/nvidia %{buildroot}%{_systemd_util_dir}/system-sleep/nvidia +cp -frv systemd/system/systemd-* systemd/system/nvidia-powerd.service %{buildroot}%{_unitdir}/ install -p -m 0644 -D nvidia-dbus.conf %{buildroot}%{_datadir}/dbus-1/system.d/nvidia-dbus.conf # Ignore powerd binary exiting if hardware is not present @@ -351,25 +355,13 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/com.nvidia.driver.me %ifarch x86_64 aarch64 %post -%systemd_post nvidia-hibernate.service %systemd_post nvidia-powerd.service -%systemd_post nvidia-resume.service -%systemd_post nvidia-suspend.service -%systemd_post nvidia-suspend-then-hibernate.service %preun -%systemd_preun nvidia-hibernate.service %systemd_preun nvidia-powerd.service -%systemd_preun nvidia-resume.service -%systemd_preun nvidia-suspend.service -%systemd_preun nvidia-suspend-then-hibernate.service %postun -%systemd_postun nvidia-hibernate.service %systemd_postun nvidia-powerd.service -%systemd_postun nvidia-resume.service -%systemd_postun nvidia-suspend.service -%systemd_postun nvidia-suspend-then-hibernate.service %endif @@ -384,18 +376,20 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/com.nvidia.driver.me %{_bindir}/nvidia-pcc %endif %{_bindir}/nvidia-powerd -%{_bindir}/nvidia-sleep.sh %{_metainfodir}/com.nvidia.driver.metainfo.xml %{_datadir}/dbus-1/system.d/nvidia-dbus.conf %{_datadir}/nvidia/nvidia-application-profiles* %{_datadir}/pixmaps/com.nvidia.driver.png %{_systemd_util_dir}/system-preset/70-nvidia-driver.preset -%{_systemd_util_dir}/system-sleep/nvidia -%{_unitdir}/nvidia-hibernate.service %{_unitdir}/nvidia-powerd.service -%{_unitdir}/nvidia-resume.service -%{_unitdir}/nvidia-suspend.service -%{_unitdir}/nvidia-suspend-then-hibernate.service +%dir %{_unitdir}/systemd-suspend.service.d +%{_unitdir}/systemd-suspend.service.d/nvidia-suspend-nofreeze.conf +%dir %{_unitdir}/systemd-hibernate.service.d +%{_unitdir}/systemd-hibernate.service.d/nvidia-suspend-nofreeze.conf +%dir %{_unitdir}/systemd-suspend-then-hibernate.service.d +%{_unitdir}/systemd-suspend-then-hibernate.service.d/nvidia-suspend-nofreeze.conf +%dir %{_unitdir}/systemd-hybrid-sleep.service.d +%{_unitdir}/systemd-hybrid-sleep.service.d/nvidia-suspend-nofreeze.conf %if 0%{?fedora} < 42 || 0%{?rhel} %{_sysconfdir}/dnf/plugins/needs-restarting.d/%{name}.conf %endif @@ -465,7 +459,6 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/com.nvidia.driver.me %endif %ifarch x86_64 %{_datadir}/vulkansc/icd.d/nvidia_icd.%{_target_cpu}.json -%{_libdir}/libnvidia-present.so.%{version} %{_libdir}/libnvidia-vksc-core.so.1 %{_libdir}/libnvidia-vksc-core.so.%{version} %dir %{_libdir}/nvidia diff --git a/anda/system/nvidia/nvidia-driver/nvidia-generate-tarballs.sh b/anda/system/nvidia/nvidia-driver/nvidia-generate-tarballs.sh index f21afc002e..40942b422f 100755 --- a/anda/system/nvidia/nvidia-driver/nvidia-generate-tarballs.sh +++ b/anda/system/nvidia/nvidia-driver/nvidia-generate-tarballs.sh @@ -17,7 +17,17 @@ set_vars() { run_file_get() { printf "Downloading installer ${RUN_FILE}... " - [[ -f $RUN_FILE ]] || wget -c -q ${DL_SITE}/${PLATFORM}/${VERSION}/$RUN_FILE + if [[ ! -f $RUN_FILE ]]; then + # Orgininal comment from Negativo: "This is getting ridiculous" + # My comment: It sure fucking is. + if wget -q -S --spider https://download.nvidia.com/XFree86/${PLATFORM}/${VERSION}/$RUN_FILE; then + wget -q https://download.nvidia.com/XFree86/${PLATFORM}/${VERSION}/$RUN_FILE + elif wget -q -S --spider https://us.download.nvidia.com/XFree86/${PLATFORM}/${VERSION}/$RUN_FILE; then + wget -q https://us.download.nvidia.com/XFree86/${PLATFORM}/${VERSION}/$RUN_FILE + else + wget -q https://us.download.nvidia.com/tesla/${VERSION}/$RUN_FILE + fi + fi printf "OK\n" } @@ -26,8 +36,8 @@ run_file_extract() { sh ${RUN_FILE} --extract-only --target ${TEMP_UNPACK} } -cleanup_folder() { +cleanup_folder() { printf "Cleaning up binaries... " cd ${TEMP_UNPACK} @@ -36,7 +46,9 @@ cleanup_folder() { # - Compiled from source # - Interactive installer files # - GLVND GL libraries - # - Internal development only libraries + # - GLVND test scripts + # - Closed source modules + # - Open source modules with precompiled c++ code rm -r \ nvidia-xconfig* \ nvidia-persistenced* \ @@ -49,7 +61,7 @@ cleanup_folder() { libEGL.so.${VERSION} \ nvidia-installer* .manifest make* mk* libglvnd_install_checker \ 15_nvidia_gbm.json 10_nvidia_wayland.json 20_nvidia_xcb.json 20_nvidia_xlib.json \ - 99_nvidia_wayland2.json \ + 09_nvidia_wayland2.json \ kernel kernel-open if [ "${ARCH}" == x86_64 ]; then @@ -70,7 +82,6 @@ cleanup_folder() { } create_tarball() { - KMOD_COMMON=nvidia-kmod-common-${VERSION} USR_64=nvidia-driver-${VERSION}-${ARCH} USR_32=nvidia-driver-${VERSION}-i386 @@ -80,7 +91,7 @@ create_tarball() { mv ${TEMP_UNPACK}/firmware ${TEMP_UNPACK}/nvidia-bug-report.sh ${KMOD_COMMON}/ if [ "$ARCH" == x86_64 ]; then - mkdir ${USR_32} + mkdir ${USR_32} mv ${TEMP_UNPACK}/32/* ${USR_32}/ rm -fr ${TEMP_UNPACK}/32 else From b6254682a2386c7f4f8794609358ecc6557b4ec8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 00:01:45 +0000 Subject: [PATCH 0633/1189] 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 b43545c229..f1cbac1b1b 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.04.07.233243 +Version: 2026.04.10.234907 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 33fd480dcf3d142c804b6e330c5d83759cc2bfa5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 00:35:34 +0000 Subject: [PATCH 0634/1189] 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 cbfb06b632..b566cf18f3 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-09 +%global ver 2026-04-11 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 09cd0258c966e7a581f822117dc477265b52384a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 02:38:47 +0000 Subject: [PATCH 0635/1189] bump(nightly): mpv-nightly winetricks-git ghostty-nightly zed-nightly gamescope-session-opengamepadui prismlauncher-nightly nim-nightly types-colorama opentabletdriver-nightly scx-scheds-nightly xpadneo rpi-utils --- anda/apps/mpv/mpv-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 ++-- .../gamescope-session-opengamepadui.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 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xpadneo/kmod-common/xpadneo.spec | 6 +++--- anda/tools/rpi-utils/rpi-utils.spec | 4 ++-- 12 files changed, 25 insertions(+), 25 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 1d80eb4b1c..73349afc2b 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 75939c21167bc2a203c9dc1c8f4b6fb9305a7530 +%global commit 3e3048a5aae15deef16b51c4e4e5c9244ae2041c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260410 +%global commit_date 20260411 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/apps/winetricks/git/winetricks-git.spec b/anda/apps/winetricks/git/winetricks-git.spec index 991be6d289..d75a454055 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 205d3c652e1de440de8ccb39ce99fe877109a0bb +%global commit 14b802e419aff260b9d630e71027d88855e224e7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 20260125 -%global commit_date 20260402 +%global commit_date 20260411 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 37332dc3dc..74d0ff464a 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1a5bfbd87c3af0b8e27cef67511cb32141832866 +%global commit 7421b4b13f87e101d4bbcedd4da84886ceae4e7b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-09 +%global fulldate 2026-04-10 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index e3701dbb06..ad2850a141 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 377e78b8bf90a64ad868e73684d9a3b50cb1e16c +%global commit 93e36aa55ef9b43efc59ebe7a3f036149f88db47 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260410 +%global commit_date 20260411 %global ver 0.233.0 %bcond_with check diff --git a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec index f7fa08edeb..43dbae5a53 100644 --- a/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec +++ b/anda/games/gamescope-session-opengamepadui/gamescope-session-opengamepadui.spec @@ -1,6 +1,6 @@ -%global commit 72df08d154fefb6354f6bb1a8d8cf587e86ee227 +%global commit 88087a086ab732211c466b41f5d64229ce51c050 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260327 +%global commit_date 20260411 Name: gamescope-session-opengamepadui Version: 0~%{commit_date}git.%{shortcommit} diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index afde9cecf8..2b55bd0696 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 013bb5cac3cf392d04ee1065761781a1e9ed2891 +%global commit a488eb6d5d168e38b2a5acb271537ccade6765c4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260410 +%global commit_date 20260411 %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 bbd968fe75..ecbd10382a 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 2501e23d8170c56b61d126a9e349ae6d8e4b6267 +%global commit 6353c4e5b0b6e3194f1eb888cdcd6f329bc8ea54 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260410 +%global commit_date 20260411 %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 596241c59c..1b95b4ba3e 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 aaefc85a95431045b0726b297d0ad1f4786ba1e2 -%global commit_date 20260409 +%global commit f510e6cf4eff6faa3f6f2aa5a4ff944c522c8fad +%global commit_date 20260411 %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 9672ded1fd..1bea54701a 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 53e13de29c84e27fba6845f49d76e128721c55c6 +%global commit 1ca3d057c0097efcdf14f13a487b743cee4941c0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260409 +%global commit_date 20260411 %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 3d891352c6..ee4dc6ebb4 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 e3c87b1b7bb91d2218602792a4d6eb46d8ef82a2 +%global commit 36cadac52e511e5690481f4b271ffeffb3fe9aa9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260410 +%global commitdate 20260411 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/kmod-common/xpadneo.spec index c920dcca5b..15b4312588 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/kmod-common/xpadneo.spec @@ -1,11 +1,11 @@ -%global commit d8f6e10395b2fa5f036a9f5e0f62a5b910b9edd9 +%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260410 +%global commitdate 20260411 %global ver 0.10.2 Name: xpadneo Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 3%{?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} diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index a6669f2e97..10389f64da 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit 0504cf3ba3eb31fd00ae8df4358b48d700ffcd16 -%global commit_date 20260326 +%global commit d74d6da1c20a300e5fec7827fe75b5d1b2a337ff +%global commit_date 20260411 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils From 14468245860feadec6925d2f3b542fd2127df49e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 03:16:52 +0000 Subject: [PATCH 0636/1189] bump: proton-vpn glaze modern-colorthief surge --- anda/apps/proton-vpn/proton-vpn.spec | 2 +- anda/lib/glaze/glaze.spec | 2 +- anda/tools/modern-colorthief/modern-colorthief.spec | 2 +- anda/tools/surge/surge.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index ed86769500..ae91a9ad23 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,4 +1,4 @@ -%global metainfo_commit eddfed5f7e2cd6f097cd11ad1bc8773c22a418a1 +%global metainfo_commit 2602efda794b98308ac6e5196b8d49cf44b77a81 Name: proton-vpn-gtk-app Version: 4.15.2 diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index 15fcdd9873..07fdc20c71 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.3.2 +Version: 7.3.3 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze diff --git a/anda/tools/modern-colorthief/modern-colorthief.spec b/anda/tools/modern-colorthief/modern-colorthief.spec index 9c9e600f71..163dc0bfaa 100644 --- a/anda/tools/modern-colorthief/modern-colorthief.spec +++ b/anda/tools/modern-colorthief/modern-colorthief.spec @@ -5,7 +5,7 @@ # The srcrpm is not prefixed with Python because the source is mostly Rust Name: modern-colorthief -Version: 0.1.14 +Version: 0.2.0 Release: 1%{?dist} Summary: ColorThief reimagined SourceLicense: MIT diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index 91eff276f0..53baf10dab 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.7.8 +Version: 0.8.0 %gometa From 4d00a6f5694b2ccaed39b3a7e36fbffd155a506a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 03:23:53 +0000 Subject: [PATCH 0637/1189] bump(branch): xpadneo-kmod dkms-xpadneo --- anda/system/xpadneo/akmod/xpadneo-kmod.spec | 6 +++--- anda/system/xpadneo/dkms/dkms-xpadneo.spec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/akmod/xpadneo-kmod.spec index 5bb5e2e6b7..aabe2ec00b 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/akmod/xpadneo-kmod.spec @@ -1,6 +1,6 @@ -%global commit d8f6e10395b2fa5f036a9f5e0f62a5b910b9edd9 +%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260410 +%global commitdate 20260411 %global ver 0.10.2 %define buildforkernels akmod %global debug_package %{nil} @@ -8,7 +8,7 @@ Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 3%{?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 c4e2d80bfa..113636e521 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/dkms/dkms-xpadneo.spec @@ -1,13 +1,13 @@ -%global commit d8f6e10395b2fa5f036a9f5e0f62a5b910b9edd9 +%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260410 +%global commitdate 20260411 %global ver 0.10.2 %global debug_package %{nil} %global modulename xpadneo Name: dkms-%{modulename} Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 3%{?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 ae32c150c6d8881a34f74a7d396a3b88fc15a0eb Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 10 Apr 2026 23:25:16 -0500 Subject: [PATCH 0638/1189] fix(modern-colorthief): Upstream dropped Poetry tests (#11161) Signed-off-by: Gilver --- .../modern-colorthief/modern-colorthief.spec | 24 +------------------ 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/anda/tools/modern-colorthief/modern-colorthief.spec b/anda/tools/modern-colorthief/modern-colorthief.spec index 163dc0bfaa..888d214e96 100644 --- a/anda/tools/modern-colorthief/modern-colorthief.spec +++ b/anda/tools/modern-colorthief/modern-colorthief.spec @@ -1,7 +1,6 @@ %global pypi_name modern_colorthief %bcond bootstrap 0 %bcond docs %{without bootstrap} -%bcond test %{without bootstrap} # The srcrpm is not prefixed with Python because the source is mostly Rust Name: modern-colorthief @@ -27,15 +26,6 @@ BuildRequires: python3dist(myst-parser) BuildRequires: python3dist(shibuya) BuildRequires: python3dist(sphinx) %endif -%if %{with test} -%if 0%{?fedora} > 40 -BuildRequires: poetry -BuildRequires: python3dist(poetry) -%endif -BuildRequires: python3dist(colorthief) -BuildRequires: python3dist(fast-colorthief) -BuildRequires: python3dist(pytest) -%endif %description Colorthief but with modern code. @@ -78,25 +68,13 @@ done %{cargo_license_online} > LICENSE.dependencies -%if %{with test} -%check -# Poetry doesn't exist on EL and is too old on 40 -%if 0%{?fedora} <= 40 || 0%{?rhel} -%pytest tests/*.py -%else -# This is in the wrong spot in pyproject.toml and Poetry hates it -# May seem like defeating the purpose of testing but the other tests can be useful -sed -iE 's/python = ">=3.9,<3.14"//' pyproject.toml -poetry run pytest -%endif -%endif - %files -n python3-%{name} %doc DIFFERENCES.md %doc PKG-INFO %doc README.md %license LICENSE %license LICENSE.dependencies +%{_bindir}/%{name} %{python3_sitearch}/%{pypi_name} %{python3_sitearch}/%{pypi_name}-%{version}.dist-info/ From a3dc275c73ad95453b9578a79b8adf0edb3f172b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 05:08:18 +0000 Subject: [PATCH 0639/1189] bump: proton-vpn --- anda/apps/proton-vpn/proton-vpn.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index ae91a9ad23..8f7713bd51 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,4 +1,4 @@ -%global metainfo_commit 2602efda794b98308ac6e5196b8d49cf44b77a81 +%global metainfo_commit 6ac72069fc35f3c2ec669498680037f54cc0c120 Name: proton-vpn-gtk-app Version: 4.15.2 From b400e04c4dc4757ce2f7621a52a0e420c3423972 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 06:12:07 +0000 Subject: [PATCH 0640/1189] bump: python-pywal16 --- anda/langs/python/pywal16/python-pywal16.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/pywal16/python-pywal16.spec b/anda/langs/python/pywal16/python-pywal16.spec index 8b3b4e2907..97323e8ee5 100644 --- a/anda/langs/python/pywal16/python-pywal16.spec +++ b/anda/langs/python/pywal16/python-pywal16.spec @@ -3,8 +3,8 @@ Pywal is a tool that generates a color palette from the dominant colors in an image. It then applies the colors system-wide and on-the-fly in all of your favourite programs.} Name: python-%{pypi_name} -Version: 3.8.14 -Release: 1%?dist +Version: 3.8.15 +Release: 1%{?dist} Summary: 16 color fork of the original Pywal License: MIT URL: https://github.com/eylles/pywal16 From 89641aae941ba920ed0f68d568255365cd6d0272 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 07:29:49 +0000 Subject: [PATCH 0641/1189] bump: quickjs-ng --- anda/lib/quickjs-ng/quickjs-ng.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/quickjs-ng/quickjs-ng.spec b/anda/lib/quickjs-ng/quickjs-ng.spec index 77cc9285ba..ea2869749b 100644 --- a/anda/lib/quickjs-ng/quickjs-ng.spec +++ b/anda/lib/quickjs-ng/quickjs-ng.spec @@ -1,7 +1,7 @@ %global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized Name: quickjs-ng -Version: 0.13.0 +Version: 0.14.0 Release: 1%{?dist} License: MIT Summary: A mighty JavaScript engine From 62c4582142471520e880c46d10dab31e9976fe88 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 11:42:37 +0000 Subject: [PATCH 0642/1189] 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 11d9f64b29..b2930e5df6 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 110c786d802c4c17850de1d6945dc4df08ac393a -%global ver 0.0.40-19185 +%global commit f463c128e3dcb52f78d182f79be64ae7396035c4 +%global ver 0.0.40-19187 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 77324c22b5780e8d8e4c2af9431c3329759a76bb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 13:36:15 +0000 Subject: [PATCH 0643/1189] 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 ea59f1804f..cb9798800c 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.3142+5ccfeb926 +version=0.16.0-dev.3144+ac6fb0b59 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index ec052c4734..8e4213943b 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3142+5ccfeb926 +%global ver 0.16.0-dev.3144+ac6fb0b59 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From cafd33b6f114a4de8e6f808c3a8bf61a3b933b09 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 14:32:01 +0000 Subject: [PATCH 0644/1189] 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 fb34f08701..a7a335bff1 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3142+5ccfeb926 +Version: 0.16.0~dev.3144+ac6fb0b59 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 5696fb7cd349a195b95ab559c38e92086d77102d Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 11 Apr 2026 13:02:52 -0500 Subject: [PATCH 0645/1189] bump: noctalia-qs release (#11167) (#11168) --- anda/desktops/noctalia-qs/noctalia-qs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/noctalia-qs/noctalia-qs.spec b/anda/desktops/noctalia-qs/noctalia-qs.spec index 2937cc2213..3aa8a1df4e 100644 --- a/anda/desktops/noctalia-qs/noctalia-qs.spec +++ b/anda/desktops/noctalia-qs/noctalia-qs.spec @@ -2,7 +2,7 @@ Name: noctalia-qs Version: 0.0.12 -Release: 1%{?dist} +Release: 2%{?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 @@ -81,4 +81,4 @@ Flexible QtQuick based desktop shell toolkit. - Also fix that noctalia-qs is replacing quickshell overall and not just for noctlaia users * Fri Feb 27 2026 Willow C Reed -- Initial commit based on quickshell spec \ No newline at end of file +- Initial commit based on quickshell spec From 7674c5678e22777ed936083cae6904171c38ffa3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 19:47:20 +0000 Subject: [PATCH 0646/1189] 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 b2930e5df6..2e8abeb848 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 f463c128e3dcb52f78d182f79be64ae7396035c4 -%global ver 0.0.40-19187 +%global commit 934bc34685b44b97700aef6d8fd51c62b0ae7796 +%global ver 0.0.40-19188 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 00042e364d86ac86fa731282efb71a3b3676cc4d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 20:52:59 +0000 Subject: [PATCH 0647/1189] bump: rpcs3 rust-mise --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 2e8abeb848..298abe4075 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 934bc34685b44b97700aef6d8fd51c62b0ae7796 -%global ver 0.0.40-19188 +%global commit f826f95c70b09565d923b51a6dcb10b34fe1b445 +%global ver 0.0.40-19189 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 ef03b8ecb2..62b56b1005 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.4.8 +Version: 2026.4.9 Release: 1%{?dist} Summary: Front-end to your dev env From fdb9856dd3c3812ae685d71ddfb6307d88d215c8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 22:00:14 +0000 Subject: [PATCH 0648/1189] bump: rust-tectonic --- anda/langs/rust/tectonic/rust-tectonic.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/rust/tectonic/rust-tectonic.spec b/anda/langs/rust/tectonic/rust-tectonic.spec index 580e87869b..ee3f579c3a 100644 --- a/anda/langs/rust/tectonic/rust-tectonic.spec +++ b/anda/langs/rust/tectonic/rust-tectonic.spec @@ -4,7 +4,7 @@ %global crate tectonic Name: rust-tectonic -Version: 0.15.0 +Version: 0.16.8 Release: 1%{?dist} Summary: Modernized, complete, embeddable TeX/LaTeX engine From f494edb21495e7b49c18c80cacad85f6eb26c85d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 11 Apr 2026 23:53:40 +0000 Subject: [PATCH 0649/1189] 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 e103d7e094..91d92c7bb7 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.22 +Version: 0.2.23 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From 40110d653834c5e0da43d26011162b6c1ecdbfca Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 11 Apr 2026 21:00:31 -0500 Subject: [PATCH 0650/1189] feat(xpadneo): Add stable builds and update licenses (#10579) * feat(xpadneo): Add stable builds and update licenses * feat(xpadneo): Add stable builds and update licenses --- .../io.github.xpadneo.metainfo.xml | 26 ------- anda/system/xpadneo/nightly/akmod/anda.hcl | 9 +++ .../xpadneo/{ => nightly}/akmod/update.rhai | 0 .../akmod/xpadneo-nightly-kmod.spec} | 21 +++--- anda/system/xpadneo/nightly/dkms/anda.hcl | 10 +++ .../nightly/dkms/dkms-xpadneo-nightly.spec | 69 +++++++++++++++++++ .../{ => nightly}/dkms/dkms-xpadneo.conf | 0 .../{ => nightly}/dkms/no-weak-modules.conf | 0 .../xpadneo/{ => nightly}/dkms/update.rhai | 0 .../xpadneo/nightly/kmod-common/anda.hcl | 9 +++ .../{ => nightly}/kmod-common/update.rhai | 0 .../nightly/kmod-common/xpadneo-nightly.spec | 60 ++++++++++++++++ .../xpadneo/{ => stable}/akmod/anda.hcl | 0 anda/system/xpadneo/stable/akmod/update.rhai | 3 + .../xpadneo/stable/akmod/xpadneo-kmod.spec | 59 ++++++++++++++++ .../system/xpadneo/{ => stable}/dkms/anda.hcl | 0 .../xpadneo/stable/dkms/dkms-xpadneo.conf | 6 ++ .../{ => stable}/dkms/dkms-xpadneo.spec | 25 ++++--- .../xpadneo/stable/dkms/no-weak-modules.conf | 1 + anda/system/xpadneo/stable/dkms/update.rhai | 3 + .../xpadneo/{ => stable}/kmod-common/anda.hcl | 3 - .../xpadneo/stable/kmod-common/update.rhai | 1 + .../{ => stable}/kmod-common/xpadneo.spec | 40 +++++------ 23 files changed, 270 insertions(+), 75 deletions(-) delete mode 100644 anda/system/xpadneo/kmod-common/io.github.xpadneo.metainfo.xml create mode 100644 anda/system/xpadneo/nightly/akmod/anda.hcl rename anda/system/xpadneo/{ => nightly}/akmod/update.rhai (100%) rename anda/system/xpadneo/{akmod/xpadneo-kmod.spec => nightly/akmod/xpadneo-nightly-kmod.spec} (64%) create mode 100644 anda/system/xpadneo/nightly/dkms/anda.hcl create mode 100644 anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec rename anda/system/xpadneo/{ => nightly}/dkms/dkms-xpadneo.conf (100%) rename anda/system/xpadneo/{ => nightly}/dkms/no-weak-modules.conf (100%) rename anda/system/xpadneo/{ => nightly}/dkms/update.rhai (100%) create mode 100644 anda/system/xpadneo/nightly/kmod-common/anda.hcl rename anda/system/xpadneo/{ => nightly}/kmod-common/update.rhai (100%) create mode 100644 anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec rename anda/system/xpadneo/{ => stable}/akmod/anda.hcl (100%) create mode 100644 anda/system/xpadneo/stable/akmod/update.rhai create mode 100644 anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec rename anda/system/xpadneo/{ => stable}/dkms/anda.hcl (100%) create mode 100644 anda/system/xpadneo/stable/dkms/dkms-xpadneo.conf rename anda/system/xpadneo/{ => stable}/dkms/dkms-xpadneo.spec (75%) create mode 100644 anda/system/xpadneo/stable/dkms/no-weak-modules.conf create mode 100644 anda/system/xpadneo/stable/dkms/update.rhai rename anda/system/xpadneo/{ => stable}/kmod-common/anda.hcl (74%) create mode 100644 anda/system/xpadneo/stable/kmod-common/update.rhai rename anda/system/xpadneo/{ => stable}/kmod-common/xpadneo.spec (52%) diff --git a/anda/system/xpadneo/kmod-common/io.github.xpadneo.metainfo.xml b/anda/system/xpadneo/kmod-common/io.github.xpadneo.metainfo.xml deleted file mode 100644 index f11f630d07..0000000000 --- a/anda/system/xpadneo/kmod-common/io.github.xpadneo.metainfo.xml +++ /dev/null @@ -1,26 +0,0 @@ - - io.github.xpadneo - xpadneo - xpadneo - Advanced Linux Driver for Xbox One Wireless Controller (shipped with Xbox One S) - -

- Wireless Drivers for the Xbox One and Series S|X controllers. - - Across all models, xpadneo won't support audio features of the controllers because the firmware doesn't support audio in Bluetooth mode. In the future, xpadneo may support audio when USB and dongle support will be added. -

-
- https://atar-axis.github.io/xpadneo/ - CC0-1.0 - - GPL-3.0 - - - Florian Dollinger - - - - - usb:v045Ep02FDd0008dc00dsc00dp00ic03isc00ip00in00 - -
\ No newline at end of file diff --git a/anda/system/xpadneo/nightly/akmod/anda.hcl b/anda/system/xpadneo/nightly/akmod/anda.hcl new file mode 100644 index 0000000000..f1d6f092a5 --- /dev/null +++ b/anda/system/xpadneo/nightly/akmod/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + rpm { + spec = "xpadneo-nightly-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/xpadneo/akmod/update.rhai b/anda/system/xpadneo/nightly/akmod/update.rhai similarity index 100% rename from anda/system/xpadneo/akmod/update.rhai rename to anda/system/xpadneo/nightly/akmod/update.rhai diff --git a/anda/system/xpadneo/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec similarity index 64% rename from anda/system/xpadneo/akmod/xpadneo-kmod.spec rename to anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec index aabe2ec00b..13baa050c1 100644 --- a/anda/system/xpadneo/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec @@ -1,16 +1,16 @@ -%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 +%global commit d8f6e10395b2fa5f036a9f5e0f62a5b910b9edd9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260411 +%global commitdate 20260410 %global ver 0.10.2 %define buildforkernels akmod %global debug_package %{nil} %global modulename xpadneo -Name: %{modulename}-kmod -Version: %{ver}^%{commitdate}git.%{shortcommit} +Name: %{modulename}-nightly-kmod +Version: %{ver}^%{commitdate}git%{shortcommit} Release: 1%{?dist} Summary: Advanced Linux Driver for Xbox One Wireless Gamepad -License: GPL-3.0 +License: GPL-2.0-only AND GPL-3.0-or-later URL: https://atar-axis.github.io/xpadneo Source0: https://github.com/atar-axis/xpadneo/archive/%{commit}.tar.gz#/xpadneo-%{shortcommit}.tar.gz BuildRequires: kmodtool @@ -18,20 +18,19 @@ BuildRequires: systemd-rpm-macros Requires: akmods Requires: bluez Requires: bluez-tools -Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} -Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-nightly-kmod-common = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-nightly-akmod-modules = %{?epoch:%{epoch}:}%{version} Conflicts: dkms-%{modulename} -Provides: %{modulename}-kmod Packager: Gilver E. -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description Advanced Linux Driver for Xbox One Wireless Gamepad. %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -p1 -n %{modulename}-%{commit} @@ -56,5 +55,7 @@ done %{?akmod_install} %changelog +* Sat Apr 11 2026 Gilver E. - 0.10.2^45f3982git20260411 +- Separated nightly builds into their own packages * Thu Feb 27 2025 Gilver E. - Package refactoring for alternative DKMS package compatibility diff --git a/anda/system/xpadneo/nightly/dkms/anda.hcl b/anda/system/xpadneo/nightly/dkms/anda.hcl new file mode 100644 index 0000000000..155d865ee6 --- /dev/null +++ b/anda/system/xpadneo/nightly/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dkms-xpadneo-nightly.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec new file mode 100644 index 0000000000..47442280ab --- /dev/null +++ b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec @@ -0,0 +1,69 @@ +%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260411 +%global ver 0.10.2 +%global modulename xpadneo + +Name: dkms-%{modulename}-nightly +Version: %{ver}^%{commitdate}git%{shortcommit} +Release: 1%{?dist} +Summary: Advanced Linux Driver for Xbox One Wireless Gamepad +License: GPL-2.0-only AND GPL-3.0-or-later +URL: https://atar-axis.github.io/%{modulename} +Source0: https://github.com/atar-axis/%{modulename}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +Source1: dkms-%{modulename}.conf +Source2: no-weak-modules.conf +BuildRequires: sed +Requires: bluez +Requires: bluez-tools +Requires: %{modulename}-kmod-common = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename} +BuildArch: noarch +Packager: Gilver E. + +%description +Advanced Linux Driver for Xbox One Wireless Gamepad. + +%prep +%autosetup -p1 -n %{modulename}-%{commit} + + +cp -f %{SOURCE1} hid-xpadneo/src/dkms.conf + +sed -i -e 's/__VERSION_STRING/%{version}/g' hid-xpadneo/src/dkms.conf +sed -i -e 's/$(VERSION)/v%{version}/g' hid-xpadneo/src/Makefile + +%build + +%install +# Create empty tree: +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr hid-xpadneo/src/* %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ + +%if %{defined fedora} +# Do not enable weak modules support in Fedora (no kABI): +install -Dpm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +# Rebuild and make available for the currently running kernel: +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +# Remove all versions from DKMS registry: +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} +%if %{defined fedora} +%{_sysconfdir}/dkms/%{modulename}.conf +%endif + +%changelog +* Sat Apr 11 2026 Gilver E. - 0.10.2^45f3982git20260411 +- Separated nightly builds into their own packages +* Thu Feb 27 2025 Gilver E. +- Initial package diff --git a/anda/system/xpadneo/dkms/dkms-xpadneo.conf b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo.conf similarity index 100% rename from anda/system/xpadneo/dkms/dkms-xpadneo.conf rename to anda/system/xpadneo/nightly/dkms/dkms-xpadneo.conf diff --git a/anda/system/xpadneo/dkms/no-weak-modules.conf b/anda/system/xpadneo/nightly/dkms/no-weak-modules.conf similarity index 100% rename from anda/system/xpadneo/dkms/no-weak-modules.conf rename to anda/system/xpadneo/nightly/dkms/no-weak-modules.conf diff --git a/anda/system/xpadneo/dkms/update.rhai b/anda/system/xpadneo/nightly/dkms/update.rhai similarity index 100% rename from anda/system/xpadneo/dkms/update.rhai rename to anda/system/xpadneo/nightly/dkms/update.rhai diff --git a/anda/system/xpadneo/nightly/kmod-common/anda.hcl b/anda/system/xpadneo/nightly/kmod-common/anda.hcl new file mode 100644 index 0000000000..a0ac3dafaf --- /dev/null +++ b/anda/system/xpadneo/nightly/kmod-common/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "xpadneo-nightly.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/xpadneo/kmod-common/update.rhai b/anda/system/xpadneo/nightly/kmod-common/update.rhai similarity index 100% rename from anda/system/xpadneo/kmod-common/update.rhai rename to anda/system/xpadneo/nightly/kmod-common/update.rhai diff --git a/anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec b/anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec new file mode 100644 index 0000000000..599c569fc1 --- /dev/null +++ b/anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec @@ -0,0 +1,60 @@ +%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260411 +%global ver 0.10.2 +%global appid io.github.atar_axis.xpadneo + +Name: xpadneo-nightly +Version: %{ver}^%{commitdate}git%{shortcommit} +Release: 3%{?dist} +Summary: Advanced Linux Driver for Xbox One Wireless Gamepad common files +License: GPL-2.0-only AND GPL-3.0-or-later +URL: https://atar-axis.github.io/xpadneo +Source0: https://github.com/atar-axis/xpadneo/archive/%{commit}.tar.gz#/xpadneo-%{shortcommit}.tar.gz +BuildRequires: make +BuildRequires: sed +BuildRequires: systemd-rpm-macros +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +Obsoletes: %{name}-kmod-common < %{?epoch:%{epoch}:}0.9.7^20241224git.8d20a23-5%{?dist} +BuildArch: noarch +Packager: Gilver E. + +%description +Advanced Linux Driver for Xbox One Wireless Gamepad common files. + +%package akmod-modules +Summary: Modules for Akmods +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%prep +%autosetup -p1 -n xpadneo-%{commit} +/usr/bin/sed -nE '/^BUILT_MODULE_NAME/{s@^.+"(.+)"@\1@; s|-|_|g; p}' hid-xpadneo/dkms.conf.in > xpadneo.conf + +%install +%{__make} install-all PREFIX="%{buildroot}" ETC_PREFIX="%{_prefix}/lib" VERSION="%{version}" + +# Akmods modules +install -Dm644 xpadneo.conf -t %{buildroot}%{_modulesloaddir} + +%files +%license LICENSE.md +# Let RPM handle the docs +%doc %{_docdir}/xpadneo/* +%{_modprobedir}/xpadneo.conf +%{_udevrulesdir}/60-xpadneo.rules +%{_udevrulesdir}/70-xpadneo-disable-hidraw.rules +%{_metainfodir}/%{appid}.metainfo.xml + +%files akmod-modules +%{_modulesloaddir}/xpadneo.conf + +%changelog +* Sat Apr 11 2026 Gilver E. - 0.10.2^45f3982git20260411 +- Separated nightly builds into their own packages +* Fri Mar 07 2025 Gilver E. +- Package refactoring diff --git a/anda/system/xpadneo/akmod/anda.hcl b/anda/system/xpadneo/stable/akmod/anda.hcl similarity index 100% rename from anda/system/xpadneo/akmod/anda.hcl rename to anda/system/xpadneo/stable/akmod/anda.hcl diff --git a/anda/system/xpadneo/stable/akmod/update.rhai b/anda/system/xpadneo/stable/akmod/update.rhai new file mode 100644 index 0000000000..eb076f74aa --- /dev/null +++ b/anda/system/xpadneo/stable/akmod/update.rhai @@ -0,0 +1,3 @@ +import "andax/bump_extras.rhai" as bump; + +rpm.version(bump::madoguchi("xpadneo", labels.branch)); diff --git a/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec new file mode 100644 index 0000000000..43068fa0bf --- /dev/null +++ b/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec @@ -0,0 +1,59 @@ +%define buildforkernels akmod +%global debug_package %{nil} +%global modulename xpadneo + +Name: %{modulename}-kmod +Version: 0.10.2 +Release: 1%{?dist} +%if 0%{?fedora} <= 45 +Epoch: 1 +%endif +Summary: Advanced Linux Driver for Xbox One Wireless Gamepad +License: GPL-2.0-only AND GPL-3.0-or-later +URL: https://atar-axis.github.io/xpadneo +Source0: https://github.com/atar-axis/xpadneo/archive/refs/tags/v%{version}.tar.gz +BuildRequires: kmodtool +BuildRequires: systemd-rpm-macros +Requires: akmods +Requires: bluez +Requires: bluez-tools +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} +Conflicts: dkms-%{modulename} +Provides: %{modulename}-kmod +Packager: Gilver E. + +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Advanced Linux Driver for Xbox One Wireless Gamepad. + +%prep +%{?kmodtool_check} +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%autosetup -p1 -n %{modulename}-%{version} + +for kernel_version in %{?kernel_versions}; do + mkdir _kmod_build_${kernel_version%%___*} + cp -fr hid-xpadneo/src/* _kmod_build_${kernel_version%%___*} +done + +%build +for kernel_version in %{?kernel_versions}; do + pushd _kmod_build_${kernel_version%%___*}/ + %make_build -C "${kernel_version##*___}" M=$(pwd) VERSION="v%{version}" modules + popd +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -p -m 0755 _kmod_build_${kernel_version%%___*}/*.ko \ + %{buildroot}/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ +done +%{?akmod_install} + +%changelog +* Sat Apr 11 2026 Gilver E. - 1:0.10.2-1 +- Initial stable package diff --git a/anda/system/xpadneo/dkms/anda.hcl b/anda/system/xpadneo/stable/dkms/anda.hcl similarity index 100% rename from anda/system/xpadneo/dkms/anda.hcl rename to anda/system/xpadneo/stable/dkms/anda.hcl diff --git a/anda/system/xpadneo/stable/dkms/dkms-xpadneo.conf b/anda/system/xpadneo/stable/dkms/dkms-xpadneo.conf new file mode 100644 index 0000000000..ecde0d0673 --- /dev/null +++ b/anda/system/xpadneo/stable/dkms/dkms-xpadneo.conf @@ -0,0 +1,6 @@ +PACKAGE_NAME="xpadneo" +PACKAGE_VERSION="__VERSION_STRING" +AUTOINSTALL="yes" + +BUILT_MODULE_NAME[0]="hid-xpadneo" +DEST_MODULE_LOCATION[0]="/extra" diff --git a/anda/system/xpadneo/dkms/dkms-xpadneo.spec b/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec similarity index 75% rename from anda/system/xpadneo/dkms/dkms-xpadneo.spec rename to anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec index 113636e521..59c56849b9 100644 --- a/anda/system/xpadneo/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec @@ -1,20 +1,19 @@ -%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260411 -%global ver 0.10.2 -%global debug_package %{nil} %global modulename xpadneo Name: dkms-%{modulename} -Version: %{ver}^%{commitdate}git.%{shortcommit} +Version: 0.10.2 Release: 1%{?dist} +%if 0%{?fedora} <= 45 +Epoch: 1 +%endif Summary: Advanced Linux Driver for Xbox One Wireless Gamepad -License: GPL-3.0 +License: GPL-2.0-only AND GPL-3.0-or-later URL: https://atar-axis.github.io/%{modulename} -Source0: https://github.com/atar-axis/%{modulename}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +Source0: https://github.com/atar-axis/xpadneo/archive/refs/tags/v%{version}.tar.gz Source1: %{name}.conf Source2: no-weak-modules.conf BuildRequires: sed +Provides: %{modulename}-kmod Requires: bluez Requires: bluez-tools Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} @@ -28,7 +27,7 @@ Packager: Gilver E. Advanced Linux Driver for Xbox One Wireless Gamepad. %prep -%autosetup -p1 -n %{modulename}-%{commit} +%autosetup -p1 -n %{modulename}-%{version} cp -f %{SOURCE1} hid-xpadneo/src/dkms.conf @@ -43,7 +42,7 @@ sed -i -e 's/$(VERSION)/v%{version}/g' hid-xpadneo/src/Makefile mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ cp -fr hid-xpadneo/src/* %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ -%if 0%{?fedora} +%if %{defined fedora} # Do not enable weak modules support in Fedora (no kABI): install -Dpm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/dkms/%{modulename}.conf %endif @@ -60,10 +59,10 @@ dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : %files %{_usrsrc}/%{modulename}-%{version} -%if 0%{?fedora} +%if %{defined fedora} %{_sysconfdir}/dkms/%{modulename}.conf %endif %changelog -* Thu Feb 27 2025 Gilver E. -- Initial package +* Sat Apr 11 2026 Gilver E. - 1:0.10.2-1 +- Initial stable package diff --git a/anda/system/xpadneo/stable/dkms/no-weak-modules.conf b/anda/system/xpadneo/stable/dkms/no-weak-modules.conf new file mode 100644 index 0000000000..24f6f95c96 --- /dev/null +++ b/anda/system/xpadneo/stable/dkms/no-weak-modules.conf @@ -0,0 +1 @@ +NO_WEAK_MODULES="yes" diff --git a/anda/system/xpadneo/stable/dkms/update.rhai b/anda/system/xpadneo/stable/dkms/update.rhai new file mode 100644 index 0000000000..eb076f74aa --- /dev/null +++ b/anda/system/xpadneo/stable/dkms/update.rhai @@ -0,0 +1,3 @@ +import "andax/bump_extras.rhai" as bump; + +rpm.version(bump::madoguchi("xpadneo", labels.branch)); diff --git a/anda/system/xpadneo/kmod-common/anda.hcl b/anda/system/xpadneo/stable/kmod-common/anda.hcl similarity index 74% rename from anda/system/xpadneo/kmod-common/anda.hcl rename to anda/system/xpadneo/stable/kmod-common/anda.hcl index 9b58032693..91956479d9 100644 --- a/anda/system/xpadneo/kmod-common/anda.hcl +++ b/anda/system/xpadneo/stable/kmod-common/anda.hcl @@ -3,7 +3,4 @@ project pkg { rpm { spec = "xpadneo.spec" } - labels { - nightly = 1 - } } diff --git a/anda/system/xpadneo/stable/kmod-common/update.rhai b/anda/system/xpadneo/stable/kmod-common/update.rhai new file mode 100644 index 0000000000..0a63919e92 --- /dev/null +++ b/anda/system/xpadneo/stable/kmod-common/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("atar-axis/xpadneo")); diff --git a/anda/system/xpadneo/kmod-common/xpadneo.spec b/anda/system/xpadneo/stable/kmod-common/xpadneo.spec similarity index 52% rename from anda/system/xpadneo/kmod-common/xpadneo.spec rename to anda/system/xpadneo/stable/kmod-common/xpadneo.spec index 15b4312588..4ae97912e3 100644 --- a/anda/system/xpadneo/kmod-common/xpadneo.spec +++ b/anda/system/xpadneo/stable/kmod-common/xpadneo.spec @@ -1,16 +1,16 @@ -%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 -%global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260411 -%global ver 0.10.2 +%global appid io.github.atar_axis.xpadneo Name: xpadneo -Version: %{ver}^%{commitdate}git.%{shortcommit} +Version: 0.10.2 Release: 1%{?dist} +%if 0%{?fedora} <= 45 +Epoch: 1 +%endif Summary: Advanced Linux Driver for Xbox One Wireless Gamepad common files -License: GPL-3.0 +License: GPL-2.0-only AND GPL-3.0-or-later URL: https://atar-axis.github.io/%{name} -Source0: https://github.com/atar-axis/%{name}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz -Source1: io.github.%{name}.metainfo.xml +Source0: https://github.com/atar-axis/xpadneo/archive/refs/tags/v%{version}.tar.gz +BuildRequires: make BuildRequires: sed BuildRequires: systemd-rpm-macros Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} @@ -31,33 +31,27 @@ BuildArch: noarch Akmods modules for the akmod-%{name} package. %prep -%autosetup -p1 -n %{name}-%{commit} -/usr/bin/sed -nE '/^BUILT_MODULE_NAME/{s@^.+"(.+)"@\1@; s|-|_|g; p}' hid-%{name}/dkms.conf.in > %{name}.conf +%autosetup -p1 -n %{name}-%{version} +%{__sed} -nE '/^BUILT_MODULE_NAME/{s@^.+"(.+)"@\1@; s|-|_|g; p}' hid-%{name}/dkms.conf.in > %{name}.conf %install -# Aliases: -install -Dpm644 hid-%{name}/etc-modprobe.d/%{name}.conf -t %{buildroot}%{_modprobedir} - -# UDev rules: -install -Dpm644 hid-%{name}/etc-udev-rules.d/*.rules -t %{buildroot}%{_udevrulesdir}/ - -# Metadata -install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/io.github.%{name}.metainfo.xml +%{__make} install-all PREFIX="%{buildroot}" ETC_PREFIX="%{_prefix}/lib" VERSION="%{version}" # Akmods modules install -Dm644 %{name}.conf -t %{buildroot}%{_modulesloaddir} %files -%license LICENSE.md LICENSES -%doc docs/*.md +%license LICENSE.md +# Let RPM handle the docs +%doc %{_docdir}/%{name}/* %{_modprobedir}/%{name}.conf %{_udevrulesdir}/60-%{name}.rules %{_udevrulesdir}/70-%{name}-disable-hidraw.rules -%{_datadir}/metainfo/io.github.%{name}.metainfo.xml +%{_metainfodir}/%{appid}.metainfo.xml %files akmod-modules %{_modulesloaddir}/%{name}.conf %changelog -* Fri Mar 07 2025 Gilver E. -- Package refactoring +* Sat Apr 11 2026 Gilver E. - 1:0.10.2-1 +- Initial stable package From 816fb02cf46dae2db6f5ee54f5e46c7c76b2c674 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 02:01:28 +0000 Subject: [PATCH 0651/1189] bump(branch): xpadneo-nightly-kmod dkms-xpadneo-nightly xpadneo-kmod dkms-xpadneo --- anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec | 4 ++-- anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec | 4 ++-- anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec | 2 +- anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec index 13baa050c1..13da39895c 100644 --- a/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec +++ b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec @@ -1,6 +1,6 @@ -%global commit d8f6e10395b2fa5f036a9f5e0f62a5b910b9edd9 +%global commit %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260410 +%global commitdate %global ver 0.10.2 %define buildforkernels akmod %global debug_package %{nil} diff --git a/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec index 47442280ab..3fba965a9a 100644 --- a/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec +++ b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec @@ -1,6 +1,6 @@ -%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 +%global commit %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260411 +%global commitdate %global ver 0.10.2 %global modulename xpadneo diff --git a/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec index 43068fa0bf..5d57cd66a7 100644 --- a/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec @@ -3,7 +3,7 @@ %global modulename xpadneo Name: %{modulename}-kmod -Version: 0.10.2 +Version: 0.10.2^20260411git.45f3982 Release: 1%{?dist} %if 0%{?fedora} <= 45 Epoch: 1 diff --git a/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec b/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec index 59c56849b9..be15bff204 100644 --- a/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec @@ -1,7 +1,7 @@ %global modulename xpadneo Name: dkms-%{modulename} -Version: 0.10.2 +Version: 0.10.2^20260411git.45f3982 Release: 1%{?dist} %if 0%{?fedora} <= 45 Epoch: 1 From 03fd6848fdc71f5be74c8ba34bfeb35d54b85c07 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 11 Apr 2026 21:18:41 -0500 Subject: [PATCH 0652/1189] fix(xpadneo): Update scripts (#11176) --- anda/system/xpadneo/nightly/akmod/update.rhai | 4 ++-- anda/system/xpadneo/nightly/dkms/update.rhai | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/xpadneo/nightly/akmod/update.rhai b/anda/system/xpadneo/nightly/akmod/update.rhai index b7de501f56..35a14d8d12 100644 --- a/anda/system/xpadneo/nightly/akmod/update.rhai +++ b/anda/system/xpadneo/nightly/akmod/update.rhai @@ -3,10 +3,10 @@ c.pop(); rpm.global("commit", c); if rpm.changed() { rpm.release(); - let d = sh("cat anda/system/xpadneo/kmod-common/xpadneo.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + let d = sh("cat anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; d.pop(); rpm.global("commitdate", d); - let v = sh("cat anda/system/xpadneo/kmod-common/xpadneo.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + let v = sh("cat anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; v.pop(); rpm.global("ver", v); } diff --git a/anda/system/xpadneo/nightly/dkms/update.rhai b/anda/system/xpadneo/nightly/dkms/update.rhai index b7de501f56..35a14d8d12 100644 --- a/anda/system/xpadneo/nightly/dkms/update.rhai +++ b/anda/system/xpadneo/nightly/dkms/update.rhai @@ -3,10 +3,10 @@ c.pop(); rpm.global("commit", c); if rpm.changed() { rpm.release(); - let d = sh("cat anda/system/xpadneo/kmod-common/xpadneo.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + let d = sh("cat anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; d.pop(); rpm.global("commitdate", d); - let v = sh("cat anda/system/xpadneo/kmod-common/xpadneo.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; + let v = sh("cat anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec | grep '%global ver' | sed -E 's/.+ver //'", #{"stdout": "piped"}).ctx.stdout; v.pop(); rpm.global("ver", v); } From 71328cd792a55e1b7c86e3ea4af1075d4792fcf4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 02:36:46 +0000 Subject: [PATCH 0653/1189] bump: ruffle-nightly prismlauncher latex2mathml --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/games/prismlauncher/prismlauncher.spec | 2 +- anda/langs/python/latex2mathml/latex2mathml.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index b566cf18f3..669275f25d 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-11 +%global ver 2026-04-12 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index d6327c9ba1..ec6baecb44 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -13,7 +13,7 @@ %global build_platform terra Name: prismlauncher -Version: 11.0.0 +Version: 11.0.1 Release: 1%{?dist} Summary: Minecraft launcher with ability to manage multiple instances # see COPYING.md for more information diff --git a/anda/langs/python/latex2mathml/latex2mathml.spec b/anda/langs/python/latex2mathml/latex2mathml.spec index f4e3b86803..3a977afd29 100644 --- a/anda/langs/python/latex2mathml/latex2mathml.spec +++ b/anda/langs/python/latex2mathml/latex2mathml.spec @@ -2,7 +2,7 @@ %global _desc Pure Python library for LaTeX to MathML conversion. Name: python-%{pypi_name} -Version: 3.79.0 +Version: 3.80.0 Release: 1%{?dist} Summary: Pure Python library for LaTeX to MathML conversion License: MIT From 7f2484f61ed06dc4f5e33f49fe275a6c1dbd0e1d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 02:43:50 +0000 Subject: [PATCH 0654/1189] bump(branch): xpadneo-nightly-kmod dkms-xpadneo-nightly xpadneo-kmod dkms-xpadneo --- anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec | 2 +- anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec | 2 +- anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec | 2 +- anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec index 13da39895c..df90b8416e 100644 --- a/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec +++ b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec @@ -1,5 +1,5 @@ %global commit -%global shortcommit %(c=%{commit}; echo ${c:0:7}) + %global commitdate %global ver 0.10.2 %define buildforkernels akmod diff --git a/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec index 3fba965a9a..7031bbf893 100644 --- a/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec +++ b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec @@ -1,5 +1,5 @@ %global commit -%global shortcommit %(c=%{commit}; echo ${c:0:7}) + %global commitdate %global ver 0.10.2 %global modulename xpadneo diff --git a/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec b/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec index 5d57cd66a7..43068fa0bf 100644 --- a/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec +++ b/anda/system/xpadneo/stable/akmod/xpadneo-kmod.spec @@ -3,7 +3,7 @@ %global modulename xpadneo Name: %{modulename}-kmod -Version: 0.10.2^20260411git.45f3982 +Version: 0.10.2 Release: 1%{?dist} %if 0%{?fedora} <= 45 Epoch: 1 diff --git a/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec b/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec index be15bff204..59c56849b9 100644 --- a/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec +++ b/anda/system/xpadneo/stable/dkms/dkms-xpadneo.spec @@ -1,7 +1,7 @@ %global modulename xpadneo Name: dkms-%{modulename} -Version: 0.10.2^20260411git.45f3982 +Version: 0.10.2 Release: 1%{?dist} %if 0%{?fedora} <= 45 Epoch: 1 From 39f71a66dc15cf481c98179ecafba1185f66d64d Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 11 Apr 2026 21:54:05 -0500 Subject: [PATCH 0655/1189] fix(xpadneo-nightly): Update scripts (#11181) --- anda/system/xpadneo/nightly/akmod/update.rhai | 2 +- anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec | 6 +++--- anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec | 6 +++--- anda/system/xpadneo/nightly/dkms/update.rhai | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/system/xpadneo/nightly/akmod/update.rhai b/anda/system/xpadneo/nightly/akmod/update.rhai index 35a14d8d12..2054b27a42 100644 --- a/anda/system/xpadneo/nightly/akmod/update.rhai +++ b/anda/system/xpadneo/nightly/akmod/update.rhai @@ -1,4 +1,4 @@ -let c = sh("cat anda/system/xpadneo/kmod-common/xpadneo.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +let c = sh("cat anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; c.pop(); rpm.global("commit", c); if rpm.changed() { diff --git a/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec index df90b8416e..7e787406ae 100644 --- a/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec +++ b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec @@ -1,6 +1,6 @@ -%global commit - -%global commitdate +%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260411 %global ver 0.10.2 %define buildforkernels akmod %global debug_package %{nil} diff --git a/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec index 7031bbf893..47442280ab 100644 --- a/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec +++ b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec @@ -1,6 +1,6 @@ -%global commit - -%global commitdate +%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260411 %global ver 0.10.2 %global modulename xpadneo diff --git a/anda/system/xpadneo/nightly/dkms/update.rhai b/anda/system/xpadneo/nightly/dkms/update.rhai index 35a14d8d12..2054b27a42 100644 --- a/anda/system/xpadneo/nightly/dkms/update.rhai +++ b/anda/system/xpadneo/nightly/dkms/update.rhai @@ -1,4 +1,4 @@ -let c = sh("cat anda/system/xpadneo/kmod-common/xpadneo.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +let c = sh("cat anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; c.pop(); rpm.global("commit", c); if rpm.changed() { From 8aad8b4e99eade66a00ed888b5edefef42aa1251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luan=20Vitor=20Simi=C3=A3o=20Oliveira?= Date: Sun, 12 Apr 2026 00:04:10 -0300 Subject: [PATCH 0656/1189] add: nct6687d (#11162) --- anda/system/nct6687d/akmod/anda.hcl | 10 +++ anda/system/nct6687d/akmod/nct6687d-kmod.spec | 69 +++++++++++++++++++ anda/system/nct6687d/akmod/update.rhai | 9 +++ anda/system/nct6687d/dkms/anda.hcl | 10 +++ anda/system/nct6687d/dkms/dkms-nct6687d.spec | 61 ++++++++++++++++ anda/system/nct6687d/dkms/dkms-version.patch | 11 +++ anda/system/nct6687d/dkms/update.rhai | 9 +++ anda/system/nct6687d/kmod-common/anda.hcl | 9 +++ .../com.github.nct6687d.metainfo.xml | 22 ++++++ .../system/nct6687d/kmod-common/nct6687d.spec | 55 +++++++++++++++ anda/system/nct6687d/kmod-common/update.rhai | 5 ++ 11 files changed, 270 insertions(+) create mode 100644 anda/system/nct6687d/akmod/anda.hcl create mode 100644 anda/system/nct6687d/akmod/nct6687d-kmod.spec create mode 100644 anda/system/nct6687d/akmod/update.rhai create mode 100644 anda/system/nct6687d/dkms/anda.hcl create mode 100644 anda/system/nct6687d/dkms/dkms-nct6687d.spec create mode 100644 anda/system/nct6687d/dkms/dkms-version.patch create mode 100644 anda/system/nct6687d/dkms/update.rhai create mode 100644 anda/system/nct6687d/kmod-common/anda.hcl create mode 100644 anda/system/nct6687d/kmod-common/com.github.nct6687d.metainfo.xml create mode 100644 anda/system/nct6687d/kmod-common/nct6687d.spec create mode 100644 anda/system/nct6687d/kmod-common/update.rhai diff --git a/anda/system/nct6687d/akmod/anda.hcl b/anda/system/nct6687d/akmod/anda.hcl new file mode 100644 index 0000000000..644fad7c33 --- /dev/null +++ b/anda/system/nct6687d/akmod/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "nct6687d-kmod.spec" + } + labels { + mock = 1 + updbranch = 1 + } +} diff --git a/anda/system/nct6687d/akmod/nct6687d-kmod.spec b/anda/system/nct6687d/akmod/nct6687d-kmod.spec new file mode 100644 index 0000000000..42637bf644 --- /dev/null +++ b/anda/system/nct6687d/akmod/nct6687d-kmod.spec @@ -0,0 +1,69 @@ +# The reason why this package is a separate from the main one despite using the same sources +# is because akmods use the srpm to build the kmod package, and if the kmod package is included +# in the main package, akmods will reinstall the userspace package every time the kernel is updated. + +%if 0%{?fedora} +%global buildforkernels akmod +%global debug_package %{nil} +%endif + +%global commit cedda8bff09a4083e07414fb80fdc3901e7ab544 +%global commitdate 20260411 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global modulename nct6687d + +Name: %{modulename}-kmod +Version: 1.0^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Linux kernel driver for the NCT6687D hardware monitoring chip +License: GPL-2.0-or-later +URL: https://github.com/Fred78290/%{modulename} +Source0: %{url}/archive/%{commit}.tar.gz#/%{modulename}-%{shortcommit}.tar.gz +BuildArch: x86_64 +BuildRequires: gcc +BuildRequires: make +BuildRequires: kmodtool +BuildRequires: elfutils-libelf-devel + +Requires: akmods +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} +Requires: kernel-devel +Conflicts: dkms-%{modulename} + +%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } + +%description +Linux kernel driver for the NCT6687D hardware monitoring chip. +This kernel module permit to recognize the chipset Nuvoton NCT6687-R in lm-sensors package. This sensor is present on some B550 motherboard such as MSI or ASUS. +The implementation is minimalist and was done by reverse coding of Windows 10 source code from LibreHardwareMonitor + +%prep +# error out if there was something wrong with kmodtool +%{?kmodtool_check} + +# print kmodtool output for debugging purposes: +kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null + +%setup -q -c -n %{modulename}-%{commit} + +for kernel_version in %{?kernel_versions} ; do + cp -a %{modulename}-%{commit} _kmod_build_${kernel_version%%___*} +done + +%build +for kernel_version in %{?kernel_versions}; do + make V=0 %{?_smp_mflags} -C "${kernel_version##*___}" M=${PWD}/_kmod_build_${kernel_version%%___*} +done + +%install +for kernel_version in %{?kernel_versions}; do + mkdir -p %{buildroot}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + install -D -m 755 _kmod_build_${kernel_version%%___*}/*.ko %{buildroot}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/ + chmod a+x %{buildroot}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/*.ko +done +%{?akmod_install} + +%changelog +* Sat Apr 11 2026 Luan Oliveira - 1.0^20260411git.cedda8b-1 +- Initial package diff --git a/anda/system/nct6687d/akmod/update.rhai b/anda/system/nct6687d/akmod/update.rhai new file mode 100644 index 0000000000..f651cd8bc4 --- /dev/null +++ b/anda/system/nct6687d/akmod/update.rhai @@ -0,0 +1,9 @@ + let c = sh("cat anda/system/nct6687d/kmod-common/nct6687d.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/nct6687d/kmod-common/nct6687d.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); +} diff --git a/anda/system/nct6687d/dkms/anda.hcl b/anda/system/nct6687d/dkms/anda.hcl new file mode 100644 index 0000000000..eda27e4852 --- /dev/null +++ b/anda/system/nct6687d/dkms/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dkms-nct6687d.spec" + } + labels { + updbranch = 1 + mock = 1 + } +} diff --git a/anda/system/nct6687d/dkms/dkms-nct6687d.spec b/anda/system/nct6687d/dkms/dkms-nct6687d.spec new file mode 100644 index 0000000000..73ac69e8c4 --- /dev/null +++ b/anda/system/nct6687d/dkms/dkms-nct6687d.spec @@ -0,0 +1,61 @@ +%global commit cedda8bff09a4083e07414fb80fdc3901e7ab544 +%global debug_package %{nil} +%global modulename nct6687d +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260411 + +Name: dkms-%{modulename} +Version: 1.0^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Linux kernel driver for the NCT6687D hardware monitoring chip +License: GPL-2.0-or-later +URL: https://github.com/Fred78290/%{modulename} +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +Patch0: dkms-version.patch +BuildRequires: sed +BuildRequires: systemd-rpm-macros +Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} +Requires: dkms +Conflicts: akmod-%{modulename} +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +BuildArch: x86_64 +Provides: %{modulename}-kmod + +%description +Linux kernel driver for the NCT6687D hardware monitoring chip. +This kernel module permit to recognize the chipset Nuvoton NCT6687-R in lm-sensors package. This sensor is present on some B550 motherboard such as MSI or ASUS. +The implementation is minimalist and was done by reverse coding of Windows 10 source code from LibreHardwareMonitor + +%package akmod-modules +Summary: Modules for Akmods +Requires: akmod-%{name} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%prep +%autosetup -p1 -n %{modulename}-%{commit} +sed -i -e 's/__VERSION_STRING/%{version}/g' dkms.conf + +%install +mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version} +cp -fr ./ %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ + +%post +dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : +# Rebuild and make available for the currently running kernel: +dkms build -m %{modulename} -v %{version} -q || : +dkms install -m %{modulename} -v %{version} -q --force || : + +%preun +dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : + +%files +%{_usrsrc}/%{modulename}-%{version} + + + +%changelog +* Sat Apr 11 2026 Luan Oliveira - 1.0^20260411git.cedda8b-1 +- Initial package diff --git a/anda/system/nct6687d/dkms/dkms-version.patch b/anda/system/nct6687d/dkms/dkms-version.patch new file mode 100644 index 0000000000..fe96fc77a8 --- /dev/null +++ b/anda/system/nct6687d/dkms/dkms-version.patch @@ -0,0 +1,11 @@ +diff --git a/dkms.conf b/dkms.conf +index d8fc2b1..d315428 100644 +--- a/dkms.conf ++++ b/dkms.conf +@@ -1,5 +1,5 @@ + PACKAGE_NAME="nct6687d" +-PACKAGE_VERSION="1" ++PACKAGE_VERSION="__VERSION_STRING" + MAKE[0]="make kver=${kernelver} dkms/build" + BUILT_MODULE_NAME[0]="nct6687" + DEST_MODULE_LOCATION[0]="/kernel/drivers/hwmon/" diff --git a/anda/system/nct6687d/dkms/update.rhai b/anda/system/nct6687d/dkms/update.rhai new file mode 100644 index 0000000000..f651cd8bc4 --- /dev/null +++ b/anda/system/nct6687d/dkms/update.rhai @@ -0,0 +1,9 @@ + let c = sh("cat anda/system/nct6687d/kmod-common/nct6687d.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/nct6687d/kmod-common/nct6687d.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); +} diff --git a/anda/system/nct6687d/kmod-common/anda.hcl b/anda/system/nct6687d/kmod-common/anda.hcl new file mode 100644 index 0000000000..2a426355a3 --- /dev/null +++ b/anda/system/nct6687d/kmod-common/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "nct6687d.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/nct6687d/kmod-common/com.github.nct6687d.metainfo.xml b/anda/system/nct6687d/kmod-common/com.github.nct6687d.metainfo.xml new file mode 100644 index 0000000000..0e56f8305d --- /dev/null +++ b/anda/system/nct6687d/kmod-common/com.github.nct6687d.metainfo.xml @@ -0,0 +1,22 @@ + + com.github.nct6687d + NCT6687D Kernel module + nct6687d + Linux kernel driver for the NCT6687D hardware monitoring chip. + +

+This kernel module permit to recognize the chipset Nuvoton NCT6687-R in lm-sensors package. This sensor is present on some B550 motherboard such as MSI or ASUS. + +The implementation is minimalist and was done by reverse coding of Windows 10 source code from LibreHardwareMonitor. +

+
+ https://github.com/Fred78290/nct6687d + CC0-1.0 + + GPL-2.0-or-later + + + Fred78290 + + +
diff --git a/anda/system/nct6687d/kmod-common/nct6687d.spec b/anda/system/nct6687d/kmod-common/nct6687d.spec new file mode 100644 index 0000000000..6276cb0f96 --- /dev/null +++ b/anda/system/nct6687d/kmod-common/nct6687d.spec @@ -0,0 +1,55 @@ +%global commit cedda8bff09a4083e07414fb80fdc3901e7ab544 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260411 + +Name: nct6687d +Version: 1.0^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Linux kernel driver for the NCT6687D hardware monitoring chip +License: GPL-2.0-or-later +URL: https://github.com/Fred78290/%{name} +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +Source1: com.github.nct6687d.metainfo.xml +BuildRequires: systemd-rpm-macros +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} +Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch + +%description +Linux kernel driver for the NCT6687D hardware monitoring chip. +This kernel module permit to recognize the chipset Nuvoton NCT6687-R in lm-sensors package. This sensor is present on some B550 motherboard such as MSI or ASUS. +The implementation is minimalist and was done by reverse coding of Windows 10 source code from LibreHardwareMonitor + +%package akmod-modules +Summary: Modules for Akmods +Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} +BuildArch: noarch + +%description akmod-modules +Akmods modules for the akmod-%{name} package. + +%prep +%autosetup -p1 -n %{name}-%{commit} + +echo %{name} > %{name}.conf +echo "blacklist nct6683" > nct6683_blacklist.conf + +%install +install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/com.github.nct6687d.metainfo.xml + +# Akmods modules +install -Dm 0644 %{name}.conf -t %{buildroot}%{_modulesloaddir} +install -Dm 0644 nct6683_blacklist.conf -t %{buildroot}%{_modprobedir} + +%files +%license LICENSE +%doc README.md images/* TESTING_RESULTS.md +%{_modprobedir}/nct6683_blacklist.conf +%{_datadir}/metainfo/com.github.nct6687d.metainfo.xml + +%files akmod-modules +%{_modulesloaddir}/%{name}.conf + +%changelog +* Sat Apr 11 2026 Luan Oliveira - 1.0^20260411git.cedda8b-1 +- Initial package diff --git a/anda/system/nct6687d/kmod-common/update.rhai b/anda/system/nct6687d/kmod-common/update.rhai new file mode 100644 index 0000000000..03c78a4cb4 --- /dev/null +++ b/anda/system/nct6687d/kmod-common/update.rhai @@ -0,0 +1,5 @@ +rpm.global("commit", gh_commit("Fred78290/nct6687d")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); +} From 5ac85a6d47ebbdbf547c7e3e537fdca6df9ad9c5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 03:16:30 +0000 Subject: [PATCH 0657/1189] bump(nightly): legcord-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly v2ray-nightly xray-nightly types-colorama v2ray-domain-list-community opentabletdriver-nightly gf --- 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/go/v2ray/nightly/v2ray-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/tools/gf/gf.spec | 2 +- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 29b4d9c16e..a0c74cd284 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit c4920f05272e7c7b52794eca4e8cf808b49dabea -%global commit_date 20260405 +%global commit a531e04db0e7b25a7cbdf19d5338350cda75d394 +%global commit_date 20260412 %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 73349afc2b..686e4d6a4b 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 3e3048a5aae15deef16b51c4e4e5c9244ae2041c +%global commit 062f4bf04798e5cf697348e3a95e1960bc9e7e9f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260411 +%global commit_date 20260412 %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 74d0ff464a..3cee30ea5d 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 7421b4b13f87e101d4bbcedd4da84886ceae4e7b +%global commit 557de7c92556ab0eb9725b5693d396a68b242dc3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-10 +%global fulldate 2026-04-11 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index ad2850a141..c75a175d29 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 93e36aa55ef9b43efc59ebe7a3f036149f88db47 +%global commit 5a47e9825babb293a4e4aea3359fb860085ab63f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260411 +%global commit_date 20260412 %global ver 0.233.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 2b55bd0696..fc5ce00415 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 a488eb6d5d168e38b2a5acb271537ccade6765c4 +%global commit a17a45c748231cb66f4a31f1dd37af35e361c945 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260411 +%global commit_date 20260412 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec index 5a86d59117..5a7a581eb8 100644 --- a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec +++ b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec @@ -1,7 +1,7 @@ -%global commit cbab1db9f705129ab85d03c991b91ce067963aed +%global commit 044994a96e28b031a76b9b90420d006fbdbdbf7e %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v5.47.0 -%global commit_date 20260407 +%global commit_date 20260412 %global goipath github.com/v2fly/v2ray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 6c2dae41af..ac11a2767e 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit e5a9fb752e0dcc127dd1740316c853571c16052f +%global commit c93478b891d8a5112e6942490a605da52eb8bd17 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260408 +%global commit_date 20260412 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 1b95b4ba3e..8a37221ab6 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 f510e6cf4eff6faa3f6f2aa5a4ff944c522c8fad -%global commit_date 20260411 +%global commit 46b01bf323f3d7ee8764e844327c4010bade07c3 +%global commit_date 20260412 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index cee71fd8db..1bb58d535b 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 78f87bc8a9e7796a3728fda49594f28c9198b9da +%global commit 22cef344f9cb54e272d264c51580d40aa7788365 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260409151144 -%global commit_date 20260410 +%global ver 20260411144700 +%global commit_date 20260412 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 1bea54701a..47614758f5 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1ca3d057c0097efcdf14f13a487b743cee4941c0 +%global commit 4d16ee2f925621b7a5b03937ae3b00a90e27f234 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260411 +%global commit_date 20260412 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/tools/gf/gf.spec b/anda/tools/gf/gf.spec index 6df006f1df..e47e701fb8 100644 --- a/anda/tools/gf/gf.spec +++ b/anda/tools/gf/gf.spec @@ -1,6 +1,6 @@ %global forgeurl https://github.com/nakst/gf -%global commit 9a5dbcc90dc9ca9580f6ce2854cd67e2e507b0c1 +%global commit 93066aae8d7328c41f0da9985c680691fafa3fab %global shortcommit %{sub %{commit} 0 7} %global commitdate 20251231 From 7cdda0f407c23345ea93425926c32640056ed03b Mon Sep 17 00:00:00 2001 From: idiot-shinuki Date: Sat, 11 Apr 2026 23:16:47 -0400 Subject: [PATCH 0658/1189] fix(prismlauncher): rename modrinth-mrpack-mime.xml to org.prismlauncher.PrismLauncher.xml (#11191) The new name was merged into the stable version when PrismLauncher 11.0 released but the file has so far only been renamed in the prismlauncher-nightly spec file and not the prismlauncher spec. Signed-off-by: idiot-shinuki --- anda/games/prismlauncher/prismlauncher.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index ec6baecb44..c21be0384b 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -134,7 +134,7 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt %{_appsdir}/org.prismlauncher.PrismLauncher.desktop %{_scalableiconsdir}/org.prismlauncher.PrismLauncher.svg %{_hicolordir}/256x256/apps/org.prismlauncher.PrismLauncher.png -%{_datadir}/mime/packages/modrinth-mrpack-mime.xml +%{_datadir}/mime/packages/org.prismlauncher.PrismLauncher.xml %{_datadir}/qlogging-categories%{qt_version}/prismlauncher.categories %{_mandir}/man?/prismlauncher.* %{_metainfodir}/org.prismlauncher.PrismLauncher.metainfo.xml From 6ec988e3541bf72cbfae8c98339aa94c3c237af8 Mon Sep 17 00:00:00 2001 From: DioEgizio Date: Sun, 12 Apr 2026 05:43:36 +0200 Subject: [PATCH 0659/1189] fix(prismlauncher/-nightly): add new dependency on vulkan-headers (#10679) * fix(prismlauncher/-nightly): add new dependency on vulkan-headers also removes no longer requireed dependencies Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> * fix: files Signed-off-by: Owen-sz --------- Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Owen-sz Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Owen-sz --- .../0001-find-cmark-with-pkgconfig.patch | 79 ------------------- .../prismlauncher-nightly.spec | 7 +- anda/games/prismlauncher/prismlauncher.spec | 6 +- 3 files changed, 2 insertions(+), 90 deletions(-) delete mode 100644 anda/games/prismlauncher-nightly/0001-find-cmark-with-pkgconfig.patch diff --git a/anda/games/prismlauncher-nightly/0001-find-cmark-with-pkgconfig.patch b/anda/games/prismlauncher-nightly/0001-find-cmark-with-pkgconfig.patch deleted file mode 100644 index d41ef66bec..0000000000 --- a/anda/games/prismlauncher-nightly/0001-find-cmark-with-pkgconfig.patch +++ /dev/null @@ -1,79 +0,0 @@ -From 5a38fc2c9a329e88c8337af541dfeccaeff1fefb Mon Sep 17 00:00:00 2001 -From: seth -Date: Sun, 15 Jan 2023 14:47:49 -0500 -Subject: [PATCH] find cmark with pkgconfig - -Signed-off-by: seth ---- - cmake/Findcmark.cmake | 59 +++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 59 insertions(+) - create mode 100755 cmake/Findcmark.cmake - -diff --git a/cmake/Findcmark.cmake b/cmake/Findcmark.cmake -new file mode 100755 -index 00000000..9858e5df ---- /dev/null -+++ b/cmake/Findcmark.cmake -@@ -0,0 +1,59 @@ -+# SPDX-FileCopyrightText: 2019 Black Hat -+# SPDX-License-Identifier: GPL-3.0-only -+ -+# -+# CMake module to search for the cmark library -+# -+ -+# first try to find cmark-config.cmake -+# path to a file not in the search path can be set with 'cmake -Dcmark_DIR=some/path/' -+find_package(cmark CONFIG QUIET) -+if(cmark_FOUND AND TARGET cmark::cmark) -+ # found it! -+ return() -+endif() -+ -+find_package(PkgConfig QUIET) -+if(PKG_CONFIG_FOUND) -+ pkg_check_modules(PC_CMARK QUIET cmark) -+endif() -+ -+if(NOT CMARK_INCLUDE_DIR) -+ find_path(CMARK_INCLUDE_DIR -+ NAMES cmark.h -+ PATHS -+ ${PC_CMARK_INCLUDEDIR} -+ ${PC_CMARK_INCLUDE_DIRS} -+ /usr/include -+ /usr/local/include) -+endif() -+ -+if(NOT CMARK_LIBRARY) -+ find_library(CMARK_LIBRARY -+ NAMES cmark -+ HINTS -+ ${PC_CMARK_LIBDIR} -+ ${PC_CMARK_LIBRARY_DIRS} -+ /usr/lib -+ /usr/local/lib) -+endif() -+ -+if(NOT TARGET cmark::cmark) -+ add_library(cmark::cmark UNKNOWN IMPORTED) -+ set_target_properties(cmark::cmark -+ PROPERTIES INTERFACE_INCLUDE_DIRECTORIES -+ ${CMARK_INCLUDE_DIR}) -+ set_property(TARGET cmark::cmark APPEND -+ PROPERTY IMPORTED_LOCATION ${CMARK_LIBRARY}) -+endif() -+ -+include(FindPackageHandleStandardArgs) -+find_package_handle_standard_args(cmark -+ DEFAULT_MSG -+ CMARK_INCLUDE_DIR -+ CMARK_LIBRARY) -+ -+mark_as_advanced(CMARK_LIBRARY CMARK_INCLUDE_DIR) -+ -+set(CMARK_LIBRARIES ${CMARK_LIBRARY}) -+set(CMARK_INCLUDE_DIRS ${CMARK_INCLUDE_DIR}) --- -2.39.0 - diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index fc5ce00415..9ee27aa136 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -26,7 +26,6 @@ Summary: Minecraft launcher with ability to manage multiple instances License: GPL-3.0-only AND Apache-2.0 AND LGPL-3.0-only AND GPL-3.0-or-later AND GPL-2.0-or-later AND ISC AND OFL-1.1 AND LGPL-2.1-only AND MIT AND BSD-2-Clause-FreeBSD AND BSD-3-Clause AND LGPL-3.0-or-later Group: Amusements/Games URL: https://prismlauncher.org/ -Patch0: 0001-find-cmark-with-pkgconfig.patch Source2: nightly.xml BuildRequires: cmake >= 3.15 @@ -47,7 +46,7 @@ BuildRequires: anda-srpm-macros BuildRequires: desktop-file-utils BuildRequires: libappstream-glib BuildRequires: tomlplusplus-devel -BuildRequires: cmake(ghc_filesystem) +BuildRequires: vulkan-headers BuildRequires: pkgconfig(libqrencode) BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(gamemode) @@ -60,8 +59,6 @@ BuildRequires: cmake(Qt%{qt_version}Widgets) >= %{min_qt_version} BuildRequires: cmake(Qt%{qt_version}Xml) >= %{min_qt_version} BuildRequires: cmake(Qt%{qt_version}NetworkAuth) >= %{min_qt_version} -BuildRequires: cmake(Qt6Core5Compat) - BuildRequires: pkgconfig(libcmark) BuildRequires: pkgconfig(scdoc) BuildRequires: pkgconfig(zlib) @@ -97,8 +94,6 @@ multiple installations of Minecraft at once (Fork of MultiMC) %prep %git_clone https://github.com/%{nice_name}/%{nice_name}.git %{commit} -rm -rf libraries/{extra-cmake-modules,zlib}/ - # Do not set RPATH sed -i "s|\$ORIGIN/||" CMakeLists.txt diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index c21be0384b..ca1767975f 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -39,7 +39,6 @@ BuildRequires: java-17-openjdk-devel BuildRequires: anda-srpm-macros BuildRequires: desktop-file-utils BuildRequires: libappstream-glib -BuildRequires: cmake(ghc_filesystem) BuildRequires: cmake(Qt%{qt_version}Concurrent) >= %{min_qt_version} BuildRequires: cmake(Qt%{qt_version}Core) >= %{min_qt_version} BuildRequires: cmake(Qt%{qt_version}Gui) >= %{min_qt_version} @@ -49,12 +48,11 @@ BuildRequires: cmake(Qt%{qt_version}Widgets) >= %{min_qt_version} BuildRequires: cmake(Qt%{qt_version}Xml) >= %{min_qt_version} BuildRequires: cmake(Qt%{qt_version}NetworkAuth) >= %{min_qt_version} BuildRequires: tomlplusplus-devel +BuildRequires: vulkan-headers BuildRequires: pkgconfig(libqrencode) BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(gamemode) -BuildRequires: cmake(Qt6Core5Compat) - BuildRequires: pkgconfig(libcmark) BuildRequires: pkgconfig(scdoc) BuildRequires: pkgconfig(zlib) @@ -90,8 +88,6 @@ multiple installations of Minecraft at once (Fork of MultiMC) %prep %autosetup -n PrismLauncher-%{version} -rm -rf libraries/{extra-cmake-modules,filesystem,zlib} - # Do not set RPATH sed -i "s|\$ORIGIN/||" CMakeLists.txt From 372b3fffb9080420123ea85e6b6618ed1e33bb99 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 05:12:03 +0000 Subject: [PATCH 0660/1189] 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 377ab43ea0..c47392004b 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.10.9.1 +Version: 0.11.1.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium From e3daed3ff33e8fc5b766bd3e1f9573430fe2a419 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 12 Apr 2026 00:54:02 -0500 Subject: [PATCH 0661/1189] fix: Point Adoptium to Rawhide (#11200) --- anda/games/prismlauncher-nightly/anda.hcl | 2 +- anda/games/prismlauncher/anda.hcl | 2 +- anda/tools/buildsys/gradle/anda.hcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/prismlauncher-nightly/anda.hcl b/anda/games/prismlauncher-nightly/anda.hcl index 061a1307db..fdc18bbc52 100644 --- a/anda/games/prismlauncher-nightly/anda.hcl +++ b/anda/games/prismlauncher-nightly/anda.hcl @@ -1,7 +1,7 @@ project pkg { rpm { spec = "prismlauncher-nightly.spec" - extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"] + extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"] } labels { nightly = 1 diff --git a/anda/games/prismlauncher/anda.hcl b/anda/games/prismlauncher/anda.hcl index 3a35d4fe52..fc4ef0f47c 100644 --- a/anda/games/prismlauncher/anda.hcl +++ b/anda/games/prismlauncher/anda.hcl @@ -1,7 +1,7 @@ project pkg { rpm { spec = "prismlauncher.spec" - extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"] + extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"] } labels { mock = 1 diff --git a/anda/tools/buildsys/gradle/anda.hcl b/anda/tools/buildsys/gradle/anda.hcl index da5869ef05..81e72434b7 100644 --- a/anda/tools/buildsys/gradle/anda.hcl +++ b/anda/tools/buildsys/gradle/anda.hcl @@ -2,6 +2,6 @@ project pkg { arches = ["x86_64"] rpm { spec = "gradle.spec" - extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/\\$releasever/\\$basearch"] + extra_repos = ["https://packages.adoptium.net/artifactory/rpm/fedora/rawhide/\\$basearch"] } } From 093348fb46af79bbfce7844a7410190401f9b199 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 12 Apr 2026 00:58:43 -0500 Subject: [PATCH 0662/1189] fix(dkms-rtl8821cu): Update kmod build files (#11190) --- anda/system/rtl8821cu/dkms/anda.hcl | 1 + anda/system/rtl8821cu/dkms/dkms-rtl8821cu.spec | 6 +++--- .../system/rtl8821cu/kmod-common/rtl8821cu-kmod-common.spec | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/rtl8821cu/dkms/anda.hcl b/anda/system/rtl8821cu/dkms/anda.hcl index 3d716dd0ca..09cdb8c884 100644 --- a/anda/system/rtl8821cu/dkms/anda.hcl +++ b/anda/system/rtl8821cu/dkms/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "dkms-rtl8821cu.spec" } diff --git a/anda/system/rtl8821cu/dkms/dkms-rtl8821cu.spec b/anda/system/rtl8821cu/dkms/dkms-rtl8821cu.spec index 439731cce7..f1cce2d9f4 100644 --- a/anda/system/rtl8821cu/dkms/dkms-rtl8821cu.spec +++ b/anda/system/rtl8821cu/dkms/dkms-rtl8821cu.spec @@ -4,13 +4,12 @@ %global ver 5.12.0.4 %global modulename rtl8821cu %global git_name 8821cu-20210916 -%global debug_package %{nil} %global _description %{expand: Linux Driver for USB Wi-Fi Adapters that are based on the RTL8811CU, RTL8821CU, RTL8821CUH, and RTL8731AU chipsets.} Name: dkms-%{modulename} Version: %{ver}^%{commit_date}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Linux Driver for USB Wi-Fi Adapters using RTL8821 chipsets License: GPL-2.0-only URL: https://github.com/morrownr/8821cu-20210916 @@ -26,6 +25,7 @@ Requires: bc Requires: make Provides: %{modulename}-kmod Conflicts: akmod-%{modulename} +BuildArch: noarch Packager: Gilver E. %description %_description @@ -50,7 +50,7 @@ sed -i 's/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g' Makefil %install mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ -cp -fr core hal include os_dep platform Kconfig Makefile halmac.mk dkms-make.sh dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr core hal include os_dep platform Kconfig Makefile halmac.mk rtl8821c.mk dkms-make.sh dkms.conf %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ %if 0%{?fedora} # Do not enable weak modules support in Fedora (no kABI): diff --git a/anda/system/rtl8821cu/kmod-common/rtl8821cu-kmod-common.spec b/anda/system/rtl8821cu/kmod-common/rtl8821cu-kmod-common.spec index 6a6d2ec817..b6685aefa8 100644 --- a/anda/system/rtl8821cu/kmod-common/rtl8821cu-kmod-common.spec +++ b/anda/system/rtl8821cu/kmod-common/rtl8821cu-kmod-common.spec @@ -4,7 +4,6 @@ %global ver 5.12.0.4 %global modulename rtl8821cu %global git_name 8821cu-20210916 -%global debug_package %{nil} Name: %{modulename}-kmod-common Version: %{ver}^%{commit_date}git.%{shortcommit} From f5649dbb482e5dd50ba0aa3ca729c1525427703d Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 12 Apr 2026 00:59:28 -0500 Subject: [PATCH 0663/1189] chore: Update Terra URL (#11201) --- README.md | 2 +- anda/langs/zig/bootstrap/setup.sh | 4 ++-- anda/misc/prime-run/prime-run.spec | 4 ++-- .../gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec | 2 +- .../gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec | 2 +- .../gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec | 2 +- anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec | 6 +++--- .../akmod/logitech-rs50-linux-driver-kmod.spec | 6 +++--- anda/system/nct6687d/akmod/nct6687d-kmod.spec | 6 +++--- anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec | 6 +++--- anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec | 6 +++--- anda/system/rtl8821cu/akmod/rtl8821cu-kmod.spec | 6 +++--- anda/system/sc0710/akmod/sc0710-kmod.spec | 6 +++--- anda/system/usbio-drivers/akmod/intel-usbio-kmod.spec | 6 +++--- anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec | 6 +++--- anda/system/wl-kmod/wl-kmod.spec | 6 +++--- anda/system/xone/nightly/akmod/xone-nightly-kmod.spec | 6 +++--- anda/system/xone/stable/akmod/xone-kmod.spec | 6 +++--- anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec | 6 +++--- anda/system/xonedo/stable/akmod/xonedo-kmod.spec | 6 +++--- anda/system/xpad-noone/akmod/xpad-noone-kmod.spec | 6 +++--- anda/system/zenergy/akmod/zenergy-kmod.spec | 6 +++--- anda/terra/gpg-keys/terra-gpg-keys.spec | 6 +++--- anda/terra/release/terra-release.spec | 6 +++--- 24 files changed, 62 insertions(+), 62 deletions(-) diff --git a/README.md b/README.md index 54093e8368..2c71d59f8c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Terra is a rolling-release Fedora repository for all the software you need. With Terra, you can install the latest packages knowing that quality and security are assured. -See the introduction at [our website](https://terra.fyralabs.com). +See the introduction at [our website](https://terrapkg.com). This monorepo contains the package manifests for all packages in Terra. diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index cb9798800c..a632dc12f1 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -21,8 +21,8 @@ if [ "$1" == "fetch" ]; then randomize_mirrors done echo -e "\033[0;32mNote:\033[0m Selected mirror $mirror" - curl -A "rpmdev-spectool" -H "Accept-Encoding: identity" -O ${mirror}/zig-${version}.tar.xz?source=terra.fyralabs.com - curl -A "rpmdev-spectool" -H "Accept-Encoding: identity" -O ${mirror}/zig-${version}.tar.xz.minisig?source=terra.fyralabs.com + curl -A "rpmdev-spectool" -H "Accept-Encoding: identity" -O ${mirror}/zig-${version}.tar.xz?source=terrapkg.com + curl -A "rpmdev-spectool" -H "Accept-Encoding: identity" -O ${mirror}/zig-${version}.tar.xz.minisig?source=terrapkg.com elif [ "$1" == "version" ]; then echo $version # Grab a random mirror. For debugging purposes. diff --git a/anda/misc/prime-run/prime-run.spec b/anda/misc/prime-run/prime-run.spec index 6b9d547dfe..546d7e5a0c 100644 --- a/anda/misc/prime-run/prime-run.spec +++ b/anda/misc/prime-run/prime-run.spec @@ -1,10 +1,10 @@ Name: prime-run Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple script to run an application with NVIDIA PRIME GPU offloading License: MIT -URL: https://terra.fyralabs.com +URL: https://terrapkg.com Source0: prime-run.sh # Bash script 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 fa45d600ba..607c6735ae 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec @@ -38,7 +38,7 @@ GStreamer plugin containing libav library code. #export CFLAGS="%{optflags} -Wno-error=attributes" %meson \ -D package-name="Fedora GStreamer-plugins-ugly package" \ - -D package-origin="https://terra.fyralabs.com" \ + -D package-origin="https://terrapkg.com" \ -D doc=disabled %meson_build diff --git a/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec b/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec index e48b9c313c..d35d849d85 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec @@ -395,7 +395,7 @@ Provides: %{name}-free-devel%{?_isa} = %{?epoch}:%{version}-%{release} -D opus=enabled \ -D orc=enabled \ -D package-name="Fedora GStreamer-plugins-bad package" \ - -D package-origin="https://terra.fyralabs.com" \ + -D package-origin="https://terrapkg.com" \ -D pcapparse=enabled \ -D pnm=enabled \ -D proxy=enabled \ 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 f34f83344f..6698a5cd00 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec @@ -40,7 +40,7 @@ This module contains a set of plugins that have good quality and are well tested %build %meson \ -D package-name="Fedora GStreamer-plugins-ugly package" \ - -D package-origin="https://terra.fyralabs.com" \ + -D package-origin="https://terrapkg.com" \ -D a52dec=enabled \ -D asfdemux=enabled \ -D cdio=enabled \ diff --git a/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec b/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec index 5dd35d4a9d..8fa8ac5b85 100644 --- a/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec +++ b/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec @@ -10,7 +10,7 @@ Name: %{modulename}-kmod Summary: Akmods module for %{modulename} Version: 0^%{commit_date}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-or-later URL: https://github.com/intel/ipu6-drivers Source0: https://github.com/intel/ipu6-drivers/archive/%{commit}/ipu6-drivers-%{shortcommit}.tar.gz @@ -25,7 +25,7 @@ Provides: %{name} = %{commitdate}.%{shortcommit}-%{release} Provides: akmod-%{modulename} = %{commitdate}.%{shortcommit}-%{release} %endif -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description This package enables the Intel IPU6 image processor. @@ -34,7 +34,7 @@ This package enables the Intel IPU6 image processor. # Error out if there was something wrong with kmodtool: %{?kmodtool_check} # Print kmodtool output for debugging purposes: -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -p1 -n ipu6-drivers-%{commit} patch -p1 -i patches/*.patch diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index 4d5f7ce63b..1e5dd05b54 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -14,7 +14,7 @@ Name: %{modulename}-kmod Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/logitech-rs50-linux-driver @@ -30,7 +30,7 @@ Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} Requires: kernel-devel Conflicts: dkms-%{modulename} -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276). @@ -42,7 +42,7 @@ Note: This driver replaces the in-kernel hid-logitech-hidpp module and continues %{?kmodtool_check} # print kmodtool output for debugging purposes: -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %setup -q -c -n %{modulename}-%{commit} diff --git a/anda/system/nct6687d/akmod/nct6687d-kmod.spec b/anda/system/nct6687d/akmod/nct6687d-kmod.spec index 42637bf644..e934a502e4 100644 --- a/anda/system/nct6687d/akmod/nct6687d-kmod.spec +++ b/anda/system/nct6687d/akmod/nct6687d-kmod.spec @@ -14,7 +14,7 @@ Name: %{modulename}-kmod Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux kernel driver for the NCT6687D hardware monitoring chip License: GPL-2.0-or-later URL: https://github.com/Fred78290/%{modulename} @@ -31,7 +31,7 @@ Requires: %{modulename}-akmod-modules = %{?epoch:%{epoch}:}%{version} Requires: kernel-devel Conflicts: dkms-%{modulename} -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description Linux kernel driver for the NCT6687D hardware monitoring chip. @@ -43,7 +43,7 @@ The implementation is minimalist and was done by reverse coding of Windows 10 so %{?kmodtool_check} # print kmodtool output for debugging purposes: -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %setup -q -c -n %{modulename}-%{commit} diff --git a/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec index f1e49ed4c4..02f1dc1eeb 100644 --- a/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec +++ b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec @@ -6,7 +6,7 @@ Name: %{modulename}-kmod Version: 580.119.02 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License @@ -24,7 +24,7 @@ Provides: akmod-nvidia-580 = %{evr} BuildRequires: kmodtool # kmodtool does its magic here: -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description The NVidia %{version} display driver kernel module for kernel %{kversion}. @@ -33,7 +33,7 @@ The NVidia %{version} display driver kernel module for kernel %{kversion}. # Error out if there was something wrong with kmodtool: %{?kmodtool_check} # Print kmodtool output for debugging purposes: -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null sh %{SOURCE0} -x --target %{real_name}-%{version}-%{_arch} %setup -T -D -n %{real_name}-%{version}-%{_arch} diff --git a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec index 3afa2a5d1f..1c8dac67e5 100644 --- a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec +++ b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec @@ -8,7 +8,7 @@ Name: nvidia-kmod Version: 595.58.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License @@ -28,7 +28,7 @@ BuildRequires: gcc-c++ BuildRequires: kmodtool # kmodtool does its magic here: -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description The NVidia %{version} display driver kernel module for kernel %{kversion}. @@ -37,7 +37,7 @@ The NVidia %{version} display driver kernel module for kernel %{kversion}. # Error out if there was something wrong with kmodtool: %{?kmodtool_check} # Print kmodtool output for debugging purposes: -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %setup -c diff --git a/anda/system/rtl8821cu/akmod/rtl8821cu-kmod.spec b/anda/system/rtl8821cu/akmod/rtl8821cu-kmod.spec index 7e101d011c..dfbb341e87 100644 --- a/anda/system/rtl8821cu/akmod/rtl8821cu-kmod.spec +++ b/anda/system/rtl8821cu/akmod/rtl8821cu-kmod.spec @@ -11,7 +11,7 @@ Linux Driver for USB Wi-Fi Adapters that are based on the RTL8811CU, RTL8821CU, Name: %{modulename}-kmod Version: %{ver}^%{commit_date}git.%{shortcommit} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Linux Driver for USB Wi-Fi Adapters using RTL8821 chipsets License: GPL-2.0-only URL: https://github.com/morrownr/8821cu-20210916 @@ -23,13 +23,13 @@ Requires: akmods Conflicts: dkms-%{modulename} Packager: Gilver E. -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description %_description %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -n %{git_name}-%{commit} diff --git a/anda/system/sc0710/akmod/sc0710-kmod.spec b/anda/system/sc0710/akmod/sc0710-kmod.spec index b4f4b6ba95..8a604c35a5 100644 --- a/anda/system/sc0710/akmod/sc0710-kmod.spec +++ b/anda/system/sc0710/akmod/sc0710-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Elgato 4K60 Pro MK.2 / 4K Pro capture card driver License: GPL-2.0-only URL: https://github.com/Nakildias/sc0710 @@ -19,14 +19,14 @@ Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} Conflicts: dkms-%{modulename} Packager: Kyle Gospodnetich -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description Elgato 4K60 Pro MK.2 / 4K Pro capture card driver. %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -p1 -n %{modulename}-%{commit} diff --git a/anda/system/usbio-drivers/akmod/intel-usbio-kmod.spec b/anda/system/usbio-drivers/akmod/intel-usbio-kmod.spec index 39b2b41818..2d07e88742 100644 --- a/anda/system/usbio-drivers/akmod/intel-usbio-kmod.spec +++ b/anda/system/usbio-drivers/akmod/intel-usbio-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-kmod Summary: Kernel drivers for the USBIO Extension Version: 0^%{commit_date}git.%{shortcommit} -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-only URL: https://github.com/intel/usbio-drivers Source0: %{url}/archive/%{commit}.tar.gz#/usbio-drivers-%{shortcommit}.tar.gz @@ -20,7 +20,7 @@ Requires: akmods Requires: akmod-intel-ipu6 Packager: Gilver E. -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description This package enables USBIO Extension drivers on Intel Alder Lake, Raptor Lake, Meteor Lake and Lunar Lake platforms. @@ -30,7 +30,7 @@ This package enables USBIO Extension drivers on Intel Alder Lake, Raptor Lake, M %{?kmodtool_check} # print kmodtool output for debugging purposes: -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -p1 -n usbio-drivers-%{commit} rm -fr .github diff --git a/anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec b/anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec index 9aaa28e8ec..f2312787eb 100644 --- a/anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec +++ b/anda/system/v4l2loopback/akmod/v4l2loopback-kmod.spec @@ -18,7 +18,7 @@ This module allows you to create \"virtual video devices.\" Normal \(v4l2\) appl Name: %{modulename}-kmod Summary: Kernel module (kmod) for V4L2 loopback devices Version: 0.15.3 -Release: 3%?dist +Release: 4%{?dist} License: GPL-2.0-or-later URL: https://github.com/v4l2loopback/v4l2loopback Source0: %{url}/archive/v%{version}/%{modulename}-%{version}.tar.gz @@ -35,14 +35,14 @@ Requires: kernel-devel Conflicts: dkms-%{modulename} Packager: Cappy Ishihara -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description %_description %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %setup -q -c (cd v4l2loopback-%{version} diff --git a/anda/system/wl-kmod/wl-kmod.spec b/anda/system/wl-kmod/wl-kmod.spec index 0a4ec39193..77f043179b 100644 --- a/anda/system/wl-kmod/wl-kmod.spec +++ b/anda/system/wl-kmod/wl-kmod.spec @@ -10,7 +10,7 @@ Name: wl-kmod Version: 6.30.223.271 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Kernel module for Broadcom wireless devices Group: System Environment/Kernel License: Redistributable, no modification permitted @@ -58,7 +58,7 @@ BuildRequires: elfutils-libelf-devel %{!?kernels:BuildRequires: gcc, elfutils-libelf-devel} -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description These packages contain Broadcom's IEEE 802.11a/b/g/n hybrid Linux device driver for use with Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43142-, BCM43224-, BCM43225-, BCM43227-, BCM43228-, BCM4331-, BCM4360, and -BCM4352-. @@ -67,7 +67,7 @@ NOTE: Please read the LICENSE.txt file in the docs directory before using this d %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %setup -q -c -T mkdir %{name}-%{version}-src diff --git a/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec b/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec index 6abed7ff39..68188620f7 100644 --- a/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec +++ b/anda/system/xone/nightly/akmod/xone-nightly-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-nightly-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif @@ -28,14 +28,14 @@ Obsoletes: %{name} < %{?epoch:%{epoch}:}3.0^20250419git.c682b0c %endif Packager: Gilver E. -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description Linux kernel driver for Xbox One and Xbox Series X|S accessories. %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -p1 -n %{modulename}-%{commit} diff --git a/anda/system/xone/stable/akmod/xone-kmod.spec b/anda/system/xone/stable/akmod/xone-kmod.spec index ba98f6f6ec..39651ecf4b 100644 --- a/anda/system/xone/stable/akmod/xone-kmod.spec +++ b/anda/system/xone/stable/akmod/xone-kmod.spec @@ -4,7 +4,7 @@ Name: %{modulename}-kmod Version: 0.5.8 -Release: 2%{?dist} +Release: 3%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif @@ -24,14 +24,14 @@ Obsoletes: %{name} < %{?epoch:%{epoch}:}0.3.4 %endif Packager: Gilver E. -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description Linux kernel driver for Xbox One and Xbox Series X|S accessories. %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -p1 -n %{modulename}-%{version} diff --git a/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec b/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec index 216e7f1e27..61e2d361b3 100644 --- a/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec +++ b/anda/system/xonedo/nightly/akmod/xonedo-nightly-kmod.spec @@ -8,7 +8,7 @@ Name: %{modulename}-nightly-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 3%{?dist} +Release: 4%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 1 %endif @@ -31,14 +31,14 @@ Obsoletes: %{name} < %{?epoch:%{epoch}:}3.0^20250419git.c682b0c %endif Packager: Kyle Gospodnetich -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description Linux kernel driver for Xbox One and Xbox Series X|S accessories. Compatible with the xpad kernel module. %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -p1 -n %{modulename}-%{commit} diff --git a/anda/system/xonedo/stable/akmod/xonedo-kmod.spec b/anda/system/xonedo/stable/akmod/xonedo-kmod.spec index 02ae5c2942..36d0950055 100644 --- a/anda/system/xonedo/stable/akmod/xonedo-kmod.spec +++ b/anda/system/xonedo/stable/akmod/xonedo-kmod.spec @@ -5,7 +5,7 @@ Name: %{modulename}-kmod Version: 0.5.7 -Release: 3%?dist +Release: 4%{?dist} %if 0%{?fedora} <= 43 || 0%{?rhel} <= 10 Epoch: 2 %endif @@ -28,14 +28,14 @@ Obsoletes: %{name} < %{?epoch:%{epoch}:}0.3.4 %endif Packager: Kyle Gospodnetich -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description Linux kernel driver for Xbox One and Xbox Series X|S accessories. Compatible with the xpad kernel module. %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -p1 -n %{modulename}-%{version}-ogc%{ogcversion} diff --git a/anda/system/xpad-noone/akmod/xpad-noone-kmod.spec b/anda/system/xpad-noone/akmod/xpad-noone-kmod.spec index 74f048c0d5..fff0b2ab46 100644 --- a/anda/system/xpad-noone/akmod/xpad-noone-kmod.spec +++ b/anda/system/xpad-noone/akmod/xpad-noone-kmod.spec @@ -10,7 +10,7 @@ This is the original upstream xpad driver from the Linux kernel with support for Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 5%{?dist} +Release: 6%{?dist} License: GPL-2.0-or-later Summary: xpad driver with support for XBox One controllers removed URL: https://github.com/medusalix/xpad-noone @@ -28,14 +28,14 @@ Requires: akmods Conflicts: dkms-%{modulename} Packager: Gilver E. -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description %_description %prep %{?kmodtool_check} -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %autosetup -n %{modulename}-%{commit} -p1 diff --git a/anda/system/zenergy/akmod/zenergy-kmod.spec b/anda/system/zenergy/akmod/zenergy-kmod.spec index 3b1bea1e59..49d828ac25 100644 --- a/anda/system/zenergy/akmod/zenergy-kmod.spec +++ b/anda/system/zenergy/akmod/zenergy-kmod.spec @@ -14,7 +14,7 @@ Name: %{modulename}-kmod Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 3%{?dist} +Release: 4%{?dist} Summary: Exposes the energy counters that are reported via the Running Average Power Limit (RAPL) Model-specific Registers (MSRs) via the hardware monitor (HWMON) sysfs interface. License: GPL-2.0 URL: https://github.com/BoukeHaarsma23/zenergy @@ -33,7 +33,7 @@ Requires: kernel-devel Conflicts: dkms-%{modulename} Packager: Cappy Ishihara -%{expand:%(kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } +%{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } %description Based on AMD_ENERGY driver, but with some jiffies added so non-root users can read it safely. @@ -45,7 +45,7 @@ via the hardware monitor (HWMON) sysfs interface. %{?kmodtool_check} # print kmodtool output for debugging purposes: -kmodtool --target %{_target_cpu} --repo terra.fyralabs.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null +kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{modulename} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null %setup -q -c -n %{modulename}-%{commit} diff --git a/anda/terra/gpg-keys/terra-gpg-keys.spec b/anda/terra/gpg-keys/terra-gpg-keys.spec index 66e2773f48..89fa95325e 100644 --- a/anda/terra/gpg-keys/terra-gpg-keys.spec +++ b/anda/terra/gpg-keys/terra-gpg-keys.spec @@ -2,12 +2,12 @@ Name: terra-gpg-keys Version: %{?fedora:%{fedora}}%{?rhel:%{rhel}} -Release: 2%?dist +Release: 3%{?dist} Summary: GPG keys for Terra Requires: filesystem >= 3.18-6 License: MIT -URL: https://terra.fyralabs.com +URL: https://terrapkg.com # We aren't pulling keys from the origin URLs, since they shouldn't change and this is easier to audit. Source0: RPM-GPG-KEY-terrarawhide Source1: RPM-GPG-KEY-terrarawhide-extras @@ -53,7 +53,7 @@ Source40: RPM-GPG-KEY-terrael10 Source41: RPM-GPG-KEY-terrael10-source BuildArch: noarch -Packager: Terra Packaging Team +Packager: Terra Packaging Team %description GPG keys for Terra, used for verifying RPM package signatures. diff --git a/anda/terra/release/terra-release.spec b/anda/terra/release/terra-release.spec index 035e8bd6da..1efa3838eb 100644 --- a/anda/terra/release/terra-release.spec +++ b/anda/terra/release/terra-release.spec @@ -2,11 +2,11 @@ Name: terra-release Version: %{?fedora:%{fedora}}%{?rhel:%{rhel}} -Release: 2%?dist +Release: 3%{?dist} Summary: Release package for Terra License: MIT -URL: https://terra.fyralabs.com +URL: https://terrapkg.com Source0: terra.repo Source1: terra-extras.repo Source2: terra-nvidia.repo @@ -19,7 +19,7 @@ BuildArch: noarch Requires: terra-gpg-keys -Packager: Terra Packaging Team +Packager: Terra Packaging Team %description Release package for Terra, containing the Terra repository configuration. From 8a0418ff85c885580c4fb07af314f449a026678c Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 12 Apr 2026 02:07:56 -0500 Subject: [PATCH 0664/1189] fix: Terra email in release and keys (#11209) --- anda/terra/gpg-keys/terra-gpg-keys.spec | 4 ++-- anda/terra/release/terra-release.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/terra/gpg-keys/terra-gpg-keys.spec b/anda/terra/gpg-keys/terra-gpg-keys.spec index 89fa95325e..98de662440 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: 3%{?dist} +Release: 4%{?dist} Summary: GPG keys for Terra Requires: filesystem >= 3.18-6 @@ -53,7 +53,7 @@ Source40: RPM-GPG-KEY-terrael10 Source41: RPM-GPG-KEY-terrael10-source BuildArch: noarch -Packager: Terra Packaging Team +Packager: Terra Packaging Team %description GPG keys for Terra, used for verifying RPM package signatures. diff --git a/anda/terra/release/terra-release.spec b/anda/terra/release/terra-release.spec index 1efa3838eb..f7cc32f49f 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: 3%{?dist} +Release: 4%{?dist} Summary: Release package for Terra License: MIT @@ -19,7 +19,7 @@ BuildArch: noarch Requires: terra-gpg-keys -Packager: Terra Packaging Team +Packager: Terra Packaging Team %description Release package for Terra, containing the Terra repository configuration. From 6cb7573133fe99f41a50cc2e6def1544a2ce6072 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 08:49:42 +0000 Subject: [PATCH 0665/1189] 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 a632dc12f1..751de3bae5 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.3144+ac6fb0b59 +version=0.16.0-dev.3146+0606af509 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 8e4213943b..247989e416 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3144+ac6fb0b59 +%global ver 0.16.0-dev.3146+0606af509 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From f21923c0aec21bf617e919e480a3a1aeae891cf5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 09:33:53 +0000 Subject: [PATCH 0666/1189] 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 298abe4075..2bfdfac892 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 f826f95c70b09565d923b51a6dcb10b34fe1b445 -%global ver 0.0.40-19189 +%global commit 11050a70320a3c9ed8e11e7ecd82462aa93d17cd +%global ver 0.0.40-19190 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From ddcfd8f80a12ef865378e1e9f8a051fc2d920b23 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 09:45:14 +0000 Subject: [PATCH 0667/1189] 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 a7a335bff1..ae9beadd78 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3144+ac6fb0b59 +Version: 0.16.0~dev.3146+0606af509 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 3e1ba1583f9b3f17c8348e94424f87b217301214 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 11:06:22 +0000 Subject: [PATCH 0668/1189] 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 62b56b1005..514b221d96 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.4.9 +Version: 2026.4.10 Release: 1%{?dist} Summary: Front-end to your dev env From 42f65b62c4102fe08e31666208afb087d10cf1e2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 11:47:00 +0000 Subject: [PATCH 0669/1189] 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 2bfdfac892..346c3ff23e 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 11050a70320a3c9ed8e11e7ecd82462aa93d17cd -%global ver 0.0.40-19190 +%global commit 6dc95dd078a0c5ad553b58465ddaef7853ccec52 +%global ver 0.0.40-19191 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 351da50c13cc4531cf4c734af326fe3bbf2d73c1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 16:39:54 +0000 Subject: [PATCH 0670/1189] 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 346c3ff23e..e015e8f9c0 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 6dc95dd078a0c5ad553b58465ddaef7853ccec52 -%global ver 0.0.40-19191 +%global commit 72fa4098dcdbaedaca9ba0ae858e9d4e23afd94a +%global ver 0.0.40-19192 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 8494bd1895697ab59a2d19a509770793c9170374 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 18:51:01 +0000 Subject: [PATCH 0671/1189] bump: prismlauncher --- anda/games/prismlauncher/prismlauncher.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index ca1767975f..5a5684eb75 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -13,7 +13,7 @@ %global build_platform terra Name: prismlauncher -Version: 11.0.1 +Version: 11.0.2 Release: 1%{?dist} Summary: Minecraft launcher with ability to manage multiple instances # see COPYING.md for more information From 106b16b4c956ec01f837b2aaec11c3a92edb66e3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 21:35:08 +0000 Subject: [PATCH 0672/1189] bump: v2ray --- anda/langs/go/v2ray/stable/v2ray.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/go/v2ray/stable/v2ray.spec b/anda/langs/go/v2ray/stable/v2ray.spec index 0d60b7ac94..245ad8616b 100644 --- a/anda/langs/go/v2ray/stable/v2ray.spec +++ b/anda/langs/go/v2ray/stable/v2ray.spec @@ -1,5 +1,5 @@ %global goipath github.com/v2fly/v2ray-core -Version: 5.48.0 +Version: 5.49.0 %global golicenses LICENSE %global godocs README.md SECURITY.md From db7a30fb275c9b4c94d2a8d21e09c8b773447380 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 12 Apr 2026 22:02:17 +0000 Subject: [PATCH 0673/1189] 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 329e0ca82d..5395cf7b50 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 v50.1.0 +%global raw_ver v50.2.0 Name: komikku -Version: 50.1.0 +Version: 50.2.0 %forgemeta Release: 1%{?dist} Summary: A manga reader for GNOME From bdfed6ea1ec56c7de9739dd7ba24d146023e61c2 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 12 Apr 2026 18:27:22 -0500 Subject: [PATCH 0674/1189] chore(ci): Pipe in `true` to prevent job failures when metainfo does not exist (#11212) Also clean up a leftover `for` loop from when Owen and I were figuring things out. Signed-off-by: Gilver --- .github/workflows/autobuild.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 19c1dcde34..0192c84909 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -78,9 +78,8 @@ jobs: 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 + appstreamcli validate output/test.xml.gz >> $GITHUB_STEP_SUMMARY || true + echo "" >> $GITHUB_STEP_SUMMARY done echo '```' >> $GITHUB_STEP_SUMMARY @@ -117,7 +116,7 @@ jobs: echo "#### \`$file\`" >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY echo '```xml' >> $GITHUB_STEP_SUMMARY - zcat "$file" >> $GITHUB_STEP_SUMMARY + zcat "$file" >> $GITHUB_STEP_SUMMARY || true echo '```' >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY done From ff21fedef38b840b0ef2804a84c60b9dab2c3360 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 12 Apr 2026 18:38:44 -0500 Subject: [PATCH 0675/1189] fic(ci): Remove leftover `done` (#11217) I am the world's best scripter guyz Signed-off-by: Gilver --- .github/workflows/autobuild.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 0192c84909..3e3103c9a2 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -80,7 +80,6 @@ jobs: echo '```xml' >> $GITHUB_STEP_SUMMARY appstreamcli validate output/test.xml.gz >> $GITHUB_STEP_SUMMARY || true echo "" >> $GITHUB_STEP_SUMMARY - done echo '```' >> $GITHUB_STEP_SUMMARY - name: Export logs From cf2a77ea81c83a9aee9268d307a4effda632f09d Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:40:42 -0500 Subject: [PATCH 0676/1189] add: scroll (#11211) Signed-off-by: Owen-sz --- anda/desktops/scroll/50-systemd-user.conf | 16 ++++ anda/desktops/scroll/anda.hcl | 5 ++ anda/desktops/scroll/scroll-portals.conf | 5 ++ anda/desktops/scroll/scroll.spec | 93 +++++++++++++++++++++++ anda/desktops/scroll/update.rhai | 1 + 5 files changed, 120 insertions(+) create mode 100644 anda/desktops/scroll/50-systemd-user.conf create mode 100644 anda/desktops/scroll/anda.hcl create mode 100644 anda/desktops/scroll/scroll-portals.conf create mode 100644 anda/desktops/scroll/scroll.spec create mode 100644 anda/desktops/scroll/update.rhai diff --git a/anda/desktops/scroll/50-systemd-user.conf b/anda/desktops/scroll/50-systemd-user.conf new file mode 100644 index 0000000000..71207a438a --- /dev/null +++ b/anda/desktops/scroll/50-systemd-user.conf @@ -0,0 +1,16 @@ +# sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment +# See FS#63021 +# Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal. + +# Upstream refuses to set XDG_CURRENT_DESKTOP so we have to. +exec systemctl --user set-environment XDG_CURRENT_DESKTOP=scroll +exec systemctl --user import-environment DISPLAY \ + SCROLLSOCK \ + WAYLAND_DISPLAY \ + XDG_CURRENT_DESKTOP + +exec hash dbus-update-activation-environment 2>/dev/null && \ + dbus-update-activation-environment --systemd DISPLAY \ + SCROLLSOCK \ + XDG_CURRENT_DESKTOP=scroll \ + WAYLAND_DISPLAY diff --git a/anda/desktops/scroll/anda.hcl b/anda/desktops/scroll/anda.hcl new file mode 100644 index 0000000000..5b0626f4d1 --- /dev/null +++ b/anda/desktops/scroll/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "scroll.spec" + } +} diff --git a/anda/desktops/scroll/scroll-portals.conf b/anda/desktops/scroll/scroll-portals.conf new file mode 100644 index 0000000000..aebea31a93 --- /dev/null +++ b/anda/desktops/scroll/scroll-portals.conf @@ -0,0 +1,5 @@ +[preferred] +default=gtk +org.freedesktop.impl.portal.ScreenCast=wlr +org.freedesktop.impl.portal.Screenshot=wlr +org.freedesktop.impl.portal.Inhibit=none diff --git a/anda/desktops/scroll/scroll.spec b/anda/desktops/scroll/scroll.spec new file mode 100644 index 0000000000..4901a9d8b8 --- /dev/null +++ b/anda/desktops/scroll/scroll.spec @@ -0,0 +1,93 @@ +Name: scroll +Version: 1.12.8 +Release: 1%{?dist} +Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller +License: MIT +URL: https://github.com/dawsers/scroll +Source0: %{url}/archive/refs/tags/%{version}.tar.gz +# https://aur.archlinux.org/cgit/aur.git/tree/?h=sway-scroll +Source1: 50-systemd-user.conf +Source2: scroll-portals.conf + +Packager: Owen Zimmerman + +BuildRequires: meson +BuildRequires: cmake +BuildRequires: ninja-build +BuildRequires: gcc +BuildRequires: pkgconfig(libdrm) +BuildRequires: pkgconfig(wayland-protocols) +BuildRequires: pkgconfig(wayland-server) +BuildRequires: pkgconfig(gbm) +BuildRequires: pkgconfig(glslang) +BuildRequires: pkgconfig(libseat) +BuildRequires: pkgconfig(hwdata) +BuildRequires: pkgconfig(libdisplay-info) +BuildRequires: pkgconfig(libliftoff) +BuildRequires: pkgconfig(xcb-renderutil) +BuildRequires: pkgconfig(xwayland) +BuildRequires: pkgconfig(xcb-ewmh) +BuildRequires: pkgconfig(xcb-errors) +BuildRequires: pkgconfig(json-c) +BuildRequires: pkgconfig(lua) +BuildRequires: pkgconfig(scdoc) +BuildRequires: pkgconfig(vulkan) +BuildRequires: pkgconfig(libinput) +BuildRequires: pkgconfig(libevdev) +BuildRequires: pkgconfig(xkbcommon) +BuildRequires: pkgconfig(pixman-1) +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(lcms2) +BuildRequires: pkgconfig(libpcre2-8) +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(pango) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) + +Provides: sway-scroll + +%description +%{summary}. + +%prep +%autosetup + +%pkg_completion -B scroll scrollbar scrollmsg +%pkg_completion -f scroll scrollmsg scrollnag +%pkg_completion -z scroll scrollmsg + +%build +%meson -D sd-bus-provider=libsystemd +%meson_build + +%install +%meson_install +install -Dm644 %{S:1} %{buildroot}%{_sysconfdir}/scroll/config.d/50-systemd-user.conf +install -Dm644 %{S:2} %{buildroot}%{_datadir}/xdg-desktop-portal/scroll-portals.conf + +%files +%doc README.md CONTRIBUTING.md +%license LICENSE +%{_bindir}/scroll +%{_bindir}/scrollbar +%{_bindir}/scrollmsg +%{_bindir}/scrollnag +%{_sysconfdir}/scroll/config +%{_sysconfdir}/scroll/config.d/50-systemd-user.conf +%{_datadir}/backgrounds/scroll/*png +%{_datadir}/xdg-desktop-portal/scroll-portals.conf +%{_iconsdir}/scroll.png +%{_mandir}/man1/scroll.1.* +%{_mandir}/man1/scrollmsg.1.* +%{_mandir}/man1/scrollnag.1.* +%{_mandir}/man5/scroll-bar.5.* +%{_mandir}/man5/scroll-input.5.* +%{_mandir}/man5/scroll-output.5.* +%{_mandir}/man5/scroll.5.* +%{_mandir}/man5/scrollnag.5.* +%{_mandir}/man7/scroll-ipc.7.* +%{_mandir}/man7/scrollbar-protocol.7.* +%{_datadir}/wayland-sessions/scroll.desktop + +%changelog +* Sun Apr 12 2026 Owen Zimmerman - 1.12.8-1 +- Initial commit diff --git a/anda/desktops/scroll/update.rhai b/anda/desktops/scroll/update.rhai new file mode 100644 index 0000000000..43498f46c8 --- /dev/null +++ b/anda/desktops/scroll/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("dawsers/scroll")); From 880cbbff4b30a8b36c999e4fbc37e66960bd23be Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 12 Apr 2026 18:43:30 -0500 Subject: [PATCH 0677/1189] chore: Update Komikku update script (#11210) --- anda/apps/komikku/komikku.spec | 3 +-- anda/apps/komikku/update.rhai | 5 +---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/anda/apps/komikku/komikku.spec b/anda/apps/komikku/komikku.spec index 5395cf7b50..f8a9fb4862 100644 --- a/anda/apps/komikku/komikku.spec +++ b/anda/apps/komikku/komikku.spec @@ -3,7 +3,6 @@ %global gtk4_version 4.14.4 %global libadwaita_version 1.5.1 %global pure_protobuf_version 2.0.0 -%global raw_ver v50.2.0 Name: komikku Version: 50.2.0 @@ -15,7 +14,7 @@ BuildArch: noarch License: GPL-3.0-or-later URL: https://apps.gnome.org/Komikku/ -Source0: https://codeberg.org/valos/%{appname}/archive/%{raw_ver}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://codeberg.org/valos/%{appname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: desktop-file-utils BuildRequires: intltool diff --git a/anda/apps/komikku/update.rhai b/anda/apps/komikku/update.rhai index 13da8a9cef..4fddd2b9d3 100644 --- a/anda/apps/komikku/update.rhai +++ b/anda/apps/komikku/update.rhai @@ -1,4 +1 @@ -let latest_tag = get("https://codeberg.org/api/v1/repos/valos/Komikku/tags").json_arr()[0].name; -let new_version = find("([\\.\\d]+)", latest_tag, 1); -rpm.global("raw_ver", latest_tag); -rpm.version(new_version); +rpm.version(codeberg("valos/Komikku")); From d2f78796ad12ccc15ac421b1fc7cd48706befaa7 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 12 Apr 2026 18:49:19 -0500 Subject: [PATCH 0678/1189] fix (swayfx): update script for swayVersion (#11218) Signed-off-by: Owen-sz --- anda/desktops/swayfx/update.rhai | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/desktops/swayfx/update.rhai b/anda/desktops/swayfx/update.rhai index 86957d3c78..21a9ca66e5 100644 --- a/anda/desktops/swayfx/update.rhai +++ b/anda/desktops/swayfx/update.rhai @@ -1 +1,3 @@ -rpm.version(gh("willPower3309/swayfx")); \ No newline at end of file +rpm.version(gh("willPower3309/swayfx")); + +rpm.global("swayVersion", gh("swaywm/sway")); From c85f2dc191943018fa700f15d4fc3ec0122b82f5 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:22:40 -0500 Subject: [PATCH 0679/1189] feat: switch to Azure aarch64 runners (#11236) --- .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 f3137c04ab..a9e1f51bbe 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -45,7 +45,7 @@ jobs: pkg: ${{ fromJson(inputs.packages) }} version: ["rawhide"] fail-fast: false - runs-on: ${{ inputs.custom_builder && inputs.custom_builder || (matrix.pkg.arch == 'aarch64' && matrix.pkg.labels['large']) && 'arm64-lg' || matrix.pkg.arch == 'aarch64' && 'ubuntu-22.04-arm' || matrix.pkg.labels['large'] && format('cirun-x86-64-lg--{0}', github.run_id) || 'ubuntu-22.04' }} + runs-on: ${{ inputs.custom_builder && inputs.custom_builder || (matrix.pkg.arch == 'aarch64' && matrix.pkg.labels['large']) && 'cirun-arm64-lg' || matrix.pkg.arch == 'aarch64' && 'ubuntu-22.04-arm' || matrix.pkg.labels['large'] && format('cirun-x86-64-lg--{0}', github.run_id) || 'ubuntu-22.04' }} container: image: ghcr.io/terrapkg/builder:f${{ matrix.version }} options: --cap-add=SYS_ADMIN --privileged From 202275f5daba4b121158c15788ea1546e2c9be66 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 03:22:59 +0000 Subject: [PATCH 0680/1189] bump(nightly): flameshot-nightly legcord-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly v2ray-nightly nim-nightly v2ray-domain-list-community stardust-protostar-nightly xpadneo-nightly --- anda/apps/flameshot/flameshot-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/go/v2ray/nightly/v2ray-nightly.spec | 6 +++--- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../protostar/nightly/stardust-protostar-nightly.spec | 4 ++-- .../system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec | 6 +++--- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 919af563c8..2b5eed411c 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 d888a3f16c26eeb9e355b0a8a29cec2da7697cb2 +%global commit 016b9197e88320eb42a7713265d1902aedf5a035 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260409 +%global commit_date 20260413 %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 a0c74cd284..a56089b542 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit a531e04db0e7b25a7cbdf19d5338350cda75d394 -%global commit_date 20260412 +%global commit ad5d2f3a44fb907ffc6072840340fe9909963ff3 +%global commit_date 20260413 %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 686e4d6a4b..fb30d84881 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 062f4bf04798e5cf697348e3a95e1960bc9e7e9f +%global commit da4789c2ddce92713347ecf1b5912fceb812ea39 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260412 +%global commit_date 20260413 %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 3cee30ea5d..f838bbb19f 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 557de7c92556ab0eb9725b5693d396a68b242dc3 +%global commit 01825411ab2720e47e6902e9464e805bc6a062a1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-11 +%global fulldate 2026-04-13 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index c75a175d29..9afb13e481 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5a47e9825babb293a4e4aea3359fb860085ab63f +%global commit c512c72b634d9e3f7c907846ee111f68cf41dbbb %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260412 +%global commit_date 20260413 %global ver 0.233.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 9ee27aa136..fa86078dbf 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 a17a45c748231cb66f4a31f1dd37af35e361c945 +%global commit b230645d53c47015719692574ca69f444932360c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260412 +%global commit_date 20260413 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec index 5a7a581eb8..29f0820859 100644 --- a/anda/langs/go/v2ray/nightly/v2ray-nightly.spec +++ b/anda/langs/go/v2ray/nightly/v2ray-nightly.spec @@ -1,7 +1,7 @@ -%global commit 044994a96e28b031a76b9b90420d006fbdbdbf7e +%global commit 05cc5424631413ada31d14c27b06fd828cf2e5f4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver v5.47.0 -%global commit_date 20260412 +%global ver v5.48.0 +%global commit_date 20260413 %global goipath github.com/v2fly/v2ray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index ecbd10382a..a4584f7878 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 6353c4e5b0b6e3194f1eb888cdcd6f329bc8ea54 +%global commit cf3c28c2236c77bed267720bce3a5576680dc50b %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260411 +%global commit_date 20260413 %global debug_package %nil Name: nim-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 1bb58d535b..2cb7ff03fc 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 22cef344f9cb54e272d264c51580d40aa7788365 +%global commit 0c276e703b6f5120ef81d4f6d2d059140245f181 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260411144700 -%global commit_date 20260412 +%global ver 20260413021822 +%global commit_date 20260413 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec b/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec index b05bda4816..a0aefcc173 100644 --- a/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec +++ b/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec @@ -1,5 +1,5 @@ -%global commit 1a615bf48958b47781600ca1bb2fb9585e90925f -%global commit_date 20260320 +%global commit d9b41dbe0f6da722d3f1f078422eb374eb4e1044 +%global commit_date 20260413 %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/xpadneo/nightly/kmod-common/xpadneo-nightly.spec b/anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec index 599c569fc1..7e9239e8c0 100644 --- a/anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec +++ b/anda/system/xpadneo/nightly/kmod-common/xpadneo-nightly.spec @@ -1,12 +1,12 @@ -%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 +%global commit b514bd4454ddca2c40bf5522b3083cf079c9764e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260411 +%global commitdate 20260413 %global ver 0.10.2 %global appid io.github.atar_axis.xpadneo Name: xpadneo-nightly Version: %{ver}^%{commitdate}git%{shortcommit} -Release: 3%{?dist} +Release: 1%{?dist} Summary: Advanced Linux Driver for Xbox One Wireless Gamepad common files License: GPL-2.0-only AND GPL-3.0-or-later URL: https://atar-axis.github.io/xpadneo From 123422de5e2a46b75ce6f319c051850be48f6eb5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 03:57:02 +0000 Subject: [PATCH 0681/1189] bump(branch): xpadneo-nightly-kmod dkms-xpadneo-nightly --- anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec | 4 ++-- anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec index 7e787406ae..b06e60de4a 100644 --- a/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec +++ b/anda/system/xpadneo/nightly/akmod/xpadneo-nightly-kmod.spec @@ -1,6 +1,6 @@ -%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 +%global commit b514bd4454ddca2c40bf5522b3083cf079c9764e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260411 +%global commitdate 20260413 %global ver 0.10.2 %define buildforkernels akmod %global debug_package %{nil} diff --git a/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec index 47442280ab..001e31a9b4 100644 --- a/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec +++ b/anda/system/xpadneo/nightly/dkms/dkms-xpadneo-nightly.spec @@ -1,6 +1,6 @@ -%global commit 45f39820edc2c3fc5605bfe4daea471263678ed1 +%global commit b514bd4454ddca2c40bf5522b3083cf079c9764e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260411 +%global commitdate 20260413 %global ver 0.10.2 %global modulename xpadneo From fec03edf645231fa3f073a7a2e4cb2012e595763 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 06:06:33 +0000 Subject: [PATCH 0682/1189] bump: zed-preview inputplumber zig-master-bootstrap --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/games/inputplumber/inputplumber.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 4 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 13cf2632b0..4f9349ba2e 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.231.2 +%global ver 0.232.2-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/games/inputplumber/inputplumber.spec b/anda/games/inputplumber/inputplumber.spec index 42743045d9..a01cdf5d36 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.76.0 +Version: 0.76.1 Release: 1%{?dist} Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 751de3bae5..2c773f1093 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.3146+0606af509 +version=0.16.0-dev.3153+d6f43caad mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 247989e416..fba6f6d8fc 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3146+0606af509 +%global ver 0.16.0-dev.3153+d6f43caad %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From e3f6c6046b2cb02c7708091a543cdd822d229588 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 08:20:48 +0000 Subject: [PATCH 0683/1189] bump: pywebview --- anda/langs/python/pywebview/pywebview.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/pywebview/pywebview.spec b/anda/langs/python/pywebview/pywebview.spec index 4f3b8e3321..d88946b43b 100644 --- a/anda/langs/python/pywebview/pywebview.spec +++ b/anda/langs/python/pywebview/pywebview.spec @@ -2,8 +2,8 @@ %global _desc Build GUI for your Python program with JavaScript, HTML, and CSS. Name: python-%{pypi_name} -Version: 6.1 -Release: 1%?dist +Version: 6.2 +Release: 1%{?dist} Summary: Build GUI for your Python program with JavaScript, HTML, and CSS License: BSD-3-Clause URL: https://github.com/r0x0r/pywebview From ead2a442724f0a2b81dbd0071f1793cc5b8ff07a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 08:26:32 +0000 Subject: [PATCH 0684/1189] 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 ae9beadd78..458ef47c3a 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3146+0606af509 +Version: 0.16.0~dev.3153+d6f43caad 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 d4b207bcb4669ab8673ba3e65fcc463b472d1544 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 10:13:34 +0000 Subject: [PATCH 0685/1189] bump: rio --- anda/devs/rio/rio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 4dc27c5739..33d976db2f 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -4,7 +4,7 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser %bcond docs 1 Name: rio -Version: 0.3.1 +Version: 0.3.6 Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT From 7befdfbed531379b8b532cf1b4af0594b027a217 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 11:43:58 +0000 Subject: [PATCH 0686/1189] 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 514b221d96..346c480e75 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.4.10 +Version: 2026.4.11 Release: 1%{?dist} Summary: Front-end to your dev env From 824c5b4163fd1c7dbce2de889d86fb9f0596d5ce Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 14:25:31 +0000 Subject: [PATCH 0687/1189] bump: android-studio rio rpcs3 --- anda/devs/android-studio/stable/android-studio.spec | 4 ++-- anda/devs/rio/rio.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/devs/android-studio/stable/android-studio.spec b/anda/devs/android-studio/stable/android-studio.spec index 572361aa78..865fadf229 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.3.6 +Version: 2025.3.3.7 Release: 1%{?dist} Summary: Official IDE for Android development License: Apache-2.0 @@ -24,7 +24,7 @@ Packager: veuxit , like-engels Date: Mon, 13 Apr 2026 15:55:46 +0000 Subject: [PATCH 0688/1189] bump: rio typos --- anda/devs/rio/rio.spec | 2 +- anda/tools/typos/typos.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 86daa3e971..3a1ae9a64f 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -4,7 +4,7 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser %bcond docs 1 Name: rio -Version: 0.3.7 +Version: 0.3.8 Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT diff --git a/anda/tools/typos/typos.spec b/anda/tools/typos/typos.spec index 2ffd26e90c..093d8261de 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.45.0 +Version: 1.45.1 Release: 1%{?dist} Summary: Source Code Spelling Correction From d626d52c04b804b1f74342eff3686cb90effd271 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 16:16:01 +0000 Subject: [PATCH 0689/1189] bump(branch): cuda-cccl cuda-cudart cuda-culibos cuda-cuobjdump cuda-cupti cuda-cuxxfilt cuda-gdb cuda-nvdisasm cuda-nvml cuda-nvprune cuda-nvrtc cuda-nvtx cuda-profiler cuda-sandbox cuda-sanitizer cuda libcublas libcudla libcufft libcufile libcurand libcusolver libcusparse libnpp libnvfatbin libnvjitlink libnvjpeg libnvptxcompiler-devel libnvvm cuda-crt cuda-ctadvisor cuda-nvcc --- anda/lib/nvidia/cuda-cccl/cuda-cccl.spec | 2 +- anda/lib/nvidia/cuda-cudart/cuda-cudart.spec | 2 +- anda/lib/nvidia/cuda-culibos/cuda-culibos.spec | 2 +- anda/lib/nvidia/cuda-cuobjdump/cuda-cuobjdump.spec | 2 +- anda/lib/nvidia/cuda-cupti/cuda-cupti.spec | 2 +- anda/lib/nvidia/cuda-cuxxfilt/cuda-cuxxfilt.spec | 2 +- anda/lib/nvidia/cuda-gdb/cuda-gdb.spec | 2 +- anda/lib/nvidia/cuda-nvdisasm/cuda-nvdisasm.spec | 2 +- anda/lib/nvidia/cuda-nvml/cuda-nvml.spec | 2 +- anda/lib/nvidia/cuda-nvprune/cuda-nvprune.spec | 2 +- anda/lib/nvidia/cuda-nvrtc/cuda-nvrtc.spec | 2 +- anda/lib/nvidia/cuda-nvtx/cuda-nvtx.spec | 2 +- anda/lib/nvidia/cuda-profiler/cuda-profiler.spec | 2 +- anda/lib/nvidia/cuda-sandbox/cuda-sandbox.spec | 2 +- anda/lib/nvidia/cuda-sanitizer/cuda-sanitizer.spec | 2 +- anda/lib/nvidia/cuda/cuda.spec | 2 +- anda/lib/nvidia/libcublas/libcublas.spec | 2 +- anda/lib/nvidia/libcudla/libcudla.spec | 2 +- anda/lib/nvidia/libcufft/libcufft.spec | 2 +- anda/lib/nvidia/libcufile/libcufile.spec | 2 +- anda/lib/nvidia/libcurand/libcurand.spec | 2 +- anda/lib/nvidia/libcusolver/libcusolver.spec | 2 +- anda/lib/nvidia/libcusparse/libcusparse.spec | 2 +- anda/lib/nvidia/libnpp/libnpp.spec | 2 +- anda/lib/nvidia/libnvfatbin/libnvfatbin.spec | 2 +- anda/lib/nvidia/libnvjitlink/libnvjitlink.spec | 2 +- anda/lib/nvidia/libnvjpeg/libnvjpeg.spec | 2 +- .../nvidia/libnvptxcompiler-devel/libnvptxcompiler-devel.spec | 2 +- anda/lib/nvidia/libnvvm/libnvvm.spec | 2 +- anda/tools/nvidia/cuda-crt/cuda-crt.spec | 2 +- anda/tools/nvidia/cuda-ctadvisor/cuda-ctadvisor.spec | 2 +- anda/tools/nvidia/cuda-nvcc/cuda-nvcc.spec | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/anda/lib/nvidia/cuda-cccl/cuda-cccl.spec b/anda/lib/nvidia/cuda-cccl/cuda-cccl.spec index 81c1cbc2db..2d56283532 100644 --- a/anda/lib/nvidia/cuda-cccl/cuda-cccl.spec +++ b/anda/lib/nvidia/cuda-cccl/cuda-cccl.spec @@ -5,7 +5,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.27 +Version: 13.2.75 Release: 1%{?dist} Summary: CXX Core Compute Libraries License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-cudart/cuda-cudart.spec b/anda/lib/nvidia/cuda-cudart/cuda-cudart.spec index b1847c606c..a531ae18a2 100644 --- a/anda/lib/nvidia/cuda-cudart/cuda-cudart.spec +++ b/anda/lib/nvidia/cuda-cudart/cuda-cudart.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.51 +Version: 13.2.75 Release: 1%{?dist} Summary: CUDA Runtime API library License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-culibos/cuda-culibos.spec b/anda/lib/nvidia/cuda-culibos/cuda-culibos.spec index 5beaca96ec..e7e384a94b 100644 --- a/anda/lib/nvidia/cuda-culibos/cuda-culibos.spec +++ b/anda/lib/nvidia/cuda-culibos/cuda-culibos.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-')-devel Epoch: 1 -Version: 13.2.51 +Version: 13.2.75 Release: 1%{?dist} Summary: CUDA Culibos Math development library License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-cuobjdump/cuda-cuobjdump.spec b/anda/lib/nvidia/cuda-cuobjdump/cuda-cuobjdump.spec index baea244292..ef6f98e43a 100644 --- a/anda/lib/nvidia/cuda-cuobjdump/cuda-cuobjdump.spec +++ b/anda/lib/nvidia/cuda-cuobjdump/cuda-cuobjdump.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: Utility to extract information from CUDA binary files License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-cupti/cuda-cupti.spec b/anda/lib/nvidia/cuda-cupti/cuda-cupti.spec index 66bb6d277d..342d91a132 100644 --- a/anda/lib/nvidia/cuda-cupti/cuda-cupti.spec +++ b/anda/lib/nvidia/cuda-cupti/cuda-cupti.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.23 +Version: 13.2.75 Release: 1%{?dist} Summary: NVIDIA CUDA Profiling Tools Interface (CUPTI) library License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-cuxxfilt/cuda-cuxxfilt.spec b/anda/lib/nvidia/cuda-cuxxfilt/cuda-cuxxfilt.spec index 28f2aa445e..54ef59bade 100644 --- a/anda/lib/nvidia/cuda-cuxxfilt/cuda-cuxxfilt.spec +++ b/anda/lib/nvidia/cuda-cuxxfilt/cuda-cuxxfilt.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: CUDA cuxxfilt (demangler) License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-gdb/cuda-gdb.spec b/anda/lib/nvidia/cuda-gdb/cuda-gdb.spec index b9f6900585..8632f8fd3b 100644 --- a/anda/lib/nvidia/cuda-gdb/cuda-gdb.spec +++ b/anda/lib/nvidia/cuda-gdb/cuda-gdb.spec @@ -7,7 +7,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.20 +Version: 13.2.75 Release: 1%{?dist} Summary: CUDA GDB License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL diff --git a/anda/lib/nvidia/cuda-nvdisasm/cuda-nvdisasm.spec b/anda/lib/nvidia/cuda-nvdisasm/cuda-nvdisasm.spec index 6f408811ad..4fd11a21b2 100644 --- a/anda/lib/nvidia/cuda-nvdisasm/cuda-nvdisasm.spec +++ b/anda/lib/nvidia/cuda-nvdisasm/cuda-nvdisasm.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: Utility to extract information from CUDA binary files License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-nvml/cuda-nvml.spec b/anda/lib/nvidia/cuda-nvml/cuda-nvml.spec index b38388e1b0..d9604741f4 100644 --- a/anda/lib/nvidia/cuda-nvml/cuda-nvml.spec +++ b/anda/lib/nvidia/cuda-nvml/cuda-nvml.spec @@ -8,7 +8,7 @@ Name: cuda-nvml Epoch: 1 -Version: 13.2.51 +Version: 13.2.82 Release: 1%{?dist} Summary: NVIDIA Management library (NVML) License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-nvprune/cuda-nvprune.spec b/anda/lib/nvidia/cuda-nvprune/cuda-nvprune.spec index 7caf40cde9..fb57e966aa 100644 --- a/anda/lib/nvidia/cuda-nvprune/cuda-nvprune.spec +++ b/anda/lib/nvidia/cuda-nvprune/cuda-nvprune.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: CUDA nvprune License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-nvrtc/cuda-nvrtc.spec b/anda/lib/nvidia/cuda-nvrtc/cuda-nvrtc.spec index 402f03985b..4cb43cadec 100644 --- a/anda/lib/nvidia/cuda-nvrtc/cuda-nvrtc.spec +++ b/anda/lib/nvidia/cuda-nvrtc/cuda-nvrtc.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: CUDA runtime compilation library (NVRTC) License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-nvtx/cuda-nvtx.spec b/anda/lib/nvidia/cuda-nvtx/cuda-nvtx.spec index fa1aa0cb79..6742f0c1e6 100644 --- a/anda/lib/nvidia/cuda-nvtx/cuda-nvtx.spec +++ b/anda/lib/nvidia/cuda-nvtx/cuda-nvtx.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.20 +Version: 13.2.75 Release: 1%{?dist} Summary: NVIDIA Tools Extension (NVTX) library License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-profiler/cuda-profiler.spec b/anda/lib/nvidia/cuda-profiler/cuda-profiler.spec index b760028b04..07231d98de 100644 --- a/anda/lib/nvidia/cuda-profiler/cuda-profiler.spec +++ b/anda/lib/nvidia/cuda-profiler/cuda-profiler.spec @@ -5,7 +5,7 @@ Name: cuda-profiler Epoch: 1 -Version: 13.2.20 +Version: 13.2.75 Release: 1%{?dist} Summary: CUDA Profiler API License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-sandbox/cuda-sandbox.spec b/anda/lib/nvidia/cuda-sandbox/cuda-sandbox.spec index 106a77a903..f93fc480a9 100644 --- a/anda/lib/nvidia/cuda-sandbox/cuda-sandbox.spec +++ b/anda/lib/nvidia/cuda-sandbox/cuda-sandbox.spec @@ -8,7 +8,7 @@ Name: cuda-sandbox Epoch: 1 -Version: 13.2.51 +Version: 13.2.82 Release: 1%{?dist} Summary: CUDA nvsandboxutils License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda-sanitizer/cuda-sanitizer.spec b/anda/lib/nvidia/cuda-sanitizer/cuda-sanitizer.spec index f4a035ebb0..438e97ce3a 100644 --- a/anda/lib/nvidia/cuda-sanitizer/cuda-sanitizer.spec +++ b/anda/lib/nvidia/cuda-sanitizer/cuda-sanitizer.spec @@ -8,7 +8,7 @@ Name: cuda-sanitizer Epoch: 1 -Version: 13.2.23 +Version: 13.2.76 Release: 1%{?dist} Summary: CUDA Compute Sanitizer API License: CUDA Toolkit diff --git a/anda/lib/nvidia/cuda/cuda.spec b/anda/lib/nvidia/cuda/cuda.spec index 1fc8190472..bb9e5ebac9 100644 --- a/anda/lib/nvidia/cuda/cuda.spec +++ b/anda/lib/nvidia/cuda/cuda.spec @@ -2,7 +2,7 @@ %global major_package_version 13-0 Name: cuda -Version: 13.2.51 +Version: 13.2.75 Release: 1%{?dist} Summary: NVIDIA Compute Unified Device Architecture Toolkit Epoch: 1 diff --git a/anda/lib/nvidia/libcublas/libcublas.spec b/anda/lib/nvidia/libcublas/libcublas.spec index d5dc19cce7..8888c7f914 100644 --- a/anda/lib/nvidia/libcublas/libcublas.spec +++ b/anda/lib/nvidia/libcublas/libcublas.spec @@ -6,7 +6,7 @@ Name: libcublas Epoch: 1 -Version: 13.3.0.5 +Version: 13.4.0.1 Release: 1%{?dist} Summary: NVIDIA CUDA Basic Linear Algebra Subroutines (cuBLAS) libraries License: CUDA Toolkit diff --git a/anda/lib/nvidia/libcudla/libcudla.spec b/anda/lib/nvidia/libcudla/libcudla.spec index ed66cb4c27..97a4e28233 100644 --- a/anda/lib/nvidia/libcudla/libcudla.spec +++ b/anda/lib/nvidia/libcudla/libcudla.spec @@ -6,7 +6,7 @@ Name: libcudla Epoch: 1 -Version: 13.2.51 +Version: 13.2.75 Release: 1%{?dist} Summary: NVIDIA CUDA Deep Learning Accelerator (DLA) engines (Jetson Xavier + Orin) License: CUDA Toolkit diff --git a/anda/lib/nvidia/libcufft/libcufft.spec b/anda/lib/nvidia/libcufft/libcufft.spec index f6e411e9ed..6ec176a5ec 100644 --- a/anda/lib/nvidia/libcufft/libcufft.spec +++ b/anda/lib/nvidia/libcufft/libcufft.spec @@ -6,7 +6,7 @@ Name: libcufft Epoch: 2 -Version: 12.2.0.37 +Version: 12.2.0.46 Release: 1%{?dist} Summary: NVIDIA CUDA Fast Fourier Transform library (cuFFT) libraries License: CUDA Toolkit diff --git a/anda/lib/nvidia/libcufile/libcufile.spec b/anda/lib/nvidia/libcufile/libcufile.spec index 7766c3eefe..ed17599098 100644 --- a/anda/lib/nvidia/libcufile/libcufile.spec +++ b/anda/lib/nvidia/libcufile/libcufile.spec @@ -6,7 +6,7 @@ Name: libcufile Epoch: 1 -Version: 1.17.0.44 +Version: 1.17.1.22 Release: 1%{?dist} Summary: NVIDIA GPUDirect Storage library (cuFile) License: CUDA Toolkit diff --git a/anda/lib/nvidia/libcurand/libcurand.spec b/anda/lib/nvidia/libcurand/libcurand.spec index 31075e048f..cb96a7f02e 100644 --- a/anda/lib/nvidia/libcurand/libcurand.spec +++ b/anda/lib/nvidia/libcurand/libcurand.spec @@ -6,7 +6,7 @@ Name: libcurand Epoch: 2 -Version: 10.4.2.51 +Version: 10.4.2.55 Release: 1%{?dist} Summary: NVIDIA CUDA Random Number Generation library (cuRAND) License: CUDA Toolkit diff --git a/anda/lib/nvidia/libcusolver/libcusolver.spec b/anda/lib/nvidia/libcusolver/libcusolver.spec index 7319553cd9..37c93b7ebd 100644 --- a/anda/lib/nvidia/libcusolver/libcusolver.spec +++ b/anda/lib/nvidia/libcusolver/libcusolver.spec @@ -6,7 +6,7 @@ Name: libcusolver Epoch: 2 -Version: 12.1.0.51 +Version: 12.2.0.1 Release: 1%{?dist} Summary: NVIDIA cuSOLVER library License: CUDA Toolkit diff --git a/anda/lib/nvidia/libcusparse/libcusparse.spec b/anda/lib/nvidia/libcusparse/libcusparse.spec index 25100ab7f2..6ce77a2c32 100644 --- a/anda/lib/nvidia/libcusparse/libcusparse.spec +++ b/anda/lib/nvidia/libcusparse/libcusparse.spec @@ -6,7 +6,7 @@ Name: libcusparse Epoch: 1 -Version: 12.7.9.17 +Version: 12.7.10.1 Release: 1%{?dist} Summary: NVIDIA CUDA Sparse Matrix library (cuSPARSE) library License: CUDA Toolkit diff --git a/anda/lib/nvidia/libnpp/libnpp.spec b/anda/lib/nvidia/libnpp/libnpp.spec index ca5f88982a..fe92f28c28 100644 --- a/anda/lib/nvidia/libnpp/libnpp.spec +++ b/anda/lib/nvidia/libnpp/libnpp.spec @@ -6,7 +6,7 @@ Name: libnpp Epoch: 1 -Version: 13.1.0.44 +Version: 13.1.0.48 Release: 1%{?dist} Summary: NVIDIA Performance Primitives libraries License: CUDA Toolkit diff --git a/anda/lib/nvidia/libnvfatbin/libnvfatbin.spec b/anda/lib/nvidia/libnvfatbin/libnvfatbin.spec index c24c64ab4d..20729b2d5b 100644 --- a/anda/lib/nvidia/libnvfatbin/libnvfatbin.spec +++ b/anda/lib/nvidia/libnvfatbin/libnvfatbin.spec @@ -6,7 +6,7 @@ Name: libnvfatbin Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: CUDA Fatbin Creator API License: CUDA Toolkit diff --git a/anda/lib/nvidia/libnvjitlink/libnvjitlink.spec b/anda/lib/nvidia/libnvjitlink/libnvjitlink.spec index 74c3261610..d1057dee2c 100644 --- a/anda/lib/nvidia/libnvjitlink/libnvjitlink.spec +++ b/anda/lib/nvidia/libnvjitlink/libnvjitlink.spec @@ -6,7 +6,7 @@ Name: libnvjitlink Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: NVIDIA compiler library for JIT LTO functionality License: CUDA Toolkit diff --git a/anda/lib/nvidia/libnvjpeg/libnvjpeg.spec b/anda/lib/nvidia/libnvjpeg/libnvjpeg.spec index 54f9c120fe..0762d1b7e7 100644 --- a/anda/lib/nvidia/libnvjpeg/libnvjpeg.spec +++ b/anda/lib/nvidia/libnvjpeg/libnvjpeg.spec @@ -6,7 +6,7 @@ Name: libnvjpeg Epoch: 1 -Version: 13.0.4.44 +Version: 13.1.0.48 Release: 1%{?dist} Summary: CUDA NVIDIA JPEG decoder (nvJPEG) License: CUDA Toolkit diff --git a/anda/lib/nvidia/libnvptxcompiler-devel/libnvptxcompiler-devel.spec b/anda/lib/nvidia/libnvptxcompiler-devel/libnvptxcompiler-devel.spec index f1b2883050..a5895ff3ff 100644 --- a/anda/lib/nvidia/libnvptxcompiler-devel/libnvptxcompiler-devel.spec +++ b/anda/lib/nvidia/libnvptxcompiler-devel/libnvptxcompiler-devel.spec @@ -8,7 +8,7 @@ Name: %{real_name}-devel Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: CUDA nvptxcompiler License: CUDA Toolkit diff --git a/anda/lib/nvidia/libnvvm/libnvvm.spec b/anda/lib/nvidia/libnvvm/libnvvm.spec index 2a24c02cb5..2917336fad 100644 --- a/anda/lib/nvidia/libnvvm/libnvvm.spec +++ b/anda/lib/nvidia/libnvvm/libnvvm.spec @@ -7,7 +7,7 @@ %global major_package_version 13-0 Name: %(echo %real_name | tr '_' '-') -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: CUDA NVVM License: CUDA Toolkit diff --git a/anda/tools/nvidia/cuda-crt/cuda-crt.spec b/anda/tools/nvidia/cuda-crt/cuda-crt.spec index f9f9912972..4144c13685 100644 --- a/anda/tools/nvidia/cuda-crt/cuda-crt.spec +++ b/anda/tools/nvidia/cuda-crt/cuda-crt.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: CUDA crt License: CUDA Toolkit diff --git a/anda/tools/nvidia/cuda-ctadvisor/cuda-ctadvisor.spec b/anda/tools/nvidia/cuda-ctadvisor/cuda-ctadvisor.spec index 7398202256..4ad9823399 100644 --- a/anda/tools/nvidia/cuda-ctadvisor/cuda-ctadvisor.spec +++ b/anda/tools/nvidia/cuda-ctadvisor/cuda-ctadvisor.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: CUDA ctadvisor License: CUDA Toolkit diff --git a/anda/tools/nvidia/cuda-nvcc/cuda-nvcc.spec b/anda/tools/nvidia/cuda-nvcc/cuda-nvcc.spec index 494f8e685f..48b391c023 100644 --- a/anda/tools/nvidia/cuda-nvcc/cuda-nvcc.spec +++ b/anda/tools/nvidia/cuda-nvcc/cuda-nvcc.spec @@ -8,7 +8,7 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 -Version: 13.2.51 +Version: 13.2.78 Release: 1%{?dist} Summary: CUDA Compiler (NVCC) License: CUDA Toolkit From 09863884d241abac9af5e26b8e1ccd4091bde2e1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 19:41:54 +0000 Subject: [PATCH 0690/1189] bump: signal-desktop rnote --- anda/apps/signal-desktop/signal-desktop.spec | 2 +- anda/langs/rust/rnote/rnote.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index ae9203c46b..74d335bb5b 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: 8.6.0 +Version: 8.6.1 Release: 1%{?dist} Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org diff --git a/anda/langs/rust/rnote/rnote.spec b/anda/langs/rust/rnote/rnote.spec index 52cec34f5f..90b732ba81 100644 --- a/anda/langs/rust/rnote/rnote.spec +++ b/anda/langs/rust/rnote/rnote.spec @@ -1,7 +1,7 @@ %global rustflags_debuginfo 1 Name: rnote -Version: 0.14.0 +Version: 0.14.1 Release: 1%{?dist} Summary: Sketch and take handwritten notes License: GPL-3.0 From d23eef041570e90150c07fc84c0556a57ee8414b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 20:39:02 +0000 Subject: [PATCH 0691/1189] bump: golang-github-jesseduffield-lazygit --- anda/langs/go/lazygit/golang-github-jesseduffield-lazygit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/go/lazygit/golang-github-jesseduffield-lazygit.spec b/anda/langs/go/lazygit/golang-github-jesseduffield-lazygit.spec index 876f796774..c64db04d7c 100644 --- a/anda/langs/go/lazygit/golang-github-jesseduffield-lazygit.spec +++ b/anda/langs/go/lazygit/golang-github-jesseduffield-lazygit.spec @@ -2,7 +2,7 @@ # https://github.com/jesseduffield/lazygit %global goipath github.com/jesseduffield/lazygit -Version: 0.61.0 +Version: 0.61.1 %gometa -f From 368a8bccbaf1f2ee5350185440de02711726f3c1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 21:31:01 +0000 Subject: [PATCH 0692/1189] 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 789106c440..ca9418b6a7 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit 7b2138e5c1afe43bdfd52a9a107922107f5111a3 +%global commit b0c8177e575f3fc0c05e0f2748c4514788bc126c %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260408 +%global commit_date 20260413 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From b1ebcb235ad4964b08b390ba6baec8595dd1ccf5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 22:27:45 +0000 Subject: [PATCH 0693/1189] bump: discord-canary-openasar discord-canary discord-openasar discord --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.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 afdf2a4c43..6d6293c36f 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.954 +Version: 0.0.955 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 80b3461d10..f72b44a62c 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.954 +Version: 0.0.955 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index b8c0fdecf5..a769eeb12b 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.132 +Version: 0.0.133 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 46617943da..b1d7b495b0 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.132 +Version: 0.0.133 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com From 1101f6d8e1cef2be02f1ffff7301dfb92a7cc74c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 13 Apr 2026 23:11:54 +0000 Subject: [PATCH 0694/1189] 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 0867593de8..f4855cae82 100644 --- a/anda/system/asusctl/asusctl.spec +++ b/anda/system/asusctl/asusctl.spec @@ -2,7 +2,7 @@ %global appid org.asus_linux.rog_control_center Name: asusctl -Version: 6.3.6 +Version: 6.3.7 Release: 1%{?dist} Epoch: 1 Summary: A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops From 7c34a592ea74d7b4bb4320bcd35097ad6366618d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 00:02:16 +0000 Subject: [PATCH 0695/1189] bump: xray --- anda/langs/go/xray/stable/xray.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/go/xray/stable/xray.spec b/anda/langs/go/xray/stable/xray.spec index 7c15dcb2f1..e7e71ac533 100644 --- a/anda/langs/go/xray/stable/xray.spec +++ b/anda/langs/go/xray/stable/xray.spec @@ -1,7 +1,7 @@ # Disabled because compiled without debug %global goipath github.com/XTLS/Xray-core -Version: 26.3.27 +Version: 26.4.13 %global golicenses LICENSE %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md From 28a2861b2e8f9eeb73b4b2a67a269fe0bcbb809f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 02:55:14 +0000 Subject: [PATCH 0696/1189] bump(nightly): flameshot-nightly legcord-nightly ghostty-nightly zed-nightly xray-nightly nim-nightly types-colorama v2ray-domain-list-community HeadsetControl-nightly --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 2 +- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 2b5eed411c..1efbc7e38d 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 016b9197e88320eb42a7713265d1902aedf5a035 +%global commit 55c04e8b033a0e855571d171b4314eab560d722d %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260413 +%global commit_date 20260414 %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 a56089b542..d8c1dc098a 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit ad5d2f3a44fb907ffc6072840340fe9909963ff3 -%global commit_date 20260413 +%global commit 90735e5140e65e2d4d6f36d8696aa4906723c406 +%global commit_date 20260414 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %nil %global __strip /bin/true diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index f838bbb19f..f72c438528 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit 01825411ab2720e47e6902e9464e805bc6a062a1 +%global commit 158b97607c8404e5f8a0d0589b56b83462aacdce %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-04-13 %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 9afb13e481..cd58ff7747 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit c512c72b634d9e3f7c907846ee111f68cf41dbbb +%global commit acf5da917270c5cedf083a56bcb4e0fb1a2e6886 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260413 +%global commit_date 20260414 %global ver 0.233.0 %bcond_with check diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index ac11a2767e..7fd4f9d170 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit c93478b891d8a5112e6942490a605da52eb8bd17 +%global commit 14e8ecfacf3343dc3da032f45f5b78f87cb76c21 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260412 +%global commit_date 20260414 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index a4584f7878..199c270697 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 cf3c28c2236c77bed267720bce3a5576680dc50b +%global commit e81f5b58900baa01b4f4c7fba78c8a10b4bcb6a2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260413 +%global commit_date 20260414 %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 8a37221ab6..622733066a 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 46b01bf323f3d7ee8764e844327c4010bade07c3 -%global commit_date 20260412 +%global commit c03c2b926422c82ab680d27f3ad2491845000802 +%global commit_date 20260414 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 2cb7ff03fc..f45d042cab 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 0c276e703b6f5120ef81d4f6d2d059140245f181 +%global commit 3bb7af57a99c713be8139d54cfa8065c50cf7bab %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260413021822 -%global commit_date 20260413 +%global ver 20260414013320 +%global commit_date 20260414 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index 0f920696f9..ea15c4ca3c 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 a9466956e0b5061aac0d84c9f04cd70278928a13 +%global commit ca0c9449bea470c4bce4e7525f0772b8937df5fe %global commitdate 20251121 %global shortcommit %(c=%{commit}; echo ${c:0:7}) From 8d416ef2ae2e83305d97df5e7ae4335f9abff880 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 13 Apr 2026 22:07:20 -0500 Subject: [PATCH 0697/1189] fix(nvidia): Various fixes (#11241) --- .../compat-nvidia-repo-580.spec | 12 +- .../dkms-nvidia/dkms-nvidia-580.spec | 13 +- .../system/nvidia-580/dkms-nvidia/update.rhai | 2 +- .../nvidia-driver/nvidia-driver-580.spec | 15 +- .../nvidia-580/nvidia-kmod-common/anda.hcl | 4 +- .../nvidia-580-kmod-common.spec | 12 +- .../nvidia-580/nvidia-kmod-common/update.rhai | 4 +- .../nvidia-kmod/nvidia-580xx-kmod.spec | 19 +-- .../system/nvidia-580/nvidia-kmod/update.rhai | 2 +- .../nvidia-modprobe/nvidia-modprobe-580.spec | 13 +- .../nvidia-persistenced-580.spec | 46 +++---- .../nvidia-settings/nvidia-settings-580.spec | 14 +- .../nvidia-xconfig/nvidia-xconfig-580.spec | 14 +- .../compat-nvidia-repo.spec | 11 +- ...atomic-kernel-modesetting-by-default.patch | 44 ------ anda/system/nvidia/dkms-nvidia/6.19-590.patch | 130 ------------------ .../nvidia/dkms-nvidia/dkms-nvidia.spec | 21 +-- .../nvidia/nvidia-driver/nvidia-driver.spec | 18 +-- .../system/nvidia/nvidia-kmod-common/anda.hcl | 4 +- .../nvidia-kmod-common.spec | 12 +- .../nvidia/nvidia-kmod-common/update.rhai | 4 +- ...atomic-kernel-modesetting-by-default.patch | 44 ------ anda/system/nvidia/nvidia-kmod/6.19-590.patch | 130 ------------------ .../nvidia/nvidia-kmod/nvidia-kmod.spec | 22 +-- .../nvidia-modprobe/nvidia-modprobe.spec | 10 +- .../nvidia-persistenced.spec | 31 ++--- .../nvidia-settings/nvidia-settings.spec | 11 +- .../nvidia/nvidia-xconfig/nvidia-xconfig.spec | 11 +- 28 files changed, 153 insertions(+), 520 deletions(-) delete mode 100644 anda/system/nvidia/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch delete mode 100644 anda/system/nvidia/dkms-nvidia/6.19-590.patch delete mode 100644 anda/system/nvidia/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch delete mode 100644 anda/system/nvidia/nvidia-kmod/6.19-590.patch 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 b1c74bd2b8..508db706a0 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,20 +1,16 @@ Name: compat-nvidia-repo-580xx Version: 580.142 Epoch: 3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compatibility package required by official CUDA packages License: NVIDIA License URL: https://developer.nvidia.com/cuda-toolkit - -BuildArch: noarch - Requires: nvidia-driver-580xx >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-driver-580xx-cuda >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-driver-580xx-cuda-libs >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-driver-580xx-libs >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-580xx-kmod >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-settings-580xx >= %{?epoch:%{epoch}:}%{version} - Provides: cuda-drivers-580xx >= %{?epoch:%{epoch}:}%{version} Provides: nvidia-open-580xx >= %{?epoch:%{epoch}:}%{version} # Add any versioned provides: @@ -22,8 +18,9 @@ Provides: cuda-drivers-560 >= %{?epoch:%{epoch}:}%{version} Provides: cuda-drivers-565 >= %{?epoch:%{epoch}:}%{version} Provides: nvidia-open-560 >= %{?epoch:%{epoch}:}%{version} Provides: nvidia-open-565 >= %{?epoch:%{epoch}:}%{version} - Provides: compat-nvidia-repo-580 = %{evr} +BuildArch: noarch +Packager: Terra Packaging Team %description Nvidia drivers metapackage required by official CUDA packages. It pulls in all @@ -33,4 +30,5 @@ Nvidia driver components. # Without an empty files section the package is not created. %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:580.142-3 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec b/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec index 20b12815ad..9c319bacc4 100644 --- a/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec +++ b/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec @@ -6,7 +6,7 @@ %global modulename nvidia-580xx Name: dkms-%{modulename} -Version: 580.119.02 +Version: 580.142 Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 @@ -16,14 +16,16 @@ Source0: https://download.nvidia.com/XFree86/Linux-%{_arch}/%{version}/NV Source1: dkms-nvidia.conf Patch0: 0001-Enable-atomic-kernel-modesetting-by-default.patch BuildRequires: sed -Provides: %{modulename}-kmod = %{?epoch:%{epoch}:}%{version} Requires: %{modulename}-kmod-common = %{?epoch:%{epoch}:}%{version} Requires: dkms -Conflicts: akmod-nvidia -Conflicts: akmod-nvidia-580xx +Provides: %{modulename}-kmod = %{?epoch:%{epoch}:}%{version} +Provides: nvidia-580-kmod = %{?epoch:%{epoch}:}%{version} Provides: dkms-nvidia-580 = %{evr} +Conflicts: akmod-nvidia-580xx +Conflicts: nvidia-kmod # Unlike most DKMS packages, this package is NOT noarch! ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team %description This package provides the proprietary NVIDIA kernel driver modules. @@ -65,4 +67,5 @@ fi %{_usrsrc}/%{modulename}-%{version} %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:580.142-1 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia-580/dkms-nvidia/update.rhai b/anda/system/nvidia-580/dkms-nvidia/update.rhai index ea0b60bd3d..329db7e5d1 100644 --- a/anda/system/nvidia-580/dkms-nvidia/update.rhai +++ b/anda/system/nvidia-580/dkms-nvidia/update.rhai @@ -1,3 +1,3 @@ import "andax/bump_extras.rhai" as bump; -rpm.version(bump::madoguchi("nvidia-580-kmod-common", labels.branch)); +rpm.version(bump::madoguchi("nvidia-580xx-kmod-common", labels.branch)); 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 3fae75722a..d39b17095e 100644 --- a/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec +++ b/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec @@ -12,13 +12,11 @@ Name: %{real_name}-580xx Version: 580.142 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Epoch: 3 License: NVIDIA License URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: %{ix86} x86_64 aarch64 - %dnl Source0: %{name}-%{version}-i386.tar.xz %dnl Source1: %{name}-%{version}-x86_64.tar.xz %dnl Source2: %{name}-%{version}-aarch64.tar.xz @@ -26,12 +24,12 @@ Source8: 70-%{real_name}.preset Source9: 70-%{real_name}-cuda.preset Source10: 10-nvidia.conf Source13: alternate-install-present - Source40: com.nvidia.driver.metainfo.xml Source41: parse-supported-gpus.py Source42: com.nvidia.driver.png - Source99: nvidia-generate-tarballs.sh +ExclusiveArch: %{ix86} x86_64 aarch64 +Packager: Terra Packaging Team %ifarch x86_64 aarch64 BuildRequires: libappstream-glib @@ -207,12 +205,10 @@ This package provides the CUDA integration components for %{name}. Summary: X.org X11 NVIDIA driver and extensions Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version} Requires: xorg-x11-server-Xorg%{?_isa} -Supplements: (%{real_name}-580xx and xorg-x11-server-Xorg) - Conflicts: xorg-x11-drv-nvidia Conflicts: xorg-x11-drv-nvidia-470xx - Provides: xorg-x11-nvidia-580 = %{evr} +Supplements: (%{real_name}-580xx and xorg-x11-server-Xorg) %description -n xorg-x11-nvidia-580xx The NVIDIA X.org X11 driver and associated components. @@ -548,4 +544,5 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/com.nvidia.driver.me %{_libdir}/libnvidia-ml.so.%{version} %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:580.142-2 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia-580/nvidia-kmod-common/anda.hcl b/anda/system/nvidia-580/nvidia-kmod-common/anda.hcl index 57de07767d..415f0fd9e2 100644 --- a/anda/system/nvidia-580/nvidia-kmod-common/anda.hcl +++ b/anda/system/nvidia-580/nvidia-kmod-common/anda.hcl @@ -1,10 +1,10 @@ project "pkg" { + arches = ["x86_64"] rpm { spec = "nvidia-580-kmod-common.spec" } - arches = ["x86_64"] labels = { subrepo = "nvidia" - weekly = 4 + updbranch = 1 } } 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 3f5c8a26be..bb98968f9f 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 @@ -7,24 +7,19 @@ Name: %{modulename}-kmod-common Version: 580.142 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 License: NVIDIA License URL: http://www.nvidia.com/object/unix.html - -BuildArch: noarch - Source0: http://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run Source17: nvidia-boot-update Source18: nvidia-modeset.conf Source19: nvidia.conf Source20: 60-nvidia.rules Source21: 99-nvidia.conf - # UDev rule location (_udevrulesdir) and systemd macros: BuildRequires: systemd-rpm-macros - Requires: dracut Requires: nvidia-modprobe-580xx Requires: nvidia-driver-580xx = %{?epoch:%{epoch}:}%{version} @@ -33,6 +28,8 @@ Requires: %{modulename}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{modulename}-kmod-common = %{?epoch:%{epoch}:}%{version} Provides: nvidia-580-kmod-common = %{evr} Obsoletes: cuda-nvidia-kmod-common < %{?epoch:%{epoch}:}%{version} +BuildArch: noarch +Packager: Terra Packaging Team %description This package provides the common files required by all NVIDIA kernel module @@ -95,4 +92,5 @@ dracut --regenerate-all --force || : %{_udevrulesdir}/60-nvidia.rules %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:580.142-3 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia-580/nvidia-kmod-common/update.rhai b/anda/system/nvidia-580/nvidia-kmod-common/update.rhai index d1ef2924fb..26e90ea495 100644 --- a/anda/system/nvidia-580/nvidia-kmod-common/update.rhai +++ b/anda/system/nvidia-580/nvidia-kmod-common/update.rhai @@ -1,3 +1,3 @@ -import "andax/nvidia.rhai" as nvidia; +import "andax/bump_extras.rhai" as bump; -rpm.version(nvidia::nvidia_legacy_version()); +rpm.version(bump::madoguchi("nvidia-driver-580xx", labels.branch)); diff --git a/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec index 02f1dc1eeb..bd6d5ffe5a 100644 --- a/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec +++ b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec @@ -5,23 +5,23 @@ %global debug_package %{nil} Name: %{modulename}-kmod -Version: 580.119.02 -Release: 2%{?dist} +Version: 580.142 +Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - Source0: http://download.nvidia.com/XFree86/Linux-%{_arch}/%{version}/NVIDIA-Linux-%{_arch}-%{version}.run Patch0: 0001-Enable-atomic-kernel-modesetting-by-default.patch +BuildRequires: kmodtool Requires: nvidia-580xx-kmod-common = %{?epoch:%{epoch}:}%{version} Requires: akmods Provides: akmod-nvidia-580 = %{evr} - - -# Get the needed BuildRequires (in parts depending on what we build for): -BuildRequires: kmodtool +Provides: nvidia-580-kmod = %{?epoch:%{epoch}:}%{version} +Conflicts: dkms-nvidia-580xx +Conflicts: nvidia-kmod +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team # kmodtool does its magic here: %{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } @@ -65,4 +65,5 @@ done %{?akmod_install} %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:580.142-1 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia-580/nvidia-kmod/update.rhai b/anda/system/nvidia-580/nvidia-kmod/update.rhai index ea0b60bd3d..329db7e5d1 100644 --- a/anda/system/nvidia-580/nvidia-kmod/update.rhai +++ b/anda/system/nvidia-580/nvidia-kmod/update.rhai @@ -1,3 +1,3 @@ import "andax/bump_extras.rhai" as bump; -rpm.version(bump::madoguchi("nvidia-580-kmod-common", labels.branch)); +rpm.version(bump::madoguchi("nvidia-580xx-kmod-common", labels.branch)); 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 9885850c29..7600c298c5 100644 --- a/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec +++ b/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec @@ -5,17 +5,15 @@ Version: 580.142 Release: 2%{?dist} Summary: NVIDIA kernel module loader Epoch: 3 -License: GPLv2+ +License: GPL-2.0-or-later URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - Source0: https://download.nvidia.com/XFree86/%{real_name}/%{real_name}-%{version}.tar.bz2 Patch0: %{real_name}-man-page-permissions.patch - BuildRequires: gcc BuildRequires: m4 - -Provides: %{real_name}-580 = %{evr} +Provides: %{real_name}-580 = %{evr} +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team %description This utility is used by user-space NVIDIA driver components to make sure the @@ -48,4 +46,5 @@ make %{?_smp_mflags} \ %{_mandir}/man1/%{real_name}.1.* %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:580.142-2 +- Update spec for Terra packaging team 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 d559bb97d3..927eee99e3 100644 --- a/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec +++ b/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec @@ -1,29 +1,26 @@ %global real_name nvidia-persistenced -Name: %{real_name}-580xx -Version: 580.142 -Release: 2%{?dist} -Summary: A daemon to maintain persistent software state in the NVIDIA driver -Epoch: 3 -License: GPLv2+ -URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - -Source0: https://download.nvidia.com/XFree86/%{real_name}/%{real_name}-%{version}.tar.bz2 -Source1: %{real_name}.service - -BuildRequires: gcc -BuildRequires: libtirpc-devel -BuildRequires: m4 - +Name: %{real_name}-580xx +Version: 580.142 +Release: 3%{?dist} +Summary: A daemon to maintain persistent software state in the NVIDIA driver +Epoch: 3 +License: GPL-2.0-or-later +URL: http://www.nvidia.com/object/unix.html +ExclusiveArch: x86_64 aarch64 +Source0: https://download.nvidia.com/XFree86/%{real_name}/%{real_name}-%{version}.tar.bz2 +Source1: %{real_name}.service +BuildRequires: gcc +BuildRequires: libtirpc-devel +BuildRequires: m4 # For Fedora systemd-rpm-macros would be enough: -BuildRequires: systemd-devel -Requires(post): systemd -Requires(preun): systemd -Requires(postun): systemd -Requires: libnvidia-cfg-580xx%{?_isa} >= %{?epoch:%{epoch}:}%{version} - -Provides: %{real_name}-580 = %{evr} +BuildRequires: systemd-devel +Requires: libnvidia-cfg-580xx%{?_isa} >= %{?epoch:%{epoch}:}%{version} +Requires(post): systemd +Requires(preun): systemd +Requires(postun): systemd +Provides: %{real_name}-580 = %{evr} +Packager: Terra Packaging Team %description The %{real_name} utility is used to enable persistent software state in the NVIDIA @@ -80,4 +77,5 @@ install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{real_name}.service %{_sharedstatedir}/%{real_name} %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:580.142-3 +- Update spec for Terra packaging team 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 0876bb3351..ab7635cc87 100644 --- a/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec +++ b/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec @@ -2,13 +2,11 @@ Name: %{real_name}-580xx Version: 580.142 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Configure the NVIDIA graphics driver Epoch: 3 -License: GPLv2+ +License: GPL-2.0-or-later URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - Source0: https://download.nvidia.com/XFree86/%{real_name}/%{real_name}-%{version}.tar.bz2 Source1: %{real_name}-load.desktop Source2: %{real_name}.appdata.xml @@ -17,7 +15,6 @@ Patch1: %{real_name}-lib-permissions.patch Patch2: %{real_name}-link-order.patch Patch3: %{real_name}-libXNVCtrl.patch Patch4: %{real_name}-ld-dep-remove.patch - BuildRequires: desktop-file-utils BuildRequires: dbus-devel BuildRequires: gcc @@ -34,13 +31,13 @@ BuildRequires: mesa-libGL-devel BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(wayland-client) BuildRequires: vulkan-headers - Requires: nvidia-libXNVCtrl-580xx%{?_isa} = %{?epoch}:%{version}-%{release} Requires: nvidia-driver-580xx%{?_isa} = %{?epoch}:%{version} # Loaded at runtime Requires: libvdpau%{?_isa} >= 0.9 - Provides: %{real_name}-580 = %{evr} +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team %description The %{real_name} utility is a tool for configuring the NVIDIA graphics @@ -141,4 +138,5 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{real_name}. %{_libdir}/libXNVCtrl.so %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:580.142-3 +- Update spec for Terra packaging team 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 26e808da96..ccfd1255e8 100644 --- a/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec +++ b/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec @@ -2,23 +2,20 @@ Name: %{real_name}-580xx Version: 580.142 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NVIDIA X configuration file editor Epoch: 3 -License: GPLv2+ +License: GPL-2.0-or-later URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - Source0: https://download.nvidia.com/XFree86/%{real_name}/%{real_name}-%{version}.tar.bz2 - BuildRequires: gcc BuildRequires: libpciaccess-devel BuildRequires: m4 - Requires: libnvidia-cfg-580xx%{?_isa} >= %{?epoch:%{epoch}:}%{version} Requires: xorg-x11-nvidia-580xx%{?_isa} >= %{?epoch:%{epoch}:}%{version} - Provides: %{real_name}-580 = %{evr} +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team %description %{real_name} is a command line tool intended to provide basic control over @@ -52,4 +49,5 @@ make %{?_smp_mflags} \ %{_mandir}/man1/%{real_name}.1* %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:580.142-3 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec b/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec index bfd58edfaa..0198ff17c1 100644 --- a/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec +++ b/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec @@ -1,20 +1,16 @@ Name: compat-nvidia-repo Version: 595.58.03 Epoch: 3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compatibility package required by official CUDA packages License: NVIDIA License URL: https://developer.nvidia.com/cuda-toolkit - -BuildArch: noarch - Requires: nvidia-driver >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-driver-cuda >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-driver-cuda-libs >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-driver-libs >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-kmod >= %{?epoch:%{epoch}:}%{version} Requires: nvidia-settings >= %{?epoch:%{epoch}:}%{version} - Provides: cuda-drivers >= %{?epoch:%{epoch}:}%{version} Provides: nvidia-open >= %{?epoch:%{epoch}:}%{version} # Add any versioned provides: @@ -22,6 +18,8 @@ Provides: cuda-drivers-560 >= %{?epoch:%{epoch}:}%{version} Provides: cuda-drivers-565 >= %{?epoch:%{epoch}:}%{version} Provides: nvidia-open-560 >= %{?epoch:%{epoch}:}%{version} Provides: nvidia-open-565 >= %{?epoch:%{epoch}:}%{version} +BuildArch: noarch +Packager: Terra Packaging Team %description Nvidia drivers metapackage required by official CUDA packages. It pulls in all @@ -31,4 +29,5 @@ Nvidia driver components. # Without an empty files section the package is not created. %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:595.58.03-2 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch b/anda/system/nvidia/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch deleted file mode 100644 index 6aadd9a370..0000000000 --- a/anda/system/nvidia/dkms-nvidia/0001-Enable-atomic-kernel-modesetting-by-default.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 60d1ddc17835226ec67ed1bc1c28524e3bb6e151 Mon Sep 17 00:00:00 2001 -From: Peter Jung -Date: Sun, 20 Apr 2025 18:13:22 +0200 -Subject: [PATCH 1/8] Enable atomic kernel modesetting by default - -This is required for proper functionality under Wayland. fbdev has been default enabled since 570 so that -hunk can be removed from this patch. - -Signed-off-by: Peter Jung ---- - kernel-open/nvidia-drm/nvidia-drm-linux.c | 2 +- - kernel-open/nvidia-drm/nvidia-drm-os-interface.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git an/kernel-open/nvidia-drm/nvidia-drm-linux.c b/kernel-open/nvidia-drm/nvidia-drm-linux.c -index 3cb1815d..209cb469 100644 ---- a/kernel-open/nvidia-drm/nvidia-drm-linux.c -+++ b/kernel-open/nvidia-drm/nvidia-drm-linux.c -@@ -31,7 +31,7 @@ - - MODULE_PARM_DESC( - modeset, -- "Enable atomic kernel modesetting (1 = enable, 0 = disable (default))"); -+ "Enable atomic kernel modesetting (1 = enable (default), 0 = disable)"); - module_param_named(modeset, nv_drm_modeset_module_param, bool, 0400); - - #if defined(NV_DRM_FBDEV_AVAILABLE) -diff --git a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c -index 7617476d..f22afd77 100644 ---- a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c -+++ b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c -@@ -41,7 +41,7 @@ - #include - #endif - --bool nv_drm_modeset_module_param = false; -+bool nv_drm_modeset_module_param = true; - bool nv_drm_fbdev_module_param = true; - - void *nv_drm_calloc(size_t nmemb, size_t size) --- -2.49.0.391.g4bbb303af6 - - diff --git a/anda/system/nvidia/dkms-nvidia/6.19-590.patch b/anda/system/nvidia/dkms-nvidia/6.19-590.patch deleted file mode 100644 index 2bca90ba17..0000000000 --- a/anda/system/nvidia/dkms-nvidia/6.19-590.patch +++ /dev/null @@ -1,130 +0,0 @@ -From c9457ce40a6af2ce74c520564e2d8775f49e3d27 Mon Sep 17 00:00:00 2001 -From: Eric Naim -Date: Thu, 18 Dec 2025 12:36:06 +0800 -Subject: [PATCH 3/3] Fix compile for 6.19 - -Contains: -- Rename page_free callback -> folio_free callback for 6.19+ -- Adjust zone_device_page_init() call for 6.19; it has one extra argument now -- 6.19-rc8 introduced yet another argument for zone_device_page_init() - -Link: https://github.com/torvalds/linux/commit/12b2285bf3d14372238d36215b73af02ac3bdfc1 -Signed-off-by: Eric Naim ---- - kernel-open/nvidia-uvm/uvm_hmm.c | 4 ++++ - kernel-open/nvidia-uvm/uvm_pmm_gpu.c | 34 ++++++++++++++++++++++++++++ - 2 files changed, 38 insertions(+) - -diff --git a/kernel-open/nvidia-uvm/uvm_hmm.c b/kernel-open/nvidia-uvm/uvm_hmm.c -index 9b676f971385..22db001384a4 100644 ---- a/kernel-open/nvidia-uvm/uvm_hmm.c -+++ b/kernel-open/nvidia-uvm/uvm_hmm.c -@@ -2140,7 +2140,11 @@ static void fill_dst_pfn(uvm_va_block_t *va_block, - - UVM_ASSERT(!page_count(dpage)); - UVM_ASSERT(!dpage->zone_device_data); -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+ zone_device_page_init(dpage, page_pgmap(dpage), 0); -+#else - zone_device_page_init(dpage); -+#endif - dpage->zone_device_data = gpu_chunk; - atomic64_inc(&va_block->hmm.va_space->hmm.allocated_page_count); - } -diff --git a/kernel-open/nvidia-uvm/uvm_pmm_gpu.c b/kernel-open/nvidia-uvm/uvm_pmm_gpu.c -index 97ff13dcdd04..98423002776b 100644 ---- a/kernel-open/nvidia-uvm/uvm_pmm_gpu.c -+++ b/kernel-open/nvidia-uvm/uvm_pmm_gpu.c -@@ -177,6 +177,8 @@ - #include "uvm_test.h" - #include "uvm_linux.h" - -+#include -+ - #if defined(CONFIG_PCI_P2PDMA) && defined(NV_STRUCT_PAGE_HAS_ZONE_DEVICE_DATA) - #include - #endif -@@ -2999,8 +3001,14 @@ static bool uvm_pmm_gpu_check_orphan_pages(uvm_pmm_gpu_t *pmm) - return ret; - } - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+static void devmem_folio_free(struct folio *folio) -+{ -+ struct page *page = &folio->page; -+#else - static void devmem_page_free(struct page *page) - { -+#endif - uvm_gpu_chunk_t *chunk = uvm_pmm_devmem_page_to_chunk(page); - uvm_gpu_t *gpu = uvm_gpu_chunk_get_gpu(chunk); - -@@ -3060,7 +3068,11 @@ static vm_fault_t devmem_fault_entry(struct vm_fault *vmf) - - static const struct dev_pagemap_ops uvm_pmm_devmem_ops = - { -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+ .folio_free = devmem_folio_free, -+#else - .page_free = devmem_page_free, -+#endif - .migrate_to_ram = devmem_fault_entry, - }; - -@@ -3148,8 +3160,14 @@ static void device_p2p_page_free_wake(struct nv_kref *ref) - wake_up(&p2p_mem->waitq); - } - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+static void device_p2p_folio_free(struct folio *folio) -+{ -+ struct page *page = &folio->page; -+#else - static void device_p2p_page_free(struct page *page) - { -+#endif - uvm_device_p2p_mem_t *p2p_mem = page->zone_device_data; - - page->zone_device_data = NULL; -@@ -3158,14 +3176,26 @@ static void device_p2p_page_free(struct page *page) - #endif - - #if UVM_CDMM_PAGES_SUPPORTED() -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+static void device_coherent_folio_free(struct folio *folio) -+{ -+ device_p2p_folio_free(folio); -+} -+#else - static void device_coherent_page_free(struct page *page) - { - device_p2p_page_free(page); - } -+#endif - - static const struct dev_pagemap_ops uvm_device_coherent_pgmap_ops = - { -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+ .folio_free = device_coherent_folio_free, -+#else - .page_free = device_coherent_page_free, -+#endif - }; - - static NV_STATUS uvm_pmm_cdmm_init(uvm_parent_gpu_t *parent_gpu) -@@ -3302,7 +3332,11 @@ static bool uvm_pmm_gpu_check_orphan_pages(uvm_pmm_gpu_t *pmm) - - static const struct dev_pagemap_ops uvm_device_p2p_pgmap_ops = - { -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+ .folio_free = device_p2p_folio_free, -+#else - .page_free = device_p2p_page_free, -+#endif - }; - - void uvm_pmm_gpu_device_p2p_init(uvm_parent_gpu_t *parent_gpu) --- -2.52.0 - diff --git a/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec b/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec index 2ca2bd1aea..95dc2e4a8e 100644 --- a/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec +++ b/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec @@ -5,25 +5,26 @@ Name: dkms-%{modulename} Version: 595.58.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License URL: https://www.nvidia.com/object/unix.html Source0: https://github.com/NVIDIA/open-gpu-kernel-modules/archive/%{version}/open-gpu-kernel-modules-%{version}.tar.gz Source1: %{name}.conf -Patch0: 0001-Enable-atomic-kernel-modesetting-by-default.patch -Patch1: 6.19-590.patch +Patch0: https://github.com/CachyOS/open-gpu-kernel-modules/commit/211f012865b8ea2ba62c3422f5519cb32395c3e0.patch +Patch1: https://github.com/CachyOS/open-gpu-kernel-modules/commit/92789a5709f64008bee34bb044e33a3de9702eb7.patch BuildRequires: sed -Provides: %{modulename}-kmod = %{?epoch:%{epoch}:}%{version} Requires: %{modulename}-kmod-common = %{?epoch:%{epoch}:}%{version} Requires: dkms -Requires: gcc-c++ -Conflicts: akmod-nvidia -# Unlike most DKMS packages, this package is NOT noarch! -ExclusiveArch: x86_64 aarch64 +Provides: %{modulename}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-open = %{?epoch:%{epoch}:}%{version} Obsoletes: %{name}-open < %{?epoch:%{epoch}:}%{version} +Conflicts: akmod-%{modulename} +Conflicts: %{modulename}-kmod-580xx +# Unlike most DKMS packages, this package is NOT noarch! +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team %description This package provides the NVIDIA kernel driver modules. @@ -57,4 +58,6 @@ dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : %{_usrsrc}/%{modulename}-%{version} %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:595.58.03-2 +- Update patches for DSC functionality +- Update spec for Terra packaging team diff --git a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec index 5c3014778d..3db64183e9 100644 --- a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec +++ b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec @@ -10,23 +10,19 @@ Name: nvidia-driver Version: 595.58.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Epoch: 3 License: NVIDIA License URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: %{ix86} x86_64 aarch64 Source8: 70-nvidia-driver.preset Source9: 70-nvidia-driver-cuda.preset Source10: 10-nvidia.conf Source13: alternate-install-present - Source40: com.nvidia.driver.metainfo.xml Source41: parse-supported-gpus.py Source42: com.nvidia.driver.png - Source99: nvidia-generate-tarballs.sh - %ifarch x86_64 aarch64 BuildRequires: libappstream-glib %if 0%{?rhel} == 8 @@ -39,14 +35,14 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: wget BuildRequires: coreutils - Requires: nvidia-driver-libs%{?_isa} = %{?epoch:%{epoch}:}%{version} Requires: nvidia-kmod-common = %{?epoch:%{epoch}:}%{version} - Conflicts: nvidia-x11-drv Conflicts: nvidia-x11-drv-470xx Conflicts: xorg-x11-drv-nvidia Conflicts: xorg-x11-drv-nvidia-470xx +ExclusiveArch: %{ix86} x86_64 aarch64 +Packager: Terra Packaging Team %description This package provides the most recent NVIDIA display driver which allows for @@ -77,7 +73,6 @@ Requires: vulkan-loader Requires: libnvidia-gpucomp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: libnvidia-ml%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-cuda-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} - Conflicts: nvidia-x11-drv-libs Conflicts: nvidia-x11-drv-470xx-libs Conflicts: xorg-x11-drv-nvidia-libs @@ -91,7 +86,6 @@ Summary: Libraries for %{name}-cuda Requires: %{name}-cuda-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Provides: %{name}-devel = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: %{name}-devel < %{?epoch:%{epoch}:}%{version}-%{release} - # dlopened: %ifarch x86_64 aarch64 Requires: libnvidia-cfg = %{?epoch:%{epoch}:}%{version}-%{release} @@ -103,7 +97,6 @@ Requires: libnvidia-ml = %{?epoch:%{epoch}:}%{version}-%{release} Requires: (%{name}-cuda-libs(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} if steam(x86-32)) %endif %endif - Conflicts: xorg-x11-drv-nvidia-cuda-libs Conflicts: xorg-x11-drv-nvidia-470xx-cuda-libs @@ -171,7 +164,6 @@ Requires: nvidia-kmod-common = %{?epoch:%{epoch}:}%{version} Requires: nvidia-persistenced = %{?epoch:%{epoch}:}%{version} Requires: (ocl-icd or OpenCL-ICD-Loader) Requires: opencl-filesystem - Conflicts: xorg-x11-drv-nvidia-cuda Conflicts: xorg-x11-drv-nvidia-470xx-cuda @@ -184,7 +176,6 @@ Summary: X.org X11 NVIDIA driver and extensions Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version} Requires: xorg-x11-server-Xorg%{?_isa} Supplements: (nvidia-driver and xorg-x11-server-Xorg) - Conflicts: xorg-x11-drv-nvidia Conflicts: xorg-x11-drv-nvidia-470xx @@ -514,4 +505,5 @@ appstream-util validate --nonet %{buildroot}%{_metainfodir}/com.nvidia.driver.me %{_libdir}/libnvidia-ml.so.%{version} %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:595.58.03-2 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia/nvidia-kmod-common/anda.hcl b/anda/system/nvidia/nvidia-kmod-common/anda.hcl index ae7a91b959..8afbe4682c 100644 --- a/anda/system/nvidia/nvidia-kmod-common/anda.hcl +++ b/anda/system/nvidia/nvidia-kmod-common/anda.hcl @@ -1,10 +1,10 @@ project "pkg" { + arches = ["x86_64"] rpm { spec = "nvidia-kmod-common.spec" } - arches = ["x86_64"] labels = { subrepo = "nvidia" - weekly = 3 + updbranch = 1 } } diff --git a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec index 71cfd81bee..791ecab01c 100644 --- a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec +++ b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec @@ -6,24 +6,19 @@ Name: nvidia-kmod-common Version: 595.58.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 License: NVIDIA License URL: http://www.nvidia.com/object/unix.html - -BuildArch: noarch - Source0: http://download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linux-x86_64-%{version}.run Source17: nvidia-boot-update Source19: nvidia-modeset.conf Source20: nvidia.conf Source21: 60-nvidia.rules Source24: 99-nvidia.conf - # UDev rule location (_udevrulesdir) and systemd macros: BuildRequires: systemd-rpm-macros - Requires: dracut Requires: nvidia-modprobe Requires: nvidia-driver = %{?epoch:%{epoch}:}%{version} @@ -33,6 +28,8 @@ Requires: gcc-c++ Provides: nvidia-kmod-common = %{?epoch:%{epoch}:}%{version} Obsoletes: nvidia-open-kmod-common < %{?epoch:%{epoch}:}%{version} Obsoletes: cuda-nvidia-kmod-common < %{?epoch:%{epoch}:}%{version} +BuildArch: noarch +Packager: Terra Packaging Team %description This package provides the common files required by all NVIDIA kernel module @@ -88,4 +85,5 @@ fi ||: %{_udevrulesdir}/60-nvidia.rules %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:595.58.03-2 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia/nvidia-kmod-common/update.rhai b/anda/system/nvidia/nvidia-kmod-common/update.rhai index e5eff132c0..3b53503809 100644 --- a/anda/system/nvidia/nvidia-kmod-common/update.rhai +++ b/anda/system/nvidia/nvidia-kmod-common/update.rhai @@ -1,3 +1,3 @@ -import "andax/nvidia.rhai" as nvidia; +import "andax/bump_extras.rhai" as bump; -rpm.version(nvidia::nvidia_driver_version()); +rpm.version(bump::madoguchi("nvidia-driver", labels.branch)); diff --git a/anda/system/nvidia/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch b/anda/system/nvidia/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch deleted file mode 100644 index 6aadd9a370..0000000000 --- a/anda/system/nvidia/nvidia-kmod/0001-Enable-atomic-kernel-modesetting-by-default.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 60d1ddc17835226ec67ed1bc1c28524e3bb6e151 Mon Sep 17 00:00:00 2001 -From: Peter Jung -Date: Sun, 20 Apr 2025 18:13:22 +0200 -Subject: [PATCH 1/8] Enable atomic kernel modesetting by default - -This is required for proper functionality under Wayland. fbdev has been default enabled since 570 so that -hunk can be removed from this patch. - -Signed-off-by: Peter Jung ---- - kernel-open/nvidia-drm/nvidia-drm-linux.c | 2 +- - kernel-open/nvidia-drm/nvidia-drm-os-interface.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git an/kernel-open/nvidia-drm/nvidia-drm-linux.c b/kernel-open/nvidia-drm/nvidia-drm-linux.c -index 3cb1815d..209cb469 100644 ---- a/kernel-open/nvidia-drm/nvidia-drm-linux.c -+++ b/kernel-open/nvidia-drm/nvidia-drm-linux.c -@@ -31,7 +31,7 @@ - - MODULE_PARM_DESC( - modeset, -- "Enable atomic kernel modesetting (1 = enable, 0 = disable (default))"); -+ "Enable atomic kernel modesetting (1 = enable (default), 0 = disable)"); - module_param_named(modeset, nv_drm_modeset_module_param, bool, 0400); - - #if defined(NV_DRM_FBDEV_AVAILABLE) -diff --git a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c -index 7617476d..f22afd77 100644 ---- a/kernel-open/nvidia-drm/nvidia-drm-os-interface.c -+++ b/kernel-open/nvidia-drm/nvidia-drm-os-interface.c -@@ -41,7 +41,7 @@ - #include - #endif - --bool nv_drm_modeset_module_param = false; -+bool nv_drm_modeset_module_param = true; - bool nv_drm_fbdev_module_param = true; - - void *nv_drm_calloc(size_t nmemb, size_t size) --- -2.49.0.391.g4bbb303af6 - - diff --git a/anda/system/nvidia/nvidia-kmod/6.19-590.patch b/anda/system/nvidia/nvidia-kmod/6.19-590.patch deleted file mode 100644 index 2bca90ba17..0000000000 --- a/anda/system/nvidia/nvidia-kmod/6.19-590.patch +++ /dev/null @@ -1,130 +0,0 @@ -From c9457ce40a6af2ce74c520564e2d8775f49e3d27 Mon Sep 17 00:00:00 2001 -From: Eric Naim -Date: Thu, 18 Dec 2025 12:36:06 +0800 -Subject: [PATCH 3/3] Fix compile for 6.19 - -Contains: -- Rename page_free callback -> folio_free callback for 6.19+ -- Adjust zone_device_page_init() call for 6.19; it has one extra argument now -- 6.19-rc8 introduced yet another argument for zone_device_page_init() - -Link: https://github.com/torvalds/linux/commit/12b2285bf3d14372238d36215b73af02ac3bdfc1 -Signed-off-by: Eric Naim ---- - kernel-open/nvidia-uvm/uvm_hmm.c | 4 ++++ - kernel-open/nvidia-uvm/uvm_pmm_gpu.c | 34 ++++++++++++++++++++++++++++ - 2 files changed, 38 insertions(+) - -diff --git a/kernel-open/nvidia-uvm/uvm_hmm.c b/kernel-open/nvidia-uvm/uvm_hmm.c -index 9b676f971385..22db001384a4 100644 ---- a/kernel-open/nvidia-uvm/uvm_hmm.c -+++ b/kernel-open/nvidia-uvm/uvm_hmm.c -@@ -2140,7 +2140,11 @@ static void fill_dst_pfn(uvm_va_block_t *va_block, - - UVM_ASSERT(!page_count(dpage)); - UVM_ASSERT(!dpage->zone_device_data); -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+ zone_device_page_init(dpage, page_pgmap(dpage), 0); -+#else - zone_device_page_init(dpage); -+#endif - dpage->zone_device_data = gpu_chunk; - atomic64_inc(&va_block->hmm.va_space->hmm.allocated_page_count); - } -diff --git a/kernel-open/nvidia-uvm/uvm_pmm_gpu.c b/kernel-open/nvidia-uvm/uvm_pmm_gpu.c -index 97ff13dcdd04..98423002776b 100644 ---- a/kernel-open/nvidia-uvm/uvm_pmm_gpu.c -+++ b/kernel-open/nvidia-uvm/uvm_pmm_gpu.c -@@ -177,6 +177,8 @@ - #include "uvm_test.h" - #include "uvm_linux.h" - -+#include -+ - #if defined(CONFIG_PCI_P2PDMA) && defined(NV_STRUCT_PAGE_HAS_ZONE_DEVICE_DATA) - #include - #endif -@@ -2999,8 +3001,14 @@ static bool uvm_pmm_gpu_check_orphan_pages(uvm_pmm_gpu_t *pmm) - return ret; - } - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+static void devmem_folio_free(struct folio *folio) -+{ -+ struct page *page = &folio->page; -+#else - static void devmem_page_free(struct page *page) - { -+#endif - uvm_gpu_chunk_t *chunk = uvm_pmm_devmem_page_to_chunk(page); - uvm_gpu_t *gpu = uvm_gpu_chunk_get_gpu(chunk); - -@@ -3060,7 +3068,11 @@ static vm_fault_t devmem_fault_entry(struct vm_fault *vmf) - - static const struct dev_pagemap_ops uvm_pmm_devmem_ops = - { -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+ .folio_free = devmem_folio_free, -+#else - .page_free = devmem_page_free, -+#endif - .migrate_to_ram = devmem_fault_entry, - }; - -@@ -3148,8 +3160,14 @@ static void device_p2p_page_free_wake(struct nv_kref *ref) - wake_up(&p2p_mem->waitq); - } - -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+static void device_p2p_folio_free(struct folio *folio) -+{ -+ struct page *page = &folio->page; -+#else - static void device_p2p_page_free(struct page *page) - { -+#endif - uvm_device_p2p_mem_t *p2p_mem = page->zone_device_data; - - page->zone_device_data = NULL; -@@ -3158,14 +3176,26 @@ static void device_p2p_page_free(struct page *page) - #endif - - #if UVM_CDMM_PAGES_SUPPORTED() -+ -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+static void device_coherent_folio_free(struct folio *folio) -+{ -+ device_p2p_folio_free(folio); -+} -+#else - static void device_coherent_page_free(struct page *page) - { - device_p2p_page_free(page); - } -+#endif - - static const struct dev_pagemap_ops uvm_device_coherent_pgmap_ops = - { -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+ .folio_free = device_coherent_folio_free, -+#else - .page_free = device_coherent_page_free, -+#endif - }; - - static NV_STATUS uvm_pmm_cdmm_init(uvm_parent_gpu_t *parent_gpu) -@@ -3302,7 +3332,11 @@ static bool uvm_pmm_gpu_check_orphan_pages(uvm_pmm_gpu_t *pmm) - - static const struct dev_pagemap_ops uvm_device_p2p_pgmap_ops = - { -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 19, 0) -+ .folio_free = device_p2p_folio_free, -+#else - .page_free = device_p2p_page_free, -+#endif - }; - - void uvm_pmm_gpu_device_p2p_init(uvm_parent_gpu_t *parent_gpu) --- -2.52.0 - diff --git a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec index 1c8dac67e5..5f74fc1e19 100644 --- a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec +++ b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec @@ -8,24 +8,24 @@ Name: nvidia-kmod Version: 595.58.03 -Release: 2%{?dist} +Release: 3%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - Source0: https://github.com/NVIDIA/open-gpu-kernel-modules/archive/%{version}/open-gpu-kernel-modules-%{version}.tar.gz -Patch0: 0001-Enable-atomic-kernel-modesetting-by-default.patch -Patch1: 6.19-590.patch +Patch0: https://github.com/CachyOS/open-gpu-kernel-modules/commit/211f012865b8ea2ba62c3422f5519cb32395c3e0.patch +Patch1: https://github.com/CachyOS/open-gpu-kernel-modules/commit/92789a5709f64008bee34bb044e33a3de9702eb7.patch +BuildRequires: gcc-c++ +BuildRequires: kmodtool Requires: nvidia-kmod-common = %{?epoch:%{epoch}:}%{version} Requires: akmods Provides: akmod-nvidia-open = %{?epoch:%{epoch}:}%{version} Obsoletes: akmod-nvidia-open < %{?epoch:%{epoch}:}%{version} - - -BuildRequires: gcc-c++ -BuildRequires: kmodtool +Conflicts: dkms-nvidia +Conflicts: nvidia-kmod-580xx +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team # kmodtool does its magic here: %{expand:%(kmodtool --target %{_target_cpu} --repo terrapkg.com --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) } @@ -67,4 +67,6 @@ done %{?akmod_install} %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:595.58.03-3 +- Update patches for DSC functionality +- Update spec for Terra packaging team diff --git a/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec b/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec index 374e6781c4..5c93e6446d 100644 --- a/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec +++ b/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec @@ -1,18 +1,17 @@ Name: nvidia-modprobe Version: 595.58.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NVIDIA kernel module loader Epoch: 3 License: GPL-2.0-or-later URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - Source0: https://download.nvidia.com/XFree86/%{name}/%{name}-%{version}.tar.bz2 Patch0: %{name}-man-page-permissions.patch - BuildRequires: gcc BuildRequires: m4 BuildRequires: sed +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team %description This utility is used by user-space NVIDIA driver components to make sure the @@ -45,4 +44,5 @@ make %{?_smp_mflags} \ %{_mandir}/man1/%{name}.1.* %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:595.58.03-2 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec b/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec index 7cd32e0fa3..a58b1326aa 100644 --- a/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec +++ b/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec @@ -1,26 +1,24 @@ -Name: nvidia-persistenced -Version: 595.58.03 -Release: 1%{?dist} -Summary: A daemon to maintain persistent software state in the NVIDIA driver -Epoch: 3 -License: GPL-2.0-or-later -URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - -Source0: https://download.nvidia.com/XFree86/%{name}/%{name}-%{version}.tar.bz2 -Source1: %{name}.service -Source2: %{name}-sysusers.conf - +Name: nvidia-persistenced +Version: 595.58.03 +Release: 2%{?dist} +Summary: A daemon to maintain persistent software state in the NVIDIA driver +Epoch: 3 +License: GPL-2.0-or-later +URL: http://www.nvidia.com/object/unix.html +Source0: https://download.nvidia.com/XFree86/%{name}/%{name}-%{version}.tar.bz2 +Source1: %{name}.service +Source2: %{name}-sysusers.conf BuildRequires: gcc BuildRequires: libtirpc-devel BuildRequires: m4 BuildRequires: sed BuildRequires: systemd-rpm-macros - +Requires: libnvidia-cfg%{?_isa} >= %{?epoch:%{epoch}:}%{version} Requires(post): systemd Requires(preun): systemd Requires(postun): systemd -Requires: libnvidia-cfg%{?_isa} >= %{?epoch:%{epoch}:}%{version} +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team %description The %{name} utility is used to enable persistent software state in the NVIDIA @@ -71,4 +69,5 @@ install -Dpm644 %{SOURCE2} %{buildroot}%{_sysusersdir}/%{name}.conf %{_sysusersdir}/%{name}.conf %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:595.58.03-2 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia/nvidia-settings/nvidia-settings.spec b/anda/system/nvidia/nvidia-settings/nvidia-settings.spec index e7fc536f60..23bd460c22 100644 --- a/anda/system/nvidia/nvidia-settings/nvidia-settings.spec +++ b/anda/system/nvidia/nvidia-settings/nvidia-settings.spec @@ -1,12 +1,10 @@ Name: nvidia-settings Version: 595.58.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configure the NVIDIA graphics driver Epoch: 3 License: GPL-2.0-or-later URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - Source0: https://download.nvidia.com/XFree86/%{name}/%{name}-%{version}.tar.bz2 Source1: %{name}-load.desktop Source2: %{name}.appdata.xml @@ -15,7 +13,6 @@ Patch1: %{name}-lib-permissions.patch Patch2: %{name}-link-order.patch Patch3: %{name}-libXNVCtrl.patch Patch4: %{name}-ld-dep-remove.patch - BuildRequires: desktop-file-utils BuildRequires: dbus-devel BuildRequires: gcc @@ -33,11 +30,12 @@ BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(wayland-client) BuildRequires: sed BuildRequires: vulkan-headers - Requires: nvidia-libXNVCtrl%{?_isa} = %{?epoch}:%{version}-%{release} Requires: nvidia-driver%{?_isa} = %{?epoch}:%{version} # Loaded at runtime Requires: libvdpau%{?_isa} >= 0.9 +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team %description The %{name} utility is a tool for configuring the NVIDIA graphics @@ -131,4 +129,5 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appda %{_libdir}/libXNVCtrl.so %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:595.58.03-2 +- Update spec for Terra packaging team diff --git a/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec b/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec index 3d38105f9d..9d1c809f9d 100644 --- a/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec +++ b/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec @@ -1,21 +1,19 @@ Name: nvidia-xconfig Version: 595.58.03 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NVIDIA X configuration file editor Epoch: 3 License: GPL-2.0-or-later URL: http://www.nvidia.com/object/unix.html -ExclusiveArch: x86_64 aarch64 - Source0: https://download.nvidia.com/XFree86/%{name}/%{name}-%{version}.tar.bz2 - BuildRequires: gcc BuildRequires: libpciaccess-devel BuildRequires: m4 BuildRequires: sed - Requires: libnvidia-cfg%{?_isa} >= %{?epoch:%{epoch}:}%{version} Requires: xorg-x11-nvidia%{?_isa} >= %{?epoch:%{epoch}:}%{version} +ExclusiveArch: x86_64 aarch64 +Packager: Terra Packaging Team %description %{name} is a command line tool intended to provide basic control over @@ -49,4 +47,5 @@ make %{?_smp_mflags} \ %{_mandir}/man1/%{name}.1* %changelog -%autochangelog +* Mon Apr 13 2026 Gilver E. - 3:595.58.03-2 +- Update spec for Terra packaging team From 7c4900960893ec61f295dfdafdf5e922347296c8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 03:37:36 +0000 Subject: [PATCH 0698/1189] 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 6d6293c36f..1859730d28 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.955 +Version: 0.0.956 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 f72b44a62c..9ce63a005a 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.955 +Version: 0.0.956 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 669275f25d..2980ba359e 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-12 +%global ver 2026-04-14 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 12e456a8fc7904cf27d2c95496bc535e03402145 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 14 Apr 2026 00:23:06 -0500 Subject: [PATCH 0699/1189] chore (gmenuharness): use proper license identifier and Release field (#11246) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/gmenuharness/gmenuharness.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/gmenuharness/gmenuharness.spec b/anda/lib/gmenuharness/gmenuharness.spec index 555efbce71..4b2f7cb55f 100644 --- a/anda/lib/gmenuharness/gmenuharness.spec +++ b/anda/lib/gmenuharness/gmenuharness.spec @@ -4,9 +4,9 @@ Name: gmenuharness Version: 0.1.4 -Release: %autorelease +Release: 2%{?dist} Summary: GMenu harness library -License: LGPLv3 +License: LGPL-3.0-or-later URL: https://gitlab.com/ubports/development/core/gmenuharness Source0: %{url}/-/archive/%commit/gmenuharness-%commit.tar.gz From b5cce6c4fb8ae38067165c38faeaf57d0a55091c Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:05:21 -0500 Subject: [PATCH 0700/1189] add: cloud-hypervisor-nightly (#11251) Signed-off-by: Owen-sz --- anda/system/cloud-hypervisor/nightly/anda.hcl | 8 +++ .../nightly/cloud-hypervisor-nightly.spec | 57 +++++++++++++++++++ .../cloud-hypervisor/nightly/update.rhai | 5 ++ .../cloud-hypervisor/{ => stable}/anda.hcl | 0 .../{ => stable}/cloud-hypervisor.spec | 0 .../cloud-hypervisor/{ => stable}/update.rhai | 0 6 files changed, 70 insertions(+) create mode 100644 anda/system/cloud-hypervisor/nightly/anda.hcl create mode 100644 anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec create mode 100644 anda/system/cloud-hypervisor/nightly/update.rhai rename anda/system/cloud-hypervisor/{ => stable}/anda.hcl (100%) rename anda/system/cloud-hypervisor/{ => stable}/cloud-hypervisor.spec (100%) rename anda/system/cloud-hypervisor/{ => stable}/update.rhai (100%) diff --git a/anda/system/cloud-hypervisor/nightly/anda.hcl b/anda/system/cloud-hypervisor/nightly/anda.hcl new file mode 100644 index 0000000000..bcf490fb52 --- /dev/null +++ b/anda/system/cloud-hypervisor/nightly/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "cloud-hypervisor-nightly.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec new file mode 100644 index 0000000000..4244c23680 --- /dev/null +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -0,0 +1,57 @@ +%global commit ff329126150930a88212d4c31607265d06ae619b +%global commit_date 20260414 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) + +Name: cloud-hypervisor-nightly +License: Apache-2.0 AND MPL-2.0 AND (Unlicense OR MIT) AND (MIT OR Zlib OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MIT AND BSD-3-Clause AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND CC-BY-4.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSD-3-Clause) AND (Apache-2.0 OR MIT) +Version: 0~%{commit_date}git.%{shortcommit} +Release: 1%{?dist} +Summary: A Virtual Machine Monitor for modern Cloud workloads +URL: https://github.com/cloud-hypervisor/cloud-hypervisor +Source0: %{url}/archive/%{commit}/cloud-hypervisor-%{commit}.tar.gz +BuildRequires: perl +BuildRequires: cargo-rpm-macros +BuildRequires: pkgconfig(openssl) +Conflicts: cloud-hypervisor + +Packager: Owen Zimmerman + +%description +A Virtual Machine Monitor for modern Cloud workloads. Features include CPU, +memory and device hotplug, support for running Windows and Linux guests, +device offload with vhost-user and a minimal compact footprint. +Written in Rust with a strong focus on security. + +%package doc +Summary: Documentation for cloud-hypervisor +Requires: %{name} = %{evr} + +%description doc +%{summary}. + +%prep +%autosetup -n cloud-hypervisor-%{commit} +%cargo_prep_online + +%build +%cargo_build + +%install +install -Dm755 target/rpm/cloud-hypervisor %{buildroot}%{_bindir}/cloud-hypervisor +install -Dm755 target/rpm/ch-remote %{buildroot}%{_bindir}/ch-remote +install -Dm755 target/rpm/vhost_user_block %{buildroot}%{_bindir}/vhost_user_block +install -Dm755 target/rpm/vhost_user_net %{buildroot}%{_bindir}/vhost_user_net + +%{cargo_license_online} > LICENSE.dependencies + +%files +%license LICENSE.dependencies LICENSES/ +%doc CODEOWNERS CODE_OF_CONDUCT.md CONTRIBUTING.md CREDITS.md MAINTAINERS.md README.md release-notes.md +%caps(cap_net_admin=ep) %{_bindir}/cloud-hypervisor +%{_bindir}/ch-remote +%{_bindir}/vhost_user_block +%{_bindir}/vhost_user_net + +%changelog +* Tue Apr 14 2026 Owen Zimmerman +- Initial commit (port from stable spec) diff --git a/anda/system/cloud-hypervisor/nightly/update.rhai b/anda/system/cloud-hypervisor/nightly/update.rhai new file mode 100644 index 0000000000..3f227e4d25 --- /dev/null +++ b/anda/system/cloud-hypervisor/nightly/update.rhai @@ -0,0 +1,5 @@ +rpm.global("commit", gh_commit("cloud-hypervisor/cloud-hypervisor")); +if rpm.changed() { + rpm.release(); + rpm.global("commit_date", date()); +} diff --git a/anda/system/cloud-hypervisor/anda.hcl b/anda/system/cloud-hypervisor/stable/anda.hcl similarity index 100% rename from anda/system/cloud-hypervisor/anda.hcl rename to anda/system/cloud-hypervisor/stable/anda.hcl diff --git a/anda/system/cloud-hypervisor/cloud-hypervisor.spec b/anda/system/cloud-hypervisor/stable/cloud-hypervisor.spec similarity index 100% rename from anda/system/cloud-hypervisor/cloud-hypervisor.spec rename to anda/system/cloud-hypervisor/stable/cloud-hypervisor.spec diff --git a/anda/system/cloud-hypervisor/update.rhai b/anda/system/cloud-hypervisor/stable/update.rhai similarity index 100% rename from anda/system/cloud-hypervisor/update.rhai rename to anda/system/cloud-hypervisor/stable/update.rhai From 032e00910b58f9df34035218ee1cdd49f8a6c235 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 14 Apr 2026 01:05:45 -0500 Subject: [PATCH 0701/1189] add: faster-whisper (#11235) Signed-off-by: Owen-sz --- anda/langs/python/faster-whisper/anda.hcl | 6 +++ .../python/faster-whisper/faster-whisper.spec | 49 +++++++++++++++++++ anda/langs/python/faster-whisper/update.rhai | 1 + 3 files changed, 56 insertions(+) create mode 100644 anda/langs/python/faster-whisper/anda.hcl create mode 100644 anda/langs/python/faster-whisper/faster-whisper.spec create mode 100644 anda/langs/python/faster-whisper/update.rhai diff --git a/anda/langs/python/faster-whisper/anda.hcl b/anda/langs/python/faster-whisper/anda.hcl new file mode 100644 index 0000000000..740ef5a125 --- /dev/null +++ b/anda/langs/python/faster-whisper/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "faster-whisper.spec" + } +} diff --git a/anda/langs/python/faster-whisper/faster-whisper.spec b/anda/langs/python/faster-whisper/faster-whisper.spec new file mode 100644 index 0000000000..a7b65bd0d1 --- /dev/null +++ b/anda/langs/python/faster-whisper/faster-whisper.spec @@ -0,0 +1,49 @@ +%global pypi_name faster-whisper +%global _desc Faster Whisper transcription with CTranslate2. + +Name: python-%{pypi_name} +Version: 1.2.1 +Release: 1%?dist +Summary: Faster Whisper transcription with CTranslate2 +License: MIT +URL: https://github.com/SYSTRAN/faster-whisper +Source0: %url/archive/refs/tags/v%version.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-build +BuildRequires: python3-installer +BuildRequires: python3-wheel +BuildRequires: python3-poetry-core +BuildRequires: python3-pip +BuildRequires: python3-setuptools + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n faster-whisper-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files faster_whisper + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE + +%changelog +* Sun Apr 12 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/faster-whisper/update.rhai b/anda/langs/python/faster-whisper/update.rhai new file mode 100644 index 0000000000..49762b8517 --- /dev/null +++ b/anda/langs/python/faster-whisper/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("faster-whisper")); From 1dbc42c4391a661f3925f5e232257a0a96d20b56 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 07:12:46 +0000 Subject: [PATCH 0702/1189] 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 3d3072f514..a1136756c3 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 bcd9663349f1e2404976188d9997878ea036bc93 -%global ver 0.0.40-19193 +%global commit 9e3e01d8f6eb2b12df6a6a1a45d02b3a22938e30 +%global ver 0.0.40-19194 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 6f9932efae47b08bc6b72cb76f3e7a28ff2bc7a0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 08:56:37 +0000 Subject: [PATCH 0703/1189] 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 8af00a4288..5ade68a219 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.73 \ No newline at end of file +v1.13.83 \ No newline at end of file diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index a1136756c3..d458fd2661 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 9e3e01d8f6eb2b12df6a6a1a45d02b3a22938e30 -%global ver 0.0.40-19194 +%global commit b10c742f101030f255e9a146701209db699e7df3 +%global ver 0.0.40-19195 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 3b0ec25d4e712d765a8dc7651a76a2bf45071e92 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 10:16:45 +0000 Subject: [PATCH 0704/1189] 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 d458fd2661..efd39c74c2 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 b10c742f101030f255e9a146701209db699e7df3 -%global ver 0.0.40-19195 +%global commit 0b9c53e254340db8c7afb4ed0b994d1278b0ead7 +%global ver 0.0.40-19203 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From bce067781abb27a627b6f488e27284d70a526197 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 11:31:42 +0000 Subject: [PATCH 0705/1189] bump: posthog --- anda/langs/python/posthog/posthog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 8a3bf5ee8f..4845590622 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.11.0 +Version: 7.11.1 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 88777ab00f1514e73df4dab836984dc7c04f1596 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 15:49:56 +0000 Subject: [PATCH 0706/1189] bump: helium-browser-bin lua-language-server --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 2 +- anda/langs/lua/lua-language-server/lua-language-server.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 c47392004b..652f349543 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.11.1.1 +Version: 0.11.2.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium 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 42c35f4df3..d5a0ba6e6f 100644 --- a/anda/langs/lua/lua-language-server/lua-language-server.spec +++ b/anda/langs/lua/lua-language-server/lua-language-server.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lua-language-server -Version: 3.18.1 +Version: 3.18.2 Release: 1%{?dist} License: MIT URL: https://luals.github.io/ From 92c7401d002d170ac00681956858a2da9eb273d0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 17:40:45 +0000 Subject: [PATCH 0707/1189] 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 fcd6385665..57ec83249a 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.20.0.48 +Version: 9.21.0.82 Release: 1%{?dist} Epoch: 1 Summary: NVIDIA CUDA Deep Neural Network library (cuDNN) From a53e39aa348c361f0ebfc69bffcfab50d47e162e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 18:04:52 +0000 Subject: [PATCH 0708/1189] bump: discord-canary-openasar discord-canary surge --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/surge/surge.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 1859730d28..ac32945c62 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.956 +Version: 0.0.958 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 9ce63a005a..073bda73ef 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.956 +Version: 0.0.958 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index 53baf10dab..b2eb481ea9 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.8.0 +Version: 0.8.1 %gometa From c1c363664c5b8a59613f8d19517d99cf726841e6 Mon Sep 17 00:00:00 2001 From: "J." <105894089+Its-J@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:40:46 -0500 Subject: [PATCH 0709/1189] chore: fix my contributor attributions (#11260) --- anda/fonts/juliamono/juliamono.spec | 11 +++++++---- anda/misc/shitpost/shitpost.spec | 9 ++++++--- anda/multimedia/tdf/tdf.spec | 9 ++++++--- anda/system/supergfxctl/supergfxctl.spec | 9 ++++++--- anda/system/wluma/wluma.spec | 9 ++++++--- anda/tools/spotx-bash/spotx-bash.spec | 8 ++++++-- 6 files changed, 37 insertions(+), 18 deletions(-) diff --git a/anda/fonts/juliamono/juliamono.spec b/anda/fonts/juliamono/juliamono.spec index 1494c19c6c..c16492e87e 100644 --- a/anda/fonts/juliamono/juliamono.spec +++ b/anda/fonts/juliamono/juliamono.spec @@ -1,6 +1,6 @@ Name: juliamono-fonts Version: 0.062 -Release: 1%?dist +Release: 2%?dist URL: https://juliamono.netlify.app/ Source0: https://github.com/cormullion/juliamono/archive/refs/tags/v%{version}.tar.gz License: OFL-1.1 @@ -8,7 +8,7 @@ Summary: A monospaced font with reasonable unicode support Requires: xorg-x11-font-utils BuildArch: noarch Provides: JuliaMono-fonts -Packager: Its-J +Packager: Its-J %description @@ -29,5 +29,8 @@ install -Dm644 *.ttf %{buildroot}%{_fontbasedir}/juliamono/ %{_fontbasedir}/juliamono/*.ttf %changelog -* Fri Nov 21 2025 Its-J -- Package JuliaMono \ No newline at end of file +* Tue Apr 14 2026 Its-J +- Add email to my previous contributor attributions + +* Fri Nov 21 2025 Its-J +- Package JuliaMono diff --git a/anda/misc/shitpost/shitpost.spec b/anda/misc/shitpost/shitpost.spec index 06e9c80e59..f4d1c0f290 100644 --- a/anda/misc/shitpost/shitpost.spec +++ b/anda/misc/shitpost/shitpost.spec @@ -1,6 +1,6 @@ Name: shitpost Version: 1 -Release: 1%?dist +Release: 2%?dist Summary: A tool to create memes using CLI License: WTFPL URL: https://redd.it/5ezk1f @@ -8,7 +8,7 @@ Source0: https://raw.githubusercontent.com/magnus-ISU/aur-scripts/master/ Requires: bash BuildArch: noarch -Packager: Its-J +Packager: Its-J %description %{summary}. @@ -24,5 +24,8 @@ install -Dm 755 %{SOURCE0} %{buildroot}%{_bindir}/shitpost %{_bindir}/shitpost %changelog -* Sun Nov 09 2025 Its-J +* Tue Apr 14 2026 Its-J +- Add email to my previous contributor attributions + +* Sun Nov 09 2025 Its-J - Package shitpost diff --git a/anda/multimedia/tdf/tdf.spec b/anda/multimedia/tdf/tdf.spec index b5d838a763..8c4c842e0e 100644 --- a/anda/multimedia/tdf/tdf.spec +++ b/anda/multimedia/tdf/tdf.spec @@ -1,13 +1,13 @@ Name: tdf Version: 0.5.0 -Release: 1%?dist +Release: 2%?dist Summary: A tui-based PDF viewer URL: https://github.com/itsjunetime/tdf Source0: %url/archive/refs/tags/v%{version}.tar.gz License: AGPL-3.0 BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold fontconfig-devel mupdf glib2 libgcc clang python -Packager: Its-J +Packager: Its-J %description A terminal-based PDF viewer. @@ -38,5 +38,8 @@ install -Dm755 target/rpm/tdf %{buildroot}%{_bindir}/tdf %{_bindir}/tdf %changelog -* Wed Oct 22 2025 Its-J +* Tue Apr 14 2026 Its-J +- Add email to my previous contributor attributions + +* Wed Oct 22 2025 Its-J - Intial Commit diff --git a/anda/system/supergfxctl/supergfxctl.spec b/anda/system/supergfxctl/supergfxctl.spec index 29829af00b..1de7f5e6af 100644 --- a/anda/system/supergfxctl/supergfxctl.spec +++ b/anda/system/supergfxctl/supergfxctl.spec @@ -1,6 +1,6 @@ Name: supergfxctl Version: 5.2.7 -Release: 1%?dist +Release: 2%?dist Summary: GPU Utility for ASUS ROG Laptops URL: https://gitlab.com/asus-linux/supergfxctl Source0: %url/-/archive/%{version}/supergfxctl-%{version}.tar.gz @@ -8,7 +8,7 @@ SourceLicense: MPL-2.0 License: ((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 MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold rust-udev-devel BuildRequires: rpm_macro(systemd_post) -Packager: Its-J +Packager: Its-J %description %{summary}. @@ -52,5 +52,8 @@ install -Dm 0644 data/supergfxd.service -t %buildroot%_unitdir %ghost %{_presetdir}/99-supergfxd.preset %changelog -* Sun Oct 26 2025 Its-J +* Tue Apr 14 2026 Its-J +- Add email to my previous contributor attributions + +* Sun Oct 26 2025 Its-J - Package SuperGFXctl diff --git a/anda/system/wluma/wluma.spec b/anda/system/wluma/wluma.spec index 55eb07ede3..595aa092fe 100644 --- a/anda/system/wluma/wluma.spec +++ b/anda/system/wluma/wluma.spec @@ -1,12 +1,12 @@ Name: wluma Version: 4.10.0 -Release: 2%?dist +Release: 3%?dist Summary: Automatic brightness adjustment based on screen contents and ALS URL: https://github.com/max-baz/wluma Source0: %{url}/archive/refs/tags/%{version}.tar.gz License: ISC BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold v4l-utils libv4l-devel rust-libudev-devel vulkan-loader-devel dbus-devel clang systemd-rpm-macros -Packager: Its-J +Packager: Its-J %description %{summary}. @@ -45,8 +45,11 @@ install -Dm 644 config.toml %{buildroot}%{_datadir}/%{name}/config.toml %{_datadir}/%{name}/config.toml %changelog +* Tue Apr 14 2026 Its-J +- Add email to my previous contributor attributions + * Sat Nov 29 2025 metcya - Package systemd service, example config, and udev rules -* Fri Nov 28 2025 Its-J +* Fri Nov 28 2025 Its-J - Package wluma diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 2be56b5969..a2a1cf222c 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -4,7 +4,7 @@ Name: spotx-bash Version: %commit_date.git~%shortcommit -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adblock for the Spotify desktop client on Linux. License: MIT URL: https://github.com/SpotX-Official/SpotX-Bash @@ -12,6 +12,7 @@ Source0: %url/archive/%commit.tar.gz Requires: bash BuildArch: noarch Provides: spotx spotx-linux spot-x spotx.sh +Packager: Its-J %description %summary @@ -31,5 +32,8 @@ install -Dm 755 spotx.sh %{buildroot}%{_bindir}/spotx %{_bindir}/spotx %changelog -* Sat Dec 14 2024 Its-J +* Tue Apr 14 2026 Its-J +- Add email to my previous contributor attributions + +* Sat Dec 14 2024 Its-J - Package SpotX-Bash From 220323073d3f6ca2c75f25bd43467909dd9d7510 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 19:38:50 +0000 Subject: [PATCH 0710/1189] bump: neovide --- anda/devs/neovide/neovide.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/neovide/neovide.spec b/anda/devs/neovide/neovide.spec index 8046e04283..3bb5eb17cc 100644 --- a/anda/devs/neovide/neovide.spec +++ b/anda/devs/neovide/neovide.spec @@ -2,7 +2,7 @@ %global raw_forgeurl https://raw.githubusercontent.com/%{crate}/%{crate} Name: rust-neovide -Version: 0.16.1 +Version: 0.16.2 Release: 1%{?dist} Summary: No Nonsense Neovim Client in Rust From cdedcfc6e73a4b666e00660847f40573fea01f0b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 22:24:44 +0000 Subject: [PATCH 0711/1189] bump: rust-lowfi --- anda/devs/lowfi/rust-lowfi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/lowfi/rust-lowfi.spec b/anda/devs/lowfi/rust-lowfi.spec index 34edd93a94..994e1c3922 100644 --- a/anda/devs/lowfi/rust-lowfi.spec +++ b/anda/devs/lowfi/rust-lowfi.spec @@ -2,7 +2,7 @@ %global crate lowfi Name: rust-lowfi -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist} Summary: Extremely simple lofi player From f44deba64d05ae5ff328f1f705bbb78dd94252b7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 14 Apr 2026 23:11:34 +0000 Subject: [PATCH 0712/1189] 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 ac32945c62..35435f7529 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.958 +Version: 0.0.959 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 073bda73ef..9083734866 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.958 +Version: 0.0.959 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From ea615646658bef093ee7643ecda5d103e79fc692 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 00:02:16 +0000 Subject: [PATCH 0713/1189] bump: ttop --- anda/apps/ttop/ttop.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/ttop/ttop.spec b/anda/apps/ttop/ttop.spec index e1fd92a9b0..ae3cd95bb9 100644 --- a/anda/apps/ttop/ttop.spec +++ b/anda/apps/ttop/ttop.spec @@ -1,6 +1,6 @@ Name: ttop -Version: 1.5.7 -Release: 1%?dist +Version: 1.6.1 +Release: 1%{?dist} Summary: System monitoring tool with historical data service, triggers and top-like TUI License: MIT URL: https://github.com/inv2004/ttop From 24839c0b862841af1d179159071a70ffc8bf1e64 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 02:52:48 +0000 Subject: [PATCH 0714/1189] bump(nightly): legcord-nightly ghostty-nightly zed-nightly prismlauncher-nightly udev-joystick-blacklist nim-nightly tdlib-nightly uwufetch v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver libva-nvidia-driver opentabletdriver-nightly scx-scheds-nightly spotx-bash --- anda/apps/legcord/nightly/legcord-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 ++-- .../udev-joystick-blacklist/udev-joystick-blacklist.spec | 6 +++--- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/lib/tdlib/tdlib-nightly.spec | 4 ++-- anda/misc/uwufetch/uwufetch.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- .../nvidia/libva-nvidia-driver/libva-nvidia-driver.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 6 +++--- 15 files changed, 33 insertions(+), 33 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index d8c1dc098a..af79ca9f60 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 90735e5140e65e2d4d6f36d8696aa4906723c406 -%global commit_date 20260414 +%global commit bebb6ddd2e5f3fe13f3e8bce08cebe6320ccd719 +%global commit_date 20260415 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global debug_package %nil %global __strip /bin/true diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index f72c438528..c61e00816a 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 158b97607c8404e5f8a0d0589b56b83462aacdce +%global commit 49a43bf560322eac0ba5d30c20a8b212106e3883 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-13 +%global fulldate 2026-04-14 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index cd58ff7747..ee180d065e 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit acf5da917270c5cedf083a56bcb4e0fb1a2e6886 +%global commit e8f097f8ee90bb44640c9c1bdd3c1711cf19efa7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260414 +%global commit_date 20260415 %global ver 0.233.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index fa86078dbf..7dc3c18d61 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 b230645d53c47015719692574ca69f444932360c +%global commit 7e8db638828bc2dc9e41a95eddc1c5582a870cf2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260413 +%global commit_date 20260415 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec b/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec index 6ca72d26e0..cb965e0b37 100644 --- a/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec +++ b/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec @@ -1,10 +1,10 @@ -%global commit a1ace571823be5979c135e9cb8e9ae103c7641ac +%global commit 1c5c9ccb69ea4ae42251aaa4c5a40a54766e6551 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250715 +%global commit_date 20260415 Name: udev-joystick-blacklist Version: 0^%{commit_date}git%{shortcommit} -Release: 4%{?dist} +Release: 1%{?dist} Summary: Fix for keyboard/mouse/tablet being detected as joysticks in Linux License: Public Domain URL: https://github.com/denilsonsa/udev-joystick-blacklist diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 199c270697..1872bcb17c 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 e81f5b58900baa01b4f4c7fba78c8a10b4bcb6a2 +%global commit 5b1a05e2826ae222b0cedce740b809ae318af392 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260414 +%global commit_date 20260415 %global debug_package %nil Name: nim-nightly diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index 02f8d0b239..c58b967c88 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,6 +1,6 @@ -%global commit a82128ab8e28bd3ff4f9fee91b7a30e0bc36ddd6 +%global commit 8921c22f0f85b3cb0b56303f9cba81ba8549f4e8 %global ver 1.8.63 -%global commit_date 20260410 +%global commit_date 20260415 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly diff --git a/anda/misc/uwufetch/uwufetch.spec b/anda/misc/uwufetch/uwufetch.spec index 2568591181..3de4f761db 100644 --- a/anda/misc/uwufetch/uwufetch.spec +++ b/anda/misc/uwufetch/uwufetch.spec @@ -1,6 +1,6 @@ -%global commit 7fb542d732253d36cb5ae0a02972d3949c34d721 +%global commit b02d6d4ed86129f87dff0be9e0abe091ea7e159f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-03-28 +%global fulldate 2026-04-14 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global ver 2.1 %global debug_package %{nil} diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index f45d042cab..0262acba6c 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 3bb7af57a99c713be8139d54cfa8065c50cf7bab +%global commit 9e6de56421f1240c724893b4f81d6d5dfb671c12 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260414013320 -%global commit_date 20260414 +%global ver 20260415023321 +%global commit_date 20260415 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 4244c23680..1024294771 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit ff329126150930a88212d4c31607265d06ae619b -%global commit_date 20260414 +%global commit c657ea6e2368c8017525293abe5d5b9ee887507c +%global commit_date 20260415 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index f782d77c5d..afd5196051 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 34eb21e66a687ea8961f185ecd54bc7e7edae0f8 +%global commit 899dea0408fbbe219f6dbbf67c2e0e5b8f812d98 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260407 +%global commitdate 20260415 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec b/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec index 71f4ae5c78..6e91d4590e 100644 --- a/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec +++ b/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec @@ -1,5 +1,5 @@ -%global commit0 c4e1788b6d554f29adec31f3f8aa984c143c54c1 -%global date 20260311 +%global commit0 0ba758d54591bf90133f63ca8b29796d51ec1761 +%global date 20260415 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global upstream_name nvidia-vaapi-driver diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 47614758f5..9726becb8b 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 4d16ee2f925621b7a5b03937ae3b00a90e27f234 +%global commit d98506843c03d336a7a22d9be353231f7a413ec1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260412 +%global commit_date 20260415 %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 ee4dc6ebb4..48275c8be7 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 36cadac52e511e5690481f4b271ffeffb3fe9aa9 +%global commit 28ecba74575a8bf6e59262fef4b11ad179814144 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260411 +%global commitdate 20260415 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index a2a1cf222c..2333c2a565 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,10 +1,10 @@ -%global commit a083c4d225584c44608ab9e6260a1b2b2cf59ff2 -%global commit_date 20260408 +%global commit 12b36466178686aed99b6f823f294592e0704dc9 +%global commit_date 20260415 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash Version: %commit_date.git~%shortcommit -Release: 2%{?dist} +Release: 1%{?dist} Summary: Adblock for the Spotify desktop client on Linux. License: MIT URL: https://github.com/SpotX-Official/SpotX-Bash From f7100b3a581d2e902eb793d4ec5ef5ca2e669bb3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 03:43:07 +0000 Subject: [PATCH 0715/1189] bump: discord-canary-openasar discord-canary ruffle-nightly rpcs3 latex2mathml rust-television --- .../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/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/latex2mathml/latex2mathml.spec | 2 +- anda/langs/rust/television/rust-television.spec | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 35435f7529..5f9dafb921 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.959 +Version: 0.0.960 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 9083734866..c569519810 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.959 +Version: 0.0.960 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 2980ba359e..40958b1d18 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-14 +%global ver 2026-04-15 %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 efd39c74c2..ab9e78c8e9 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 0b9c53e254340db8c7afb4ed0b994d1278b0ead7 -%global ver 0.0.40-19203 +%global commit 4ffeee034434c10b64f0a4428f1403b869e0bae0 +%global ver 0.0.40-19204 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/latex2mathml/latex2mathml.spec b/anda/langs/python/latex2mathml/latex2mathml.spec index 3a977afd29..10cdf88979 100644 --- a/anda/langs/python/latex2mathml/latex2mathml.spec +++ b/anda/langs/python/latex2mathml/latex2mathml.spec @@ -2,7 +2,7 @@ %global _desc Pure Python library for LaTeX to MathML conversion. Name: python-%{pypi_name} -Version: 3.80.0 +Version: 3.81.0 Release: 1%{?dist} Summary: Pure Python library for LaTeX to MathML conversion License: MIT diff --git a/anda/langs/rust/television/rust-television.spec b/anda/langs/rust/television/rust-television.spec index 6863ad0fd2..ea50d847ef 100644 --- a/anda/langs/rust/television/rust-television.spec +++ b/anda/langs/rust/television/rust-television.spec @@ -5,7 +5,7 @@ %global crate television Name: rust-television -Version: 0.15.5 +Version: 0.15.6 Release: 1%{?dist} Summary: Very fast, portable and hackable fuzzy finder for the terminal From 0c3acda6a6a9703683abcb23e972270ce8faa72e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 04:08:07 +0000 Subject: [PATCH 0716/1189] bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- .../akmod/logitech-rs50-linux-driver-kmod.spec | 6 +++--- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index 1e5dd05b54..a4cfb1110a 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,14 +7,14 @@ %global debug_package %{nil} %endif -%global commit 34eb21e66a687ea8961f185ecd54bc7e7edae0f8 -%global commitdate 20260407 +%global commit 899dea0408fbbe219f6dbbf67c2e0e5b8f812d98 +%global commitdate 20260415 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver Name: %{modulename}-kmod Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index c24339cdf3..5e403c3809 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 34eb21e66a687ea8961f185ecd54bc7e7edae0f8 +%global commit 899dea0408fbbe219f6dbbf67c2e0e5b8f812d98 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260407 +%global commitdate 20260415 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From abd68b07445291d6c2c2a7a76ef4a0220669003b Mon Sep 17 00:00:00 2001 From: solomoncyj Date: Wed, 15 Apr 2026 12:35:20 +0800 Subject: [PATCH 0717/1189] set attrs and move resources 1 fiolder up (#11265) * set attrs and move resources 1 fiolder up Signed-off-by: solomoncyj * bump release Signed-off-by: solomoncyj * Update twintaillauncher.spec Signed-off-by: solomoncyj --------- Signed-off-by: solomoncyj --- anda/apps/twintaillauncher/twintaillauncher.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/anda/apps/twintaillauncher/twintaillauncher.spec b/anda/apps/twintaillauncher/twintaillauncher.spec index 92439cd855..7633110232 100644 --- a/anda/apps/twintaillauncher/twintaillauncher.spec +++ b/anda/apps/twintaillauncher/twintaillauncher.spec @@ -7,7 +7,7 @@ Name: twintaillauncher Version: 2.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A multi-platform launcher for your anime games Packager: Yoong Jin @@ -63,7 +63,7 @@ TTL is an all-in-one tool for downloading, managing, and launching your favorite mkdir -p %{buildroot}/usr/lib/twintaillauncher/resources #app expects files to be present there -mv %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version}/resources %{buildroot}/usr/lib/twintaillauncher/resources +mv %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version}/resources %{buildroot}/usr/lib/twintaillauncher rm -rf %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version} @@ -75,6 +75,7 @@ rm -rf %{buildroot}/%{_datadir}/cargo/registry/twintaillauncher-%{version} install -Dm644 public/launcher-icon.png %{buildroot}%{_hicolordir}/512x512/apps/%{name}.png install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/apps/%{name}.png +chmod 0755 %{buildroot}/usr/lib/twintaillauncher/resources -R %files @@ -91,7 +92,11 @@ install -Dm644 public/launcher-icon-128.png %{buildroot}%{_hicolordir}/128x128/a + %changelog +* Wed Apr 15 2026 Yoong Jin - 2.0.0-3 +- Fix folders +- filx perms * Sat Apr 4 2026 Yoong Jin - 2.0.0-2 - Fix folders - Update License From c05b0f1a259b47768bded2ef050adf7c1b0fa520 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 08:57:41 +0000 Subject: [PATCH 0718/1189] bump: noctalia-shell rio --- anda/desktops/noctalia-shell/noctalia-shell.spec | 2 +- anda/devs/rio/rio.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 8e6824775b..592c7e2304 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.7.5 +Version: 4.7.6 Release: 1%{?dist} Summary: A Quickshell-based custom shell setup diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 3a1ae9a64f..64aa5013dc 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -4,7 +4,7 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser %bcond docs 1 Name: rio -Version: 0.3.8 +Version: 0.3.9 Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT From c51abec299769de34a12f1425f228e98134ee7c1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 10:19:17 +0000 Subject: [PATCH 0719/1189] bump: rio dart pywebview --- anda/devs/rio/rio.spec | 2 +- anda/langs/dart/dart.spec | 2 +- anda/langs/python/pywebview/pywebview.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 64aa5013dc..6c2e05ac80 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -4,7 +4,7 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser %bcond docs 1 Name: rio -Version: 0.3.9 +Version: 0.3.10 Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT diff --git a/anda/langs/dart/dart.spec b/anda/langs/dart/dart.spec index 69f866849c..e1d3195ba1 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.4 +Version: 3.11.5 Release: 1%{?dist} Summary: The Dart Language License: BSD-3-Clause diff --git a/anda/langs/python/pywebview/pywebview.spec b/anda/langs/python/pywebview/pywebview.spec index d88946b43b..812b3524de 100644 --- a/anda/langs/python/pywebview/pywebview.spec +++ b/anda/langs/python/pywebview/pywebview.spec @@ -2,7 +2,7 @@ %global _desc Build GUI for your Python program with JavaScript, HTML, and CSS. Name: python-%{pypi_name} -Version: 6.2 +Version: 6.2.1 Release: 1%{?dist} Summary: Build GUI for your Python program with JavaScript, HTML, and CSS License: BSD-3-Clause From ec150c41bc7f3c8601b6ec599059e503a80477a5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 11:30:15 +0000 Subject: [PATCH 0720/1189] bump: rpcs3 rust-mise --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index ab9e78c8e9..5ccc7b87c8 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 4ffeee034434c10b64f0a4428f1403b869e0bae0 -%global ver 0.0.40-19204 +%global commit 7d41bbdd2b645655ff8f8bab5237e0df934bbda3 +%global ver 0.0.40-19207 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 346c480e75..4d9c92aeba 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.4.11 +Version: 2026.4.12 Release: 1%{?dist} Summary: Front-end to your dev env From 8b03245c0613ddd98bd017f7666bd42a492b634e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 15:40:03 +0000 Subject: [PATCH 0721/1189] bump: rust-jellyfin-rpc-cli rust-mise --- anda/langs/rust/jellyfin-rpc/rust-jellyfin-rpc-cli.spec | 4 ++-- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/rust/jellyfin-rpc/rust-jellyfin-rpc-cli.spec b/anda/langs/rust/jellyfin-rpc/rust-jellyfin-rpc-cli.spec index 51fbebd0dd..7eed036285 100644 --- a/anda/langs/rust/jellyfin-rpc/rust-jellyfin-rpc-cli.spec +++ b/anda/langs/rust/jellyfin-rpc/rust-jellyfin-rpc-cli.spec @@ -5,8 +5,8 @@ %global crate jellyfin-rpc-cli Name: rust-jellyfin-rpc-cli -Version: 1.3.4 -Release: 1%?dist +Version: 1.3.5 +Release: 1%{?dist} Summary: Displays the content you're currently watching on Discord! License: GPL-3.0-or-later diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 4d9c92aeba..d7659c0994 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.4.12 +Version: 2026.4.13 Release: 1%{?dist} Summary: Front-end to your dev env From 6c478f46951ea026f91e957bec707c8631540aa1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 16:42:19 +0000 Subject: [PATCH 0722/1189] bump: posthog readymade taidan --- anda/langs/python/posthog/posthog.spec | 2 +- anda/system/readymade/stable/readymade.spec | 4 ++-- anda/system/taidan/taidan.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 4845590622..293bed70c3 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.11.1 +Version: 7.11.2 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT diff --git a/anda/system/readymade/stable/readymade.spec b/anda/system/readymade/stable/readymade.spec index 5aeec70554..14442f33dc 100644 --- a/anda/system/readymade/stable/readymade.spec +++ b/anda/system/readymade/stable/readymade.spec @@ -1,7 +1,7 @@ %global crate readymade Name: readymade -Version: 0.13.0 -Release: 1%?dist +Version: 0.14.0 +Release: 1%{?dist} Summary: Install ready-made distribution images! License: GPL-3.0-or-later URL: https://github.com/FyraLabs/readymade diff --git a/anda/system/taidan/taidan.spec b/anda/system/taidan/taidan.spec index ead4cef737..90a2a9aec3 100644 --- a/anda/system/taidan/taidan.spec +++ b/anda/system/taidan/taidan.spec @@ -1,6 +1,6 @@ Name: taidan -Version: 0.1.39 -Release: 2%?dist +Version: 0.2.0 +Release: 1%{?dist} Summary: Out-Of-Box-Experience (OOBE) and Welcome App SourceLicense: GPL-3.0-or-later AND GPL-2.0-or-later License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 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 MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND GPL-3.0-or-later AND GPL-2.0-or-later From 5526dfcd05bbce2088c955151439b8b9bc46ddaa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 17:52:09 +0000 Subject: [PATCH 0723/1189] bump: discord-canary-openasar discord-canary legcord signal-desktop --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/legcord/stable/legcord.spec | 4 ++-- anda/apps/signal-desktop/signal-desktop.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 5f9dafb921..f6a406e71c 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.960 +Version: 0.0.961 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 c569519810..aad2f7ea7e 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.960 +Version: 0.0.961 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/legcord/stable/legcord.spec b/anda/apps/legcord/stable/legcord.spec index 1ebe509f14..fc9d65e8b3 100644 --- a/anda/apps/legcord/stable/legcord.spec +++ b/anda/apps/legcord/stable/legcord.spec @@ -9,8 +9,8 @@ %endif Name: legcord -Version: 1.2.2 -Release: 1%?dist +Version: 1.2.3 +Release: 1%{?dist} License: OSL-3.0 Summary: Custom lightweight Discord client designed to enhance your experience URL: https://github.com/Legcord/Legcord diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index 74d335bb5b..d9c0749a95 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: 8.6.1 +Version: 8.7.0 Release: 1%{?dist} Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org From 7bbdfba92dc62d1b186266c103ff7030c09af31d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 19:18:06 +0000 Subject: [PATCH 0724/1189] bump: legcord apparmor --- anda/apps/legcord/stable/legcord.spec | 2 +- anda/lib/apparmor/apparmor.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 fc9d65e8b3..445ae3002e 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.3 +Version: 1.2.4 Release: 1%{?dist} License: OSL-3.0 Summary: Custom lightweight Discord client designed to enhance your experience diff --git a/anda/lib/apparmor/apparmor.spec b/anda/lib/apparmor/apparmor.spec index 9ee06499b6..31319490eb 100644 --- a/anda/lib/apparmor/apparmor.spec +++ b/anda/lib/apparmor/apparmor.spec @@ -6,7 +6,7 @@ %bcond_with tests Name: apparmor -Version: 5.0.0~rc3 +Version: 5.0.0~rc4 Release: 1%{?dist} Summary: AppArmor userspace components From 232b7f0fa2ab50e509d4ad707ca22a775cccd7a1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 20:11:11 +0000 Subject: [PATCH 0725/1189] 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 d7659c0994..968fb84545 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.4.13 +Version: 2026.4.14 Release: 1%{?dist} Summary: Front-end to your dev env From 884f3bc679506dec946ad61073fe332c3a618241 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 21:08:53 +0000 Subject: [PATCH 0726/1189] 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 4f9349ba2e..59da05815e 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.232.2-pre +%global ver 0.233.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From cf90410bd6ec10933c633513a7486e59eddf1361 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 22:03:54 +0000 Subject: [PATCH 0727/1189] bump: cagebreak --- anda/desktops/cagebreak/cagebreak.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/cagebreak/cagebreak.spec b/anda/desktops/cagebreak/cagebreak.spec index f939cb8ec0..f1472441fe 100644 --- a/anda/desktops/cagebreak/cagebreak.spec +++ b/anda/desktops/cagebreak/cagebreak.spec @@ -1,4 +1,4 @@ -%global tag 3.1.0 +%global tag 3.2.0 %global forgeurl https://github.com/project-repo/cagebreak %forgemeta From 515d85ea510b247ef235e2990f65c9810f281d6f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 22:58:55 +0000 Subject: [PATCH 0728/1189] 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 25ad9180b4..ac021962e2 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.231.2 +Version: 0.232.2 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 9809bf9a598baaad96c41306ad2e785df9e81db7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 15 Apr 2026 23:53:08 +0000 Subject: [PATCH 0729/1189] 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 5ccc7b87c8..182c334665 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 7d41bbdd2b645655ff8f8bab5237e0df934bbda3 -%global ver 0.0.40-19207 +%global commit e79f56bfdc1b37ea224c636250b990fcfdecf2ed +%global ver 0.0.40-19211 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From dde9fa0f0a79fb829e78765668aaff4e2bde29ee Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 02:40:41 +0000 Subject: [PATCH 0730/1189] bump: rpcs3 xray electron --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/go/xray/stable/xray.spec | 2 +- anda/tools/electron/electron.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 182c334665..7ff82fb5ef 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 e79f56bfdc1b37ea224c636250b990fcfdecf2ed -%global ver 0.0.40-19211 +%global commit b7297720419a34d29c82e0ece1e034b0c7b2fb3d +%global ver 0.0.40-19213 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/go/xray/stable/xray.spec b/anda/langs/go/xray/stable/xray.spec index e7e71ac533..d37fc59b6c 100644 --- a/anda/langs/go/xray/stable/xray.spec +++ b/anda/langs/go/xray/stable/xray.spec @@ -1,7 +1,7 @@ # Disabled because compiled without debug %global goipath github.com/XTLS/Xray-core -Version: 26.4.13 +Version: 26.4.15 %global golicenses LICENSE %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 3ea3b440c4..801979e620 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.2.0 +Version: 41.2.1 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 0905e0ede9b71e53f54540202519f99e23752b5f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 03:19:42 +0000 Subject: [PATCH 0731/1189] bump(nightly): legcord-nightly mpv-nightly zed-nightly prismlauncher-nightly xray-nightly nim-nightly types-colorama v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver opentabletdriver-nightly scx-scheds-nightly --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 6 +++--- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index af79ca9f60..be8f14cc44 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit bebb6ddd2e5f3fe13f3e8bce08cebe6320ccd719 -%global commit_date 20260415 +%global commit fdee9ecd44ad91db8f57602e37cd5fefdf0318ac +%global commit_date 20260416 %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 fb30d84881..bac34e701d 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 da4789c2ddce92713347ecf1b5912fceb812ea39 +%global commit d20d108d94e288263a536dfaac1eda995b9a434e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260413 +%global commit_date 20260416 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index ee180d065e..3418967078 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit e8f097f8ee90bb44640c9c1bdd3c1711cf19efa7 +%global commit d066ff0ae5139cff216ffa3fb9503aaa8a85c962 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260415 -%global ver 0.233.0 +%global commit_date 20260416 +%global ver 0.234.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 7dc3c18d61..362621acf3 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 7e8db638828bc2dc9e41a95eddc1c5582a870cf2 +%global commit 8a68c625fb7091fff74bb0fe716b81bf8b5b9ce7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260415 +%global commit_date 20260416 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 7fd4f9d170..0818edb2d0 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit 14e8ecfacf3343dc3da032f45f5b78f87cb76c21 +%global commit c5edc122b70ec56e24ea8038e727da6f823e34be %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260414 +%global commit_date 20260416 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 1872bcb17c..60c7701f99 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 5b1a05e2826ae222b0cedce740b809ae318af392 +%global commit 7b73537131f48c4ba9591350304a5e8d9f7c9ce6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260415 +%global commit_date 20260416 %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 622733066a..68813cba3d 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 c03c2b926422c82ab680d27f3ad2491845000802 -%global commit_date 20260414 +%global commit bd18cc640cba4dadc51ac9a5157b79ff6adf5de3 +%global commit_date 20260416 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 0262acba6c..1600bcf93e 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 9e6de56421f1240c724893b4f81d6d5dfb671c12 +%global commit 926aeafaf735b9a2d69deb2f10842f35c27f4919 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260415023321 -%global commit_date 20260415 +%global ver 20260415042911 +%global commit_date 20260416 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 1024294771..6f67beed09 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit c657ea6e2368c8017525293abe5d5b9ee887507c -%global commit_date 20260415 +%global commit 005ce38ffd9b53aefca411184e4fa38d9548c9c5 +%global commit_date 20260416 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index afd5196051..64f73299d6 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 899dea0408fbbe219f6dbbf67c2e0e5b8f812d98 +%global commit 1c75a5b626b450a73b21fad1bb59421c06b22e29 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260415 +%global commitdate 20260416 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 9726becb8b..5aa8b372d4 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit d98506843c03d336a7a22d9be353231f7a413ec1 +%global commit 6862911e290f5cbc671c12720587322a726f2c24 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260415 +%global commit_date 20260416 %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 48275c8be7..27dcfa0744 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 28ecba74575a8bf6e59262fef4b11ad179814144 +%global commit 8e1cc4bdc74e39140de697c4f24bf50a88c30f5b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260415 +%global commitdate 20260416 %global ver 1.1.0 %undefine __brp_mangle_shebangs From d6488ec56f492862d0dfb9ab3617e798cce46cfc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 03:51:49 +0000 Subject: [PATCH 0732/1189] bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index a4cfb1110a..7907d45591 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 899dea0408fbbe219f6dbbf67c2e0e5b8f812d98 -%global commitdate 20260415 +%global commit 1c75a5b626b450a73b21fad1bb59421c06b22e29 +%global commitdate 20260416 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 5e403c3809..183b6479d0 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 899dea0408fbbe219f6dbbf67c2e0e5b8f812d98 +%global commit 1c75a5b626b450a73b21fad1bb59421c06b22e29 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260415 +%global commitdate 20260416 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From d2b78c737dda1cdb3381436819d862bb579bb96c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 05:18:40 +0000 Subject: [PATCH 0733/1189] bump: wails3 --- anda/lib/wails/v3/wails3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index 73bcd0eb1d..13124abcff 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.74 +%global ver v3.0.0-alpha.75 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 From 2820d36e3c51bcf7ab034e3654a880e930e6f892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:19:00 +0800 Subject: [PATCH 0734/1189] build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#11270) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/json-build.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index a9e1f51bbe..a7f2d4b00d 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -102,7 +102,7 @@ jobs: x=${NAME//\//@} echo "name=$x" >> $GITHUB_OUTPUT - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{ steps.art.outputs.name }} compression-level: 0 # The RPMs are already compressed :p diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 60da639b66..330b5eb3be 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -64,7 +64,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: results.sarif From f8b7bb1bacb8251336ac06afbd6d7aec84685465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 15:19:20 +0800 Subject: [PATCH 0735/1189] build(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#11271) Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/json-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index a7f2d4b00d..21481b35ce 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -61,7 +61,7 @@ jobs: - name: Configure sccache id: sccache if: ${{ !contains(matrix.pkg.labels.sccache, '0') }} - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: SCCACHE_GHA_VERSION: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }} SCCACHE_GHA_CACHE_FROM: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }} @@ -89,7 +89,7 @@ jobs: - name: Report Cache Summary if: steps.sccache.outcome == 'success' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const script = require('./.github/scripts/sccache-stats.js') From c04ad6dc7599ab0937daee2f9160d1e1b74d7d37 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 08:53:57 +0000 Subject: [PATCH 0736/1189] bump: rpcs3 posthog --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/posthog/posthog.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 7ff82fb5ef..f1bebc4145 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 b7297720419a34d29c82e0ece1e034b0c7b2fb3d -%global ver 0.0.40-19213 +%global commit a7c606c8ac8951760868fd3dce2e694631c7bb4f +%global ver 0.0.40-19215 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index 293bed70c3..ac3a704c35 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.11.2 +Version: 7.12.0 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 250dff0f3b04ff4c4d198ea8c6f4d84f713eaa03 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 11:34:13 +0000 Subject: [PATCH 0737/1189] bump: driftwm rust-mise --- anda/desktops/driftwm/driftwm.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index 826012a66e..0c2e6045bb 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.1.6 +Version: 0.2.0 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 968fb84545..3a2afb36d0 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.4.14 +Version: 2026.4.15 Release: 1%{?dist} Summary: Front-end to your dev env From 6285d87ad553f5668812db407601a5e62096e4c4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 12:52:40 +0000 Subject: [PATCH 0738/1189] bump: vicinae --- anda/system/vicinae/vicinae.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index 47dd988b43..7a8167cc97 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.12 +Version: 0.20.13 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com From 29264c6d74e60e3914f607de64afb29fc8c4b512 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 14:32:24 +0000 Subject: [PATCH 0739/1189] bump: driftwm --- anda/desktops/driftwm/driftwm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index 0c2e6045bb..5b5b7e2636 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later From 5be153a43f90c6e5e43ebcbfde40bb8a6888942d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 16:09:26 +0000 Subject: [PATCH 0740/1189] bump: android-studio-canary yarnpkg-berry --- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- anda/devs/yarn-berry/yarnpkg-berry.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index cd89f0e061..aefa4a6ae4 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.4.4 +Version: 2026.1.1.1 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 panda4-canary4 +%define suffixS quail1-canary1 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz diff --git a/anda/devs/yarn-berry/yarnpkg-berry.spec b/anda/devs/yarn-berry/yarnpkg-berry.spec index 49bbe211ba..1740aa2bd8 100644 --- a/anda/devs/yarn-berry/yarnpkg-berry.spec +++ b/anda/devs/yarn-berry/yarnpkg-berry.spec @@ -1,7 +1,7 @@ %bcond bootstrap 0 Name: yarnpkg-berry -Version: 4.13.0 +Version: 4.14.0 Release: 1%{?dist} Summary: Active development version of Yarn License: BSD-2-Clause From 584dbf4447714df98ef760202a42c5a8b6a41edb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 19:59:31 +0000 Subject: [PATCH 0741/1189] bump: discord-canary-openasar discord-canary lomiri-api rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- 4 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 f6a406e71c..ca36e2a334 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.961 +Version: 0.0.962 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 aad2f7ea7e..bf6721d130 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.961 +Version: 0.0.962 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec b/anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec index f0738793e0..ea0971de46 100644 --- a/anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec +++ b/anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec @@ -3,8 +3,8 @@ %forgemeta Name: lomiri-api -Version: 0.3.0 -Release: 1%?dist +Version: 0.3.1 +Release: 1%{?dist} Summary: API for Lomiri License: LGPL-3.0-or-later diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index f1bebc4145..26ecb42188 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 a7c606c8ac8951760868fd3dce2e694631c7bb4f -%global ver 0.0.40-19215 +%global commit 88175aa84f794d4b4a92e392a2a2e9f91bb83489 +%global ver 0.0.40-19216 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 44ca18328d12a1e6f76bed056a8bf2576854dced Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 16 Apr 2026 16:40:25 -0500 Subject: [PATCH 0742/1189] fix (cagebreak): update dep (#11276) Signed-off-by: Owen-sz --- anda/desktops/cagebreak/cagebreak.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/cagebreak/cagebreak.spec b/anda/desktops/cagebreak/cagebreak.spec index f1472441fe..b178160160 100644 --- a/anda/desktops/cagebreak/cagebreak.spec +++ b/anda/desktops/cagebreak/cagebreak.spec @@ -5,7 +5,7 @@ Name: cagebreak Version: %{tag} Release: 1%{?dist} -Summary: A wayland tiling compositor inspired by Ratpoison +Summary: A wayland tiling compositor inspired by Ratpoison License: MIT URL: %{forgeurl} @@ -16,7 +16,7 @@ Packager: metcya BuildRequires: meson BuildRequires: gcc BuildRequires: scdoc -BuildRequires: pkgconfig(wlroots-0.19) +BuildRequires: pkgconfig(wlroots-0.20) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wayland-server) BuildRequires: pkgconfig(wayland-cursor) @@ -43,7 +43,7 @@ conceptually based on the X11 window manager ratpoison. %build %meson -Dxwayland=true -Dman-pages=true -%meson_build +%meson_build %install %meson_install From 75f288d392e24a61ccc3bc791684aa07299d33f6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 21:53:20 +0000 Subject: [PATCH 0743/1189] bump: discord-ptb-openasar discord-ptb fresh --- anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec | 2 +- anda/apps/discord-ptb/discord-ptb.spec | 2 +- anda/langs/rust/fresh/fresh.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 1f44ad1111..b2bd72c14d 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.186 +Version: 0.0.187 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 7bc8c9fa22..e813c7d6bc 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.186 +Version: 0.0.187 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 91d92c7bb7..a223469599 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.23 +Version: 0.2.24 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From 3ff9ba3ed0bd8e598975dc991fc7b52ac6913da1 Mon Sep 17 00:00:00 2001 From: lea Date: Thu, 16 Apr 2026 17:33:40 -0500 Subject: [PATCH 0744/1189] fix: use proper cirun arm64 label (#11282) --- .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 21481b35ce..479de2b539 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -45,7 +45,7 @@ jobs: pkg: ${{ fromJson(inputs.packages) }} version: ["rawhide"] fail-fast: false - runs-on: ${{ inputs.custom_builder && inputs.custom_builder || (matrix.pkg.arch == 'aarch64' && matrix.pkg.labels['large']) && 'cirun-arm64-lg' || matrix.pkg.arch == 'aarch64' && 'ubuntu-22.04-arm' || matrix.pkg.labels['large'] && format('cirun-x86-64-lg--{0}', github.run_id) || 'ubuntu-22.04' }} + runs-on: ${{ inputs.custom_builder && inputs.custom_builder || (matrix.pkg.arch == 'aarch64' && matrix.pkg.labels['large']) && format('cirun-arm64-lg--{0}', github.run_id) || matrix.pkg.arch == 'aarch64' && 'ubuntu-22.04-arm' || matrix.pkg.labels['large'] && format('cirun-x86-64-lg--{0}', github.run_id) || 'ubuntu-22.04' }} container: image: ghcr.io/terrapkg/builder:f${{ matrix.version }} options: --cap-add=SYS_ADMIN --privileged From d666374ec64e60ab3f5791d207a4df8d1124a96a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 22:40:08 +0000 Subject: [PATCH 0745/1189] bump: flutter zed-preview --- anda/devs/flutter/flutter.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/flutter/flutter.spec b/anda/devs/flutter/flutter.spec index f82250b647..2bec1a69e1 100644 --- a/anda/devs/flutter/flutter.spec +++ b/anda/devs/flutter/flutter.spec @@ -1,5 +1,5 @@ Name: flutter -Version: 3.41.6 +Version: 3.41.7 Release: 1%{?dist} Summary: SDK for crafting beautiful, fast user experiences from a single codebase License: BSD-3-Clause diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 59da05815e..f066f46cd4 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.233.0-pre +%global ver 0.233.1-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 36fd39d7845a845edea4eb67957ce35b51b2e298 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 16 Apr 2026 23:25:22 +0000 Subject: [PATCH 0746/1189] bump: rpcs3 gpu-screen-recorder --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 26ecb42188..d1481f75f4 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 88175aa84f794d4b4a92e392a2a2e9f91bb83489 -%global ver 0.0.40-19216 +%global commit 3b9cc0bc3ae104f86b66de0e013df58151e193f5 +%global ver 0.0.40-19217 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec index b4f412b82e..805ee7c108 100644 --- a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec +++ b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec @@ -1,6 +1,6 @@ Name: gpu-screen-recorder -Version: 5.12.5 -Release: 3%?dist +Version: 5.13.0 +Release: 1%{?dist} Summary: A shadowplay-like screen recorder for Linux License: GPL-3.0-or-later From 6311743603e57f6413459879d921e568eaa297bd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 00:04:59 +0000 Subject: [PATCH 0747/1189] bump: rio --- anda/devs/rio/rio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 6c2e05ac80..5353ccb476 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -4,7 +4,7 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser %bcond docs 1 Name: rio -Version: 0.3.10 +Version: 0.3.11 Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT From 9c61a5d12e662eee2e07fedec9d62dfeafeb5792 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 02:55:26 +0000 Subject: [PATCH 0748/1189] bump(nightly): flameshot-nightly goofcord-nightly legcord-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly vala-nightly v2ray-domain-list-community cloud-hypervisor-nightly opentabletdriver-nightly sc0710 scx-scheds-nightly 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 ++-- 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/vala/vala-nightly/vala-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/system/sc0710/kmod-common/sc0710.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 15 files changed, 31 insertions(+), 31 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 1efbc7e38d..4a3bdaa413 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 55c04e8b033a0e855571d171b4314eab560d722d +%global commit caf17033f96d8aa4b77b4c83bf292254170e0fcb %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260414 +%global commit_date 20260417 %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 6069896182..9dca7b5c7f 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5e55462aa5db85554b4252411c17160b34a71d3b +%global commit c7c4e02265738c1bc0c6ad050a4c0545ee8d1a60 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260410 +%global commit_date 20260417 %global ver 2.2.0^ %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 be8f14cc44..c897f869e7 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit fdee9ecd44ad91db8f57602e37cd5fefdf0318ac -%global commit_date 20260416 +%global commit b3d18900a9132ceeb5cbaef82f8b9526c7c2a37e +%global commit_date 20260417 %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 bac34e701d..52fe00673a 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 d20d108d94e288263a536dfaac1eda995b9a434e +%global commit 1fea31f00c7947c8aa2fe2c2cee3032a43527215 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260416 +%global commit_date 20260417 %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 c61e00816a..084523d94a 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 49a43bf560322eac0ba5d30c20a8b212106e3883 +%global commit 9e080c5a403475dcbee93c40eeb22cf6f92121f4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-14 +%global fulldate 2026-04-15 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 3418967078..295226ab40 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit d066ff0ae5139cff216ffa3fb9503aaa8a85c962 +%global commit a5e78b02de143b64f9bf3a1bafd7c486f29cc5d2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260416 +%global commit_date 20260417 %global ver 0.234.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 362621acf3..02bad223e1 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 8a68c625fb7091fff74bb0fe716b81bf8b5b9ce7 +%global commit f40cbf816e1c594584587a981d29971692e615ab %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260416 +%global commit_date 20260417 %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 60c7701f99..b51a10fe9b 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 7b73537131f48c4ba9591350304a5e8d9f7c9ce6 +%global commit b4d4028afaf4d64b1a66040c39f6e42cb31ecf2c %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260416 +%global commit_date 20260417 %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 509f4d183a..716008c3c9 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 2c9e91b4a0387b8e6e2fbd11a9b335cdc63896cd +%global commit a3e522fdef952cb4449e51b1bc00316186b47a5e %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global repo https://gitlab.gnome.org/GNOME/%{real_name}.git -%global commit_date 20260327 +%global commit_date 20260417 %global snapshot_info %{commit_date}.%{shortcommit} Name: vala-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 1600bcf93e..f4bc2c7169 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 926aeafaf735b9a2d69deb2f10842f35c27f4919 +%global commit e2ce012c22d16647dfe7d2b5c473ffe77ab04e92 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260415042911 -%global commit_date 20260416 +%global ver 20260417012021 +%global commit_date 20260417 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 6f67beed09..92f9a1b335 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 005ce38ffd9b53aefca411184e4fa38d9548c9c5 -%global commit_date 20260416 +%global commit 43b5a474f9422f79b5df824e16e763f41d023931 +%global commit_date 20260417 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 5aa8b372d4..fafa1d053b 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 6862911e290f5cbc671c12720587322a726f2c24 +%global commit f2e127512ddfb381427be476e6a5d541d8f70de2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260416 +%global commit_date 20260417 %global ver 0.6.6.2 # We aren't using Mono but RPM expected Mono diff --git a/anda/system/sc0710/kmod-common/sc0710.spec b/anda/system/sc0710/kmod-common/sc0710.spec index 468506a783..c5d6d6c4a1 100644 --- a/anda/system/sc0710/kmod-common/sc0710.spec +++ b/anda/system/sc0710/kmod-common/sc0710.spec @@ -1,6 +1,6 @@ -%global commit 51e965aafd4b25f28061b85cbbe68e0839ac1e3b +%global commit 504690d51311ba657fc60c88b7ed3ea419aee7dd %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260409 +%global commitdate 20260417 %global ver 0 Name: sc0710 diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 27dcfa0744..8fe445a833 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 8e1cc4bdc74e39140de697c4f24bf50a88c30f5b +%global commit d1aacb9826f10fd4792e1b7dff8fba892e40c4f0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260416 +%global commitdate 20260417 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index d72cf0c959..4f2c8ff7cd 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 c40ebb5d7dac8756efa3651df05f7a8cbce370c8 -%global commit_date 20260409 +%global commit a29b9044d80d0bf5662bd48d2033a0138b41e7fc +%global commit_date 20260417 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 78e95e503bfc91480114dbcf472bca64bf9646cd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 03:47:01 +0000 Subject: [PATCH 0749/1189] bump: ruffle-nightly wails3 --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/lib/wails/v3/wails3.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 40958b1d18..17add3e596 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-15 +%global ver 2026-04-17 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index 13124abcff..78afe24698 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.75 +%global ver v3.0.0-alpha.76 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 From 279c284840eeaac4b51cd287297da136e152a938 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 05:13:50 +0000 Subject: [PATCH 0750/1189] bump(branch): sc0710-kmod dkms-sc0710 --- anda/system/sc0710/akmod/sc0710-kmod.spec | 6 +++--- anda/system/sc0710/dkms/dkms-sc0710.spec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/system/sc0710/akmod/sc0710-kmod.spec b/anda/system/sc0710/akmod/sc0710-kmod.spec index 8a604c35a5..639c29faa1 100644 --- a/anda/system/sc0710/akmod/sc0710-kmod.spec +++ b/anda/system/sc0710/akmod/sc0710-kmod.spec @@ -1,6 +1,6 @@ -%global commit 51e965aafd4b25f28061b85cbbe68e0839ac1e3b +%global commit 504690d51311ba657fc60c88b7ed3ea419aee7dd %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260409 +%global commitdate 20260417 %global ver 0 %define buildforkernels akmod %global debug_package %{nil} @@ -8,7 +8,7 @@ Name: %{modulename}-kmod Version: %{ver}^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Elgato 4K60 Pro MK.2 / 4K Pro capture card driver License: GPL-2.0-only URL: https://github.com/Nakildias/sc0710 diff --git a/anda/system/sc0710/dkms/dkms-sc0710.spec b/anda/system/sc0710/dkms/dkms-sc0710.spec index 60b8cbd728..91de3af1a7 100644 --- a/anda/system/sc0710/dkms/dkms-sc0710.spec +++ b/anda/system/sc0710/dkms/dkms-sc0710.spec @@ -1,6 +1,6 @@ -%global commit 51e965aafd4b25f28061b85cbbe68e0839ac1e3b +%global commit 504690d51311ba657fc60c88b7ed3ea419aee7dd %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260409 +%global commitdate 20260417 %global ver 0 %global debug_package %{nil} %global modulename sc0710 From f36eb581aa49e89243727082a81bfec76c1e4c45 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:00:05 -0500 Subject: [PATCH 0751/1189] chore (xbps): use %conf (#11288) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/xbps/xbps.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/system/xbps/xbps.spec b/anda/system/xbps/xbps.spec index 99c8a0d842..ef1df35a06 100644 --- a/anda/system/xbps/xbps.spec +++ b/anda/system/xbps/xbps.spec @@ -37,8 +37,10 @@ featureful and portable as much as possible. %prep %autosetup -%build +%conf %configure + +%build %make_build %install From c4d1e7ddf916f415b62b58ea6ceb84635ef85d6e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 07:50:02 +0000 Subject: [PATCH 0752/1189] bump: yarnpkg-berry rust-tectonic --- anda/devs/yarn-berry/yarnpkg-berry.spec | 2 +- anda/langs/rust/tectonic/rust-tectonic.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/yarn-berry/yarnpkg-berry.spec b/anda/devs/yarn-berry/yarnpkg-berry.spec index 1740aa2bd8..4ddefbf63e 100644 --- a/anda/devs/yarn-berry/yarnpkg-berry.spec +++ b/anda/devs/yarn-berry/yarnpkg-berry.spec @@ -1,7 +1,7 @@ %bcond bootstrap 0 Name: yarnpkg-berry -Version: 4.14.0 +Version: 4.14.1 Release: 1%{?dist} Summary: Active development version of Yarn License: BSD-2-Clause diff --git a/anda/langs/rust/tectonic/rust-tectonic.spec b/anda/langs/rust/tectonic/rust-tectonic.spec index ee3f579c3a..4aa91177f7 100644 --- a/anda/langs/rust/tectonic/rust-tectonic.spec +++ b/anda/langs/rust/tectonic/rust-tectonic.spec @@ -4,7 +4,7 @@ %global crate tectonic Name: rust-tectonic -Version: 0.16.8 +Version: 0.16.9 Release: 1%{?dist} Summary: Modernized, complete, embeddable TeX/LaTeX engine From 804e3bbae6ec06525cb5ecbfa86c9a4884ebaa5c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 09:04:57 +0000 Subject: [PATCH 0753/1189] bump: libnvidia-container arduino-app-bricks-py --- anda/lib/nvidia/libnvidia-container/libnvidia-container.spec | 4 ++-- anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/nvidia/libnvidia-container/libnvidia-container.spec b/anda/lib/nvidia/libnvidia-container/libnvidia-container.spec index d03a43deca..ba07dba280 100644 --- a/anda/lib/nvidia/libnvidia-container/libnvidia-container.spec +++ b/anda/lib/nvidia/libnvidia-container/libnvidia-container.spec @@ -1,8 +1,8 @@ %global _major 1 Name: libnvidia-container -Version: 1.18.2 -Release: 1%?dist +Version: 1.19.0 +Release: 1%{?dist} Summary: NVIDIA container runtime library License: BSD-3-Clause AND Apache-2.0 AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND GPL-2.0-only Vendor: NVIDIA Corporation 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 57a605ec02..0da03342aa 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.0 +%global ver release/0.9.0 %global sanitized_ver %(echo %{ver} | sed 's|release/||') Name: %{pypi_name} From a7d740ed500783e0f1f175ab1ee32bb3e20f846a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 10:21:44 +0000 Subject: [PATCH 0754/1189] bump: crystal --- anda/langs/crystal/crystal/crystal.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/crystal/crystal/crystal.spec b/anda/langs/crystal/crystal/crystal.spec index feac01fc7e..b7ad57a2c5 100644 --- a/anda/langs/crystal/crystal/crystal.spec +++ b/anda/langs/crystal/crystal/crystal.spec @@ -2,8 +2,8 @@ %global bootstrap_version 1.17.1 Name: crystal -Version: 1.19.1 -Release: 1%?dist +Version: 1.20.0 +Release: 1%{?dist} Summary: A general-purpose, object-oriented programming language License: Apache-2.0 Packager: Carl Hörberg From 547363c1ad2b0a6b03137a0d3841ecd98beb7286 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 11:30:10 +0000 Subject: [PATCH 0755/1189] 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 3a2afb36d0..93cfcdd3dc 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.4.15 +Version: 2026.4.16 Release: 1%{?dist} Summary: Front-end to your dev env From b8dd641e7df058720c5a4c653d7db99635aac252 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 14:06:23 +0000 Subject: [PATCH 0756/1189] bump: MareTF --- anda/tools/MareTF/MareTF.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/MareTF/MareTF.spec b/anda/tools/MareTF/MareTF.spec index 0fe0047f41..282a94d10e 100644 --- a/anda/tools/MareTF/MareTF.spec +++ b/anda/tools/MareTF/MareTF.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: MareTF -Version: 0.10.2 +Version: 0.10.3 Release: 1%{?dist} License: MIT Summary: A utility to create, edit, and display every type of VTF file ever made From eaca7389abca89a36f8eef1958979993fb7e41fa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 15:13:03 +0000 Subject: [PATCH 0757/1189] 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 ca36e2a334..5be3ae99c3 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.962 +Version: 0.0.963 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 bf6721d130..09517dbddc 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.962 +Version: 0.0.963 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From bf8f3d486f80f713df639e146cfb601dac7705df Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 16:14:53 +0000 Subject: [PATCH 0758/1189] 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 ca9418b6a7..ed4ddd331a 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit b0c8177e575f3fc0c05e0f2748c4514788bc126c +%global commit 80ea74def7d5382149a0c03b42980084138c4535 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260413 +%global commit_date 20260417 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From e60c7f879cf19295cbca3e0daf7c34ed26f10f96 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:50:37 -0500 Subject: [PATCH 0759/1189] chore (breakpad): use %conf (#11301) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/breakpad/breakpad.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/breakpad/breakpad.spec b/anda/lib/breakpad/breakpad.spec index 01f71de917..3133f09c6d 100644 --- a/anda/lib/breakpad/breakpad.spec +++ b/anda/lib/breakpad/breakpad.spec @@ -32,11 +32,13 @@ mkdir -p src/third_party/lss cd src/third_party/lss tar -xzf %{SOURCE1} --strip-components=0 -%build +%conf export CFLAGS="$CFLAGS -Wno-error" export CXXFLAGS="$CXXFLAGS -Wno-error" %configure + +%build %make_build %install From d140181653b2df6fc9faf09fcfcd472408705e63 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:51:06 -0500 Subject: [PATCH 0760/1189] chore (click): use proper license identifier, use %conf (#11294) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/misc/click/click.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/anda/misc/click/click.spec b/anda/misc/click/click.spec index 57d8d2815c..c73a468677 100644 --- a/anda/misc/click/click.spec +++ b/anda/misc/click/click.spec @@ -4,9 +4,9 @@ Name: click Version: 0.5.2 -Release: 2%?dist +Release: 3%?dist Summary: An app building method -License: LGPL-3.0 +License: LGPL-3.0-or-later URL: https://gitlab.com/ubports/development/core/click Source0: %{url}/-/archive/%commit/click-%commit.tar.gz @@ -58,12 +58,14 @@ Provides HTML and Manpage (documentation) for Click. %prep %autosetup -n click-%commit -%build +%conf NOCONFIGURE=1 \ ./autogen.sh export CFLAGS="$CFLAGS -Wno-implicit-function-declaration" %configure + +%build %make_build %install From 08664b2ea490f94c11787fb6f410adabd83c3b04 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:51:33 -0500 Subject: [PATCH 0761/1189] chore (virtualsmartcard): use %conf, remove python3 dep (#11292) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/virtualsmartcard/virtualsmartcard.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/tools/virtualsmartcard/virtualsmartcard.spec b/anda/tools/virtualsmartcard/virtualsmartcard.spec index 284cf992ac..c41f91667b 100644 --- a/anda/tools/virtualsmartcard/virtualsmartcard.spec +++ b/anda/tools/virtualsmartcard/virtualsmartcard.spec @@ -7,7 +7,7 @@ Source0: https://github.com/frankmorgner/vsmartcard/releases/download/%na License: GPL-3.0-only BuildRequires: pcsc-lite-devel gcc libtool pkg-config qrencode-devel python3-devel help2man -Requires: qrencode-libs python3 +Requires: qrencode-libs Packager: june-fish %description @@ -15,6 +15,8 @@ Virtual Smart Card emulates a smart card and makes it accessible through PC/SC. %prep %autosetup + +%conf autoreconf --verbose --install %configure prefix=NONE pythondir=%{python3_sitelib} bindir=%{_bindir} From 188594f1717f7f67369c0754f0e5b4ec46d44328 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:58:15 -0500 Subject: [PATCH 0762/1189] chore (limine): use %conf (#11291) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/system/limine/limine.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index b88e5d9733..6f27f3aae9 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -17,8 +17,10 @@ the reference implementation for the Limine boot protocol. %autosetup cp %{S:1} . -%build +%conf %configure --enable-all CC_FOR_TARGET=clang LD_FOR_TARGET=ld.lld + +%build %make_build %install From ef1b0d655260e24f786fd1d4b04d1fc14b4a0f00 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:58:33 -0500 Subject: [PATCH 0763/1189] chore (librda): update license tags and use %conf (#11290) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/rda/librda.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/anda/lib/rda/librda.spec b/anda/lib/rda/librda.spec index 49a5b19ecc..632562c14b 100644 --- a/anda/lib/rda/librda.spec +++ b/anda/lib/rda/librda.spec @@ -1,9 +1,9 @@ Name: librda Version: 0.0.5 -Release: 1%?dist +Release: 2%?dist Summary: Remote Desktop Awareness Shared Library Group: System Environment/Libraries -License: LGPL2.1+ or GPL3+ +License: LGPL-2.1-or-later AND GPL-3.0-or-later URL: https://github.com/ArcticaProject/librda Source0: %url/archive/refs/tags/%version.tar.gz Requires: glib2 glibc @@ -16,10 +16,12 @@ BuildRequires: clang gcc make autoconf libtool gettext-devel %prep %autosetup -%build +%conf autoupdate autoreconf -vfi %configure --disable-static --enable-x2go --enable-ogon + +%build %make_build %install From e409f5d9bb6b257e1da45b9f964d6189a63360d4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 18:05:20 +0000 Subject: [PATCH 0764/1189] 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 2c773f1093..418a67d570 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.3153+d6f43caad +version=0.17.0-dev.9+046002d1a mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index fba6f6d8fc..34a83b747b 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.16.0-dev.3153+d6f43caad +%global ver 0.17.0-dev.9+046002d1a %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 7085bd1aec68d5d244f6ca96fa411750673713c4 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:13:45 -0500 Subject: [PATCH 0765/1189] chore (mjpegtools): update license tag, use %conf (#11306) * chore (mjpegtools): update license tag, use %conf 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> * but sed trash back in %prep 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/multimedia/mjpegtools/mjpegtools.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/anda/multimedia/mjpegtools/mjpegtools.spec b/anda/multimedia/mjpegtools/mjpegtools.spec index bd3a980926..d6d0a9b2dc 100644 --- a/anda/multimedia/mjpegtools/mjpegtools.spec +++ b/anda/multimedia/mjpegtools/mjpegtools.spec @@ -3,9 +3,9 @@ Name: mjpegtools Version: 2.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tools to manipulate MPEG data -License: GPLv2 +License: GPL-2.0-or-later URL: http://mjpeg.sourceforge.net/ Source0: https://downloads.sourceforge.net/sourceforge/mjpeg/%{name}-%{version}.tar.gz BuildRequires: autoconf @@ -77,7 +77,7 @@ for f in docs/yuvfps.1 ; do iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f done -%build +%conf autoreconf -vif %configure \ --disable-static \ @@ -90,6 +90,7 @@ autoreconf -vif --with-v4l \ --without-sdlgfx +%build %make_build %install From 18c5476a8e557972129f69940f46ec30eae1ecd4 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:14:14 -0500 Subject: [PATCH 0766/1189] chore (xcur2png): use %conf (#11305) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/xcur2png/xcur2png.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/tools/xcur2png/xcur2png.spec b/anda/tools/xcur2png/xcur2png.spec index 9e125ef91c..40f5483acd 100644 --- a/anda/tools/xcur2png/xcur2png.spec +++ b/anda/tools/xcur2png/xcur2png.spec @@ -20,8 +20,10 @@ xcur2png is a program which let you take PNG image from X cursor, and generate c %prep %autosetup -%build +%conf %configure + +%build %make_build %install From 0e8d7f2794f8b11632023d25430f9e909d391470 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:21:07 -0500 Subject: [PATCH 0767/1189] chore (dfu-programmer): use %conf (#11303) --- anda/system/dfu-programmer/dfu-programmer.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/system/dfu-programmer/dfu-programmer.spec b/anda/system/dfu-programmer/dfu-programmer.spec index eaf3b427d5..21cb7d51a9 100644 --- a/anda/system/dfu-programmer/dfu-programmer.spec +++ b/anda/system/dfu-programmer/dfu-programmer.spec @@ -17,11 +17,13 @@ Atmel chips with USB support. %prep %autosetup -p1 + +%conf touch ./ChangeLog autoreconf -fiv +%configure %build -%configure %make_build %install From 326642ce472e49e89b3cad0eda79641fccdb52a0 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:32:15 -0500 Subject: [PATCH 0768/1189] chore (lomiri-unity): update license taga dn use %conf (#11304) --- .../desktops/lomiri-unity/unity-greeter/unity-greeter.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/anda/desktops/lomiri-unity/unity-greeter/unity-greeter.spec b/anda/desktops/lomiri-unity/unity-greeter/unity-greeter.spec index bbd6de1364..b99b54067a 100644 --- a/anda/desktops/lomiri-unity/unity-greeter/unity-greeter.spec +++ b/anda/desktops/lomiri-unity/unity-greeter/unity-greeter.spec @@ -2,10 +2,10 @@ Name: unity-greeter Version: 25.04.1 -Release: 1%?dist +Release: 2%?dist Summary: Unity Greeter for Lightdm -License: GPL-3.0 +License: GPL-3.0-or-later URL: https://launchpad.net/unity-greeter Source0: http://archive.ubuntu.com/ubuntu/pool/universe/u/unity-greeter/unity-greeter_%version-0ubuntu%rn.tar.xz Patch1: 0001-Remove-libido.patch @@ -35,12 +35,13 @@ It is implemented as a LightDM greeter. %prep %autosetup -p1 -%build +%conf NOCONFIGURE=1 \ ./autogen.sh %configure --disable-static +%build %make_build %install From c318ae37c7a2f66fbdeb4c849ebc7417895ce622 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:32:48 -0500 Subject: [PATCH 0769/1189] chore (geis): use %conf (#11311) --- anda/desktops/lomiri-unity/geis/geis.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/desktops/lomiri-unity/geis/geis.spec b/anda/desktops/lomiri-unity/geis/geis.spec index a83c0dd4f4..94f5f302f8 100644 --- a/anda/desktops/lomiri-unity/geis/geis.spec +++ b/anda/desktops/lomiri-unity/geis/geis.spec @@ -37,7 +37,7 @@ developing applications that use %{name}. %prep %autosetup -n geis-%{version}+16.04.20160126 -p1 -%build +%conf NOCONFIGURE=1 \ ./autogen.sh @@ -48,6 +48,7 @@ export PYTHON --disable-silent-rules \ --disable-static +%build %make_build %install From 01c0a86d2c8f62c9468aaeba36151953576403e4 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:33:01 -0500 Subject: [PATCH 0770/1189] chore (curl-impersonate-chrome): use %conf (#11313) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/curl-impersonate/curl-impersonate-chrome.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/tools/curl-impersonate/curl-impersonate-chrome.spec b/anda/tools/curl-impersonate/curl-impersonate-chrome.spec index 981d34621b..4416f46074 100644 --- a/anda/tools/curl-impersonate/curl-impersonate-chrome.spec +++ b/anda/tools/curl-impersonate/curl-impersonate-chrome.spec @@ -50,8 +50,10 @@ This package contains the object files necessary to develop %{name}. %prep %autosetup -n curl-impersonate-%{version} -p1 -%build +%conf %configure + +%build %{__make} chrome-build %check From ac532e2fd48b4c4935c9f7c26d3fe8441b1e5b49 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:34:06 -0500 Subject: [PATCH 0771/1189] chore (gsettings-ubuntu-touch-schemas): use %conf and dont use %autorelease (#11317) --- .../gsettings-ubuntu-touch-schemas.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/misc/gsettings-ubuntu-touch-schemas/gsettings-ubuntu-touch-schemas.spec b/anda/misc/gsettings-ubuntu-touch-schemas/gsettings-ubuntu-touch-schemas.spec index df48349ea7..36b9f38015 100644 --- a/anda/misc/gsettings-ubuntu-touch-schemas/gsettings-ubuntu-touch-schemas.spec +++ b/anda/misc/gsettings-ubuntu-touch-schemas/gsettings-ubuntu-touch-schemas.spec @@ -1,6 +1,6 @@ Name: gsettings-ubuntu-touch-schemas Version: 0.0.7+21.10.20210712 -Release: %autorelease +Release: 1%{?dist} Summary: Shared GSettings schemas for Ubuntu touch and Unity BuildArch: noarch @@ -23,11 +23,13 @@ settings shared by various components of a Ubuntu environment. %prep %autosetup -c -%build +%conf NOCONFIGURE=1 \ ./autogen.sh %configure + +%build %make_build %install From 21011ab08a3b5ea8170ea2ad9f7a77e9b1d84623 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:34:56 -0500 Subject: [PATCH 0772/1189] chore (grail): use %conf (#11318) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/grail/grail.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/lib/grail/grail.spec b/anda/lib/grail/grail.spec index 8ee1dd6911..48cae7d135 100644 --- a/anda/lib/grail/grail.spec +++ b/anda/lib/grail/grail.spec @@ -38,7 +38,7 @@ developing applications that use %{name}. %prep %autosetup -n grail-%{version} -%build +%conf autoreconf --force --install PYTHON=%{__python3} export PYTHON @@ -49,6 +49,7 @@ export PYTHON --with-x11 \ --disable-static +%build %make_build %install From aa8eedb178bc2a461490f997dae950e67211349e Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:35:18 -0500 Subject: [PATCH 0773/1189] chore (mate-dock-applet): use %conf (#11320) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/desktops/mate/dock-applet/mate-dock-applet.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/desktops/mate/dock-applet/mate-dock-applet.spec b/anda/desktops/mate/dock-applet/mate-dock-applet.spec index 368cc92480..2aa2fd33f3 100644 --- a/anda/desktops/mate/dock-applet/mate-dock-applet.spec +++ b/anda/desktops/mate/dock-applet/mate-dock-applet.spec @@ -17,10 +17,12 @@ Packager: madonuko %prep %autosetup + +%conf autoreconf -fi +%configure --with-gtk3 %build -%configure --with-gtk3 %make_build %install From 842b2e491de2ed20840b49147fe19d0acb107c40 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 18:53:07 +0000 Subject: [PATCH 0774/1189] bump(branch): zig-master kde-material-you-colors --- anda/langs/zig/master/zig-master.spec | 2 +- anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt | 2 +- .../themes/kde-material-you-colors/kde-material-you-colors.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 458ef47c3a..a67b1a8954 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.16.0~dev.3153+d6f43caad +Version: 0.17.0~dev.9+046002d1a 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 diff --git a/anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt b/anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt index 3c02432371..1de66e5ff8 100644 --- a/anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt +++ b/anda/themes/kde-material-you-colors/VERSION_qt6-qtbase.txt @@ -1 +1 @@ -6.10.3 +6.11.0 diff --git a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec index d555039cbe..6a268e64b1 100644 --- a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec +++ b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec @@ -4,7 +4,7 @@ Name: kde-material-you-colors Version: 2.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop License: GPL-3.0-only URL: https://github.com/luisbocanegra/%{name} From 3bba4fe184bdf0d4192b7dfe0f179629f2f5f9e5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 19:17:52 +0000 Subject: [PATCH 0775/1189] 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 5be3ae99c3..c4a26d5c12 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.963 +Version: 1.0.920 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 09517dbddc..d2a51e8f51 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.963 +Version: 1.0.920 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From ed7a745dcd4c7f53652a100f5a602f85b2c61bc1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 20:05:17 +0000 Subject: [PATCH 0776/1189] 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 c4a26d5c12..decab59a02 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: 1.0.920 +Version: 1.0.921 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 d2a51e8f51..f9ffa9fe44 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: 1.0.920 +Version: 1.0.921 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From e43c081f7836fdf0def543b69322e679cc74a055 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:07:20 -0500 Subject: [PATCH 0777/1189] chore (xavs2): use %conf (#11310) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/xavs2/xavs2.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/xavs2/xavs2.spec b/anda/lib/xavs2/xavs2.spec index 6867cb68b3..43b15a63f0 100644 --- a/anda/lib/xavs2/xavs2.spec +++ b/anda/lib/xavs2/xavs2.spec @@ -49,7 +49,7 @@ This package contains the shared library development files. %autosetup %endif -%build +%conf cd build/linux export CFLAGS="%{optflags} -Wno-incompatible-pointer-types" %configure \ @@ -67,6 +67,8 @@ sed -i \ -e 's|CFLAGS=.*%{optflags}|CFLAGS=%{optflags}|g' \ config.mak +%build +cd build/linux %make_build %install From 598cf66fa1723e4321af9d081f8afc9dd5b94900 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:07:34 -0500 Subject: [PATCH 0778/1189] chore (vo-aacenc): use %conf (#11312) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/vo-aacenc/vo-aacenc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/vo-aacenc/vo-aacenc.spec b/anda/lib/vo-aacenc/vo-aacenc.spec index 4960ce342f..3c7badc407 100644 --- a/anda/lib/vo-aacenc/vo-aacenc.spec +++ b/anda/lib/vo-aacenc/vo-aacenc.spec @@ -24,8 +24,10 @@ developing applications that use %{name}. %prep %autosetup -n %{name}-%{version} -%build +%conf %configure --disable-static + +%build make %{?_smp_mflags} %install From 4ab4f5e0e6428edfd8c64baede80e22ecbdd418f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 21:00:46 +0000 Subject: [PATCH 0779/1189] bump: discord-canary-openasar discord-canary wine-dev --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/system/wine/dev/wine-dev.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 decab59a02..fa9862db67 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: 1.0.921 +Version: 1.0.923 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 f9ffa9fe44..4e8d378a19 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: 1.0.921 +Version: 1.0.923 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 f841579853..2fbd44e246 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.6 +%global ver wine-11.7 %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 4bf79923418abd94fd336e75a3161f511ad948eb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 21:55:28 +0000 Subject: [PATCH 0780/1189] bump: lomiri-system-settings milc --- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- anda/langs/python/milc/milc.spec | 2 +- 2 files changed, 2 insertions(+), 2 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 04e44be3b4..b346963fb5 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 0ee9e5df521b13dbc9f205b345aad5709baedf75 +%global commit e322acdc4f66b218fae3d742ddc83dfd9e876f42 %forgemeta Name: lomiri-system-settings diff --git a/anda/langs/python/milc/milc.spec b/anda/langs/python/milc/milc.spec index 34559c904f..47908f8fa7 100644 --- a/anda/langs/python/milc/milc.spec +++ b/anda/langs/python/milc/milc.spec @@ -2,7 +2,7 @@ %global _desc Batteries-Included Python 3 CLI Framework. Name: python-%{pypi_name} -Version: 1.10.0 +Version: 1.11.0 Release: 1%{?dist} Summary: Batteries-Included Python 3 CLI Framework License: MIT From 47436acf525f24499fba3f012dac9867c541ea66 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:19:00 -0500 Subject: [PATCH 0781/1189] chore (apparmor): use %conf, bdep libzstd-devel (#11308) * chore (apparmor): usr %conf Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * chore: bdep libzstd-devel 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/apparmor/apparmor.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/anda/lib/apparmor/apparmor.spec b/anda/lib/apparmor/apparmor.spec index 31319490eb..2aa7656661 100644 --- a/anda/lib/apparmor/apparmor.spec +++ b/anda/lib/apparmor/apparmor.spec @@ -38,6 +38,7 @@ BuildRequires: systemd-rpm-macros BuildRequires: autoconf-archive BuildRequires: gawk BuildRequires: which +BuildRequires: libzstd-devel %if %{with tests} BuildRequires: %{_bindir}/runtest BuildRequires: %{_bindir}/prove @@ -143,10 +144,11 @@ changehat abilities exposed through libapparmor. %prep %autosetup -p1 -n %name-v%normver + +%conf sed -i 's/@VERSION@/%normver/g' libraries/libapparmor/swig/python/setup.py.in sed -i 's/${VERSION}/%normver/g' utils/Makefile -%build export PYTHON=%{__python3} export PYTHON_VERSION=3 export PYTHON_VERSIONS=python3 @@ -154,8 +156,12 @@ export PYTHON_VERSIONS=python3 pushd libraries/libapparmor ./autogen.sh %configure \ - --with-python \ + --with-python +popd +%build + +pushd libraries/libapparmor %make_build VERSION=%normver popd From 5a25ac86d5d3ece89e3226f70cb432ad4bcafc96 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:19:09 -0500 Subject: [PATCH 0782/1189] chore (v4l2-relayd): use %conf, add new files (#11314) * chore (v4l2-relayd): use %conf Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * chore: add new files Signed-off-by: Owen-sz --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: Owen-sz --- anda/system/v4l2-relayd/v4l2-relayd.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/anda/system/v4l2-relayd/v4l2-relayd.spec b/anda/system/v4l2-relayd/v4l2-relayd.spec index edb5cc11e2..d3cd4661f2 100644 --- a/anda/system/v4l2-relayd/v4l2-relayd.spec +++ b/anda/system/v4l2-relayd/v4l2-relayd.spec @@ -28,8 +28,10 @@ This is used to relay the input GStreamer source to an output source or a V4L2 d %autosetup -p1 -n %{name}-%{commit} autoreconf --force --install --verbose -%build +%conf %configure + +%build %make_build %install @@ -40,12 +42,15 @@ install -p -D -m 0644 %{SOURCE1} %{buildroot}%{_presetdir}/95-v4l2-relayd.preset %post %systemd_post v4l2-relayd.service +%systemd_post v4l2-relayd@.service %preun %systemd_preun v4l2-relayd.service +%systemd_preun v4l2-relayd@.service %postun %systemd_postun_with_restart v4l2-relayd.service +%systemd_postun_with_restart v4l2-relayd@.service %files %license LICENSE @@ -54,7 +59,10 @@ install -p -D -m 0644 %{SOURCE1} %{buildroot}%{_presetdir}/95-v4l2-relayd.preset %{_modprobedir}/v4l2-relayd.conf %{_modulesloaddir}/v4l2-relayd.conf %{_unitdir}/v4l2-relayd.service +%{_unitdir}/v4l2-relayd@.service %{_presetdir}/95-v4l2-relayd.preset +%{_systemdgeneratordir}/v4l2-relayd-generator + %changelog %autochangelog From 75bd98dac91f5cdfc0e32dbd7e7ef44331ce91ff Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:19:20 -0500 Subject: [PATCH 0783/1189] chore (unity-scope-home): use %conf and stop using %autorelease (#11315) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- .../lomiri-unity/unity-scope-home/unity-scope-home.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/desktops/lomiri-unity/unity-scope-home/unity-scope-home.spec b/anda/desktops/lomiri-unity/unity-scope-home/unity-scope-home.spec index 3d9c527ee3..a0d6babb9a 100644 --- a/anda/desktops/lomiri-unity/unity-scope-home/unity-scope-home.spec +++ b/anda/desktops/lomiri-unity/unity-scope-home/unity-scope-home.spec @@ -1,7 +1,7 @@ Name: unity-scope-home Summary: Home scope that aggregates results from multiple scopes Version: 19.04.20190412 -Release: %autorelease +Release: 1%{?dist} License: GPL-3.0 URL: https://launchpad.net/unity-scope-home Source0: http://archive.ubuntu.com/ubuntu/pool/universe/u/unity-scope-home/unity-scope-home_6.8.2+%{version}.orig.tar.gz @@ -32,12 +32,14 @@ Theme and icons for Unity. %prep %autosetup -c -p1 -%build +%conf NOCONFIGURE=1 \ ./autogen.sh # Cannot build with Fedora's libunity %configure --disable-static + +%build %make_build %install From f925f398283345004e8fee2137800b6fc2b860a0 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:19:39 -0500 Subject: [PATCH 0784/1189] chore (x264): use %conf (#11309) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/multimedia/x264/x264.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/multimedia/x264/x264.spec b/anda/multimedia/x264/x264.spec index 1f7b070ac5..d5d89976d8 100644 --- a/anda/multimedia/x264/x264.spec +++ b/anda/multimedia/x264/x264.spec @@ -51,7 +51,7 @@ applications that use %{name}. %prep %git_clone https://code.videolan.org/videolan/x264.git %{commit} -%build +%conf %configure \ --enable-bashcompletion \ --enable-debug \ @@ -60,6 +60,7 @@ applications that use %{name}. --bit-depth=all \ --system-libx264 +%build %make_build %install From 9079f15ec9384e26eeacdde96dbe40cdcfd1b16b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:19:47 -0500 Subject: [PATCH 0785/1189] chore (kvazaar): bump version, fix license tag AND, use %conf, remove -p1 (#11296) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/multimedia/kvazaar/kvazaar.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/anda/multimedia/kvazaar/kvazaar.spec b/anda/multimedia/kvazaar/kvazaar.spec index 92ef5997b4..ada7581d78 100644 --- a/anda/multimedia/kvazaar/kvazaar.spec +++ b/anda/multimedia/kvazaar/kvazaar.spec @@ -1,8 +1,8 @@ Name: kvazaar -Version: 2.3.1 -Release: 2%{?dist} +Version: 2.3.2 +Release: 3%{?dist} Summary: An open-source HEVC encoder -License: BSD and ISC +License: BSD AND ISC URL: https://ultravideo.fi/kvazaar.html Source0: https://github.com/ultravideo/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -33,11 +33,13 @@ The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep -%autosetup -p1 +%autosetup -%build +%conf autoreconf -vif %configure --enable-static=no + +%build %make_build %install @@ -55,7 +57,7 @@ rm -fr %{buildroot}%{_docdir} %license LICENSE* %doc README.md CREDITS %{_libdir}/lib%{name}.so.7 -%{_libdir}/lib%{name}.so.7.4.0 +%{_libdir}/lib%{name}.so.7.5.0 %files devel %{_includedir}/%{name}.h From 30a5194fef1f7367b6f1ee35bce4c29e89f0db52 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:20:02 -0500 Subject: [PATCH 0786/1189] chore (davs2): use %conf, update license identifier (#11307) * chore (davs2): use %conf Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * add cd build/linux 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/davs2/davs2.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/anda/lib/davs2/davs2.spec b/anda/lib/davs2/davs2.spec index c89632dde4..c1465e48b3 100644 --- a/anda/lib/davs2/davs2.spec +++ b/anda/lib/davs2/davs2.spec @@ -4,10 +4,10 @@ Name: davs2 Version: 1.7 -Release: 1%{?shortcommit:.%{date}git%{shortcommit}}%{?dist} +Release: 2%{?shortcommit:.%{date}git%{shortcommit}}%{?dist} Summary: An open-source decoder of AVS2-P2/IEEE1857.4 video coding standard URL: https://github.com/pkuvcl/%{name} -License: GPLv2 +License: GPL-2.0-or-later %if %len %{commit0} != 0 Source0: https://github.com/pkuvcl/%{name}/archive/%{commit0}/%{name}-%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz @@ -50,7 +50,7 @@ This package contains the shared library development files. %autosetup %endif -%build +%conf cd build/linux %configure \ --bit-depth='8' \ @@ -67,6 +67,8 @@ sed -i \ -e 's|CFLAGS=.*%{optflags}|CFLAGS=%{optflags}|g' \ config.mak +%build +cd build/linux %make_build %install From 7906e0a6050bd4244b2d043262123616cf737ce9 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:20:17 -0500 Subject: [PATCH 0787/1189] chore (xavs): use %conf (#11289) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/xavs/xavs.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/xavs/xavs.spec b/anda/lib/xavs/xavs.spec index 54ee4d9312..1b35dae6e9 100644 --- a/anda/lib/xavs/xavs.spec +++ b/anda/lib/xavs/xavs.spec @@ -39,12 +39,14 @@ svn co https://svn.code.sf.net/p/xavs/code/trunk %{name} %setup -T -D -n %{name} %autopatch -p1 -%build +%conf %configure \ --disable-asm \ --enable-pic \ --enable-shared \ --extra-cflags="-Wno-int-conversion -Wno-declaration-missing-parameter-type" + +%build %make_build %install From 33279510be7cba38be20e0cbe98c75973521a53a Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:20:30 -0500 Subject: [PATCH 0788/1189] chore (libde265): use %conf (#11316) --- anda/lib/libde265/libde265.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/libde265/libde265.spec b/anda/lib/libde265/libde265.spec index 68750a6a2f..f04c5f0261 100644 --- a/anda/lib/libde265/libde265.spec +++ b/anda/lib/libde265/libde265.spec @@ -41,9 +41,11 @@ Various sample and test applications using %{name} are provided by this package. %prep %autosetup -%build +%conf autoreconf -vif %configure --disable-silent-rules --disable-static --enable-encoder + +%build %make_build %install From a15bc70d60db3e47e239f4c375ca34762d0be9d2 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 17:20:39 -0500 Subject: [PATCH 0789/1189] chore (fdk-aac): use %conf (#11319) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/fdk-aac/fdk-aac.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/fdk-aac/fdk-aac.spec b/anda/lib/fdk-aac/fdk-aac.spec index 071a69aee1..7fe0d33a91 100644 --- a/anda/lib/fdk-aac/fdk-aac.spec +++ b/anda/lib/fdk-aac/fdk-aac.spec @@ -35,9 +35,11 @@ This package contains libraries and header files for developing applications tha %prep %autosetup -n %{name}-%{version} -%build +%conf autoreconf -vif %configure --disable-static + +%build %make_build %install From 1e0021f74c344dc1dc7c0ffb5d5e7c1077f5788d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 17 Apr 2026 23:23:46 +0000 Subject: [PATCH 0790/1189] bump: discord-canary-openasar discord-canary xray --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/go/xray/stable/xray.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 fa9862db67..eff758a5ed 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: 1.0.923 +Version: 1.0.925 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 4e8d378a19..fc27428f7b 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: 1.0.923 +Version: 1.0.925 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/go/xray/stable/xray.spec b/anda/langs/go/xray/stable/xray.spec index d37fc59b6c..31f9c685f6 100644 --- a/anda/langs/go/xray/stable/xray.spec +++ b/anda/langs/go/xray/stable/xray.spec @@ -1,7 +1,7 @@ # Disabled because compiled without debug %global goipath github.com/XTLS/Xray-core -Version: 26.4.15 +Version: 26.4.17 %global golicenses LICENSE %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md From 4cc8c9d774b14015011e198b42e2b46856e9bdc4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 00:03:33 +0000 Subject: [PATCH 0791/1189] 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 eff758a5ed..b018d6ccaa 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: 1.0.925 +Version: 1.0.926 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 fc27428f7b..da1b7dab16 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: 1.0.925 +Version: 1.0.926 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From db26c06893887313a5dc79c57ae527ed7d38996f Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:23:32 -0500 Subject: [PATCH 0792/1189] chore (nux): use %conf, dont use %autorelease (#11430) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/desktops/lomiri-unity/nux/nux.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/desktops/lomiri-unity/nux/nux.spec b/anda/desktops/lomiri-unity/nux/nux.spec index c42fe66afb..8ac24413bc 100644 --- a/anda/desktops/lomiri-unity/nux/nux.spec +++ b/anda/desktops/lomiri-unity/nux/nux.spec @@ -1,6 +1,6 @@ Name: nux Version: 4.0.8 -Release: %autorelease +Release: 1%{?dist} Summary: An OpenGL toolkit License: GPL-3.0-or-later AND LGPL-3.0-or-later AND LGPL-2.0-or-later @@ -51,7 +51,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %autosetup -n nux-%{version} -p1 for i in debian/patches/*.patch; do patch -p1 < $i; done -%build +%conf NOCONFIGURE=1 \ ./autogen.sh @@ -60,6 +60,7 @@ NOCONFIGURE=1 \ --disable-silent-rules \ --disable-static +%build %make_build %install From 73bad5c6e46918841a6fb7f9a1e47774f1d560eb Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:24:11 -0500 Subject: [PATCH 0793/1189] chore (chafa): use %conf (#11428) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/chafa/chafa.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/tools/chafa/chafa.spec b/anda/tools/chafa/chafa.spec index 217226dd07..5d98ca2012 100644 --- a/anda/tools/chafa/chafa.spec +++ b/anda/tools/chafa/chafa.spec @@ -45,9 +45,11 @@ Requires: %{name}-libs%{?_isa} = %{evr} %prep %autosetup -n chafa-%{version} -%build +%conf autoreconf -ivf %configure --disable-rpath + +%build %make_build %install From 4e3f1da1674aa9a34e5ba1842ca4557836d1169e Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:29:06 -0500 Subject: [PATCH 0794/1189] chore (rpcc): use %conf (#11432) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/apps/rpcc/rpcc.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/apps/rpcc/rpcc.spec b/anda/apps/rpcc/rpcc.spec index ef8ab8d551..e3445822e3 100644 --- a/anda/apps/rpcc/rpcc.spec +++ b/anda/apps/rpcc/rpcc.spec @@ -36,8 +36,10 @@ A number of packages contain plugins which are installed as standard on Raspberr %prep %autosetup -n rpcc-%commit -%build +%conf %meson + +%build %meson_build %install From c27b70bd66557814bfe7eb260f1adfb58b2388e5 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:29:14 -0500 Subject: [PATCH 0795/1189] chore (libunity-misc): use %conf (#11426) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/desktops/lomiri-unity/libunity-misc/libunity-misc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anda/desktops/lomiri-unity/libunity-misc/libunity-misc.spec b/anda/desktops/lomiri-unity/libunity-misc/libunity-misc.spec index 6398562321..9a20428285 100644 --- a/anda/desktops/lomiri-unity/libunity-misc/libunity-misc.spec +++ b/anda/desktops/lomiri-unity/libunity-misc/libunity-misc.spec @@ -32,14 +32,17 @@ developing applications that use %{name}. %prep %autosetup -n libunity-misc-%{version}+14.04.20140115 + +%conf find ./ -type f -exec sed -i 's/-Werror//' {} \; NOCONFIGURE=1 \ ./autogen.sh -%build %configure \ --disable-silent-rules \ --disable-static + +%build %make_build %install From 6aebf1f65b5abdd3a90d288248b2d2508ddeade3 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:29:25 -0500 Subject: [PATCH 0796/1189] chore (libbacktrace-nightly): use %conf (#11388) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/lib/backtrace/libbacktrace-nightly.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/backtrace/libbacktrace-nightly.spec b/anda/lib/backtrace/libbacktrace-nightly.spec index 97bfcf26d3..14016bca45 100644 --- a/anda/lib/backtrace/libbacktrace-nightly.spec +++ b/anda/lib/backtrace/libbacktrace-nightly.spec @@ -36,13 +36,15 @@ This package contains the development files for the %name package. %prep %autosetup -n libbacktrace-%commit -%build +%conf autoreconf -fiv %configure \ --disable-static \ --enable-shared \ --with-system-libunwind \ --enable-silent-rules + +%build %make_build %check From 76f182b6cc19ba8c363a0a466f6d9c722ada06e6 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 21:29:35 -0500 Subject: [PATCH 0797/1189] chore (deadbeef-mpris2-plugin): use %conf (#11389) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- .../deadbeef-mpris2-plugin/deadbeef-mpris2-plugin.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/anda/multimedia/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin.spec b/anda/multimedia/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin.spec index d5ae65c335..e0a1609032 100644 --- a/anda/multimedia/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin.spec +++ b/anda/multimedia/deadbeef-mpris2-plugin/deadbeef-mpris2-plugin.spec @@ -30,13 +30,14 @@ will only support version two. %prep %autosetup + +%conf autoreconf -fiv - - -%build %configure \ --disable-silent-rules \ --disable-static + +%build %{make_build} From e7ddd499425bbd6e8dcd9dd92035096a44663211 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 02:46:48 +0000 Subject: [PATCH 0798/1189] bump(nightly): mpv-nightly hyprutils.nightly hyprwayland-scanner.nightly ghostty-nightly zed-nightly prismlauncher-nightly xray-nightly nim-nightly types-colorama v2ray-domain-list-community stardust-server-nightly cloud-hypervisor-nightly logitech-rs50-linux-driver sc0710 scx-scheds-nightly spotx-bash --- anda/apps/mpv/mpv-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 | 6 +++--- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/stardust/server/nightly/stardust-server-nightly.spec | 4 ++-- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- anda/system/sc0710/kmod-common/sc0710.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 16 files changed, 34 insertions(+), 34 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 52fe00673a..df5c6f0a70 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 1fea31f00c7947c8aa2fe2c2cee3032a43527215 +%global commit 4377cce7373074f37eeb926d99022a7a5c5a288e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260417 +%global commit_date 20260418 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index c3750adf91..08d59c70d9 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.12.0 -%global commit e6caa3d4d1427eedbdf556cf4ceb70f2d9c0b56d -%global commit_date 20260331 +%global commit eedd60805cd96d4442586f2ba5fe51d549b12674 +%global commit_date 20260418 %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 ed74bb36cd..df2df0e499 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 0a692d4a645165eebd65f109146b8861e3a925e7 +%global commit 4c2fcc06dc9722c97dbb54ba649c69b18ce83d2e %global shortcommit %{sub %commit 1 7} -%global commit_date 20260303 +%global commit_date 20260418 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 084523d94a..7c506a70d8 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 9e080c5a403475dcbee93c40eeb22cf6f92121f4 +%global commit ca7516bea60190ee2e9a4f9182b61d318d107c6e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-15 +%global fulldate 2026-04-17 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 295226ab40..f2648f51b9 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit a5e78b02de143b64f9bf3a1bafd7c486f29cc5d2 +%global commit 8c5dfe5691958a23c51356ba1f22bb4da875f953 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260417 +%global commit_date 20260418 %global ver 0.234.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 02bad223e1..b67dcfb2aa 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 f40cbf816e1c594584587a981d29971692e615ab +%global commit e7a03d311c11cce9626204fd29f84750b97d04cd %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260417 +%global commit_date 20260418 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys @@ -20,7 +20,7 @@ %global build_platform terra Name: prismlauncher-nightly -Version: 11.0^%{snapshot_info} +Version: 12.0^%{snapshot_info} Release: 1%{?dist} Summary: Minecraft launcher with ability to manage multiple instances License: GPL-3.0-only AND Apache-2.0 AND LGPL-3.0-only AND GPL-3.0-or-later AND GPL-2.0-or-later AND ISC AND OFL-1.1 AND LGPL-2.1-only AND MIT AND BSD-2-Clause-FreeBSD AND BSD-3-Clause AND LGPL-3.0-or-later diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 0818edb2d0..45f908085c 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit c5edc122b70ec56e24ea8038e727da6f823e34be +%global commit b4650360d6a05c2842d2c7157fb8cb864bba637a %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260416 +%global commit_date 20260418 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index b51a10fe9b..766bd7c066 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 b4d4028afaf4d64b1a66040c39f6e42cb31ecf2c +%global commit e6e00a74a3f1772e056e79564b69c666c0fd810e %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260417 +%global commit_date 20260418 %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 68813cba3d..e78481c557 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 bd18cc640cba4dadc51ac9a5157b79ff6adf5de3 -%global commit_date 20260416 +%global commit eec9fe9aa9ce87df8987de5c1401f743e179378a +%global commit_date 20260418 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index f4bc2c7169..7ac2d7e421 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit e2ce012c22d16647dfe7d2b5c473ffe77ab04e92 +%global commit 4f0daa81e8e8fdf261b518d3bb5aa2293a95e988 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260417012021 -%global commit_date 20260417 +%global ver 20260417103656 +%global commit_date 20260418 Name: v2ray-domain-list-community Version: %{ver}^%{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 4f24c56cc3..e5c3d9985d 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 c86af4767110d1f82904c03ae08306178f9970f4 -%global commit_date 20260320 +%global commit 3ac1cca065bc9b0afe6bffa838b7f376c7b53e12 +%global commit_date 20260418 %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/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 92f9a1b335..9c0b2701a7 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 43b5a474f9422f79b5df824e16e763f41d023931 -%global commit_date 20260417 +%global commit a10d9a309988331141b13b2ffb5c1f4cc8da6399 +%global commit_date 20260418 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index 64f73299d6..cd728b51e0 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 1c75a5b626b450a73b21fad1bb59421c06b22e29 +%global commit cdb20c2905534f462d98886b0cffe0a6918be77b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260416 +%global commitdate 20260418 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/sc0710/kmod-common/sc0710.spec b/anda/system/sc0710/kmod-common/sc0710.spec index c5d6d6c4a1..ec5c2faf77 100644 --- a/anda/system/sc0710/kmod-common/sc0710.spec +++ b/anda/system/sc0710/kmod-common/sc0710.spec @@ -1,6 +1,6 @@ -%global commit 504690d51311ba657fc60c88b7ed3ea419aee7dd +%global commit 56c3cc0748cc66220487aaa63dc621aa1076994d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260417 +%global commitdate 20260418 %global ver 0 Name: sc0710 diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 8fe445a833..6660e30290 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 d1aacb9826f10fd4792e1b7dff8fba892e40c4f0 +%global commit d639b45a153c1453d08af9a899056c327f68bcdf %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260417 +%global commitdate 20260418 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 2333c2a565..19c0531369 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit 12b36466178686aed99b6f823f294592e0704dc9 -%global commit_date 20260415 +%global commit effa2a2c84423ddfad778b2d58f58519b7ebab1b +%global commit_date 20260418 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From ba72709d6f34773c972e550ff11a9b80d18f8f7e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 03:27:49 +0000 Subject: [PATCH 0799/1189] bump: discord-canary-openasar discord-canary ruffle-nightly zed-preview wails3 --- 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/zed/preview/zed-preview.spec | 2 +- anda/lib/wails/v3/wails3.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index b018d6ccaa..17bacbf30a 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: 1.0.926 +Version: 1.0.927 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 da1b7dab16..9d43649b37 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: 1.0.926 +Version: 1.0.927 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 17add3e596..3fd45e3f71 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-17 +%global ver 2026-04-18 %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 f066f46cd4..be0778ae89 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.233.1-pre +%global ver 0.233.2-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index 78afe24698..b0917046f6 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.76 +%global ver v3.0.0-alpha.77 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 From 930c11834374e861fe358a9a2ca18b9dc96e743e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 04:28:25 +0000 Subject: [PATCH 0800/1189] bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver sc0710-kmod dkms-sc0710 --- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- anda/system/sc0710/akmod/sc0710-kmod.spec | 4 ++-- anda/system/sc0710/dkms/dkms-sc0710.spec | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index 7907d45591..68d570984a 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 1c75a5b626b450a73b21fad1bb59421c06b22e29 -%global commitdate 20260416 +%global commit cdb20c2905534f462d98886b0cffe0a6918be77b +%global commitdate 20260418 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 183b6479d0..994195ecf4 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 1c75a5b626b450a73b21fad1bb59421c06b22e29 +%global commit cdb20c2905534f462d98886b0cffe0a6918be77b %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260416 +%global commitdate 20260418 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/sc0710/akmod/sc0710-kmod.spec b/anda/system/sc0710/akmod/sc0710-kmod.spec index 639c29faa1..3222c892c1 100644 --- a/anda/system/sc0710/akmod/sc0710-kmod.spec +++ b/anda/system/sc0710/akmod/sc0710-kmod.spec @@ -1,6 +1,6 @@ -%global commit 504690d51311ba657fc60c88b7ed3ea419aee7dd +%global commit 56c3cc0748cc66220487aaa63dc621aa1076994d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260417 +%global commitdate 20260418 %global ver 0 %define buildforkernels akmod %global debug_package %{nil} diff --git a/anda/system/sc0710/dkms/dkms-sc0710.spec b/anda/system/sc0710/dkms/dkms-sc0710.spec index 91de3af1a7..e3f8029845 100644 --- a/anda/system/sc0710/dkms/dkms-sc0710.spec +++ b/anda/system/sc0710/dkms/dkms-sc0710.spec @@ -1,6 +1,6 @@ -%global commit 504690d51311ba657fc60c88b7ed3ea419aee7dd +%global commit 56c3cc0748cc66220487aaa63dc621aa1076994d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260417 +%global commitdate 20260418 %global ver 0 %global debug_package %{nil} %global modulename sc0710 From 7d53b89146c4a36eef648c5ca7a89812c85f795e Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:58:04 -0500 Subject: [PATCH 0801/1189] add: buttplug-py (#11431) * fix (cagebreak): update dep Signed-off-by: Owen-sz * add: buttplug-py Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/langs/python/buttplug-py/anda.hcl | 6 +++ .../langs/python/buttplug-py/buttplug-py.spec | 46 +++++++++++++++++++ anda/langs/python/buttplug-py/update.rhai | 1 + 3 files changed, 53 insertions(+) create mode 100644 anda/langs/python/buttplug-py/anda.hcl create mode 100644 anda/langs/python/buttplug-py/buttplug-py.spec create mode 100644 anda/langs/python/buttplug-py/update.rhai diff --git a/anda/langs/python/buttplug-py/anda.hcl b/anda/langs/python/buttplug-py/anda.hcl new file mode 100644 index 0000000000..2dc686be7a --- /dev/null +++ b/anda/langs/python/buttplug-py/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "buttplug-py.spec" + } +} diff --git a/anda/langs/python/buttplug-py/buttplug-py.spec b/anda/langs/python/buttplug-py/buttplug-py.spec new file mode 100644 index 0000000000..4b670c8c13 --- /dev/null +++ b/anda/langs/python/buttplug-py/buttplug-py.spec @@ -0,0 +1,46 @@ +%global pypi_name buttplug +%global _desc Python implementation of core message system and client for the Buttplug Sex Toy Protocol Standard. + +Name: python-%{pypi_name} +Version: 1.0.0 +Release: 1%?dist +Summary: Python implementation of core message system and client for the Buttplug Sex Toy Protocol Standard +License: BSD-3-Clause AND MIT AND Apache-2.0 AND X11 +URL: buttplug-py.docs.buttplug.io +Source0: https://github.com/buttplugio/buttplug-py/archive/refs/tags/%{version}.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-hatchling + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-py-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md +%license LICENSE + +%changelog +* Fri Apr 17 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/buttplug-py/update.rhai b/anda/langs/python/buttplug-py/update.rhai new file mode 100644 index 0000000000..a4f5f6f8c4 --- /dev/null +++ b/anda/langs/python/buttplug-py/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("buttplug")); From 62833142a3c43c84509394406a5e57ecb9eab8a8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 07:48:07 +0000 Subject: [PATCH 0802/1189] bump: wine-staging --- anda/system/wine/staging/wine-staging.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/wine/staging/wine-staging.spec b/anda/system/wine/staging/wine-staging.spec index e21d5a10be..ae49ea0908 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.6 +Version: 11.7 Release: 1%{?dist} Epoch: 1 Summary: WINE Is Not An Emulator - runs MS Windows programs From 61f8b357117a2cf4bace753869df7aef2490ae57 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:20:26 -0500 Subject: [PATCH 0803/1189] chore (deadbeef): use %conf (#11427) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/multimedia/deadbeef/deadbeef.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/anda/multimedia/deadbeef/deadbeef.spec b/anda/multimedia/deadbeef/deadbeef.spec index 649106268f..17d0aa6642 100644 --- a/anda/multimedia/deadbeef/deadbeef.spec +++ b/anda/multimedia/deadbeef/deadbeef.spec @@ -74,7 +74,7 @@ sed -i "s|size_t|std::size_t|" external/ddb_dsp_libretro/sinc_resampler.h sed -i -re 's/^(.*)\s+([-]msse3)\s+(.*)$/\1 \3/g' external/ddb_dsp_libretro/Makefile.am %endif -# Regenerate the build files +%conf autoreconf -fiv # Remove exec permission from source files @@ -86,7 +86,6 @@ do sed -i "s|$data Shortcut Group|X-$data Shortcut Group|" deadbeef.desktop.in done -%build %configure \ --enable-ffmpeg \ --docdir=%{_defaultdocdir}/%{name}-%{version} \ @@ -102,8 +101,9 @@ done --enable-gtk3 \ --disable-pulse \ --enable-pipewire -%make_build +%build +%make_build %install %make_install @@ -119,7 +119,6 @@ sed -i -e "s!MP3!MP3;!" %{buildroot}%{_datadir}/applications/%{name}.desktop %check desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop - %files -f %{name}.lang %doc README ChangeLog AUTHORS %license COPYING @@ -131,13 +130,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_iconsdir}/hicolor/*/apps/* - %files plugins %{_libdir}/%{name}/convpresets %{_libdir}/%{name}/*.so %{_libdir}/%{name}/data68 - %changelog * Fri May 30 2025 Leigh Scott - 1.10.0-2 - Rebuild for new flac .so version From 9ddb9dd2cda193f1a3fd817c7bbb6eb818a5cec0 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:20:28 -0500 Subject: [PATCH 0804/1189] chore (vala-nightly): use %conf (#11386) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/vala/vala-nightly/vala-nightly.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anda/langs/vala/vala-nightly/vala-nightly.spec b/anda/langs/vala/vala-nightly/vala-nightly.spec index 716008c3c9..a6caeb9216 100644 --- a/anda/langs/vala/vala-nightly/vala-nightly.spec +++ b/anda/langs/vala/vala-nightly/vala-nightly.spec @@ -138,12 +138,15 @@ cd %{real_name}-%{commit} git checkout %{commit} -%build +%conf cd %{real_name}-%{commit} ./autogen.sh --help %configure # Don't use rpath! sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool + +%build +cd %{real_name}-%{commit} %make_build %install From a8dbc5e607303d30b9b194c75b8cddfb495424aa Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:20:44 -0500 Subject: [PATCH 0805/1189] chore (coreboot-utils): use %conf (#11293) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/coreboot-utils/coreboot-utils.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/anda/tools/coreboot-utils/coreboot-utils.spec b/anda/tools/coreboot-utils/coreboot-utils.spec index 4a6b0c8aad..083f66b658 100644 --- a/anda/tools/coreboot-utils/coreboot-utils.spec +++ b/anda/tools/coreboot-utils/coreboot-utils.spec @@ -499,6 +499,13 @@ Requires: coreboot-utils = %{evr} %patch -P0 -p1 %patch -P1 -p1 +%conf +%ifarch x86_64 +pushd msrtool +%configure +popd +%endif + %build %if 0%{?fedora} >= 42 export CC=gcc-14 @@ -534,6 +541,9 @@ pushd util %endif %make_build -C kbc1126 %ifarch x86_64 +%make_build -C msrtool +%endif +%ifarch x86_64 %make_build -C nvramtool LDFLAGS="-fPIE" %endif %ifarch x86_64 @@ -557,13 +567,6 @@ export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external -mod=readon %gobuild -o %{_builddir}/autoport popd -%ifarch x86_64 -pushd msrtool -%configure -%make_build -popd -%endif - pushd coreboot-configurator %meson %meson_build From 0760a2f526068ebb218a3558f200fe1041f5b14a Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:21:00 -0500 Subject: [PATCH 0806/1189] chore (rtaudio-nightly): use %conf (#11295) --- anda/multimedia/rtaudio/rtaudio-nightly.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/rtaudio/rtaudio-nightly.spec b/anda/multimedia/rtaudio/rtaudio-nightly.spec index a3ea1d31c9..6778e173bf 100644 --- a/anda/multimedia/rtaudio/rtaudio-nightly.spec +++ b/anda/multimedia/rtaudio/rtaudio-nightly.spec @@ -53,6 +53,8 @@ Provides: rtaudio-devel = %version-%release %prep %autosetup -n rtaudio-%commit + +%conf # Fix encoding issues for file in tests/teststops.cpp; do sed 's|\r||' $file > $file.tmp @@ -61,11 +63,11 @@ for file in tests/teststops.cpp; do mv -f $file.tmp2 $file done - -%build export CFLAGS="%optflags -fPIC" NOCONFIGURE=1 ./autogen.sh %configure --with-jack --with-alsa --with-pulse --enable-shared --disable-static --verbose + +%build %make_build %install From 57b2883228484d8c14092c95aea2d829624b3896 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Apr 2026 03:21:24 -0500 Subject: [PATCH 0807/1189] chore (lomiri frame): use %conf (#11387) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/desktops/lomiri-unity/frame/frame.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/desktops/lomiri-unity/frame/frame.spec b/anda/desktops/lomiri-unity/frame/frame.spec index eff103791c..ac7da8587c 100644 --- a/anda/desktops/lomiri-unity/frame/frame.spec +++ b/anda/desktops/lomiri-unity/frame/frame.spec @@ -33,7 +33,7 @@ developing applications that use %{name}. %prep %autosetup -c -p1 -%build +%conf NOCONFIGURE=1 \ ./autogen.sh @@ -44,6 +44,7 @@ export PYTHON --disable-silent-rules \ --disable-static +%build %make_build %install From 8935107e9b8e84305224ae03a8b7b4dd93f69fc2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 11:48:25 +0000 Subject: [PATCH 0808/1189] bump: rust-starship praat --- anda/langs/rust/starship/rust-starship.spec | 4 ++-- anda/tools/praat/praat.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/rust/starship/rust-starship.spec b/anda/langs/rust/starship/rust-starship.spec index 2c2ca896f2..0c25c57e83 100644 --- a/anda/langs/rust/starship/rust-starship.spec +++ b/anda/langs/rust/starship/rust-starship.spec @@ -4,8 +4,8 @@ %global crate starship Name: rust-starship -Version: 1.24.2 -Release: 1%?dist +Version: 1.25.0 +Release: 1%{?dist} Summary: Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️ License: ISC diff --git a/anda/tools/praat/praat.spec b/anda/tools/praat/praat.spec index 3b4b0abd45..c455a6e0e7 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.63 +Version: 6.4.64 Release: 1%{?dist} URL: https://www.praat.org Source0: https://github.com/praat/praat.github.io/archive/refs/tags/v%{version}.tar.gz From a59d2396462ecfa4fb21c2bf14fdc465fd6b6b4e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 13:42:50 +0000 Subject: [PATCH 0809/1189] bump: helium-browser-bin osu-lazer zig-master-bootstrap --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 2 +- anda/games/osu-lazer/osu-lazer.spec | 4 ++-- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index 652f349543..674378095c 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.11.2.1 +Version: 0.11.3.2 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index c0c732c495..89fbd31617 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -1,9 +1,9 @@ -%define osuresver 2026.404.0 +%define osuresver 2026.411.0 %global debug_package %{nil} %define __strip /bin/true Name: osu-lazer -Version: 2026.406.0 +Version: 2026.418.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 diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 418a67d570..536b8dc97a 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.9+046002d1a +version=0.17.0-dev.27+0dd99c37c mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 34a83b747b..452888b9da 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.9+046002d1a +%global ver 0.17.0-dev.27+0dd99c37c %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From fbae02d3640fbb39885064eb3204948c0aeac9f1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 14:40:54 +0000 Subject: [PATCH 0810/1189] 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 a67b1a8954..20c8a3a4c7 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -12,7 +12,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.17.0~dev.9+046002d1a +Version: 0.17.0~dev.27+0dd99c37c 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 2f4a9201fe2a91d63798fad3f24439aa43416bb5 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 18 Apr 2026 10:33:47 -0500 Subject: [PATCH 0811/1189] chore(nux): Funny HTML update script (#11435) --- anda/desktops/lomiri-unity/nux/update.rhai | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 anda/desktops/lomiri-unity/nux/update.rhai diff --git a/anda/desktops/lomiri-unity/nux/update.rhai b/anda/desktops/lomiri-unity/nux/update.rhai new file mode 100644 index 0000000000..a50d44a7f3 --- /dev/null +++ b/anda/desktops/lomiri-unity/nux/update.rhai @@ -0,0 +1,2 @@ +let v = find(`Latest version is ([\d.]+)`, get("https://launchpad.net/nux"), 1); +rpm.version(v); From 2792e8e117489241868fb258c18b7dde33a6ed23 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 18 Apr 2026 10:35:23 -0500 Subject: [PATCH 0812/1189] fix(mesa): Totally remove VK_hdr_layer line, add dist to release (#11433) `%{?dist}` was missing and I double checked that Fedora's Mesa has it, and somehow this package was still being obsoleted which affects some NVIDIA systems so I totally removed the line. Signed-off-by: Gilver --- anda/lib/mesa/mesa.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index 769e23a883..f2f5a5c575 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.4 Epoch: 1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 1 +Release: 2%{?dist} Packager: Kyle Gospodnetich License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: https://mesa3d.org @@ -343,8 +343,6 @@ Summary: Mesa Vulkan drivers Requires: vulkan%{_isa} Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release} -# Bad change from upstream Fedora -#Obsoletes: VK_hdr_layer < 1 %description vulkan-drivers The drivers with support for the Vulkan API. From 5836325e277e8144e0311eec6cccc8acd7f1eaf3 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Apr 2026 11:05:35 -0500 Subject: [PATCH 0813/1189] chore (asusctl): package /etc/asusd (#11485) --- anda/system/asusctl/asusctl.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/system/asusctl/asusctl.spec b/anda/system/asusctl/asusctl.spec index f4855cae82..20c5c2b7cd 100644 --- a/anda/system/asusctl/asusctl.spec +++ b/anda/system/asusctl/asusctl.spec @@ -3,7 +3,7 @@ Name: asusctl Version: 6.3.7 -Release: 1%{?dist} +Release: 2%{?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 @@ -58,6 +58,8 @@ install -D -m 0644 rog-anime/data/diagonal-template.png %{buildroot}/%{_docdir}/ desktop-file-validate %{buildroot}/%{_datadir}/applications/rog-control-center.desktop +mkdir -p %{_sysconfdir}/asusd + %files %license LICENSE %license LICENSE.dependencies @@ -69,7 +71,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/rog-control-center.d %{_unitdir}/asusd.service %{_unitdir}/asus-shutdown.service %{_udevrulesdir}/99-asusd.rules -%dnl %{_sysconfdir}/asusd/ +%dir %{_sysconfdir}/asusd %{_datadir}/asusd/aura_support.ron %{_datadir}/dbus-1/system.d/asusd.conf %{_datadir}/icons/hicolor/512x512/apps/asus_notif_yellow.png From 4995744ea848926a20842980d060f7e63e4d48f0 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 18 Apr 2026 11:28:47 -0500 Subject: [PATCH 0814/1189] fix(ipu6-camera-hal): Workaround for new CMake (#11494) --- .../system/ipu6-camera-hal/ipu6-camera-hal.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/anda/system/ipu6-camera-hal/ipu6-camera-hal.spec b/anda/system/ipu6-camera-hal/ipu6-camera-hal.spec index 48f543741d..473ef021b5 100644 --- a/anda/system/ipu6-camera-hal/ipu6-camera-hal.spec +++ b/anda/system/ipu6-camera-hal/ipu6-camera-hal.spec @@ -3,13 +3,12 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global build_cflags %{__build_flags_lang_c} %{?_distro_extra_cflags} -Wno-alloc-size-larger-than %global build_cxxflags %{__build_flags_lang_cxx} %{?_distro_extra_cxxflags} -Wno-alloc-size-larger-than -%global __cmake_in_source_build 1 %global ver 1.0.1 Name: ipu6-camera-hal Summary: Hardware abstraction layer for Intel IPU6 -Version: %{ver}^%{commit_date}git.%{shortcommit} -Release: 1%?dist +Version: %{ver}^%{commit_date}git%{shortcommit} +Release: 2%{?dist} License: Apache-2.0 URL: https://github.com/intel/ipu6-camera-hal Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz @@ -49,13 +48,18 @@ This provides the necessary header files for IPU6 HAL development. %prep %autosetup -p1 -n %{name}-%{commit} -%build +%conf %cmake -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_SYSCONFDIR:PATH="%{_datadir}/defaults/etc" \ -DBUILD_CAMHAL_ADAPTOR=ON \ -DBUILD_CAMHAL_PLUGIN=ON \ -DIPU_VERSIONS="ipu6;ipu6ep;ipu6epmtl" \ - -DUSE_PG_LITE_PIPE=ON + -DUSE_PG_LITE_PIPE=ON \ +%if 0%{?fedora} >= 44 + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +%endif + +%build %cmake_build %install @@ -98,4 +102,5 @@ fi %changelog -%autochangelog +* Sat Apr 18 2026 Gilver E. - 1.0.1^20260121git9899efa +- Updated build From ec06ce84a32e734e1f1e06d5d8c7094e4837eec8 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 18 Apr 2026 11:34:07 -0500 Subject: [PATCH 0815/1189] fix (asusctl): make directory in %{buildroot} (#11495) --- 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 20c5c2b7cd..c614389f87 100644 --- a/anda/system/asusctl/asusctl.spec +++ b/anda/system/asusctl/asusctl.spec @@ -58,7 +58,7 @@ install -D -m 0644 rog-anime/data/diagonal-template.png %{buildroot}/%{_docdir}/ desktop-file-validate %{buildroot}/%{_datadir}/applications/rog-control-center.desktop -mkdir -p %{_sysconfdir}/asusd +mkdir -p %{buildroot}%{_sysconfdir}/asusd %files %license LICENSE From 2f6167046e2a8555fab49997afaa8dfcdfbda3d9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 16:40:52 +0000 Subject: [PATCH 0816/1189] bump: rpcs3 opencc --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/opencc/opencc.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index d1481f75f4..681764df4d 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 3b9cc0bc3ae104f86b66de0e013df58151e193f5 -%global ver 0.0.40-19217 +%global commit 2d6ca912fe7745a2f5a26cb9a0f1f5c13590afda +%global ver 0.0.40-19218 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/opencc/opencc.spec b/anda/langs/python/opencc/opencc.spec index 4a9d1c1efe..e71e191200 100644 --- a/anda/langs/python/opencc/opencc.spec +++ b/anda/langs/python/opencc/opencc.spec @@ -2,8 +2,8 @@ %global _desc Open Chinese Convert. Name: python-%{pypi_name} -Version: 1.2.0 -Release: 1%?dist +Version: 1.3.0 +Release: 1%{?dist} Summary: Open Chinese Convert License: Apache-2.0 URL: https://github.com/BYVoid/OpenCC From 3d5ce2a2f38859d16f43fe2b90b09e7db8a07d6b Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 18 Apr 2026 12:13:11 -0500 Subject: [PATCH 0817/1189] chore(rpcs3): Use %conf (#11504) Signed-off-by: Gilver --- anda/games/rpcs3/rpcs3.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 681764df4d..53d7d58b65 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -21,6 +21,7 @@ URL: https://github.com/RPCS3/rpcs3 Source0: %{url}/archive/%{commit}/%{name}-%{commit}.tar.gz BuildRequires: anda-srpm-macros glew openal-soft cmake vulkan-validation-layers git-core mold BuildRequires: llvm%{?llvm_major}-devel +# Looking at the CMakeLists.txt, this is the intended compiler and there are no fixes for GCC on aarch64 BuildRequires: clang%{?llvm_major} BuildRequires: cmake(FAudio) BuildRequires: cmake(OpenAL) @@ -64,8 +65,7 @@ BuildRequires: qt6-qtbase-private-devel vulkan-devel jack-audio-connection-kit- %prep %git_clone %url %commit -%build -# Looking at the CMakeLists.txt, this is the intended compiler and there are no fixes for GCC on aarch64 +%conf %if %{defined llvm_major} export LLVM_DIR=%{_libdir}/llvm%{?llvm_major}/%{_lib}/cmake %endif @@ -95,7 +95,9 @@ export LLVM_DIR=%{_libdir}/llvm%{?llvm_major}/%{_lib}/cmake -DCMAKE_CXX_COMPILER="$CXX" \ -DCMAKE_LINKER=mold \ -DCMAKE_SHARED_LINKER_FLAGS="$LDFLAGS -fuse-ld=mold" \ - -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS -fuse-ld=mold" + -DCMAKE_EXE_LINKER_FLAGS="$LDFLAGS -fuse-ld=mold" + +%build %cmake_build %install From f2de2d14ce0a5814494b5b771dd746977ca55e26 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 17:24:17 +0000 Subject: [PATCH 0818/1189] bump: av rust-mise --- anda/langs/python/av/av.spec | 2 +- anda/tools/buildsys/mise/rust-mise.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/av/av.spec b/anda/langs/python/av/av.spec index c06e0cda04..e43fcacefc 100644 --- a/anda/langs/python/av/av.spec +++ b/anda/langs/python/av/av.spec @@ -2,7 +2,7 @@ %global _desc Pythonic bindings for FFmpeg's libraries. Name: python-%{pypi_name} -Version: 17.0.0 +Version: 17.0.1 Release: 1%{?dist} Summary: Pythonic bindings for FFmpeg's libraries License: BSD-3-Clause diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/tools/buildsys/mise/rust-mise.spec index 93cfcdd3dc..c383b8315f 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.4.16 +Version: 2026.4.17 Release: 1%{?dist} Summary: Front-end to your dev env From 5b697effb6863bef5bc85cfff0c50eaccea6c0eb Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 18 Apr 2026 13:35:48 -0500 Subject: [PATCH 0819/1189] chore(udev-joystick-blacklist): Use LicenseRef-Fedora-Public-Domain (#11508) Signed-off-by: Gilver --- .../udev-joystick-blacklist/udev-joystick-blacklist.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec b/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec index cb965e0b37..03fd03f672 100644 --- a/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec +++ b/anda/games/udev-joystick-blacklist/udev-joystick-blacklist.spec @@ -4,9 +4,9 @@ Name: udev-joystick-blacklist Version: 0^%{commit_date}git%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fix for keyboard/mouse/tablet being detected as joysticks in Linux -License: Public Domain +License: LicenseRef-Fedora-Public-Domain URL: https://github.com/denilsonsa/udev-joystick-blacklist Source0: %{url}/archive/%{commit}.tar.gz BuildRequires: systemd-rpm-macros From 00647b15904488d711a12a6f6615ff60ef132487 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 21:06:25 +0000 Subject: [PATCH 0820/1189] bump: lomiri-ui-toolkit falcond --- .../lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec | 4 ++-- anda/system/falcond/falcond.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec b/anda/desktops/lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec index 927e4f6b24..bee5fd5d79 100644 --- a/anda/desktops/lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec +++ b/anda/desktops/lomiri-unity/lomiri-ui-toolkit/lomiri-ui-toolkit.spec @@ -1,9 +1,9 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit -%global commit 1b9919232ef77285765b6fdf3c963039f8a2e462 +%global commit d4afffeb1e4180aba90f3e52b6556894147cdbf9 %forgemeta Name: lomiri-ui-toolkit -Version: 1.3.5904 +Version: 1.3.5905 Release: 1%{?dist} Summary: QML components to ease the creation of beautiful applications in QML for Lomiri diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index 91a07a7c55..26d7410b66 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -1,7 +1,7 @@ %global _include_minidebuginfo 0 Name: falcond -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist} Summary: Advanced Linux Gaming Performance Daemon License: MIT From 75244a179c426190abd84fa4daf763764b469422 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 22:58:28 +0000 Subject: [PATCH 0821/1189] 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 805ee7c108..0140f778d2 100644 --- a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec +++ b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec @@ -1,5 +1,5 @@ Name: gpu-screen-recorder -Version: 5.13.0 +Version: 5.13.1 Release: 1%{?dist} Summary: A shadowplay-like screen recorder for Linux From 34e4d9d82278615dd2174639e0939288a4d2eba5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 18 Apr 2026 23:44:10 +0000 Subject: [PATCH 0822/1189] 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 a223469599..cc0ccc22dc 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.24 +Version: 0.2.25 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From dbcd93c7a2b918d6f6bf4d4c0a1fa9ac1b4c49c8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 01:11:11 +0000 Subject: [PATCH 0823/1189] 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 3fd45e3f71..27b3b287c5 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-18 +%global ver 2026-04-19 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 8f269f0f08025aff14aae1c45d27281b31030a7d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 03:21:16 +0000 Subject: [PATCH 0824/1189] bump(nightly): mpv-nightly zed-nightly nim-nightly v2ray-domain-list-community logitech-rs50-linux-driver scx-scheds-nightly --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index df5c6f0a70..6c3603528b 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 4377cce7373074f37eeb926d99022a7a5c5a288e +%global commit 06f4ce75aaf161c5589387aeba39d34cd42eb648 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260418 +%global commit_date 20260419 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index f2648f51b9..fe85f975a2 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8c5dfe5691958a23c51356ba1f22bb4da875f953 +%global commit ec9be5c332f79986b046a2985e003766591ec82f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260418 +%global commit_date 20260419 %global ver 0.234.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 766bd7c066..cce81c16bf 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 e6e00a74a3f1772e056e79564b69c666c0fd810e +%global commit 98131a9fa15d92687c852a4b0373a58e9b91a58c %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260418 +%global commit_date 20260419 %global debug_package %nil Name: nim-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 7ac2d7e421..80661910d2 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 4f0daa81e8e8fdf261b518d3bb5aa2293a95e988 +%global commit 2af7904eb844d710ea46783a7b6f0c937f113937 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260417103656 -%global commit_date 20260418 +%global ver 20260418094517 +%global commit_date 20260419 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index cd728b51e0..5cd2db630c 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit cdb20c2905534f462d98886b0cffe0a6918be77b +%global commit 7249eef3280912ad8b9166441596d9d14f696fb6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260418 +%global commitdate 20260419 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 6660e30290..7a05570204 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 d639b45a153c1453d08af9a899056c327f68bcdf +%global commit d55e94aaaa9572dfc1610ca58596290a9eb8d8a5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260418 +%global commitdate 20260419 %global ver 1.1.0 %undefine __brp_mangle_shebangs From 6b9dab8909a5d5d72c866336de23fdf22755dd4a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 03:54:10 +0000 Subject: [PATCH 0825/1189] bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index 68d570984a..6521c26f49 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit cdb20c2905534f462d98886b0cffe0a6918be77b -%global commitdate 20260418 +%global commit 7249eef3280912ad8b9166441596d9d14f696fb6 +%global commitdate 20260419 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 994195ecf4..b74bc3655e 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit cdb20c2905534f462d98886b0cffe0a6918be77b +%global commit 7249eef3280912ad8b9166441596d9d14f696fb6 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260418 +%global commitdate 20260419 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From 1035032835cf01f3460f3bcccb884b24f4f49327 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 07:48:55 +0000 Subject: [PATCH 0826/1189] bump: x265 --- anda/multimedia/x265/x265.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/x265/x265.spec b/anda/multimedia/x265/x265.spec index f6148d92ae..fb88be98f5 100644 --- a/anda/multimedia/x265/x265.spec +++ b/anda/multimedia/x265/x265.spec @@ -9,8 +9,8 @@ Summary: H.265/HEVC encoder Name: x265 -Version: 4.1 -Release: 1%?dist +Version: 4.2 +Release: 1%{?dist} URL: http://x265.org/ # source/Lib/TLibCommon - BSD # source/Lib/TLibEncoder - BSD From b20f8385e466473e76ab826a087f7bfb573401bf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 11:00:28 +0000 Subject: [PATCH 0827/1189] bump: v2raya falcond --- anda/langs/go/v2raya/stable/v2raya.spec | 2 +- anda/system/falcond/falcond.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/go/v2raya/stable/v2raya.spec b/anda/langs/go/v2raya/stable/v2raya.spec index ef6d62c08d..4a395d3647 100644 --- a/anda/langs/go/v2raya/stable/v2raya.spec +++ b/anda/langs/go/v2raya/stable/v2raya.spec @@ -1,5 +1,5 @@ %global goipath github.com/v2rayA/v2rayA -Version: 2.3.3 +Version: 2.3.4 %global golicenses LICENSE %global godocs README.md diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index 26d7410b66..cfd0a28a16 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -1,7 +1,7 @@ %global _include_minidebuginfo 0 Name: falcond -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: Advanced Linux Gaming Performance Daemon License: MIT From d243f9dc39e8eff0f3eb35e03b8ed3a7d2c3f503 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 11:45:29 +0000 Subject: [PATCH 0828/1189] bump: iosevka-fonts rpcs3 --- anda/fonts/iosevka/iosevka-fonts.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/fonts/iosevka/iosevka-fonts.spec b/anda/fonts/iosevka/iosevka-fonts.spec index 5286f4fcea..8e5bce94a3 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.3.0 +Version: 34.4.0 Release: 1%{?dist} Packager: Cappy Ishihara Summary: Versatile typeface for code, from code. diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 53d7d58b65..91e9772c2c 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 2d6ca912fe7745a2f5a26cb9a0f1f5c13590afda -%global ver 0.0.40-19218 +%global commit 6c9445ff28ca13466b3cc29887543e9a0f0364a3 +%global ver 0.0.40-19219 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From bc198684e115aae052b3a477baae2ddfd7c7d1a7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 13:39:47 +0000 Subject: [PATCH 0829/1189] bump: bazzite-portal rpcs3 --- anda/apps/bazzite-portal/bazzite-portal.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/bazzite-portal/bazzite-portal.spec b/anda/apps/bazzite-portal/bazzite-portal.spec index a21ba73edb..6a48860b11 100644 --- a/anda/apps/bazzite-portal/bazzite-portal.spec +++ b/anda/apps/bazzite-portal/bazzite-portal.spec @@ -1,5 +1,5 @@ Name: bazzite-portal -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?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 diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 91e9772c2c..22f66cbe27 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 6c9445ff28ca13466b3cc29887543e9a0f0364a3 -%global ver 0.0.40-19219 +%global commit d4b7c31ec8ee6f564f230c5ac01cc2c56b8b7b3c +%global ver 0.0.40-19220 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From d8a873e6f8f58c7fcad345c921eaacfb3f93a2a6 Mon Sep 17 00:00:00 2001 From: Zacharias Xenakis Date: Sun, 19 Apr 2026 16:47:10 +0300 Subject: [PATCH 0830/1189] Upgrade dependency from GTK3 to GTK4 (#11518) Updated the package to require GTK4 instead of GTK3. Signed-off-by: Zacharias Xenakis --- anda/apps/bazzite-portal/bazzite-portal.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/anda/apps/bazzite-portal/bazzite-portal.spec b/anda/apps/bazzite-portal/bazzite-portal.spec index 6a48860b11..210d10b8d7 100644 --- a/anda/apps/bazzite-portal/bazzite-portal.spec +++ b/anda/apps/bazzite-portal/bazzite-portal.spec @@ -7,7 +7,7 @@ Source0: https://github.com/ublue-os/yafti-gtk/archive/refs/tags/v%{versi License: GPL-3.0-only Requires: python3-gobject Requires: python3-PyYAML -Requires: gtk3 +Requires: gtk4 Provides: Bazzite-Portal BuildArch: noarch Packager: Zacharias Xenakis @@ -35,5 +35,8 @@ install -Dm 644 io.github.ublue_os.yafti_gtk.metainfo.xml %{buildroot}%{_metainf %{_metainfodir}/io.github.ublue_os.yafti_gtk.metainfo.xml %changelog +* Sun Apr 19 2026 Xarishark +- Upgraded to GTK4 + * Wed Jan 28 2026 Xarishark -- Initial commit \ No newline at end of file +- Initial commit From 3259b6c0dac116cb9dc58c4382e7f7e9ba742667 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 14:25:01 +0000 Subject: [PATCH 0831/1189] bump: rpcs3 terra-mock-configs --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/terra/mock-configs/terra-mock-configs.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 22f66cbe27..f22c258f12 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 d4b7c31ec8ee6f564f230c5ac01cc2c56b8b7b3c -%global ver 0.0.40-19220 +%global commit bd5c10fd4835b9dc13db56c3a6da80530c1feb13 +%global ver 0.0.40-19226 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index 4b219fb1de..15e87d3069 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.3.0 +Version: 2.3.1 Release: 1%{?dist} Epoch: 1 Summary: Mock configs for Terra repos From d90ca7628162497cfa78ee3cf39fcca7ebc0f457 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 15:05:53 +0000 Subject: [PATCH 0832/1189] 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 f22c258f12..28b57bf254 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 bd5c10fd4835b9dc13db56c3a6da80530c1feb13 -%global ver 0.0.40-19226 +%global commit 06a6880c6c21f28ed7eddf03883a74d3ff993399 +%global ver 0.0.40-19227 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From a035e65c801cd19e816ae30e9360534d02a7eff6 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 19 Apr 2026 10:22:00 -0500 Subject: [PATCH 0833/1189] chore(bazzite-portal): Bump release (#11523) Forgot to ask OP to do this in the PR updating dependencies. Signed-off-by: Gilver --- anda/apps/bazzite-portal/bazzite-portal.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/bazzite-portal/bazzite-portal.spec b/anda/apps/bazzite-portal/bazzite-portal.spec index 210d10b8d7..6e9b784007 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.2.1 -Release: 1%{?dist} +Release: 2%{?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 From 910cd066a9438c1f939181f4ad787490660c81b6 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 19 Apr 2026 10:24:20 -0500 Subject: [PATCH 0834/1189] add: VK_hdr_layer for NVIDIA repo (#11505) --- anda/lib/VK_hdr_layer/VK_hdr_layer.spec | 83 +++++++++++++++++++++++++ anda/lib/VK_hdr_layer/anda.hcl | 11 ++++ anda/lib/VK_hdr_layer/update.rhai | 5 ++ 3 files changed, 99 insertions(+) create mode 100644 anda/lib/VK_hdr_layer/VK_hdr_layer.spec create mode 100644 anda/lib/VK_hdr_layer/anda.hcl create mode 100644 anda/lib/VK_hdr_layer/update.rhai diff --git a/anda/lib/VK_hdr_layer/VK_hdr_layer.spec b/anda/lib/VK_hdr_layer/VK_hdr_layer.spec new file mode 100644 index 0000000000..7dc32cd0dc --- /dev/null +++ b/anda/lib/VK_hdr_layer/VK_hdr_layer.spec @@ -0,0 +1,83 @@ +%global commit 57b26b8927b133566be13a7702f74a62109bad15 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260325 + +Name: VK_hdr_layer +Version: 0^%{commitdate}git%{shortcommit} +Release: 1%{?dist} +Epoch: 1 +Summary: Vulkan Wayland HDR WSI Layer +License: MIT +URL: https://github.com/zamundaaa/VK_hdr_layer +Source: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz +BuildRequires: gcc-c++ +BuildRequires: meson >= 0.58 +BuildRequires: pkgconfig(vulkan) +BuildRequires: vulkan-headers +BuildRequires: pkgconfig(wayland-scanner) +# Temporary solution until upstream builds with newer VKroots +%dnl BuildRequires: pkgconfig(vkroots) +BuildRequires: pkgconfig(wayland-client) +# KWin is the main reference supported compositor +Enhances: kwin-wayland >= 6.3 +Obsoletes: VK_hdr_layer < 1:0^20250416git3b276e6 +Packager: Gilver E. + +%description +Vulkan layer utilizing a small color management/HDR +protocol for experimentation. +The proposed mainline protocol for color management is +wp_color_management. + +This implements the following vulkan extensions, +if the protocol is supported by the compositor. + +* VK_EXT_swapchain_colorspace +* VK_EXT_hdr_metadata + + +%prep +%dnl %autosetup -n %{name}-%{commit} -p1 +%git_clone %{url}.git %{commit} + +%conf +%meson --libdir=%{_libdir}/%{name} + +%build +%meson_build + +%install +%meson_install --skip-subprojects=vkroots + +%files +%license LICENSE +%doc README.md +%{_libdir}/%{name}/libVkLayer_hdr_wsi.so +%{_datadir}/vulkan/implicit_layer.d/VkLayer_hdr_wsi.*.json + + +%changelog +* Sat Apr 18 2026 Gilver E. - 1:0^20260325git57b26b8-1 +- Adopt for Terra + +* Fri Jan 16 2026 Fedora Release Engineering - 0~git20250416.3b276e6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Fri Jan 16 2026 Fedora Release Engineering - 0~git20250416.3b276e6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Wed Jul 23 2025 Fedora Release Engineering - 0~git20250416.3b276e6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Mon Apr 21 2025 Neal Gompa - 0~git20250416.3b276e6-1 +- Update to git snapshot with support for finalized color management protocol + +* Thu Jan 16 2025 Fedora Release Engineering - 0~git20241018.e173f26-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Fri Oct 18 2024 Neal Gompa - 0~git20241018.e173f26-1 +- Update to git snapshot +- Install library to private subdirectory + +* Sun Sep 08 2024 Neal Gompa - 0~git20240427.e47dc6d-1 +- Initial package diff --git a/anda/lib/VK_hdr_layer/anda.hcl b/anda/lib/VK_hdr_layer/anda.hcl new file mode 100644 index 0000000000..27b519c219 --- /dev/null +++ b/anda/lib/VK_hdr_layer/anda.hcl @@ -0,0 +1,11 @@ +project pkg { + arches = ["x86_64", "aarch64", "i386"] + rpm { + spec = "VK_hdr_layer.spec" + } + labels { + subrepo = "nvidia" + nightly = 1 + mock = 1 + } +} diff --git a/anda/lib/VK_hdr_layer/update.rhai b/anda/lib/VK_hdr_layer/update.rhai new file mode 100644 index 0000000000..e576ab0d01 --- /dev/null +++ b/anda/lib/VK_hdr_layer/update.rhai @@ -0,0 +1,5 @@ +rpm.global("commit", gh_commit("zamundaaa/VK_hdr_layer")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); +} From 22596f37525a5a8aa9b64fcc596dd94f0aac9553 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 15:51:29 +0000 Subject: [PATCH 0835/1189] 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 c383b8315f..aa93563ef7 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.4.17 +Version: 2026.4.18 Release: 1%{?dist} Summary: Front-end to your dev env From 0e807c74e3f4451eb2d92bd60c68bf881c35ac35 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 16:40:19 +0000 Subject: [PATCH 0836/1189] 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 28b57bf254..2e5cee4e9b 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 06a6880c6c21f28ed7eddf03883a74d3ff993399 -%global ver 0.0.40-19227 +%global commit b6c8374aa5370a386d069b8f20a85b2323a18e9e +%global ver 0.0.40-19228 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 55c2cecfdf0982d3d8a9bf8e4fea7319cd7c6929 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sun, 19 Apr 2026 14:13:46 -0300 Subject: [PATCH 0837/1189] add: uupd (#11533) Signed-off-by: Tulip Blossom --- anda/system/uupd/anda.hcl | 5 ++++ anda/system/uupd/update.rhai | 1 + anda/system/uupd/uupd.spec | 49 ++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 anda/system/uupd/anda.hcl create mode 100644 anda/system/uupd/update.rhai create mode 100644 anda/system/uupd/uupd.spec diff --git a/anda/system/uupd/anda.hcl b/anda/system/uupd/anda.hcl new file mode 100644 index 0000000000..5463a64b87 --- /dev/null +++ b/anda/system/uupd/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "uupd.spec" + } +} diff --git a/anda/system/uupd/update.rhai b/anda/system/uupd/update.rhai new file mode 100644 index 0000000000..133dc16bfb --- /dev/null +++ b/anda/system/uupd/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("ublue-os/uupd")); diff --git a/anda/system/uupd/uupd.spec b/anda/system/uupd/uupd.spec new file mode 100644 index 0000000000..39f1511550 --- /dev/null +++ b/anda/system/uupd/uupd.spec @@ -0,0 +1,49 @@ +Name: uupd +Version: 1.3.0 +Release: 1%?dist +Summary: Centralized update service/checker made for Universal Blue +License: Apache-2.0 +URL: https://github.com/ublue-os/uupd +Source0: %url/archive/refs/tags/v%version.tar.gz +BuildRequires: golang +BuildRequires: go-rpm-macros +BuildRequires: systemd-rpm-macros +Recommends: bootc +Packager: Tulip Blossom + +%description +%{summary}. + +%gopkg +%global goipath github.com/ublue-os/uupd +%gometa -f + +%prep +%goprep + +%build +%define gomodulesmode GO111MODULE=on +%gobuild -o %{name} + +%install +install -Dpm0755 -t %{buildroot}%{_bindir}/ %{name} +install -Dpm0644 -t %{buildroot}%{_unitdir}/ %{name}.service %{name}.timer +install -Dpm0644 -t %{buildroot}%{_sysconfdir}/polkit-1/rules.d/%{name}.rules %{name}.rules + +%post +%systemd_post %{name}.timer + +%preun +%systemd_preun %{name}.timer + +%files +%license LICENSE +%doc README.md +%{_bindir}/%{name} +%{_unitdir}/%{name}.service +%{_unitdir}/%{name}.timer +%{_sysconfdir}/polkit-1/rules.d/%{name}.rules + +%changelog +* Sun Apr 19 2026 Tulip Blossom +- Initial commit From 8c60d3d75ffff27679a25a8f91fc1f27fedae2e8 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sun, 19 Apr 2026 12:16:27 -0500 Subject: [PATCH 0838/1189] chore (gstreamer1-plugin-icamerasrc): use %conf (#11429) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- .../gstreamer1-plugin-icamerasrc.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/gstreamer1/gstreamer1-plugin-icamerasrc/gstreamer1-plugin-icamerasrc.spec b/anda/multimedia/gstreamer1/gstreamer1-plugin-icamerasrc/gstreamer1-plugin-icamerasrc.spec index 14bf43da0e..1255874547 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugin-icamerasrc/gstreamer1-plugin-icamerasrc.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugin-icamerasrc/gstreamer1-plugin-icamerasrc.spec @@ -44,12 +44,14 @@ Development files for the GStreamer IPU6 camera plugin. %prep %autosetup -p1 -n icamerasrc-%{commit} -autoreconf -vif -%build +%conf +autoreconf -vif export CHROME_SLIM_CAMHAL=ON export STRIP_VIRTUAL_CHANNEL_CAMHAL=ON %configure --enable-gstdrmformat --with-haladaptor + +%build %make_build %install From 94267f1a30cc5bfcef83b88eb02480f44efb78cb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 18:02:02 +0000 Subject: [PATCH 0839/1189] 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 536b8dc97a..377535dab6 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.27+0dd99c37c +version=0.17.0-dev.39+d092c752f mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 452888b9da..392e861708 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.27+0dd99c37c +%global ver 0.17.0-dev.39+d092c752f %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From fe99eb99510511ce2f589b08f519eaa633fac90f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 19:50:55 +0000 Subject: [PATCH 0840/1189] 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 2e5cee4e9b..d48d48ca77 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 b6c8374aa5370a386d069b8f20a85b2323a18e9e -%global ver 0.0.40-19228 +%global commit 081c094c5ade60cf8d7eb60fb0b7129337724cc8 +%global ver 0.0.40-19229 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 253a66bdb61b1fdfaf09069272f4b2586c9a663b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 21:18:14 +0000 Subject: [PATCH 0841/1189] 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 d48d48ca77..ffcb00121a 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 081c094c5ade60cf8d7eb60fb0b7129337724cc8 -%global ver 0.0.40-19229 +%global commit 7a8c88056ac4123f0c7d1316fffe5e74ad699f0b +%global ver 0.0.40-19232 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 1661c111f8bdf4c2e9f8398c54f94b59c088bc1e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 19 Apr 2026 21:53:47 +0000 Subject: [PATCH 0842/1189] 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 f1cbac1b1b..154fb7359c 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.04.10.234907 +Version: 2026.04.19.213741 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 965418860f8dc4b29b879a6c89ee1bb25c00c20d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 02:42:51 +0000 Subject: [PATCH 0843/1189] 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 27b3b287c5..10293e66cf 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-19 +%global ver 2026-04-20 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 48222d0a268bd1a7c96de745bfe61a9adeff7a31 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 03:23:21 +0000 Subject: [PATCH 0844/1189] bump(nightly): mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly v2raya-nightly nim-nightly v2ray-domain-list-community logitech-rs50-linux-driver scx-scheds-nightly --- 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/go/v2raya/nightly/v2raya-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.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 6c3603528b..f31d141915 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 06f4ce75aaf161c5589387aeba39d34cd42eb648 +%global commit 1be21a31862c202a96de35ff4e459c7e6864c60d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260419 +%global commit_date 20260420 %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 7c506a70d8..f302b8cf05 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit ca7516bea60190ee2e9a4f9182b61d318d107c6e +%global commit dcc39dcd401975ee77a642fa15ba7bb9f6d85b96 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-17 +%global fulldate 2026-04-19 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index fe85f975a2..a342b44091 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit ec9be5c332f79986b046a2985e003766591ec82f +%global commit 1db292d2fc4e74604bf07e9f7a859aa26ab6ea9b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260419 +%global commit_date 20260420 %global ver 0.234.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index b67dcfb2aa..4d0e0c7819 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 e7a03d311c11cce9626204fd29f84750b97d04cd +%global commit 48f240703f70c272cee5938d60787199fafb89ac %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260418 +%global commit_date 20260420 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec index d8690b3cfd..054f168872 100644 --- a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec +++ b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec @@ -1,7 +1,7 @@ -%global commit 981e9cbec25ae8994ff6ab53ddb38eab75630984 +%global commit 8cd9934593307c19bd55ebc11e07ea1dc183b103 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v2.2.7.5 -%global commit_date 20260318 +%global commit_date 20260420 %global goipath github.com/v2rayA/v2rayA Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index cce81c16bf..3e6ac171a0 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 98131a9fa15d92687c852a4b0373a58e9b91a58c +%global commit 317bc10824a8d5599b0b11c75d6248138b5dc302 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260419 +%global commit_date 20260420 %global debug_package %nil Name: nim-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 80661910d2..44bff918c5 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 2af7904eb844d710ea46783a7b6f0c937f113937 +%global commit 217679bb600e239a523ef4b28eaf0614f6650bf6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260418094517 -%global commit_date 20260419 +%global ver 20260420014318 +%global commit_date 20260420 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index 5cd2db630c..5aab4eae73 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 7249eef3280912ad8b9166441596d9d14f696fb6 +%global commit 09e2a6cfb3e542923792c9e5f09b6d36a811d562 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260419 +%global commitdate 20260420 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 7a05570204..1b1803b273 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 d55e94aaaa9572dfc1610ca58596290a9eb8d8a5 +%global commit 1cec329f7c42cdf65201e39712e8cc85441a20af %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260419 +%global commitdate 20260420 %global ver 1.1.0 %undefine __brp_mangle_shebangs From 1d90e9802b58055d582f196b763e2c970cec97ae Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 03:29:57 +0000 Subject: [PATCH 0845/1189] bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index 6521c26f49..aee2daef4c 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 7249eef3280912ad8b9166441596d9d14f696fb6 -%global commitdate 20260419 +%global commit 09e2a6cfb3e542923792c9e5f09b6d36a811d562 +%global commitdate 20260420 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index b74bc3655e..35b7acc238 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 7249eef3280912ad8b9166441596d9d14f696fb6 +%global commit 09e2a6cfb3e542923792c9e5f09b6d36a811d562 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260419 +%global commitdate 20260420 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From c8a26b00073d4b5dc6461774d89578e726499320 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 05:29:18 +0000 Subject: [PATCH 0846/1189] bump: milc --- anda/langs/python/milc/milc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/milc/milc.spec b/anda/langs/python/milc/milc.spec index 47908f8fa7..4c95aec804 100644 --- a/anda/langs/python/milc/milc.spec +++ b/anda/langs/python/milc/milc.spec @@ -2,7 +2,7 @@ %global _desc Batteries-Included Python 3 CLI Framework. Name: python-%{pypi_name} -Version: 1.11.0 +Version: 2.0.0 Release: 1%{?dist} Summary: Batteries-Included Python 3 CLI Framework License: MIT From af6e1fc63eab524ad94835ecb26a7bbc1cdfd424 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 07:29:21 +0000 Subject: [PATCH 0847/1189] bump: lomiri-api --- anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec b/anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec index ea0971de46..f3e9435f2e 100644 --- a/anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec +++ b/anda/desktops/lomiri-unity/lomiri-api/lomiri-api.spec @@ -3,7 +3,7 @@ %forgemeta Name: lomiri-api -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: API for Lomiri From a37aafa1a2c950dda549076ee72a7dd2cf10201f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 09:26:28 +0000 Subject: [PATCH 0848/1189] bump: chdig proton-vpn throne proton-vpn-api-core proton-vpn-cli --- anda/apps/chdig/chdig.spec | 2 +- anda/apps/proton-vpn/proton-vpn.spec | 2 +- anda/apps/throne/Sagernet.SingBox.Version.txt | 2 +- anda/langs/python/proton-vpn-api-core/proton-vpn-api-core.spec | 2 +- anda/tools/proton-vpn-cli/proton-vpn-cli.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/chdig/chdig.spec b/anda/apps/chdig/chdig.spec index 9215c32d57..2ac318dab1 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.3.1 +Version: 26.4.1 Release: 1%{?dist} Summary: Dig into ClickHouse with TUI interface URL: https://github.com/azat/chdig diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index 8f7713bd51..207fef4620 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,7 +1,7 @@ %global metainfo_commit 6ac72069fc35f3c2ec669498680037f54cc0c120 Name: proton-vpn-gtk-app -Version: 4.15.2 +Version: 4.15.3 Release: 1%{?dist} Summary: Official ProtonVPN Linux app License: GPL-3.0-only diff --git a/anda/apps/throne/Sagernet.SingBox.Version.txt b/anda/apps/throne/Sagernet.SingBox.Version.txt index 5ade68a219..99ba96c89b 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.83 \ No newline at end of file +v1.13.93 \ No newline at end of file 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 df05f48f70..86f6037da2 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,7 +4,7 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-%{pypi_name} -Version: 4.19.1 +Version: 5.0.1 Release: 1%{?dist} Summary: A facade to the other Proton VPN components License: GPL-3.0-Only diff --git a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec index 1b4f7c8a50..0d509027bf 100644 --- a/anda/tools/proton-vpn-cli/proton-vpn-cli.spec +++ b/anda/tools/proton-vpn-cli/proton-vpn-cli.spec @@ -3,7 +3,7 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-proton-vpn-cli -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Official ProtonVPN CLI Linux app License: GPL-3.0-only From fb94703aea867a044cc5bc24b4702824b20cef8d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 11:04:18 +0000 Subject: [PATCH 0849/1189] bump: chdig gnome-shell-extension-grand-theft-focus --- anda/apps/chdig/chdig.spec | 2 +- .../gnome-shell-extension-grand-theft-focus.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/chdig/chdig.spec b/anda/apps/chdig/chdig.spec index 2ac318dab1..a1b265ac28 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.4.1 +Version: 26.4.2 Release: 1%{?dist} Summary: Dig into ClickHouse with TUI interface URL: https://github.com/azat/chdig 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 928de9d56d..0e1c456c72 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 @@ -2,8 +2,8 @@ %global uuid %{extension}@zalckos Name: gnome-shell-extension-%{extension} -Version: 9 -Release: 3%?dist +Version: 10 +Release: 1%{?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 From c8dd8c4bb3cf6b0208e518580371378c42c2f3e5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 12:12:04 +0000 Subject: [PATCH 0850/1189] bump: chdig MareTF --- anda/apps/chdig/chdig.spec | 2 +- anda/tools/MareTF/MareTF.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/chdig/chdig.spec b/anda/apps/chdig/chdig.spec index a1b265ac28..d61626ce29 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.4.2 +Version: 26.4.3 Release: 1%{?dist} Summary: Dig into ClickHouse with TUI interface URL: https://github.com/azat/chdig diff --git a/anda/tools/MareTF/MareTF.spec b/anda/tools/MareTF/MareTF.spec index 282a94d10e..89e595da0c 100644 --- a/anda/tools/MareTF/MareTF.spec +++ b/anda/tools/MareTF/MareTF.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: MareTF -Version: 0.10.3 +Version: 0.10.4 Release: 1%{?dist} License: MIT Summary: A utility to create, edit, and display every type of VTF file ever made From 025c9974cf669b3c508b89d1c4f1e7141e052258 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 14:15:19 +0000 Subject: [PATCH 0851/1189] bump: zig-master-bootstrap glaze pixi --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/lib/glaze/glaze.spec | 2 +- anda/system/pixi/pixi.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 377535dab6..f665eaba7a 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.39+d092c752f +version=0.17.0-dev.44+0177cb57c mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 392e861708..a72c29ab82 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.39+d092c752f +%global ver 0.17.0-dev.44+0177cb57c %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index 07fdc20c71..ab7d57df77 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.3.3 +Version: 7.4.0 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze diff --git a/anda/system/pixi/pixi.spec b/anda/system/pixi/pixi.spec index be31acd1ac..ea02e519a6 100644 --- a/anda/system/pixi/pixi.spec +++ b/anda/system/pixi/pixi.spec @@ -1,5 +1,5 @@ Name: pixi -Version: 0.67.0 +Version: 0.67.1 Release: 1%{?dist} Summary: A cross-platform, multi-language package manager License: BSD-3-Clause From e6d6dc3cc71348ce2f35fefb04cf5f37fba3faf2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 15:46:31 +0000 Subject: [PATCH 0852/1189] bump: snow zed rpcs3 surge --- anda/apps/snow/snow.spec | 4 ++-- anda/devs/zed/stable/zed.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/surge/surge.spec | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/apps/snow/snow.spec b/anda/apps/snow/snow.spec index ad8c741a60..30227fd9c7 100644 --- a/anda/apps/snow/snow.spec +++ b/anda/apps/snow/snow.spec @@ -1,6 +1,6 @@ Name: snow -Version: 1.3.1 -Release: 1%?dist +Version: 1.4.0 +Release: 1%{?dist} Summary: Classic Macintosh emulator URL: https://github.com/twvd/snow Source0: %url/archive/refs/tags/v%version.tar.gz diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index ac021962e2..caa793da50 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.232.2 +Version: 0.232.3 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 ffcb00121a..f575eb2af8 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 7a8c88056ac4123f0c7d1316fffe5e74ad699f0b -%global ver 0.0.40-19232 +%global commit 814821d76047209739d1290079b694991fad661b +%global ver 0.0.40-19233 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index b2eb481ea9..a91b2c8bac 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.8.1 +Version: 0.8.2 %gometa From 5577258f44ce94ff6a70b53d86724e110632e33f Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 20 Apr 2026 11:30:44 -0500 Subject: [PATCH 0853/1189] chore: update license identifiers in lib folder, use %conf and some other small changes (#11507) * chore: update license itentifiers in lib folder, use %conf and some other small changes Signed-off-by: Owen-sz * fix (libayatana-common): bdep gcc-c++ 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/lib/cmake-extras/cmake-extras.spec | 12 +++++++++--- anda/lib/deviceinfo/deviceinfo.spec | 13 ++++++++----- anda/lib/libayatana-common/libayatana-common.spec | 9 ++++++--- anda/lib/libfiber/libfiber.spec | 4 ++-- anda/lib/libusermetrics/libusermetrics.spec | 8 +++++--- anda/lib/nvidia/cuda-gdb/cuda-gdb.spec | 4 ++-- anda/lib/qmenumodel/qmenumodel.spec | 10 +++++----- anda/lib/qt5-qtsystems/anda.hcl | 3 +++ anda/lib/qt5-qtsystems/qt5-qtsystems.spec | 11 ++--------- anda/lib/rtmpdump/rtmpdump.spec | 5 ++--- 10 files changed, 44 insertions(+), 35 deletions(-) diff --git a/anda/lib/cmake-extras/cmake-extras.spec b/anda/lib/cmake-extras/cmake-extras.spec index ac7a1a9375..65f6e54bf6 100644 --- a/anda/lib/cmake-extras/cmake-extras.spec +++ b/anda/lib/cmake-extras/cmake-extras.spec @@ -4,9 +4,9 @@ Name: cmake-extras Version: 1.9 -Release: 1%?dist +Release: 2%?dist Summary: A collection of add-ons for the CMake build tool -License: GPL-3.0 +License: GPL-3.0-or-later URL: https://gitlab.com/ubports/development/core/cmake-extras Source0: %{url}/-/archive/%commit/cmake-extras-%commit.tar.gz BuildArch: noarch @@ -31,8 +31,14 @@ sed -i 's/#!\/bin\/sh/#!\/usr\/bin\/sh/' src/CopyrightTest/check_copyright.sh sed -i 's/python/python3/' src/IncludeChecker/include_checker.py sed -i 'sX/usr/lib/qt5X${CMAKE_LIBDIR}/qt5X' src/QmlPlugins/QmlPluginsConfig.cmake +%conf +%if 0%{?fedora} >= 44 + %cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +%else + %cmake +%endif + %build -%cmake %cmake_build %install diff --git a/anda/lib/deviceinfo/deviceinfo.spec b/anda/lib/deviceinfo/deviceinfo.spec index a60e87c428..53f08b3bfa 100644 --- a/anda/lib/deviceinfo/deviceinfo.spec +++ b/anda/lib/deviceinfo/deviceinfo.spec @@ -4,17 +4,18 @@ Name: deviceinfo Version: 0.2.4 -Release: 1%?dist +Release: 2%?dist Summary: Library to detect and configure devices -License: GPLv3+ +License: GPL-3.0-or-later URL: https://gitlab.com/ubports/development/core/deviceinfo Source0: %{url}/-/archive/%commit/deviceinfo-%commit.tar.gz -Source1: https://salsa.debian.org/ubports-team/deviceinfo/-/raw/master/debian/device-info.1 BuildRequires: cmake BuildRequires: cmake-extras BuildRequires: pkgconfig(yaml-cpp) BuildRequires: gcc-c++ +BuildRequires: gtest-devel +BuildRequires: gmock-devel %description Library to detect and configure devices for Lomiri. @@ -30,13 +31,15 @@ developing applications that use %{name}. %prep %autosetup -n deviceinfo-%commit -%build +%conf %cmake + +%build %cmake_build %install %cmake_install -install -Dm644 '%{SOURCE1}' %{buildroot}%{_mandir}/man1/device-info.1 +install -Dm644 tools/device-info.1 %{buildroot}%{_mandir}/man1/device-info.1 %files %license LICENSE diff --git a/anda/lib/libayatana-common/libayatana-common.spec b/anda/lib/libayatana-common/libayatana-common.spec index d649cd8f52..ca8f31ad9e 100644 --- a/anda/lib/libayatana-common/libayatana-common.spec +++ b/anda/lib/libayatana-common/libayatana-common.spec @@ -1,8 +1,8 @@ Name: libayatana-common Summary: Common functions for Ayatana System Indicators Version: 0.9.11 -Release: 2%?dist -License: GPL-3.0 +Release: 3%?dist +License: GPL-3.0-or-later URL: https://github.com/AyatanaIndicators/libayatana-common Source0: %{url}/archive/refs/tags/%{version}.tar.gz @@ -17,6 +17,8 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: vala-devel BuildRequires: vala BuildRequires: intltool +BuildRequires: gcc-c++ +BuildRequires: gtest-devel %description The Ayatana Indicators project is the continuation of Application Indicators @@ -33,11 +35,12 @@ This package contains the development header files for %{name}. %prep %autosetup -n %{name}-%{version} -%build +%conf %cmake -DENABLE_LOMIRI_FEATURES=ON \ -DENABLE_TESTS=ON \ -DENABLE_COVERAGE=OFF +%build %cmake_build %install diff --git a/anda/lib/libfiber/libfiber.spec b/anda/lib/libfiber/libfiber.spec index 7a7095e49c..0d887f16a0 100644 --- a/anda/lib/libfiber/libfiber.spec +++ b/anda/lib/libfiber/libfiber.spec @@ -7,12 +7,12 @@ The library enables developers to write highly concurrent applications using syn Name: libfiber-devel Version: 1.1.0 -Release: 1%?dist +Release: 2%?dist URL: https://deepwiki.com/iqiyi/libfiber Source0: https://github.com/iqiyi/libfiber/archive/refs/tags/v%version.tar.gz Patch0: add-missing-header.patch Summary: The high performance c/c++ coroutine/fiber library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iouring/iocp/windows GUI -License: LGPL-3.0 +License: LGPL-3.0-or-later ExclusiveArch: x86_64 Packager: Owen Zimmerman diff --git a/anda/lib/libusermetrics/libusermetrics.spec b/anda/lib/libusermetrics/libusermetrics.spec index 5e299fa946..10f9928671 100644 --- a/anda/lib/libusermetrics/libusermetrics.spec +++ b/anda/lib/libusermetrics/libusermetrics.spec @@ -1,8 +1,8 @@ Name: libusermetrics Version: 1.4.1 -Release: 1%?dist +Release: 2%?dist Summary: library for retrieving anonymous metrics about users -License: GPLv3 AND LGPLv3 AND LGPLv2 +License: GPL-3.0-or-later AND LGPL-3.0-or-later AND LGPL-2.1-or-later URL: https://gitlab.com/ubports/development/core/libusermetrics Source0: %url/-/archive/%version/libusermetrics-%version.tar.gz @@ -20,6 +20,8 @@ BuildRequires: pkgconfig(libqtdbustest-1) BuildRequires: pkgconfig(libapparmor) BuildRequires: qdjango-devel BuildRequires: fdupes +BuildRequires: gmock-devel +BuildRequires: gtest-devel %description library for retrieving anonymous metrics about users @@ -55,7 +57,7 @@ The %{name}-doc contains documentation for %{name}. %files -f %{name}.lang %doc ChangeLog %license LGPL_EXCEPTION.txt LICENSE.GPL LICENSE.LGPL LICENSE.LGPL-3 -%{_sysconfdir}/dbus-1/system.d/com.lomiri.UserMetrics.conf +%{_datadir}/dbus-1/system.d/com.lomiri.UserMetrics.conf %{_bindir}/usermetricsinput %{_bindir}/usermetricsinput-increment %{_libdir}/libusermetricsinput.so.* diff --git a/anda/lib/nvidia/cuda-gdb/cuda-gdb.spec b/anda/lib/nvidia/cuda-gdb/cuda-gdb.spec index 8632f8fd3b..3b0dd5982d 100644 --- a/anda/lib/nvidia/cuda-gdb/cuda-gdb.spec +++ b/anda/lib/nvidia/cuda-gdb/cuda-gdb.spec @@ -8,9 +8,9 @@ Name: %(echo %real_name | tr '_' '-') Epoch: 1 Version: 13.2.75 -Release: 1%{?dist} +Release: 2%{?dist} Summary: CUDA GDB -License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL +License: GPL-3.0-or-later AND GPL-3.0-or-later with exceptions AND GPL-2.0-or-later AND GPL-2.0-or-later with exceptions AND GPL-1.0-or-later AND LGPL-2.0-or-later AND LGPL-3.0-or-later AND BSD AND LicenseRef-Fedora-Public-Domain AND GFDL URL: https://developer.nvidia.com/cuda-toolkit ExclusiveArch: x86_64 aarch64 diff --git a/anda/lib/qmenumodel/qmenumodel.spec b/anda/lib/qmenumodel/qmenumodel.spec index b1ddc17c87..b1e371b473 100644 --- a/anda/lib/qmenumodel/qmenumodel.spec +++ b/anda/lib/qmenumodel/qmenumodel.spec @@ -1,8 +1,8 @@ Name: qmenumodel Version: 0.9.2 -Release: %autorelease +Release: 2%{?dist} Summary: Qt5 renderer for Ayatana Indicators -License: LGPL-3.0 +License: LGPL-3.0-or-later URL: https://github.com/AyatanaIndicators/qmenumodel Source0: https://releases.ayatana-indicators.org/source/qmenumodel/qmenumodel-%{version}.tar.gz @@ -32,8 +32,10 @@ developing applications that use %{name}. %prep %autosetup -n qmenumodel-%{version} -p1 -%build +%conf %cmake -DENABLE_TESTS=ON -DENABLE_COVERAGE=ON -DGENERATE_DOC=ON + +%build %cmake_build %install @@ -43,12 +45,10 @@ developing applications that use %{name}. %doc README %license COPYING.LGPL %{_libdir}/libqmenumodel.so.* -%dir %{_qt5_qmldir}/QMenuModel.1 %{_qt5_qmldir}/QMenuModel.1/libqmenumodel-qml.so %{_qt5_qmldir}/QMenuModel.1/qmldir %files devel -%dir %{_includedir}/qmenumodel %{_includedir}/qmenumodel/*.h %{_libdir}/libqmenumodel.so %{_libdir}/pkgconfig/qmenumodel.pc diff --git a/anda/lib/qt5-qtsystems/anda.hcl b/anda/lib/qt5-qtsystems/anda.hcl index d7bddba70f..1121db2045 100644 --- a/anda/lib/qt5-qtsystems/anda.hcl +++ b/anda/lib/qt5-qtsystems/anda.hcl @@ -2,4 +2,7 @@ project pkg { rpm { spec = "qt5-qtsystems.spec" } + labels { + mock = 1 + } } diff --git a/anda/lib/qt5-qtsystems/qt5-qtsystems.spec b/anda/lib/qt5-qtsystems/qt5-qtsystems.spec index ae765e5ede..f690f83091 100644 --- a/anda/lib/qt5-qtsystems/qt5-qtsystems.spec +++ b/anda/lib/qt5-qtsystems/qt5-qtsystems.spec @@ -4,9 +4,9 @@ Name: qt5-qtsystems Summary: Qt5 Mobility Framework Version: 5.15 -Release: %autorelease +Release: 2%{?dist} -License: GPL-3.0 +License: GPL-3.0-or-later URL: https://invent.kde.org/qt/qt/qtsystems Source0: %{url}/-/archive/%commit/qt5-mobility-%commit.tar.gz Source1: https://salsa.debian.org/qt-kde-team/qt/qtsystems/-/archive/master/qtsystems-master.tar.gz @@ -136,15 +136,12 @@ cp -a ./include/* %{buildroot}%{_qt5_includedir} %{_libdir}/libQt5SystemInfo.so.* %{_qt5_bindir}/servicefw %{_qt5_bindir}/sfwlisten -%dir %{_qt5_qmldir}/QtPublishSubscribe %{_qt5_qmldir}/QtPublishSubscribe/*.so %{_qt5_qmldir}/QtPublishSubscribe/qmldir %{_qt5_qmldir}/QtPublishSubscribe/*.qmltypes -%dir %{_qt5_qmldir}/QtServiceFramework %{_qt5_qmldir}/QtServiceFramework/*.so %{_qt5_qmldir}/QtServiceFramework/qmldir %{_qt5_qmldir}/QtServiceFramework/*.qmltypes -%dir %{_qt5_qmldir}/QtSystemInfo %{_qt5_qmldir}/QtSystemInfo/*.so %{_qt5_qmldir}/QtSystemInfo/qmldir %{_qt5_qmldir}/QtSystemInfo/*.qmltypes @@ -156,11 +153,8 @@ cp -a ./include/* %{buildroot}%{_qt5_includedir} %{_libdir}/libQt5ServiceFramework.so %{_libdir}/libQt5SystemInfo.so %{_libdir}/pkgconfig/*.pc -%dir %{_libdir}/cmake/Qt5PublishSubscribe %{_libdir}/cmake/Qt5PublishSubscribe/*.cmake -%dir %{_libdir}/cmake/Qt5ServiceFramework %{_libdir}/cmake/Qt5ServiceFramework/*.cmake -%dir %{_libdir}/cmake/Qt5SystemInfo %{_libdir}/cmake/Qt5SystemInfo/*.cmake %{_qt5_archdatadir}/mkspecs/modules/*.pri %{_qt5_includedir}/QtPublishSubscribe/ @@ -175,7 +169,6 @@ cp -a ./include/* %{buildroot}%{_qt5_includedir} %{_qt5_docdir}/html/qtsysteminfo/ %files examples -%dir %{_qt5_examplesdir}/systeminfo %{_qt5_examplesdir}/systeminfo/*.pro %{_qt5_examplesdir}/systeminfo/inputinfo/ %{_qt5_examplesdir}/systeminfo/qml-battery/ diff --git a/anda/lib/rtmpdump/rtmpdump.spec b/anda/lib/rtmpdump/rtmpdump.spec index 27e9873f3c..0e6581ac0b 100644 --- a/anda/lib/rtmpdump/rtmpdump.spec +++ b/anda/lib/rtmpdump/rtmpdump.spec @@ -4,10 +4,9 @@ Name: rtmpdump Version: 2.6^%{commit_date}git%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Toolkit for RTMP streams -# The tools are GPLv2+, but the he library is LGPLv2+. -License: GPLv2+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later URL: https://git.ffmpeg.org/gitweb/%{name}.git BuildRequires: gcc BuildRequires: git From 10e6fbedd971ab4ba4c8fa6a555987b1a6ea5af3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 16:47:24 +0000 Subject: [PATCH 0854/1189] bump: discord-canary-openasar discord-canary scroll osu-lazer args-hxx --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/desktops/scroll/scroll.spec | 2 +- anda/games/osu-lazer/osu-lazer.spec | 4 ++-- anda/lib/args-hxx/args-hxx.spec | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 17bacbf30a..8ee9ce6b35 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: 1.0.927 +Version: 1.0.928 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 9d43649b37..4a067c8bd4 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: 1.0.927 +Version: 1.0.928 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/desktops/scroll/scroll.spec b/anda/desktops/scroll/scroll.spec index 4901a9d8b8..894c3a8564 100644 --- a/anda/desktops/scroll/scroll.spec +++ b/anda/desktops/scroll/scroll.spec @@ -1,5 +1,5 @@ Name: scroll -Version: 1.12.8 +Version: 1.12.9 Release: 1%{?dist} Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller License: MIT diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index 89fbd31617..c0ad08dcdc 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -1,9 +1,9 @@ -%define osuresver 2026.411.0 +%define osuresver 2026.420.0 %global debug_package %{nil} %define __strip /bin/true Name: osu-lazer -Version: 2026.418.0 +Version: 2026.421.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 diff --git a/anda/lib/args-hxx/args-hxx.spec b/anda/lib/args-hxx/args-hxx.spec index 634a4fbcd2..1be501a182 100644 --- a/anda/lib/args-hxx/args-hxx.spec +++ b/anda/lib/args-hxx/args-hxx.spec @@ -1,8 +1,8 @@ %define debug_package %nil Name: args-hxx -Version: 6.4.8 -Release: 1%?dist +Version: 6.4.9 +Release: 1%{?dist} Summary: A simple header-only C++ argument parser library License: MIT URL: https://github.com/Taywee/args From 307faaeca8fa434ecbf0d50516b01876fd0e77fc Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 20 Apr 2026 12:42:28 -0500 Subject: [PATCH 0855/1189] chore (libbismuth): use %conf, clean spec (#11546) --- anda/lib/libbismuth/libbismuth.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/libbismuth/libbismuth.spec b/anda/lib/libbismuth/libbismuth.spec index be80f6c288..d1cb9d8cb8 100644 --- a/anda/lib/libbismuth/libbismuth.spec +++ b/anda/lib/libbismuth/libbismuth.spec @@ -33,13 +33,13 @@ for writing applications with libbismuth. %prep %autosetup -n libbismuth-%{version} -%build +%conf %meson + +%build %meson_build %install -# Install licenses -mkdir -p licenses %meson_install rm -rf %{buildroot}%{_bindir}/blueprint-compiler From 53fc6a8800adff3065745a90a42deb6a9af2ab31 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 17:44:32 +0000 Subject: [PATCH 0856/1189] bump: discord-openasar discord --- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index a769eeb12b..6debd08023 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.133 +Version: 0.0.134 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 b1d7b495b0..4bfe50e089 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.133 +Version: 0.0.134 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com From 460a377f226f9746d2f7d6fcb582a9ca51f9d8f4 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 20 Apr 2026 12:51:28 -0500 Subject: [PATCH 0857/1189] chore: Move terra-sccache to tools/buildsys (#11549) --- anda/{devs => tools/buildsys}/sccache/anda.hcl | 0 anda/{devs => tools/buildsys}/sccache/terra-sccache.spec | 0 anda/{devs => tools/buildsys}/sccache/update.rhai | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename anda/{devs => tools/buildsys}/sccache/anda.hcl (100%) rename anda/{devs => tools/buildsys}/sccache/terra-sccache.spec (100%) rename anda/{devs => tools/buildsys}/sccache/update.rhai (100%) diff --git a/anda/devs/sccache/anda.hcl b/anda/tools/buildsys/sccache/anda.hcl similarity index 100% rename from anda/devs/sccache/anda.hcl rename to anda/tools/buildsys/sccache/anda.hcl diff --git a/anda/devs/sccache/terra-sccache.spec b/anda/tools/buildsys/sccache/terra-sccache.spec similarity index 100% rename from anda/devs/sccache/terra-sccache.spec rename to anda/tools/buildsys/sccache/terra-sccache.spec diff --git a/anda/devs/sccache/update.rhai b/anda/tools/buildsys/sccache/update.rhai similarity index 100% rename from anda/devs/sccache/update.rhai rename to anda/tools/buildsys/sccache/update.rhai From 9c4d44348c2a59d40aaf462482f899d2bd550dc7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 18:43:41 +0000 Subject: [PATCH 0858/1189] 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 8ee9ce6b35..c324607466 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: 1.0.928 +Version: 1.0.929 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 4a067c8bd4..1d82f4db1e 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: 1.0.928 +Version: 1.0.929 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 5cc9c26d7fd009c8bd8984b460504a1d28de5bc7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 19:47:21 +0000 Subject: [PATCH 0859/1189] bump: discord-canary-openasar discord-canary snow rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/snow/snow.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index c324607466..cd953165ad 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: 1.0.929 +Version: 1.0.930 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 1d82f4db1e..4edea81cd0 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: 1.0.929 +Version: 1.0.930 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/snow/snow.spec b/anda/apps/snow/snow.spec index 30227fd9c7..8eb14dde25 100644 --- a/anda/apps/snow/snow.spec +++ b/anda/apps/snow/snow.spec @@ -1,5 +1,5 @@ Name: snow -Version: 1.4.0 +Version: 1.4.1 Release: 1%{?dist} Summary: Classic Macintosh emulator URL: https://github.com/twvd/snow diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index f575eb2af8..78a8039e2c 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 814821d76047209739d1290079b694991fad661b -%global ver 0.0.40-19233 +%global commit e5af69d7b253f968b2cea708bd2be3adbf5fb383 +%global ver 0.0.40-19234 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 16fd5ab2cb12f66db5f40e81f103f894b3300b14 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 20 Apr 2026 14:50:01 -0500 Subject: [PATCH 0860/1189] chore(ci): Don't run unnecessary appstream report steps (#11547) --- .github/workflows/autobuild.yml | 81 ++++++++++++++++++++------------- 1 file changed, 49 insertions(+), 32 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 3e3103c9a2..1eb90aaa12 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -59,6 +59,7 @@ jobs: merge-multiple: true path: ./artifacts - name: Generate test catalog + id: catalog # run appstream-builder, then add step summary run: | set -x @@ -74,48 +75,64 @@ jobs: --veto-ignore=missing-info 2>&1 | tee asb.log - name: Run appstreamcli validate + if: steps.catalog.outcome == 'success' run: | - echo "## AppStream MetaInfo Validation" >> $GITHUB_STEP_SUMMARY - echo "" >> $GITHUB_STEP_SUMMARY - echo '```xml' >> $GITHUB_STEP_SUMMARY - appstreamcli validate output/test.xml.gz >> $GITHUB_STEP_SUMMARY || true - echo "" >> $GITHUB_STEP_SUMMARY - echo '```' >> $GITHUB_STEP_SUMMARY + if stat output/test.xml.gz &>/dev/null; then + echo "## AppStream MetaInfo Validation" >> $GITHUB_STEP_SUMMARY + echo "" >> $GITHUB_STEP_SUMMARY + echo '```xml' >> $GITHUB_STEP_SUMMARY + appstreamcli validate output/test.xml.gz >> $GITHUB_STEP_SUMMARY | true + echo "" >> $GITHUB_STEP_SUMMARY + echo '```' >> $GITHUB_STEP_SUMMARY + else + echo "Nothing to do." + fi + - name: Export logs id: export_logs + if: steps.catalog.outcome == 'success' run: | - echo "## AppStream Builder Log" >> $GITHUB_STEP_SUMMARY - echo "" >> $GITHUB_STEP_SUMMARY - echo '```log' >> $GITHUB_STEP_SUMMARY - cat asb.log >> $GITHUB_STEP_SUMMARY - echo '```' >> $GITHUB_STEP_SUMMARY - echo '---' >> $GITHUB_STEP_SUMMARY + if stat output/*.xml.gz &>/dev/null; then + echo "## AppStream Builder Log" >> $GITHUB_STEP_SUMMARY + echo "" >> $GITHUB_STEP_SUMMARY + echo '```log' >> $GITHUB_STEP_SUMMARY + cat asb.log >> $GITHUB_STEP_SUMMARY + echo '```' >> $GITHUB_STEP_SUMMARY + echo '---' >> $GITHUB_STEP_SUMMARY + else + echo "Nothing to do." + fi - name: Report Summary id: report_summary + if: steps.export_logs.outcome == 'success' run: | echo "## AppStream Builder Report" >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY - if grep -q "veto" asb.log; then - echo "::group::Vetoed packages" - echo "### Vetoed packages" >> $GITHUB_STEP_SUMMARY + if stat output/*.xml.gz &>/dev/null; then + if grep -q "veto" asb.log; then + echo "::group::Vetoed packages" + echo "### Vetoed packages" >> $GITHUB_STEP_SUMMARY + echo "" >> $GITHUB_STEP_SUMMARY + echo '```xml' >> $GITHUB_STEP_SUMMARY + echo "$(grep -i 'veto' asb.log)" >> $GITHUB_STEP_SUMMARY + echo '```' >> $GITHUB_STEP_SUMMARY + echo "::warning file=asb.log::Some packages were vetoed during AppStream generation. Please review the 'Vetoed packages' section in the summary for details." + echo "::endgroup::" + fi + echo "## Full Data Summary" >> $GITHUB_STEP_SUMMARY echo "" >> $GITHUB_STEP_SUMMARY - echo '```xml' >> $GITHUB_STEP_SUMMARY - echo "$(grep -i 'veto' asb.log)" >> $GITHUB_STEP_SUMMARY - echo '```' >> $GITHUB_STEP_SUMMARY - echo "::warning file=asb.log::Some packages were vetoed during AppStream generation. Please review the 'Vetoed packages' section in the summary for details." - echo "::endgroup::" + echo "### Generated Appstream files:" >> $GITHUB_STEP_SUMMARY + echo "" >> $GITHUB_STEP_SUMMARY + for file in output/*.xml.gz; do + echo "#### \`$file\`" >> $GITHUB_STEP_SUMMARY + echo "" >> $GITHUB_STEP_SUMMARY + echo '```xml' >> $GITHUB_STEP_SUMMARY + zcat "$file" >> $GITHUB_STEP_SUMMARY || true + echo '```' >> $GITHUB_STEP_SUMMARY + echo "" >> $GITHUB_STEP_SUMMARY + done + else + echo "No appstream files found." >> $GITHUB_STEP_SUMMARY fi - echo "## Full Data Summary" >> $GITHUB_STEP_SUMMARY - echo "" >> $GITHUB_STEP_SUMMARY - echo "### Generated Appstream files:" >> $GITHUB_STEP_SUMMARY - echo "" >> $GITHUB_STEP_SUMMARY - for file in output/*.xml.gz; do - echo "#### \`$file\`" >> $GITHUB_STEP_SUMMARY - echo "" >> $GITHUB_STEP_SUMMARY - echo '```xml' >> $GITHUB_STEP_SUMMARY - zcat "$file" >> $GITHUB_STEP_SUMMARY || true - echo '```' >> $GITHUB_STEP_SUMMARY - echo "" >> $GITHUB_STEP_SUMMARY - done From d5f59c24a8da32ba2c2db688e48cc3bddffb4464 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:50:13 -0500 Subject: [PATCH 0861/1189] chore (swaylock-effects): use %conf (#11561) --- .../waylands/swaylock-effects/swaylock-effects.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/anda/desktops/waylands/swaylock-effects/swaylock-effects.spec b/anda/desktops/waylands/swaylock-effects/swaylock-effects.spec index e159f77edf..d4bd582c65 100644 --- a/anda/desktops/waylands/swaylock-effects/swaylock-effects.spec +++ b/anda/desktops/waylands/swaylock-effects/swaylock-effects.spec @@ -30,23 +30,20 @@ Conflicts: swaylock %description swaylock-effects is a fork of swaylock which adds built-in screenshots and image manipulation effects like blurring. - %pkg_completion -Bfz %binary_name - %prep %autosetup -n %{name}-%{commit} +%conf +%meson %build -%meson %meson_build - %install %meson_install - %files %license LICENSE %doc README.md @@ -54,7 +51,6 @@ swaylock-effects is a fork of swaylock which adds built-in screenshots and image %{_mandir}/man1/%{binary_name}.1.gz %config(noreplace) %{_sysconfdir}/pam.d/%{binary_name} - %changelog * Tue Feb 04 2025 sadlerm - Initial package From 981e3d2e975341ef5d6028518fc1b52eae9d3638 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 19:58:33 +0000 Subject: [PATCH 0862/1189] bump(branch): gnome-shell --- anda/desktops/gnome/gnome-shell/gnome-shell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/gnome/gnome-shell/gnome-shell.spec b/anda/desktops/gnome/gnome-shell/gnome-shell.spec index 7692aec5b0..854d8949ec 100644 --- a/anda/desktops/gnome/gnome-shell/gnome-shell.spec +++ b/anda/desktops/gnome/gnome-shell/gnome-shell.spec @@ -1,6 +1,6 @@ %global tarball_version %%(echo %{version} | tr '~' '.') %global major_version 50 -%global minor_version 0 +%global minor_version 1 %if 0%{?rhel} %global portal_helper 0 From 595e47ceaec0c447e775a745a92b62ccee62f234 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 21:29:23 +0000 Subject: [PATCH 0863/1189] bump: coolercontrol zed-preview --- anda/apps/coolercontrol/coolercontrol.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/coolercontrol/coolercontrol.spec b/anda/apps/coolercontrol/coolercontrol.spec index 2980a4d6af..aa1d1190bd 100644 --- a/anda/apps/coolercontrol/coolercontrol.spec +++ b/anda/apps/coolercontrol/coolercontrol.spec @@ -8,7 +8,7 @@ for background device management, as well as a GUI to expertly customize your se %global __brp_mangle_shebangs %{nil} Name: coolercontrol -Version: 4.1.0 +Version: 4.2.0 Release: 1%{?dist} Summary: Cooling device control for Linux ExclusiveArch: x86_64 aarch64 diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index be0778ae89..8d131623bf 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.233.2-pre +%global ver 0.233.3-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 98ed64a775f8f0a3a4a00d1e2c3aef635911d1f5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 22:11:03 +0000 Subject: [PATCH 0864/1189] 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 cd953165ad..02e53ff641 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: 1.0.930 +Version: 1.0.931 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 4edea81cd0..7fadb6a235 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: 1.0.930 +Version: 1.0.931 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From ad33851b00807e5de71194b4a0204cee29d33cb6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 20 Apr 2026 23:55:57 +0000 Subject: [PATCH 0865/1189] bump: discord-canary-openasar discord-canary rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.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 02e53ff641..7397ee09fd 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: 1.0.931 +Version: 1.0.932 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 7fadb6a235..f384883fd2 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: 1.0.931 +Version: 1.0.932 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 78a8039e2c..d7990fdd25 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 e5af69d7b253f968b2cea708bd2be3adbf5fb383 -%global ver 0.0.40-19234 +%global commit a088b18e955e01c4a63b32baa1fc6a56c3af475a +%global ver 0.0.40-19235 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From e4866d049a058ffe316d9b337fdb607087f877c0 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:52:14 -0500 Subject: [PATCH 0866/1189] chore (sway-audio-idle-inhibit): use %conf (#11559) --- .../sway-audio-idle-inhibit/sway-audio-idle-inhibit.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/desktops/waylands/sway-audio-idle-inhibit/sway-audio-idle-inhibit.spec b/anda/desktops/waylands/sway-audio-idle-inhibit/sway-audio-idle-inhibit.spec index c33d4645fd..cd2b269a99 100644 --- a/anda/desktops/waylands/sway-audio-idle-inhibit/sway-audio-idle-inhibit.spec +++ b/anda/desktops/waylands/sway-audio-idle-inhibit/sway-audio-idle-inhibit.spec @@ -15,8 +15,10 @@ BuildRequires: pkgconfig(libsystemd) %prep %autosetup -n SwayAudioIdleInhibit-%version -%build +%conf %meson -Dlogind-provider=systemd + +%build %meson_build %install From aafc04f9d72ce8d5059d536f88c5791356901b5c Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:52:27 -0500 Subject: [PATCH 0867/1189] chore (libaudec): use %conf (#11558) --- anda/lib/audec/libaudec.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/lib/audec/libaudec.spec b/anda/lib/audec/libaudec.spec index 21c72412f3..65891801d0 100644 --- a/anda/lib/audec/libaudec.spec +++ b/anda/lib/audec/libaudec.spec @@ -32,8 +32,10 @@ This package contains the development files for the %name package. rm -r tests %endif -%build +%conf %meson + +%build %meson_build %install From e4fa98dcd10da6df81288ff9a865628c358ae511 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 02:44:37 +0000 Subject: [PATCH 0868/1189] 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 10293e66cf..5fbea5329d 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-20 +%global ver 2026-04-21 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From fd064d98af127ee5d3571d78486018ffdbe6374e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 02:56:21 +0000 Subject: [PATCH 0869/1189] bump(nightly): mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama astal v2ray-domain-list-community v2ray-geoip cloud-hypervisor-nightly logitech-rs50-linux-driver opentabletdriver-nightly HeadsetControl-nightly --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- .../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/lib/astal/astal/astal.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- anda/misc/v2ray-geoip/v2ray-geoip.spec | 8 ++++---- .../nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- .../opentabletdriver-nightly.spec | 4 ++-- .../HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- 13 files changed, 28 insertions(+), 28 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index f31d141915..3e639f7899 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 1be21a31862c202a96de35ff4e459c7e6864c60d +%global commit 5921fe50bb8472301dd79f1e73129ad17e6b16e3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260420 +%global commit_date 20260421 %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 f302b8cf05..96284e616c 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit dcc39dcd401975ee77a642fa15ba7bb9f6d85b96 +%global commit c3c8572f7fd6309645bf70f74958691c6294bef0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-19 +%global fulldate 2026-04-20 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index a342b44091..6cef9713ea 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1db292d2fc4e74604bf07e9f7a859aa26ab6ea9b +%global commit e4d0c89c9f838062e214cc208ca8e63371231d44 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260420 +%global commit_date 20260421 %global ver 0.234.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 4d0e0c7819..c539203d4c 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 48f240703f70c272cee5938d60787199fafb89ac +%global commit 5a9fdffd7d878e7107b91b7f6f9c21fd041ad2d8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260420 +%global commit_date 20260421 %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 3e6ac171a0..3bbf9f1cfa 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 317bc10824a8d5599b0b11c75d6248138b5dc302 +%global commit de3d61f15b6086117aaa95b49867a6f07cd424c6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260420 +%global commit_date 20260421 %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 e78481c557..26dfa5c35a 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 eec9fe9aa9ce87df8987de5c1401f743e179378a -%global commit_date 20260418 +%global commit a5dd99603639fd3db5d59f59d8e26666ea4faae5 +%global commit_date 20260421 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/lib/astal/astal/astal.spec b/anda/lib/astal/astal/astal.spec index 132381214b..71042661b8 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,7 +1,7 @@ -%global commit 41b50290c6a1cdce7b482897c22fe49286912b9a +%global commit b6d3a62e97a389d81d55c02485c4acffc9a34522 %global shortcommit %{sub %commit 1 7} -%global commit_date 20260320 +%global commit_date 20260421 Name: astal Version: 0^%commit_date.%shortcommit diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 44bff918c5..94bf800267 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 217679bb600e239a523ef4b28eaf0614f6650bf6 +%global commit 55c878c8058932f0f02e9ee3dba3de0f5dcf185f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260420014318 -%global commit_date 20260420 +%global ver 20260420151111 +%global commit_date 20260421 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/misc/v2ray-geoip/v2ray-geoip.spec b/anda/misc/v2ray-geoip/v2ray-geoip.spec index d2b1bde3d2..501e42d9bb 100644 --- a/anda/misc/v2ray-geoip/v2ray-geoip.spec +++ b/anda/misc/v2ray-geoip/v2ray-geoip.spec @@ -1,14 +1,14 @@ -%global commit 7a6498ae1cacdc6ec3356ad29d9566d7f0242f56 +%global commit 3211cac2e6f92fc7d5e0ac492de433b2a1153af2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 202603050223 -%global commit_date 20260122 +%global ver 202604200545 +%global commit_date 20260421 %global year %{gsub %commit_date %%d%%d%%d%%d$ %{quote:}} %global month %{gsub %commit_date %%d%%d%%d%%d(%%d%%d)%%d%%d %%1} Name: v2ray-geoip Version: %{ver}^%{commit_date}git.%{shortcommit} -Release: 1%?dist +Release: 1%{?dist} Summary: GeoIP for V2Ray License: CC-BY-SA-4.0 Packager: veuxit diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 9c0b2701a7..6356a737c8 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit a10d9a309988331141b13b2ffb5c1f4cc8da6399 -%global commit_date 20260418 +%global commit 5a14d0e2e0e0a71b133a7be54bb86c481070cd79 +%global commit_date 20260421 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index 5aab4eae73..e366f7fe0b 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 09e2a6cfb3e542923792c9e5f09b6d36a811d562 +%global commit 35d0eb44f00d73e6cc62646a557cf9728749eaf6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260420 +%global commitdate 20260421 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index fafa1d053b..3297d6005a 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit f2e127512ddfb381427be476e6a5d541d8f70de2 +%global commit 736003ed72c8bbb28033b039d5a0bb76c344145c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260417 +%global commit_date 20260421 %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 ea15c4ca3c..456de544b3 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 ca0c9449bea470c4bce4e7525f0772b8937df5fe +%global commit 07311fa2f2b58976a2fe2e613aa6d81aa1b64cf3 %global commitdate 20251121 %global shortcommit %(c=%{commit}; echo ${c:0:7}) From 221b6a9f1897796def526cdc110bb1bda6110127 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:41:58 -0500 Subject: [PATCH 0870/1189] chore: move stardust into desktops/ folder, move some stuff into system/ folder, move sccache into terra/, make buildsys it's own top level folder (#11570) * chore: move stardust into desktops/ folder, move some stuff into system/ folder Signed-off-by: Owen-sz * move sccache into terra/, make buildsys folder its own anda/ folder Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/{tools => }/buildsys/anda/anda.hcl | 0 anda/{tools => }/buildsys/anda/rust-anda.spec | 0 anda/{tools => }/buildsys/anda/update.rhai | 0 anda/{tools => }/buildsys/gradle/anda.hcl | 0 .../{tools => }/buildsys/gradle/ci_setup.rhai | 0 anda/{tools => }/buildsys/gradle/gradle.spec | 0 anda/{tools => }/buildsys/gradle/update.rhai | 0 anda/{tools => }/buildsys/katsu/anda.hcl | 0 anda/{tools => }/buildsys/katsu/katsu.spec | 0 anda/{tools => }/buildsys/katsu/update.rhai | 0 anda/{tools => }/buildsys/mise/anda.hcl | 0 .../buildsys/mise/mise-fix-metadata-auto.diff | 0 anda/{tools => }/buildsys/mise/rust-mise.spec | 0 anda/{tools => }/buildsys/mise/update.rhai | 0 anda/{tools => }/buildsys/muon/anda.hcl | 3 + .../fix-tracy-header-placement-quirk.patch | 13 ++++ anda/buildsys/muon/muon.spec | 68 +++++++++++++++++++ .../muon/remove-multilingual-field.patch | 25 +++++++ anda/{tools => }/buildsys/muon/update.rhai | 0 anda/{tools => }/buildsys/ops2deb/anda.hcl | 0 .../{tools => }/buildsys/ops2deb/ops2deb.spec | 0 anda/{tools => }/buildsys/ops2deb/update.rhai | 0 anda/{tools => }/buildsys/subatomic/anda.hcl | 0 .../buildsys/subatomic/subatomic.spec | 0 .../buildsys/subatomic/update.rhai | 0 .../stardust/armillary/nightly/anda.hcl | 0 .../nightly/stardust-armillary-nightly.spec | 0 .../stardust/armillary/nightly/update.rhai | 0 .../stardust/armillary/stable/anda.hcl | 0 .../armillary/stable/stardust-armillary.spec | 0 .../stardust/armillary/stable/update.rhai | 0 .../stardust/atmosphere/nightly/anda.hcl | 0 .../nightly/stardust-atmosphere-nightly.spec | 0 .../stardust/atmosphere/nightly/update.rhai | 0 .../stardust/atmosphere/stable/anda.hcl | 0 .../stable/stardust-atmosphere.spec | 0 .../stardust/atmosphere/stable/update.rhai | 0 .../stardust/black-hole/nightly/anda.hcl | 0 .../nightly/stardust-black-hole-nightly.spec | 0 .../stardust/black-hole/nightly/update.rhai | 0 .../stardust/black-hole/stable/anda.hcl | 0 .../stable/stardust-black-hole.spec | 0 .../stardust/black-hole/stable/update.rhai | 0 .../stardust/comet/nightly/anda.hcl | 0 .../comet/nightly/stardust-comet-nightly.spec | 0 .../stardust/comet/nightly/update.rhai | 0 .../stardust/comet/stable/anda.hcl | 0 .../stardust/comet/stable/stardust-comet.spec | 0 .../stardust/comet/stable/update.rhai | 0 .../stardust/flatland/nightly/anda.hcl | 0 .../nightly/stardust-flatland-nightly.spec | 0 .../stardust/flatland/nightly/update.rhai | 0 .../stardust/flatland/stable/anda.hcl | 0 .../flatland/stable/stardust-flatland.spec | 0 .../stardust/flatland/stable/update.rhai | 0 .../stardust/gravity/nightly/anda.hcl | 0 .../nightly/stardust-gravity-nightly.spec | 0 .../stardust/gravity/nightly/update.rhai | 0 .../stardust/gravity/stable/anda.hcl | 0 .../gravity/stable/stardust-gravity.spec | 0 .../stardust/gravity/stable/update.rhai | 0 .../{ => desktops}/stardust/magnetar/anda.hcl | 0 .../stardust/magnetar/stardust-magnetar.spec | 0 .../stardust/magnetar/update.rhai | 0 .../non-spatial-input/nightly/anda.hcl | 0 .../stardust-non-spatial-input-nightly.spec | 0 .../non-spatial-input/nightly/update.rhai | 0 .../non-spatial-input/stable/anda.hcl | 0 .../stable/stardust-non-spatial-input.spec | 0 .../non-spatial-input/stable/update.rhai | 0 .../stardust/protostar/nightly/anda.hcl | 0 .../nightly/stardust-protostar-nightly.spec | 0 .../stardust/protostar/nightly/update.rhai | 0 .../stardust/protostar/stable/anda.hcl | 0 .../protostar/stable/stardust-protostar.spec | 0 .../stardust/protostar/stable/update.rhai | 0 .../stardust/server/nightly/anda.hcl | 0 .../nightly/stardust-server-nightly.spec | 0 .../stardust/server/nightly/update.rhai | 0 .../stardust/server/stable/anda.hcl | 0 .../server/stable/stardust-server.spec | 0 .../stardust/server/stable/update.rhai | 0 .../stardust/solar-sailer/nightly/anda.hcl | 0 .../stardust-solar-sailer-nightly.spec | 0 .../stardust/solar-sailer/nightly/update.rhai | 0 .../stardust/solar-sailer/stable/anda.hcl | 0 .../stable/stardust-solar-sailer.spec | 0 .../stardust/solar-sailer/stable/update.rhai | 0 .../stardust/telescope/nightly/anda.hcl | 0 .../stardust/telescope/nightly/libexec.patch | 0 .../nightly/stardust-telescope-nightly.spec | 0 .../stardust/telescope/nightly/update.rhai | 0 .../stardust/telescope/stable/anda.hcl | 0 .../stardust/telescope/stable/libexec.patch | 0 .../telescope/stable/stardust-telescope.spec | 0 .../stardust/telescope/stable/update.rhai | 0 .../alsa-ucm-cros/alsa-ucm-cros.spec | 0 anda/{misc => system}/alsa-ucm-cros/anda.hcl | 0 .../alsa-ucm-cros/update.rhai | 0 .../system76-scheduler/anda.hcl | 0 .../system76-scheduler.spec | 0 .../system76-scheduler/update.rhai | 0 .../buildsys => terra}/sccache/anda.hcl | 0 .../sccache/terra-sccache.spec | 0 .../buildsys => terra}/sccache/update.rhai | 0 anda/tools/buildsys/muon/muon.spec | 39 ----------- 106 files changed, 109 insertions(+), 39 deletions(-) rename anda/{tools => }/buildsys/anda/anda.hcl (100%) rename anda/{tools => }/buildsys/anda/rust-anda.spec (100%) rename anda/{tools => }/buildsys/anda/update.rhai (100%) rename anda/{tools => }/buildsys/gradle/anda.hcl (100%) rename anda/{tools => }/buildsys/gradle/ci_setup.rhai (100%) rename anda/{tools => }/buildsys/gradle/gradle.spec (100%) rename anda/{tools => }/buildsys/gradle/update.rhai (100%) rename anda/{tools => }/buildsys/katsu/anda.hcl (100%) rename anda/{tools => }/buildsys/katsu/katsu.spec (100%) rename anda/{tools => }/buildsys/katsu/update.rhai (100%) rename anda/{tools => }/buildsys/mise/anda.hcl (100%) rename anda/{tools => }/buildsys/mise/mise-fix-metadata-auto.diff (100%) rename anda/{tools => }/buildsys/mise/rust-mise.spec (100%) rename anda/{tools => }/buildsys/mise/update.rhai (100%) rename anda/{tools => }/buildsys/muon/anda.hcl (56%) create mode 100644 anda/buildsys/muon/fix-tracy-header-placement-quirk.patch create mode 100644 anda/buildsys/muon/muon.spec create mode 100644 anda/buildsys/muon/remove-multilingual-field.patch rename anda/{tools => }/buildsys/muon/update.rhai (100%) rename anda/{tools => }/buildsys/ops2deb/anda.hcl (100%) rename anda/{tools => }/buildsys/ops2deb/ops2deb.spec (100%) rename anda/{tools => }/buildsys/ops2deb/update.rhai (100%) rename anda/{tools => }/buildsys/subatomic/anda.hcl (100%) rename anda/{tools => }/buildsys/subatomic/subatomic.spec (100%) rename anda/{tools => }/buildsys/subatomic/update.rhai (100%) rename anda/{ => desktops}/stardust/armillary/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/armillary/nightly/stardust-armillary-nightly.spec (100%) rename anda/{ => desktops}/stardust/armillary/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/armillary/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/armillary/stable/stardust-armillary.spec (100%) rename anda/{ => desktops}/stardust/armillary/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/atmosphere/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec (100%) rename anda/{ => desktops}/stardust/atmosphere/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/atmosphere/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/atmosphere/stable/stardust-atmosphere.spec (100%) rename anda/{ => desktops}/stardust/atmosphere/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/black-hole/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/black-hole/nightly/stardust-black-hole-nightly.spec (100%) rename anda/{ => desktops}/stardust/black-hole/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/black-hole/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/black-hole/stable/stardust-black-hole.spec (100%) rename anda/{ => desktops}/stardust/black-hole/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/comet/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/comet/nightly/stardust-comet-nightly.spec (100%) rename anda/{ => desktops}/stardust/comet/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/comet/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/comet/stable/stardust-comet.spec (100%) rename anda/{ => desktops}/stardust/comet/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/flatland/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/flatland/nightly/stardust-flatland-nightly.spec (100%) rename anda/{ => desktops}/stardust/flatland/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/flatland/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/flatland/stable/stardust-flatland.spec (100%) rename anda/{ => desktops}/stardust/flatland/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/gravity/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/gravity/nightly/stardust-gravity-nightly.spec (100%) rename anda/{ => desktops}/stardust/gravity/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/gravity/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/gravity/stable/stardust-gravity.spec (100%) rename anda/{ => desktops}/stardust/gravity/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/magnetar/anda.hcl (100%) rename anda/{ => desktops}/stardust/magnetar/stardust-magnetar.spec (100%) rename anda/{ => desktops}/stardust/magnetar/update.rhai (100%) rename anda/{ => desktops}/stardust/non-spatial-input/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec (100%) rename anda/{ => desktops}/stardust/non-spatial-input/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/non-spatial-input/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec (100%) rename anda/{ => desktops}/stardust/non-spatial-input/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/protostar/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/protostar/nightly/stardust-protostar-nightly.spec (100%) rename anda/{ => desktops}/stardust/protostar/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/protostar/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/protostar/stable/stardust-protostar.spec (100%) rename anda/{ => desktops}/stardust/protostar/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/server/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/server/nightly/stardust-server-nightly.spec (100%) rename anda/{ => desktops}/stardust/server/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/server/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/server/stable/stardust-server.spec (100%) rename anda/{ => desktops}/stardust/server/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/solar-sailer/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec (100%) rename anda/{ => desktops}/stardust/solar-sailer/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/solar-sailer/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/solar-sailer/stable/stardust-solar-sailer.spec (100%) rename anda/{ => desktops}/stardust/solar-sailer/stable/update.rhai (100%) rename anda/{ => desktops}/stardust/telescope/nightly/anda.hcl (100%) rename anda/{ => desktops}/stardust/telescope/nightly/libexec.patch (100%) rename anda/{ => desktops}/stardust/telescope/nightly/stardust-telescope-nightly.spec (100%) rename anda/{ => desktops}/stardust/telescope/nightly/update.rhai (100%) rename anda/{ => desktops}/stardust/telescope/stable/anda.hcl (100%) rename anda/{ => desktops}/stardust/telescope/stable/libexec.patch (100%) rename anda/{ => desktops}/stardust/telescope/stable/stardust-telescope.spec (100%) rename anda/{ => desktops}/stardust/telescope/stable/update.rhai (100%) rename anda/{misc => system}/alsa-ucm-cros/alsa-ucm-cros.spec (100%) rename anda/{misc => system}/alsa-ucm-cros/anda.hcl (100%) rename anda/{misc => system}/alsa-ucm-cros/update.rhai (100%) rename anda/{misc => system}/system76-scheduler/anda.hcl (100%) rename anda/{misc => system}/system76-scheduler/system76-scheduler.spec (100%) rename anda/{misc => system}/system76-scheduler/update.rhai (100%) rename anda/{tools/buildsys => terra}/sccache/anda.hcl (100%) rename anda/{tools/buildsys => terra}/sccache/terra-sccache.spec (100%) rename anda/{tools/buildsys => terra}/sccache/update.rhai (100%) delete mode 100644 anda/tools/buildsys/muon/muon.spec diff --git a/anda/tools/buildsys/anda/anda.hcl b/anda/buildsys/anda/anda.hcl similarity index 100% rename from anda/tools/buildsys/anda/anda.hcl rename to anda/buildsys/anda/anda.hcl diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/buildsys/anda/rust-anda.spec similarity index 100% rename from anda/tools/buildsys/anda/rust-anda.spec rename to anda/buildsys/anda/rust-anda.spec diff --git a/anda/tools/buildsys/anda/update.rhai b/anda/buildsys/anda/update.rhai similarity index 100% rename from anda/tools/buildsys/anda/update.rhai rename to anda/buildsys/anda/update.rhai diff --git a/anda/tools/buildsys/gradle/anda.hcl b/anda/buildsys/gradle/anda.hcl similarity index 100% rename from anda/tools/buildsys/gradle/anda.hcl rename to anda/buildsys/gradle/anda.hcl diff --git a/anda/tools/buildsys/gradle/ci_setup.rhai b/anda/buildsys/gradle/ci_setup.rhai similarity index 100% rename from anda/tools/buildsys/gradle/ci_setup.rhai rename to anda/buildsys/gradle/ci_setup.rhai diff --git a/anda/tools/buildsys/gradle/gradle.spec b/anda/buildsys/gradle/gradle.spec similarity index 100% rename from anda/tools/buildsys/gradle/gradle.spec rename to anda/buildsys/gradle/gradle.spec diff --git a/anda/tools/buildsys/gradle/update.rhai b/anda/buildsys/gradle/update.rhai similarity index 100% rename from anda/tools/buildsys/gradle/update.rhai rename to anda/buildsys/gradle/update.rhai diff --git a/anda/tools/buildsys/katsu/anda.hcl b/anda/buildsys/katsu/anda.hcl similarity index 100% rename from anda/tools/buildsys/katsu/anda.hcl rename to anda/buildsys/katsu/anda.hcl diff --git a/anda/tools/buildsys/katsu/katsu.spec b/anda/buildsys/katsu/katsu.spec similarity index 100% rename from anda/tools/buildsys/katsu/katsu.spec rename to anda/buildsys/katsu/katsu.spec diff --git a/anda/tools/buildsys/katsu/update.rhai b/anda/buildsys/katsu/update.rhai similarity index 100% rename from anda/tools/buildsys/katsu/update.rhai rename to anda/buildsys/katsu/update.rhai diff --git a/anda/tools/buildsys/mise/anda.hcl b/anda/buildsys/mise/anda.hcl similarity index 100% rename from anda/tools/buildsys/mise/anda.hcl rename to anda/buildsys/mise/anda.hcl diff --git a/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff b/anda/buildsys/mise/mise-fix-metadata-auto.diff similarity index 100% rename from anda/tools/buildsys/mise/mise-fix-metadata-auto.diff rename to anda/buildsys/mise/mise-fix-metadata-auto.diff diff --git a/anda/tools/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec similarity index 100% rename from anda/tools/buildsys/mise/rust-mise.spec rename to anda/buildsys/mise/rust-mise.spec diff --git a/anda/tools/buildsys/mise/update.rhai b/anda/buildsys/mise/update.rhai similarity index 100% rename from anda/tools/buildsys/mise/update.rhai rename to anda/buildsys/mise/update.rhai diff --git a/anda/tools/buildsys/muon/anda.hcl b/anda/buildsys/muon/anda.hcl similarity index 56% rename from anda/tools/buildsys/muon/anda.hcl rename to anda/buildsys/muon/anda.hcl index 0a22d891b8..fd3534d4f4 100644 --- a/anda/tools/buildsys/muon/anda.hcl +++ b/anda/buildsys/muon/anda.hcl @@ -2,4 +2,7 @@ project pkg { rpm { spec = "muon.spec" } + labels { + subrepo = "extras" + } } diff --git a/anda/buildsys/muon/fix-tracy-header-placement-quirk.patch b/anda/buildsys/muon/fix-tracy-header-placement-quirk.patch new file mode 100644 index 0000000000..66995d6f33 --- /dev/null +++ b/anda/buildsys/muon/fix-tracy-header-placement-quirk.patch @@ -0,0 +1,13 @@ +diff --git a/include/tracy.h b/include/tracy.h +index 8bbc923f..ae58c877 100644 +--- a/include/tracy.h ++++ b/include/tracy.h +@@ -4,7 +4,7 @@ + */ + + #ifdef TRACY_ENABLE +-#include "tracy/TracyC.h" ++#include "tracy/tracy/TracyC.h" + + #define TracyCZoneAutoS TracyCZoneN(tctx_func, __func__, true) + #define TracyCZoneAutoE TracyCZoneEnd(tctx_func) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec new file mode 100644 index 0000000000..bb3ce4a092 --- /dev/null +++ b/anda/buildsys/muon/muon.spec @@ -0,0 +1,68 @@ +Name: muon +Version: 0.5.0 +Release: 1%?dist +Summary: A meson-compatible build system + +# https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES +License: GPL-3.0-only AND Apache-2.0 AND Unlicense AND MIT AND Python-2.0 +URL: https://muon.build/ +Source: https://git.sr.ht/~lattis/muon/archive/%{version}.tar.gz +Patch0: fix-tracy-header-placement-quirk.patch +# mdbook removed multilingual support, this patch can be removed when this package next bumps +Patch1: remove-multilingual-field.patch + +BuildRequires: meson +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: cmake +BuildRequires: libcurl-devel +BuildRequires: libarchive-devel +BuildRequires: libpkgconf-devel +BuildRequires: scdoc +BuildRequires: git-core +%if %{?fedora} < 44 +BuildRequires: pkgconfig(tracy) %dnl Temporary fix while Tracy does not build for 44+ +%endif +BuildRequires: pkgconfig(libattr) +BuildRequires: pkgconfig(bzip2) +BuildRequires: pkgconfig(libb2) +BuildRequires: pkgconfig(liblz4) +BuildRequires: pkgconfig(libzstd) +BuildRequires: pkgconfig(liblzma) +BuildRequires: pkgconfig(lzo2) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(libacl) +BuildRequires: python3-pyyaml +BuildRequires: mandoc +BuildRequires: mdbook + +BuildRequires: tracy + +%description +An implementation of the meson build system in c99 with minimal dependencies. + +%prep +%autosetup -p1 + +%conf +%meson --wrap-mode=nofallback \ + +%if %{?fedora} >= 44 +-Dtracy=disabled +%endif + +%build +%meson_build + +%install +%meson_install + +%files +%{_bindir}/muon +%{_mandir}/man1/muon* +%{_mandir}/man5/meson* +%{_mandir}/man3/meson-reference.3.* + +%changelog +* Mon Apr 20 2026 Owen Zimmerman +- Update spec, add tracy patch diff --git a/anda/buildsys/muon/remove-multilingual-field.patch b/anda/buildsys/muon/remove-multilingual-field.patch new file mode 100644 index 0000000000..e0867fb189 --- /dev/null +++ b/anda/buildsys/muon/remove-multilingual-field.patch @@ -0,0 +1,25 @@ +From 776a9a30eded21206df1e643d888233472a2dbbf Mon Sep 17 00:00:00 2001 +From: Stone Tickle +Date: Thu, 27 Nov 2025 09:14:02 -0500 +Subject: [PATCH] remove multilingual field + +Signed-off-by: Owen-sz +--- + doc/book/book.toml | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/doc/book/book.toml b/doc/book/book.toml +index f51e1836..b96e9792 100644 +--- a/doc/book/book.toml ++++ b/doc/book/book.toml +@@ -1,7 +1,6 @@ + [book] + authors = ["Stone Tickle"] + language = "en" +-multilingual = false + src = "src" + title = "Muon Docs" + +-- +2.53.0 + diff --git a/anda/tools/buildsys/muon/update.rhai b/anda/buildsys/muon/update.rhai similarity index 100% rename from anda/tools/buildsys/muon/update.rhai rename to anda/buildsys/muon/update.rhai diff --git a/anda/tools/buildsys/ops2deb/anda.hcl b/anda/buildsys/ops2deb/anda.hcl similarity index 100% rename from anda/tools/buildsys/ops2deb/anda.hcl rename to anda/buildsys/ops2deb/anda.hcl diff --git a/anda/tools/buildsys/ops2deb/ops2deb.spec b/anda/buildsys/ops2deb/ops2deb.spec similarity index 100% rename from anda/tools/buildsys/ops2deb/ops2deb.spec rename to anda/buildsys/ops2deb/ops2deb.spec diff --git a/anda/tools/buildsys/ops2deb/update.rhai b/anda/buildsys/ops2deb/update.rhai similarity index 100% rename from anda/tools/buildsys/ops2deb/update.rhai rename to anda/buildsys/ops2deb/update.rhai diff --git a/anda/tools/buildsys/subatomic/anda.hcl b/anda/buildsys/subatomic/anda.hcl similarity index 100% rename from anda/tools/buildsys/subatomic/anda.hcl rename to anda/buildsys/subatomic/anda.hcl diff --git a/anda/tools/buildsys/subatomic/subatomic.spec b/anda/buildsys/subatomic/subatomic.spec similarity index 100% rename from anda/tools/buildsys/subatomic/subatomic.spec rename to anda/buildsys/subatomic/subatomic.spec diff --git a/anda/tools/buildsys/subatomic/update.rhai b/anda/buildsys/subatomic/update.rhai similarity index 100% rename from anda/tools/buildsys/subatomic/update.rhai rename to anda/buildsys/subatomic/update.rhai diff --git a/anda/stardust/armillary/nightly/anda.hcl b/anda/desktops/stardust/armillary/nightly/anda.hcl similarity index 100% rename from anda/stardust/armillary/nightly/anda.hcl rename to anda/desktops/stardust/armillary/nightly/anda.hcl diff --git a/anda/stardust/armillary/nightly/stardust-armillary-nightly.spec b/anda/desktops/stardust/armillary/nightly/stardust-armillary-nightly.spec similarity index 100% rename from anda/stardust/armillary/nightly/stardust-armillary-nightly.spec rename to anda/desktops/stardust/armillary/nightly/stardust-armillary-nightly.spec diff --git a/anda/stardust/armillary/nightly/update.rhai b/anda/desktops/stardust/armillary/nightly/update.rhai similarity index 100% rename from anda/stardust/armillary/nightly/update.rhai rename to anda/desktops/stardust/armillary/nightly/update.rhai diff --git a/anda/stardust/armillary/stable/anda.hcl b/anda/desktops/stardust/armillary/stable/anda.hcl similarity index 100% rename from anda/stardust/armillary/stable/anda.hcl rename to anda/desktops/stardust/armillary/stable/anda.hcl diff --git a/anda/stardust/armillary/stable/stardust-armillary.spec b/anda/desktops/stardust/armillary/stable/stardust-armillary.spec similarity index 100% rename from anda/stardust/armillary/stable/stardust-armillary.spec rename to anda/desktops/stardust/armillary/stable/stardust-armillary.spec diff --git a/anda/stardust/armillary/stable/update.rhai b/anda/desktops/stardust/armillary/stable/update.rhai similarity index 100% rename from anda/stardust/armillary/stable/update.rhai rename to anda/desktops/stardust/armillary/stable/update.rhai diff --git a/anda/stardust/atmosphere/nightly/anda.hcl b/anda/desktops/stardust/atmosphere/nightly/anda.hcl similarity index 100% rename from anda/stardust/atmosphere/nightly/anda.hcl rename to anda/desktops/stardust/atmosphere/nightly/anda.hcl diff --git a/anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec b/anda/desktops/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec similarity index 100% rename from anda/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec rename to anda/desktops/stardust/atmosphere/nightly/stardust-atmosphere-nightly.spec diff --git a/anda/stardust/atmosphere/nightly/update.rhai b/anda/desktops/stardust/atmosphere/nightly/update.rhai similarity index 100% rename from anda/stardust/atmosphere/nightly/update.rhai rename to anda/desktops/stardust/atmosphere/nightly/update.rhai diff --git a/anda/stardust/atmosphere/stable/anda.hcl b/anda/desktops/stardust/atmosphere/stable/anda.hcl similarity index 100% rename from anda/stardust/atmosphere/stable/anda.hcl rename to anda/desktops/stardust/atmosphere/stable/anda.hcl diff --git a/anda/stardust/atmosphere/stable/stardust-atmosphere.spec b/anda/desktops/stardust/atmosphere/stable/stardust-atmosphere.spec similarity index 100% rename from anda/stardust/atmosphere/stable/stardust-atmosphere.spec rename to anda/desktops/stardust/atmosphere/stable/stardust-atmosphere.spec diff --git a/anda/stardust/atmosphere/stable/update.rhai b/anda/desktops/stardust/atmosphere/stable/update.rhai similarity index 100% rename from anda/stardust/atmosphere/stable/update.rhai rename to anda/desktops/stardust/atmosphere/stable/update.rhai diff --git a/anda/stardust/black-hole/nightly/anda.hcl b/anda/desktops/stardust/black-hole/nightly/anda.hcl similarity index 100% rename from anda/stardust/black-hole/nightly/anda.hcl rename to anda/desktops/stardust/black-hole/nightly/anda.hcl diff --git a/anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec b/anda/desktops/stardust/black-hole/nightly/stardust-black-hole-nightly.spec similarity index 100% rename from anda/stardust/black-hole/nightly/stardust-black-hole-nightly.spec rename to anda/desktops/stardust/black-hole/nightly/stardust-black-hole-nightly.spec diff --git a/anda/stardust/black-hole/nightly/update.rhai b/anda/desktops/stardust/black-hole/nightly/update.rhai similarity index 100% rename from anda/stardust/black-hole/nightly/update.rhai rename to anda/desktops/stardust/black-hole/nightly/update.rhai diff --git a/anda/stardust/black-hole/stable/anda.hcl b/anda/desktops/stardust/black-hole/stable/anda.hcl similarity index 100% rename from anda/stardust/black-hole/stable/anda.hcl rename to anda/desktops/stardust/black-hole/stable/anda.hcl diff --git a/anda/stardust/black-hole/stable/stardust-black-hole.spec b/anda/desktops/stardust/black-hole/stable/stardust-black-hole.spec similarity index 100% rename from anda/stardust/black-hole/stable/stardust-black-hole.spec rename to anda/desktops/stardust/black-hole/stable/stardust-black-hole.spec diff --git a/anda/stardust/black-hole/stable/update.rhai b/anda/desktops/stardust/black-hole/stable/update.rhai similarity index 100% rename from anda/stardust/black-hole/stable/update.rhai rename to anda/desktops/stardust/black-hole/stable/update.rhai diff --git a/anda/stardust/comet/nightly/anda.hcl b/anda/desktops/stardust/comet/nightly/anda.hcl similarity index 100% rename from anda/stardust/comet/nightly/anda.hcl rename to anda/desktops/stardust/comet/nightly/anda.hcl diff --git a/anda/stardust/comet/nightly/stardust-comet-nightly.spec b/anda/desktops/stardust/comet/nightly/stardust-comet-nightly.spec similarity index 100% rename from anda/stardust/comet/nightly/stardust-comet-nightly.spec rename to anda/desktops/stardust/comet/nightly/stardust-comet-nightly.spec diff --git a/anda/stardust/comet/nightly/update.rhai b/anda/desktops/stardust/comet/nightly/update.rhai similarity index 100% rename from anda/stardust/comet/nightly/update.rhai rename to anda/desktops/stardust/comet/nightly/update.rhai diff --git a/anda/stardust/comet/stable/anda.hcl b/anda/desktops/stardust/comet/stable/anda.hcl similarity index 100% rename from anda/stardust/comet/stable/anda.hcl rename to anda/desktops/stardust/comet/stable/anda.hcl diff --git a/anda/stardust/comet/stable/stardust-comet.spec b/anda/desktops/stardust/comet/stable/stardust-comet.spec similarity index 100% rename from anda/stardust/comet/stable/stardust-comet.spec rename to anda/desktops/stardust/comet/stable/stardust-comet.spec diff --git a/anda/stardust/comet/stable/update.rhai b/anda/desktops/stardust/comet/stable/update.rhai similarity index 100% rename from anda/stardust/comet/stable/update.rhai rename to anda/desktops/stardust/comet/stable/update.rhai diff --git a/anda/stardust/flatland/nightly/anda.hcl b/anda/desktops/stardust/flatland/nightly/anda.hcl similarity index 100% rename from anda/stardust/flatland/nightly/anda.hcl rename to anda/desktops/stardust/flatland/nightly/anda.hcl diff --git a/anda/stardust/flatland/nightly/stardust-flatland-nightly.spec b/anda/desktops/stardust/flatland/nightly/stardust-flatland-nightly.spec similarity index 100% rename from anda/stardust/flatland/nightly/stardust-flatland-nightly.spec rename to anda/desktops/stardust/flatland/nightly/stardust-flatland-nightly.spec diff --git a/anda/stardust/flatland/nightly/update.rhai b/anda/desktops/stardust/flatland/nightly/update.rhai similarity index 100% rename from anda/stardust/flatland/nightly/update.rhai rename to anda/desktops/stardust/flatland/nightly/update.rhai diff --git a/anda/stardust/flatland/stable/anda.hcl b/anda/desktops/stardust/flatland/stable/anda.hcl similarity index 100% rename from anda/stardust/flatland/stable/anda.hcl rename to anda/desktops/stardust/flatland/stable/anda.hcl diff --git a/anda/stardust/flatland/stable/stardust-flatland.spec b/anda/desktops/stardust/flatland/stable/stardust-flatland.spec similarity index 100% rename from anda/stardust/flatland/stable/stardust-flatland.spec rename to anda/desktops/stardust/flatland/stable/stardust-flatland.spec diff --git a/anda/stardust/flatland/stable/update.rhai b/anda/desktops/stardust/flatland/stable/update.rhai similarity index 100% rename from anda/stardust/flatland/stable/update.rhai rename to anda/desktops/stardust/flatland/stable/update.rhai diff --git a/anda/stardust/gravity/nightly/anda.hcl b/anda/desktops/stardust/gravity/nightly/anda.hcl similarity index 100% rename from anda/stardust/gravity/nightly/anda.hcl rename to anda/desktops/stardust/gravity/nightly/anda.hcl diff --git a/anda/stardust/gravity/nightly/stardust-gravity-nightly.spec b/anda/desktops/stardust/gravity/nightly/stardust-gravity-nightly.spec similarity index 100% rename from anda/stardust/gravity/nightly/stardust-gravity-nightly.spec rename to anda/desktops/stardust/gravity/nightly/stardust-gravity-nightly.spec diff --git a/anda/stardust/gravity/nightly/update.rhai b/anda/desktops/stardust/gravity/nightly/update.rhai similarity index 100% rename from anda/stardust/gravity/nightly/update.rhai rename to anda/desktops/stardust/gravity/nightly/update.rhai diff --git a/anda/stardust/gravity/stable/anda.hcl b/anda/desktops/stardust/gravity/stable/anda.hcl similarity index 100% rename from anda/stardust/gravity/stable/anda.hcl rename to anda/desktops/stardust/gravity/stable/anda.hcl diff --git a/anda/stardust/gravity/stable/stardust-gravity.spec b/anda/desktops/stardust/gravity/stable/stardust-gravity.spec similarity index 100% rename from anda/stardust/gravity/stable/stardust-gravity.spec rename to anda/desktops/stardust/gravity/stable/stardust-gravity.spec diff --git a/anda/stardust/gravity/stable/update.rhai b/anda/desktops/stardust/gravity/stable/update.rhai similarity index 100% rename from anda/stardust/gravity/stable/update.rhai rename to anda/desktops/stardust/gravity/stable/update.rhai diff --git a/anda/stardust/magnetar/anda.hcl b/anda/desktops/stardust/magnetar/anda.hcl similarity index 100% rename from anda/stardust/magnetar/anda.hcl rename to anda/desktops/stardust/magnetar/anda.hcl diff --git a/anda/stardust/magnetar/stardust-magnetar.spec b/anda/desktops/stardust/magnetar/stardust-magnetar.spec similarity index 100% rename from anda/stardust/magnetar/stardust-magnetar.spec rename to anda/desktops/stardust/magnetar/stardust-magnetar.spec diff --git a/anda/stardust/magnetar/update.rhai b/anda/desktops/stardust/magnetar/update.rhai similarity index 100% rename from anda/stardust/magnetar/update.rhai rename to anda/desktops/stardust/magnetar/update.rhai diff --git a/anda/stardust/non-spatial-input/nightly/anda.hcl b/anda/desktops/stardust/non-spatial-input/nightly/anda.hcl similarity index 100% rename from anda/stardust/non-spatial-input/nightly/anda.hcl rename to anda/desktops/stardust/non-spatial-input/nightly/anda.hcl diff --git a/anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec b/anda/desktops/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec similarity index 100% rename from anda/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec rename to anda/desktops/stardust/non-spatial-input/nightly/stardust-non-spatial-input-nightly.spec diff --git a/anda/stardust/non-spatial-input/nightly/update.rhai b/anda/desktops/stardust/non-spatial-input/nightly/update.rhai similarity index 100% rename from anda/stardust/non-spatial-input/nightly/update.rhai rename to anda/desktops/stardust/non-spatial-input/nightly/update.rhai diff --git a/anda/stardust/non-spatial-input/stable/anda.hcl b/anda/desktops/stardust/non-spatial-input/stable/anda.hcl similarity index 100% rename from anda/stardust/non-spatial-input/stable/anda.hcl rename to anda/desktops/stardust/non-spatial-input/stable/anda.hcl diff --git a/anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec b/anda/desktops/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec similarity index 100% rename from anda/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec rename to anda/desktops/stardust/non-spatial-input/stable/stardust-non-spatial-input.spec diff --git a/anda/stardust/non-spatial-input/stable/update.rhai b/anda/desktops/stardust/non-spatial-input/stable/update.rhai similarity index 100% rename from anda/stardust/non-spatial-input/stable/update.rhai rename to anda/desktops/stardust/non-spatial-input/stable/update.rhai diff --git a/anda/stardust/protostar/nightly/anda.hcl b/anda/desktops/stardust/protostar/nightly/anda.hcl similarity index 100% rename from anda/stardust/protostar/nightly/anda.hcl rename to anda/desktops/stardust/protostar/nightly/anda.hcl diff --git a/anda/stardust/protostar/nightly/stardust-protostar-nightly.spec b/anda/desktops/stardust/protostar/nightly/stardust-protostar-nightly.spec similarity index 100% rename from anda/stardust/protostar/nightly/stardust-protostar-nightly.spec rename to anda/desktops/stardust/protostar/nightly/stardust-protostar-nightly.spec diff --git a/anda/stardust/protostar/nightly/update.rhai b/anda/desktops/stardust/protostar/nightly/update.rhai similarity index 100% rename from anda/stardust/protostar/nightly/update.rhai rename to anda/desktops/stardust/protostar/nightly/update.rhai diff --git a/anda/stardust/protostar/stable/anda.hcl b/anda/desktops/stardust/protostar/stable/anda.hcl similarity index 100% rename from anda/stardust/protostar/stable/anda.hcl rename to anda/desktops/stardust/protostar/stable/anda.hcl diff --git a/anda/stardust/protostar/stable/stardust-protostar.spec b/anda/desktops/stardust/protostar/stable/stardust-protostar.spec similarity index 100% rename from anda/stardust/protostar/stable/stardust-protostar.spec rename to anda/desktops/stardust/protostar/stable/stardust-protostar.spec diff --git a/anda/stardust/protostar/stable/update.rhai b/anda/desktops/stardust/protostar/stable/update.rhai similarity index 100% rename from anda/stardust/protostar/stable/update.rhai rename to anda/desktops/stardust/protostar/stable/update.rhai diff --git a/anda/stardust/server/nightly/anda.hcl b/anda/desktops/stardust/server/nightly/anda.hcl similarity index 100% rename from anda/stardust/server/nightly/anda.hcl rename to anda/desktops/stardust/server/nightly/anda.hcl diff --git a/anda/stardust/server/nightly/stardust-server-nightly.spec b/anda/desktops/stardust/server/nightly/stardust-server-nightly.spec similarity index 100% rename from anda/stardust/server/nightly/stardust-server-nightly.spec rename to anda/desktops/stardust/server/nightly/stardust-server-nightly.spec diff --git a/anda/stardust/server/nightly/update.rhai b/anda/desktops/stardust/server/nightly/update.rhai similarity index 100% rename from anda/stardust/server/nightly/update.rhai rename to anda/desktops/stardust/server/nightly/update.rhai diff --git a/anda/stardust/server/stable/anda.hcl b/anda/desktops/stardust/server/stable/anda.hcl similarity index 100% rename from anda/stardust/server/stable/anda.hcl rename to anda/desktops/stardust/server/stable/anda.hcl diff --git a/anda/stardust/server/stable/stardust-server.spec b/anda/desktops/stardust/server/stable/stardust-server.spec similarity index 100% rename from anda/stardust/server/stable/stardust-server.spec rename to anda/desktops/stardust/server/stable/stardust-server.spec diff --git a/anda/stardust/server/stable/update.rhai b/anda/desktops/stardust/server/stable/update.rhai similarity index 100% rename from anda/stardust/server/stable/update.rhai rename to anda/desktops/stardust/server/stable/update.rhai diff --git a/anda/stardust/solar-sailer/nightly/anda.hcl b/anda/desktops/stardust/solar-sailer/nightly/anda.hcl similarity index 100% rename from anda/stardust/solar-sailer/nightly/anda.hcl rename to anda/desktops/stardust/solar-sailer/nightly/anda.hcl diff --git a/anda/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec b/anda/desktops/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec similarity index 100% rename from anda/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec rename to anda/desktops/stardust/solar-sailer/nightly/stardust-solar-sailer-nightly.spec diff --git a/anda/stardust/solar-sailer/nightly/update.rhai b/anda/desktops/stardust/solar-sailer/nightly/update.rhai similarity index 100% rename from anda/stardust/solar-sailer/nightly/update.rhai rename to anda/desktops/stardust/solar-sailer/nightly/update.rhai diff --git a/anda/stardust/solar-sailer/stable/anda.hcl b/anda/desktops/stardust/solar-sailer/stable/anda.hcl similarity index 100% rename from anda/stardust/solar-sailer/stable/anda.hcl rename to anda/desktops/stardust/solar-sailer/stable/anda.hcl diff --git a/anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec b/anda/desktops/stardust/solar-sailer/stable/stardust-solar-sailer.spec similarity index 100% rename from anda/stardust/solar-sailer/stable/stardust-solar-sailer.spec rename to anda/desktops/stardust/solar-sailer/stable/stardust-solar-sailer.spec diff --git a/anda/stardust/solar-sailer/stable/update.rhai b/anda/desktops/stardust/solar-sailer/stable/update.rhai similarity index 100% rename from anda/stardust/solar-sailer/stable/update.rhai rename to anda/desktops/stardust/solar-sailer/stable/update.rhai diff --git a/anda/stardust/telescope/nightly/anda.hcl b/anda/desktops/stardust/telescope/nightly/anda.hcl similarity index 100% rename from anda/stardust/telescope/nightly/anda.hcl rename to anda/desktops/stardust/telescope/nightly/anda.hcl diff --git a/anda/stardust/telescope/nightly/libexec.patch b/anda/desktops/stardust/telescope/nightly/libexec.patch similarity index 100% rename from anda/stardust/telescope/nightly/libexec.patch rename to anda/desktops/stardust/telescope/nightly/libexec.patch diff --git a/anda/stardust/telescope/nightly/stardust-telescope-nightly.spec b/anda/desktops/stardust/telescope/nightly/stardust-telescope-nightly.spec similarity index 100% rename from anda/stardust/telescope/nightly/stardust-telescope-nightly.spec rename to anda/desktops/stardust/telescope/nightly/stardust-telescope-nightly.spec diff --git a/anda/stardust/telescope/nightly/update.rhai b/anda/desktops/stardust/telescope/nightly/update.rhai similarity index 100% rename from anda/stardust/telescope/nightly/update.rhai rename to anda/desktops/stardust/telescope/nightly/update.rhai diff --git a/anda/stardust/telescope/stable/anda.hcl b/anda/desktops/stardust/telescope/stable/anda.hcl similarity index 100% rename from anda/stardust/telescope/stable/anda.hcl rename to anda/desktops/stardust/telescope/stable/anda.hcl diff --git a/anda/stardust/telescope/stable/libexec.patch b/anda/desktops/stardust/telescope/stable/libexec.patch similarity index 100% rename from anda/stardust/telescope/stable/libexec.patch rename to anda/desktops/stardust/telescope/stable/libexec.patch diff --git a/anda/stardust/telescope/stable/stardust-telescope.spec b/anda/desktops/stardust/telescope/stable/stardust-telescope.spec similarity index 100% rename from anda/stardust/telescope/stable/stardust-telescope.spec rename to anda/desktops/stardust/telescope/stable/stardust-telescope.spec diff --git a/anda/stardust/telescope/stable/update.rhai b/anda/desktops/stardust/telescope/stable/update.rhai similarity index 100% rename from anda/stardust/telescope/stable/update.rhai rename to anda/desktops/stardust/telescope/stable/update.rhai diff --git a/anda/misc/alsa-ucm-cros/alsa-ucm-cros.spec b/anda/system/alsa-ucm-cros/alsa-ucm-cros.spec similarity index 100% rename from anda/misc/alsa-ucm-cros/alsa-ucm-cros.spec rename to anda/system/alsa-ucm-cros/alsa-ucm-cros.spec diff --git a/anda/misc/alsa-ucm-cros/anda.hcl b/anda/system/alsa-ucm-cros/anda.hcl similarity index 100% rename from anda/misc/alsa-ucm-cros/anda.hcl rename to anda/system/alsa-ucm-cros/anda.hcl diff --git a/anda/misc/alsa-ucm-cros/update.rhai b/anda/system/alsa-ucm-cros/update.rhai similarity index 100% rename from anda/misc/alsa-ucm-cros/update.rhai rename to anda/system/alsa-ucm-cros/update.rhai diff --git a/anda/misc/system76-scheduler/anda.hcl b/anda/system/system76-scheduler/anda.hcl similarity index 100% rename from anda/misc/system76-scheduler/anda.hcl rename to anda/system/system76-scheduler/anda.hcl diff --git a/anda/misc/system76-scheduler/system76-scheduler.spec b/anda/system/system76-scheduler/system76-scheduler.spec similarity index 100% rename from anda/misc/system76-scheduler/system76-scheduler.spec rename to anda/system/system76-scheduler/system76-scheduler.spec diff --git a/anda/misc/system76-scheduler/update.rhai b/anda/system/system76-scheduler/update.rhai similarity index 100% rename from anda/misc/system76-scheduler/update.rhai rename to anda/system/system76-scheduler/update.rhai diff --git a/anda/tools/buildsys/sccache/anda.hcl b/anda/terra/sccache/anda.hcl similarity index 100% rename from anda/tools/buildsys/sccache/anda.hcl rename to anda/terra/sccache/anda.hcl diff --git a/anda/tools/buildsys/sccache/terra-sccache.spec b/anda/terra/sccache/terra-sccache.spec similarity index 100% rename from anda/tools/buildsys/sccache/terra-sccache.spec rename to anda/terra/sccache/terra-sccache.spec diff --git a/anda/tools/buildsys/sccache/update.rhai b/anda/terra/sccache/update.rhai similarity index 100% rename from anda/tools/buildsys/sccache/update.rhai rename to anda/terra/sccache/update.rhai diff --git a/anda/tools/buildsys/muon/muon.spec b/anda/tools/buildsys/muon/muon.spec deleted file mode 100644 index 383d29ca4f..0000000000 --- a/anda/tools/buildsys/muon/muon.spec +++ /dev/null @@ -1,39 +0,0 @@ -Name: muon -Version: 0.5.0 -Release: 1%?dist -Summary: A meson-compatible build system - -# muon is licensed under the GPL version 3 (see LICENSE). Tests under tests/project were copied from the meson project tests and are licensed under Apache 2.0. -License: GPL-3.0 AND Apache-2.0 -URL: https://muon.build/ -Source: https://git.sr.ht/~lattis/muon/archive/%{version}.tar.gz - -BuildRequires: meson -BuildRequires: gcc -BuildRequires: cmake -BuildRequires: libcurl-devel -BuildRequires: libarchive-devel -BuildRequires: libpkgconf-devel -BuildRequires: scdoc -BuildRequires: git-core - -%description -An implementation of the meson build system in c99 with minimal dependencies. - -%prep -%autosetup - -%build -%meson -Dtracy=disabled -%meson_build - -%install -%meson_install - -%files -/usr/bin/muon -%{_mandir}/man1/muon* -%{_mandir}/man5/meson* - -%changelog -%autochangelog From f2dd2cfce127613694828dbe5ffe62186ae75947 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 06:25:00 +0000 Subject: [PATCH 0871/1189] bump(branch): astal-gtk logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- anda/lib/astal/astal-gtk/astal-gtk.spec | 6 +++--- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index b55d311a50..a261e4713a 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,6 +1,6 @@ -%global commit 41b50290c6a1cdce7b482897c22fe49286912b9a -%global shortcommit 41b5029 -%global commit_date 20260320 +%global commit b6d3a62e97a389d81d55c02485c4acffc9a34522 +%global shortcommit b6d3a62 +%global commit_date 20260421 Name: astal Version: 0^%commit_date.%commit diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index aee2daef4c..ce93c25b22 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 09e2a6cfb3e542923792c9e5f09b6d36a811d562 -%global commitdate 20260420 +%global commit 35d0eb44f00d73e6cc62646a557cf9728749eaf6 +%global commitdate 20260421 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 35b7acc238..9fab5cb5b9 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 09e2a6cfb3e542923792c9e5f09b6d36a811d562 +%global commit 35d0eb44f00d73e6cc62646a557cf9728749eaf6 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260420 +%global commitdate 20260421 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From a88b37f131ea8c6618e8489bc1b37ba189274d82 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 07:38:58 +0000 Subject: [PATCH 0872/1189] bump: zed-preview wails3 --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/lib/wails/v3/wails3.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 8d131623bf..a48ea88eda 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.233.3-pre +%global ver 0.233.4-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index b0917046f6..9ab50feb22 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.77 +%global ver v3.0.0-alpha.78 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 From b8068482b15451e90da9878a3a046943471275f7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 10:58:16 +0000 Subject: [PATCH 0873/1189] bump: rpcs3 posthog zig-master-bootstrap electron --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/posthog/posthog.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/tools/electron/electron.spec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index d7990fdd25..aaf21a958c 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -9,8 +9,8 @@ # GLIBCXX_ASSERTIONS is known to break RPCS3 %global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} %global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} -%global commit a088b18e955e01c4a63b32baa1fc6a56c3af475a -%global ver 0.0.40-19235 +%global commit 3cca094d2de0d42a3b7e97f1f1e51bc4bb00995a +%global ver 0.0.40-19236 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index ac3a704c35..aa7ff7d75b 100644 --- a/anda/langs/python/posthog/posthog.spec +++ b/anda/langs/python/posthog/posthog.spec @@ -2,7 +2,7 @@ %global _desc Send usage data from your Python code to PostHog. Name: python-%{pypi_name} -Version: 7.12.0 +Version: 7.13.0 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index f665eaba7a..dc979afb18 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.44+0177cb57c +version=0.17.0-dev.56+a8226cd53 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index a72c29ab82..2e1a3026b9 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.44+0177cb57c +%global ver 0.17.0-dev.56+a8226cd53 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 801979e620..25e55c8985 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.2.1 +Version: 41.2.2 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 2965134832850daaa355607780706aaf0d704294 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 14:25:30 +0000 Subject: [PATCH 0874/1189] bump: android-studio rpcs3 --- anda/devs/android-studio/stable/android-studio.spec | 4 ++-- anda/games/rpcs3/rpcs3.spec | 4 ++-- 2 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 865fadf229..5b53fb75c4 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.3.7 +Version: 2025.3.4.6 Release: 1%{?dist} Summary: Official IDE for Android development License: Apache-2.0 @@ -24,7 +24,7 @@ Packager: veuxit , like-engels Date: Tue, 21 Apr 2026 15:51:37 +0000 Subject: [PATCH 0875/1189] bump: args-hxx --- anda/lib/args-hxx/args-hxx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/args-hxx/args-hxx.spec b/anda/lib/args-hxx/args-hxx.spec index 1be501a182..e555a189ff 100644 --- a/anda/lib/args-hxx/args-hxx.spec +++ b/anda/lib/args-hxx/args-hxx.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: args-hxx -Version: 6.4.9 +Version: 6.4.10 Release: 1%{?dist} Summary: A simple header-only C++ argument parser library License: MIT From b67b9d6de108ce0f76e489ca5419e67ff088d33f Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 21 Apr 2026 13:46:48 -0500 Subject: [PATCH 0876/1189] fix (Tracy): devel package needs to dep on the main one (#11579) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/devs/tracy/tracy.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/devs/tracy/tracy.spec b/anda/devs/tracy/tracy.spec index eb1b3e601a..d70813a5bc 100644 --- a/anda/devs/tracy/tracy.spec +++ b/anda/devs/tracy/tracy.spec @@ -1,6 +1,6 @@ Name: tracy Version: 0.13.1 -Release: 2%?dist +Release: 3%?dist Summary: A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications License: BSD-3-Clause URL: https://github.com/wolfpld/tracy @@ -15,6 +15,7 @@ Tracy is a real time, nanosecond resolution, remote telemetry, hybrid frame and %package devel Summary: Development files for the tracy package +Requires: tracy = %{evr} %description devel Development files for the tracy package. From df7a512da9c9ad67b759e3f050154b7558f77c5b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 19:03:45 +0000 Subject: [PATCH 0877/1189] 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 57ec83249a..90f9a695fd 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.21.0.82 +Version: 9.21.1.3 Release: 1%{?dist} Epoch: 1 Summary: NVIDIA CUDA Deep Neural Network library (cuDNN) From 624061e606d21570f98c1f277b5cf8a645f5a3cb Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:30:12 -0500 Subject: [PATCH 0878/1189] chore (muon): remove Tracy base package as a dep, add me as packager (#11592) --- anda/buildsys/muon/muon.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index bb3ce4a092..0e3cd2175b 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -36,7 +36,7 @@ BuildRequires: python3-pyyaml BuildRequires: mandoc BuildRequires: mdbook -BuildRequires: tracy +Packager: Owen Zimmerman %description An implementation of the meson build system in c99 with minimal dependencies. @@ -46,7 +46,6 @@ An implementation of the meson build system in c99 with minimal dependencies. %conf %meson --wrap-mode=nofallback \ - %if %{?fedora} >= 44 -Dtracy=disabled %endif From 76fff75cb2d71e2ffaf18b649fc6b0bff2913416 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 19:39:21 +0000 Subject: [PATCH 0879/1189] bump: coolercontrol discord-canary-openasar discord-canary unity-shell falcond --- anda/apps/coolercontrol/coolercontrol.spec | 2 +- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/desktops/lomiri-unity/unity-shell/unity-shell.spec | 2 +- anda/system/falcond/falcond.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/coolercontrol/coolercontrol.spec b/anda/apps/coolercontrol/coolercontrol.spec index aa1d1190bd..1a07a369c5 100644 --- a/anda/apps/coolercontrol/coolercontrol.spec +++ b/anda/apps/coolercontrol/coolercontrol.spec @@ -8,7 +8,7 @@ for background device management, as well as a GUI to expertly customize your se %global __brp_mangle_shebangs %{nil} Name: coolercontrol -Version: 4.2.0 +Version: 4.2.1 Release: 1%{?dist} Summary: Cooling device control for Linux ExclusiveArch: x86_64 aarch64 diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 7397ee09fd..f1a16aace0 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: 1.0.932 +Version: 1.0.934 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 f384883fd2..9305a7bb62 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: 1.0.932 +Version: 1.0.934 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec b/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec index f5b6561ba7..acd54b5ad1 100644 --- a/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec +++ b/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec @@ -1,4 +1,4 @@ -%define archive unity_7.7.1+26.04.20260306-0ubuntu2.tar.xz +%define archive unity_7.7.1+26.04.20260306-0ubuntu3.tar.xz Name: unity-shell Version: 7.7.1 diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index cfd0a28a16..50e243c264 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -1,7 +1,7 @@ %global _include_minidebuginfo 0 Name: falcond -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} Summary: Advanced Linux Gaming Performance Daemon License: MIT From 1f05a02e07e3f09e02dd8dc005def6db49945527 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 20:31:26 +0000 Subject: [PATCH 0880/1189] bump: discord-canary-openasar discord-canary powershell --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/powershell/powershell.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 f1a16aace0..74e6160bff 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: 1.0.934 +Version: 1.0.935 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 9305a7bb62..3c54cef6e5 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: 1.0.934 +Version: 1.0.935 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/powershell/powershell.spec b/anda/devs/powershell/powershell.spec index 59bf21cab4..ee438b1f97 100644 --- a/anda/devs/powershell/powershell.spec +++ b/anda/devs/powershell/powershell.spec @@ -18,7 +18,7 @@ %bcond test 1 Name: powershell -Version: 7.6.0 +Version: 7.6.1 Release: 1%{?dist} Summary: A cross-platform automation and configuration tool/framework SourceLicense: MIT From 119e521d95595c5b792fa8c9a698abbecc9c956a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 21:27:06 +0000 Subject: [PATCH 0881/1189] 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 74e6160bff..1bc6abe18a 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: 1.0.935 +Version: 1.0.937 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 3c54cef6e5..2d6bb49aeb 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: 1.0.935 +Version: 1.0.937 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 83273b4ddd384fe5bb391d75391ca81cc84d98ff Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 22:09:21 +0000 Subject: [PATCH 0882/1189] 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 1bc6abe18a..38d72643f8 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: 1.0.937 +Version: 1.0.938 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 2d6bb49aeb..bf457bba5c 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: 1.0.937 +Version: 1.0.938 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 7a82b2ff84b9fa6d9f4138dffcf6c777e55cd591 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 22:58:25 +0000 Subject: [PATCH 0883/1189] bump: discord-canary-openasar discord-canary zed-preview --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.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 38d72643f8..9149c589af 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: 1.0.938 +Version: 1.0.939 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 bf457bba5c..cd80ad4422 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: 1.0.938 +Version: 1.0.939 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index a48ea88eda..192290f930 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.233.4-pre +%global ver 0.233.5-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 7b949c3c7cec512d0d60b694fd9507c812f1ca46 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:33:00 -0500 Subject: [PATCH 0884/1189] fix: tracy on f44+ (#11598) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: tracy on f44+ Signed-off-by: Owen-sz * woke Signed-off-by: Owen-sz * bump(tracy): release 3 → 4 * no Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * add the loop into cmake too Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/devs/tracy/tracy.spec | 41 +++++++++++++++++++++++++++++++++++--- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/anda/devs/tracy/tracy.spec b/anda/devs/tracy/tracy.spec index d70813a5bc..7c4e4086c5 100644 --- a/anda/devs/tracy/tracy.spec +++ b/anda/devs/tracy/tracy.spec @@ -1,3 +1,9 @@ +%if 0%{?fedora} >= 44 +%global gcc_compat 15 +%global __cc gcc-%{gcc_compat} +%global __cxx g++-%{gcc_compat} +%endif + Name: tracy Version: 0.13.1 Release: 3%?dist @@ -5,8 +11,32 @@ Summary: A real time, nanosecond resolution, remote telemetry, hybrid frame and License: BSD-3-Clause URL: https://github.com/wolfpld/tracy Source0: https://github.com/wolfpld/tracy/archive/refs/tags/v%version.tar.gz -BuildRequires: pkgconfig(egl) pkgconfig(glfw3) pkgconfig(freetype2) pkgconfig(dbus-1) pkgconfig(libunwind) pkgconfig(libdebuginfod) pkgconfig(tbb) pkgconfig(wayland-client) pkgconfig(wayland-protocols) pkgconfig(xkbcommon) pkgconfig(capstone) pkgconfig(openssl) pkgconfig(pugixml) pkgconfig(libcurl) pkgconfig(libxslt) pkgconfig(libnghttp2) pkgconfig(libidn2) pkgconfig(libssh2) tbb expat libxml2 openssl-libs -BuildRequires: cmake gcc gcc-c++ meson +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(glfw3) +BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(libunwind) +BuildRequires: pkgconfig(libdebuginfod) +BuildRequires: pkgconfig(tbb) +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-protocols) +BuildRequires: pkgconfig(xkbcommon) +BuildRequires: pkgconfig(capstone) +BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(pugixml) +BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(libxslt) +BuildRequires: pkgconfig(libnghttp2) +BuildRequires: pkgconfig(libidn2) +BuildRequires: pkgconfig(libssh2) +BuildRequires: tbb +BuildRequires: expat +BuildRequires: libxml2 +BuildRequires: openssl-libs +BuildRequires: cmake +BuildRequires: meson +BuildRequires: gcc%{?gcc_compat} +BuildRequires: gcc%{?gcc_compat}-c++ Packager: Owen Zimmerman @@ -23,8 +53,10 @@ Development files for the tracy package. %prep %autosetup -%build +%conf %meson -Dcpp_std=c++17 + +%build %meson_build for project in capture csvexport import update profiler do @@ -73,6 +105,9 @@ install -Dm644 icon/application-tracy.svg %buildroot%_iconsdir/hicolor/scalable/ %_includedir/tracy/* %changelog +* Tue Apr 21 2026 Owen Zimmerman - 0.13.1-2 +- Make gcc15 the default compiler on Fedora 44+ + * Mon Jan 19 2026 Owen Zimmerman - 0.13.1-1 - Fix compile issues, update for 0.13.1 From 88b2022bace2b9998c61f0129e3fc751d96e013b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 21 Apr 2026 23:45:41 +0000 Subject: [PATCH 0885/1189] bump: discord-canary-openasar discord-canary scroll apparmor gpu-screen-recorder --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/desktops/scroll/scroll.spec | 2 +- anda/lib/apparmor/apparmor.spec | 2 +- anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 9149c589af..86b81093e4 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: 1.0.939 +Version: 1.0.940 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 cd80ad4422..1b81739c53 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: 1.0.939 +Version: 1.0.940 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/desktops/scroll/scroll.spec b/anda/desktops/scroll/scroll.spec index 894c3a8564..b038313678 100644 --- a/anda/desktops/scroll/scroll.spec +++ b/anda/desktops/scroll/scroll.spec @@ -1,5 +1,5 @@ Name: scroll -Version: 1.12.9 +Version: 1.12.10 Release: 1%{?dist} Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller License: MIT diff --git a/anda/lib/apparmor/apparmor.spec b/anda/lib/apparmor/apparmor.spec index 2aa7656661..dcc374c0c7 100644 --- a/anda/lib/apparmor/apparmor.spec +++ b/anda/lib/apparmor/apparmor.spec @@ -6,7 +6,7 @@ %bcond_with tests Name: apparmor -Version: 5.0.0~rc4 +Version: 5.0.0~rc5 Release: 1%{?dist} Summary: AppArmor userspace components diff --git a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec index 0140f778d2..45417178ab 100644 --- a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec +++ b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec @@ -1,5 +1,5 @@ Name: gpu-screen-recorder -Version: 5.13.1 +Version: 5.13.2 Release: 1%{?dist} Summary: A shadowplay-like screen recorder for Linux From dbc092d31d548786adcd46308865dd11c15a211d Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:05:01 -0500 Subject: [PATCH 0886/1189] chore (zlib): use %conf and %configure (#11603) * chore (zlib): use %conf and %configure Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * chore: don't need these Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * changelog 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/zlib/zlib.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/anda/lib/zlib/zlib.spec b/anda/lib/zlib/zlib.spec index 67324b9dab..96fb36cb6e 100644 --- a/anda/lib/zlib/zlib.spec +++ b/anda/lib/zlib/zlib.spec @@ -19,14 +19,10 @@ BuildRequires: gcc %pkg_static_files %prep -%autosetup -export CFLAGS="%optflags" -export LDFLAGS="%build_ldflags" -./configure --libdir=%_libdir \ - --includedir=%_includedir \ - --sysconfdir=%_sysconfdir \ - --localstatedir=%_localstatedir \ - --prefix=%_prefix +%autosetup + +%conf +%configure %build %make_build @@ -41,5 +37,8 @@ export LDFLAGS="%build_ldflags" %_libdir/libz.so.* %changelog +* Tue Apr 21 2026 Owen Zimmerman +- Use %conf and %configure + * Wed Nov 26 2025 metcya - package zlib From b1927ecb66ad2e052bb06c615547bc4ccafef41b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:05:39 -0500 Subject: [PATCH 0887/1189] chore (muon): remove version dependant tracy callouts (#11604) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore (muon): remove version dependant tracy callouts Signed-off-by: Owen-sz * remove this too Signed-off-by: Owen-sz * bump(muon): release 1 → 2 * fucking Signed-off-by: Owen-sz * wait no actually we do want to bump the release Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/buildsys/muon/muon.spec | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index 0e3cd2175b..ce512173ef 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -1,6 +1,6 @@ Name: muon Version: 0.5.0 -Release: 1%?dist +Release: 2%?dist Summary: A meson-compatible build system # https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES @@ -20,9 +20,7 @@ BuildRequires: libarchive-devel BuildRequires: libpkgconf-devel BuildRequires: scdoc BuildRequires: git-core -%if %{?fedora} < 44 -BuildRequires: pkgconfig(tracy) %dnl Temporary fix while Tracy does not build for 44+ -%endif +BuildRequires: pkgconfig(tracy) BuildRequires: pkgconfig(libattr) BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(libb2) @@ -45,10 +43,7 @@ An implementation of the meson build system in c99 with minimal dependencies. %autosetup -p1 %conf -%meson --wrap-mode=nofallback \ -%if %{?fedora} >= 44 --Dtracy=disabled -%endif +%meson --wrap-mode=nofallback %build %meson_build From 74cdad399f48ebb1384eac1acc4a8745738eb09c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 02:55:00 +0000 Subject: [PATCH 0888/1189] bump(nightly): mpv-nightly ghostty-nightly zed-nightly nim-nightly types-colorama astal v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver scx-scheds-nightly natscli --- 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/astal/astal/astal.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 11 files changed, 23 insertions(+), 23 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 3e639f7899..970d75fa09 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 5921fe50bb8472301dd79f1e73129ad17e6b16e3 +%global commit f5939d0b93baace581c9960bab516da01ea3542c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260421 +%global commit_date 20260422 %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 96284e616c..4fcccef35f 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit c3c8572f7fd6309645bf70f74958691c6294bef0 +%global commit 6e0b0311e49243fb0f04c96df1fc9e79ab5c710d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-20 +%global fulldate 2026-04-21 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 6cef9713ea..bab11a90d5 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit e4d0c89c9f838062e214cc208ca8e63371231d44 +%global commit 3cd0f4c419387572be17c5175d2ec2ffdc4d3bb5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260421 +%global commit_date 20260422 %global ver 0.234.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 3bbf9f1cfa..e1cd3e1d97 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 de3d61f15b6086117aaa95b49867a6f07cd424c6 +%global commit efacf1f39062e1a7d916cf35a40d9475ceb77c97 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260421 +%global commit_date 20260422 %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 26dfa5c35a..79a5abe123 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 a5dd99603639fd3db5d59f59d8e26666ea4faae5 -%global commit_date 20260421 +%global commit 0ea291592ae8b39bc0153e6d064ddf0477a40f3b +%global commit_date 20260422 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/lib/astal/astal/astal.spec b/anda/lib/astal/astal/astal.spec index 71042661b8..b1d8fb1e45 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,7 +1,7 @@ -%global commit b6d3a62e97a389d81d55c02485c4acffc9a34522 +%global commit 6e49ec972f5d85437ce80e8b511d22b35a91b0df %global shortcommit %{sub %commit 1 7} -%global commit_date 20260421 +%global commit_date 20260422 Name: astal Version: 0^%commit_date.%shortcommit diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 94bf800267..9371de4779 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 55c878c8058932f0f02e9ee3dba3de0f5dcf185f +%global commit 7ec567cf63dd04bb9a316ddda7c89abac5148d4b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260420151111 -%global commit_date 20260421 +%global ver 20260421061245 +%global commit_date 20260422 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 6356a737c8..c3c4130af1 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 5a14d0e2e0e0a71b133a7be54bb86c481070cd79 -%global commit_date 20260421 +%global commit d56253196bfda3c472abfbdd71300b81715a3f5a +%global commit_date 20260422 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index e366f7fe0b..f1e53889a5 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 35d0eb44f00d73e6cc62646a557cf9728749eaf6 +%global commit 8ab5fc4fb07cc47d76cdd2395d9fde104fcc0f2c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260421 +%global commitdate 20260422 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 1b1803b273..60947b48d4 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 1cec329f7c42cdf65201e39712e8cc85441a20af +%global commit 4a295f3c8308e23c79d0c2a837d29db4a5cfb32d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260420 +%global commitdate 20260422 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 4f2c8ff7cd..2e7bb58bad 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 a29b9044d80d0bf5662bd48d2033a0138b41e7fc -%global commit_date 20260417 +%global commit bdff4e5aa5d720494f2db4b89f1715245a746555 +%global commit_date 20260422 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 456f0cab7dcf12e2aa94dac7a8d78da837192871 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 04:15:08 +0000 Subject: [PATCH 0889/1189] bump: discord-canary-openasar discord-canary rust-usage-cli --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/rust/usage/rust-usage-cli.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 86b81093e4..55151148f7 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: 1.0.940 +Version: 1.0.941 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 1b81739c53..73799bafe9 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: 1.0.940 +Version: 1.0.941 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/rust/usage/rust-usage-cli.spec b/anda/langs/rust/usage/rust-usage-cli.spec index 509fa84c7c..c635b47acc 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: 3.2.0 +Version: 3.2.1 Release: 1%{?dist} Summary: CLI for working with usage-based CLIs From 5a3eacceec1bf918fea02db1832ed57498d78077 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 05:19:59 +0000 Subject: [PATCH 0890/1189] bump(branch): astal-gtk logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- anda/lib/astal/astal-gtk/astal-gtk.spec | 6 +++--- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index a261e4713a..e7bd67ab8b 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,6 +1,6 @@ -%global commit b6d3a62e97a389d81d55c02485c4acffc9a34522 -%global shortcommit b6d3a62 -%global commit_date 20260421 +%global commit 6e49ec972f5d85437ce80e8b511d22b35a91b0df +%global shortcommit 6e49ec9 +%global commit_date 20260422 Name: astal Version: 0^%commit_date.%commit diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index ce93c25b22..cde88c82db 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 35d0eb44f00d73e6cc62646a557cf9728749eaf6 -%global commitdate 20260421 +%global commit 8ab5fc4fb07cc47d76cdd2395d9fde104fcc0f2c +%global commitdate 20260422 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 9fab5cb5b9..9549d2f5cf 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 35d0eb44f00d73e6cc62646a557cf9728749eaf6 +%global commit 8ab5fc4fb07cc47d76cdd2395d9fde104fcc0f2c %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260421 +%global commitdate 20260422 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From 9a2737617000f1455cfd56d417d351b62b875aed Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 06:13:02 +0000 Subject: [PATCH 0891/1189] bump: halloy osu-lazer --- anda/apps/halloy/halloy.spec | 2 +- anda/games/osu-lazer/osu-lazer.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/halloy/halloy.spec b/anda/apps/halloy/halloy.spec index 4870a2e773..723b17527b 100644 --- a/anda/apps/halloy/halloy.spec +++ b/anda/apps/halloy/halloy.spec @@ -4,7 +4,7 @@ %global crate halloy Name: halloy -Version: 2026.5 +Version: 2026.6 Release: 1%{?dist} Summary: An open-source IRC client written in Rust, with the Iced GUI library Packager: Yoong jin diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index c0ad08dcdc..9ecb7bdb13 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -3,7 +3,7 @@ %define __strip /bin/true Name: osu-lazer -Version: 2026.421.0 +Version: 2026.422.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 From 692173ff603a79f7210dd90cfd359e05dd34e1fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 02:49:52 -0500 Subject: [PATCH 0892/1189] build(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#11616) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.35.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13...95e58e9a2cdfd71adc6e0353d5c52f41a045d225) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 330b5eb3be..129b9e6dcc 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -73,6 +73,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4 + uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4 with: sarif_file: results.sarif From 3edf49fded49fc2d547975e6cc299ee1a50bc8ac Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 08:09:19 +0000 Subject: [PATCH 0893/1189] bump: proton-vpn throne osu-lazer rpcs3 --- anda/apps/proton-vpn/proton-vpn.spec | 2 +- anda/apps/throne/Sagernet.SingBox.Version.txt | 2 +- anda/games/osu-lazer/osu-lazer.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index 207fef4620..c9b13f75a9 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,4 +1,4 @@ -%global metainfo_commit 6ac72069fc35f3c2ec669498680037f54cc0c120 +%global metainfo_commit baf65ee3b0236d447e250294c5773f9411d85cfa Name: proton-vpn-gtk-app Version: 4.15.3 diff --git a/anda/apps/throne/Sagernet.SingBox.Version.txt b/anda/apps/throne/Sagernet.SingBox.Version.txt index 99ba96c89b..a6e087cc2b 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.93 \ No newline at end of file +v1.13.10 \ No newline at end of file diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index 9ecb7bdb13..c0ad08dcdc 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -3,7 +3,7 @@ %define __strip /bin/true Name: osu-lazer -Version: 2026.422.0 +Version: 2026.421.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 diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 929504b754..bbfcf43332 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 1ca8ab393aacae3e5cd736427b6aea1e57d73ee2 -%global ver 0.0.40-19237 +%global commit 80b6faef10015be460b463f8426aa889d65b226e +%global ver 0.0.40-19239 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From fad90f3a37fae87a0c59d8e89ac48bbac0b0018a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 12:07:17 +0000 Subject: [PATCH 0894/1189] bump: rust-deno arduino-app-bricks-py --- anda/devs/deno/rust-deno.spec | 2 +- anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.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 75a28e59da..0150a0ece5 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.12 +Version: 2.7.13 Release: 1%{?dist} Summary: Deno executable 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 0da03342aa..c10bf44694 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.9.0 +%global ver release/0.9.1 %global sanitized_ver %(echo %{ver} | sed 's|release/||') Name: %{pypi_name} From 53327b4cbd2923fea8546ca7c80d4fbf61fcdd76 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 22 Apr 2026 08:04:50 -0500 Subject: [PATCH 0895/1189] chore (juce): use proper license identifier, use %conf (#11614) --- anda/apps/juce/juce.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/anda/apps/juce/juce.spec b/anda/apps/juce/juce.spec index a99fbc23f1..2f4afa404b 100644 --- a/anda/apps/juce/juce.spec +++ b/anda/apps/juce/juce.spec @@ -1,7 +1,7 @@ Name: juce Version: 8.0.12 -Release: 3%{?dist} -License: AGPL-3.0 +Release: 4%{?dist} +License: AGPL-3.0-or-later Summary: framework for audio application and plug-in development URL: https://juce.com Source: https://github.com/juce-framework/JUCE/archive/refs/tags/%{version}.tar.gz @@ -46,10 +46,12 @@ Documentation files for %{name} %prep %autosetup -p1 -n JUCE-%{version} -%build +%conf %cmake -DJUCER_ENABLE_GPL_MODE=1 \ -DJUCE_BUILD_EXTRAS=ON \ -DJUCE_TOOL_INSTALL_DIR=bin + +%build %cmake_build pushd docs/doxygen From d2d07d93b408c8b649cab4bbf36314701d6a371f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 14:06:08 +0000 Subject: [PATCH 0896/1189] 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 bbfcf43332..98a6d679d3 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 80b6faef10015be460b463f8426aa889d65b226e -%global ver 0.0.40-19239 +%global commit e26c80c12908c95301fc7088f778cd499a6fe1ef +%global ver 0.0.40-19240 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From e5da05c24895b5ebd1205098d04a257104044974 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 15:38:00 +0000 Subject: [PATCH 0897/1189] bump: heroic-games-launcher --- anda/games/heroic-games-launcher/heroic-games-launcher.spec | 6 +++--- 1 file 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 5d311e425d..7f6b706c42 100644 --- a/anda/games/heroic-games-launcher/heroic-games-launcher.spec +++ b/anda/games/heroic-games-launcher/heroic-games-launcher.spec @@ -2,14 +2,14 @@ %global git_name %(echo %{org_name} | sed 's/-//g') %global appid com.heroicgameslauncher.hgl %global shortname heroic -%global legendary_version 0.20.42 +%global legendary_version 0.20.43 %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.1 -Release: 1%?dist +Version: 2.21.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 URL: https://heroicgameslauncher.com From 4b67f6a6e7b86533a494af1f0682f75ee2b2bfaf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 17:43:25 +0000 Subject: [PATCH 0898/1189] bump: discord-canary-openasar discord-canary zed-preview zed zig-master-bootstrap --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.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 55151148f7..6493d4fbe7 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: 1.0.941 +Version: 1.0.943 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 73799bafe9..efcba00d46 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: 1.0.941 +Version: 1.0.943 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 192290f930..2c76bb9faa 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.233.5-pre +%global ver 0.233.5 # 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 caa793da50..9b30cc1872 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.232.3 +Version: 0.233.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 diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index dc979afb18..a80ac2fa74 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.56+a8226cd53 +version=0.17.0-dev.76+ff612334f mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 2e1a3026b9..581b4b949d 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.56+a8226cd53 +%global ver 0.17.0-dev.76+ff612334f %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 3f5763e3bb00fa6636f41c937d1badb0c814d2f4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 18:50:53 +0000 Subject: [PATCH 0899/1189] 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 6493d4fbe7..fc7d57c67d 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: 1.0.943 +Version: 1.0.944 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 efcba00d46..983dce774a 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: 1.0.943 +Version: 1.0.944 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From f22eed067d09cca7427a5867c5bec09e1f65c863 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 19:58:20 +0000 Subject: [PATCH 0900/1189] bump: discord-canary-openasar discord-canary driftwm osu-lazer --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/desktops/driftwm/driftwm.spec | 2 +- anda/games/osu-lazer/osu-lazer.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 fc7d57c67d..69432dc348 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: 1.0.944 +Version: 1.0.945 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 983dce774a..03e5b1ca0d 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: 1.0.944 +Version: 1.0.945 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index 5b5b7e2636..b1a46c8a80 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.2.1 +Version: 0.3.0 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index c0ad08dcdc..cf95828d15 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -3,7 +3,7 @@ %define __strip /bin/true Name: osu-lazer -Version: 2026.421.0 +Version: 2026.423.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 From d5a79e0eeb2c487606b8ae507d72d035f5842b18 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 20:57:18 +0000 Subject: [PATCH 0901/1189] bump: discord-canary-openasar discord-canary zed-preview --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.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 69432dc348..0988d79a5f 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: 1.0.945 +Version: 1.0.946 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 03e5b1ca0d..403067b7d5 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: 1.0.945 +Version: 1.0.946 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 2c76bb9faa..76a727cf7a 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.233.5 +%global ver 0.234.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 2f00c41a665a876861aa6fa932d567621ffae556 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 21:54:12 +0000 Subject: [PATCH 0902/1189] bump: discord-canary-openasar discord-canary signal-cli --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/misc/signal-cli/signal-cli.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 0988d79a5f..b521662c50 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: 1.0.946 +Version: 1.0.947 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 403067b7d5..e2afaa8cb2 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: 1.0.946 +Version: 1.0.947 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/misc/signal-cli/signal-cli.spec b/anda/misc/signal-cli/signal-cli.spec index 3dceb0b49a..b693779c7b 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.14.2 +Version: 0.14.3 Release: 1%{?dist} Summary: signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger License: GPL-3.0-only From f5a7b6047f558267159d6aeca1d2907c6d5afb77 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 22:48:12 +0000 Subject: [PATCH 0903/1189] 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 b521662c50..15f2db4c49 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: 1.0.947 +Version: 1.0.948 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 e2afaa8cb2..435b5dcbd8 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: 1.0.947 +Version: 1.0.948 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 99663588e3c24d086ac229427e305e92b16012ca Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 22 Apr 2026 23:35:01 +0000 Subject: [PATCH 0904/1189] bump: discord-canary-openasar discord-canary rust-mise electron --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/buildsys/mise/rust-mise.spec | 2 +- anda/tools/electron/electron.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 15f2db4c49..2269c9b87a 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: 1.0.948 +Version: 1.0.949 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 435b5dcbd8..283be0498e 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: 1.0.948 +Version: 1.0.949 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index aa93563ef7..c4a15ac94a 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.18 +Version: 2026.4.19 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 25e55c8985..6ecdfaabf1 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.2.2 +Version: 41.3.0 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 0d131ccfea521af4cf40c970bdf745926e25f2b4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 01:11:56 +0000 Subject: [PATCH 0905/1189] bump: ruffle-nightly throne zed-preview zed --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/apps/throne/Sagernet.SingBox.Version.txt | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 5fbea5329d..26da9efcf9 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-21 +%global ver 2026-04-23 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/apps/throne/Sagernet.SingBox.Version.txt b/anda/apps/throne/Sagernet.SingBox.Version.txt index a6e087cc2b..f36a98a9c8 100644 --- a/anda/apps/throne/Sagernet.SingBox.Version.txt +++ b/anda/apps/throne/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.13.10 \ No newline at end of file +v1.13.11 \ No newline at end of file diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 76a727cf7a..954c6b8834 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.234.0-pre +%global ver 0.234.2-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 9b30cc1872..c11bd0700a 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.233.5 +Version: 0.233.6 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 04a704a92c50cc561c987a016365b2c6918063a1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 03:18:33 +0000 Subject: [PATCH 0906/1189] bump(nightly): mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver scx-scheds-nightly scx-tools-nightly --- 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 | 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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/scx-tools/nightly/scx-tools-nightly.spec | 4 ++-- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 970d75fa09..6b7c13699f 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 f5939d0b93baace581c9960bab516da01ea3542c +%global commit 75b2ccfeb1ce4ed5a40ac9860fa74f3d1265e13f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260422 +%global commit_date 20260423 %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 5ad443698a..75e63dd36e 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 d939f0ee9178017f83b02833387eece715b08df2 -%global commit_date 20260409 +%global commit 3665d4cf7ff2cae6d12135ee9b47dc6f1a42dc26 +%global commit_date 20260423 %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 4fcccef35f..eb1ea8aac1 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 6e0b0311e49243fb0f04c96df1fc9e79ab5c710d +%global commit e88c6c099152dd6d2d7e517516e1f3c183c152f7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-21 +%global fulldate 2026-04-23 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index bab11a90d5..5a37dc9297 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 3cd0f4c419387572be17c5175d2ec2ffdc4d3bb5 +%global commit debf4c99881da48b81d44193fb8e7863806617d4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260422 -%global ver 0.234.0 +%global commit_date 20260423 +%global ver 0.235.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 c539203d4c..31e074eacf 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 5a9fdffd7d878e7107b91b7f6f9c21fd041ad2d8 +%global commit 031015b3327b41d64b7e5ee54734cc93eb69c4ec %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260421 +%global commit_date 20260423 %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 e1cd3e1d97..3da07f69ad 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 efacf1f39062e1a7d916cf35a40d9475ceb77c97 +%global commit 8b44b9d9ae8b9be9cebd47d7e6dfdd79fe9b9092 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260422 +%global commit_date 20260423 %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 79a5abe123..7188b0a24d 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 0ea291592ae8b39bc0153e6d064ddf0477a40f3b -%global commit_date 20260422 +%global commit 4849b072da0689dcf4cff1f9a9bc4404954fb2f5 +%global commit_date 20260423 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 9371de4779..4fe80305e7 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 7ec567cf63dd04bb9a316ddda7c89abac5148d4b +%global commit 964d0307973c90943d9dc72055e9ffbcf6f3932a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260421061245 -%global commit_date 20260422 +%global ver 20260422102602 +%global commit_date 20260423 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index c3c4130af1..89334818f7 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit d56253196bfda3c472abfbdd71300b81715a3f5a -%global commit_date 20260422 +%global commit 814e8edc0ca30c9539ce215266b8a976ed067f72 +%global commit_date 20260423 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index f1e53889a5..b9a5cfaee2 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 8ab5fc4fb07cc47d76cdd2395d9fde104fcc0f2c +%global commit a99847b098621cb2d686cea0b7b56cc851a6c764 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260422 +%global commitdate 20260423 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 60947b48d4..f2de6ed351 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 4a295f3c8308e23c79d0c2a837d29db4a5cfb32d +%global commit 49d7e26735422b86abc8431bb196393ee973a287 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260422 +%global commitdate 20260423 %global ver 1.1.0 %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 162e2237b3..dae05b5c48 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 d35e843f20fa181ab13c80c31ac4aa7b9cb3aa21 +%global commit 224c78c7c5e88472b9ad6a66b8ce90c164157786 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260331 +%global commitdate 20260423 %global ver 1.1.0 %global appid com.sched_ext.scx %global developer "sched-ext Contributors" From fea59bae4b1611d8d1e8fd7c9d8006a290d308f0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 03:55:35 +0000 Subject: [PATCH 0907/1189] bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index cde88c82db..18fb3c9639 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 8ab5fc4fb07cc47d76cdd2395d9fde104fcc0f2c -%global commitdate 20260422 +%global commit a99847b098621cb2d686cea0b7b56cc851a6c764 +%global commitdate 20260423 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 9549d2f5cf..39d32d04ca 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 8ab5fc4fb07cc47d76cdd2395d9fde104fcc0f2c +%global commit a99847b098621cb2d686cea0b7b56cc851a6c764 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260422 +%global commitdate 20260423 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From cabe5809a85dca46330dcbdb2af05d8c9314166e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 04:24:19 +0000 Subject: [PATCH 0908/1189] bump: discord-canary-openasar discord-canary zed-preview zed --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.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 2269c9b87a..4722f04079 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: 1.0.949 +Version: 1.0.950 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 283be0498e..ed3aeea6af 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: 1.0.949 +Version: 1.0.950 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 954c6b8834..5dedfae6e7 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.234.2-pre +%global ver 0.233.7 # 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 c11bd0700a..db288020ea 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.233.6 +Version: 0.233.7 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 4ab0468f01a80c2316f79f4914772c3c7db852c1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 06:22:56 +0000 Subject: [PATCH 0909/1189] 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 5dedfae6e7..5605d63f02 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.233.7 +%global ver 0.234.3-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 53ed92269dac1c32b48bbceef3d8df3d1ad4486b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:40:02 -0500 Subject: [PATCH 0910/1189] chore (libayatana-appindicator-glib): use %conf (#11625) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore (libayatana-appindicator-glib): use %conf * bump(libayatana-appindicator-glib): release 2 → 3 --------- Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- .../libayatana-appindicator-glib.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec b/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec index c290528f63..d4a440ab59 100644 --- a/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec +++ b/anda/lib/libayatana-appindicator-glib/libayatana-appindicator-glib.spec @@ -3,7 +3,7 @@ Name: libayatana-appindicator-glib Summary: Ayatana Application Indicators Shared Library Version: 2.0.1 -Release: 2%?dist +Release: 3%?dist License: GPL-3.0-or-later Packager: veuxit URL: https://github.com/AyatanaIndicators/libayatana-appindicator-glib @@ -25,8 +25,10 @@ Ayatana Application Indicators Shared Library (GLib-2.0 reimplementation, 100% G %prep %autosetup -n %{name}-%{version} +%conf +%cmake + %build -%cmake %cmake_build %install From ee05d4d5d1029b44ecea0e7005c5b947990916c0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 08:18:35 +0000 Subject: [PATCH 0911/1189] bump: gpu-screen-recorder amdgpu_top --- anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec | 2 +- anda/system/amdgpu_top/amdgpu_top.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec index 45417178ab..2aa173ed15 100644 --- a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec +++ b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec @@ -1,5 +1,5 @@ Name: gpu-screen-recorder -Version: 5.13.2 +Version: 5.13.3 Release: 1%{?dist} Summary: A shadowplay-like screen recorder for Linux diff --git a/anda/system/amdgpu_top/amdgpu_top.spec b/anda/system/amdgpu_top/amdgpu_top.spec index 46bf15b576..2ff2ab065a 100644 --- a/anda/system/amdgpu_top/amdgpu_top.spec +++ b/anda/system/amdgpu_top/amdgpu_top.spec @@ -1,7 +1,7 @@ %undefine __brp_add_determinism Name: amdgpu_top -Version: 0.11.3 +Version: 0.11.4 Release: 1%{?dist} Summary: Tool to display AMDGPU usage License: MIT From c51f7f8ff6fd8afeec6c9bffcfde113a3c348e4e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 11:16:56 +0000 Subject: [PATCH 0912/1189] bump: discord-canary-openasar discord-canary rpcs3 kotlin-native kotlin pixi --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/kotlin/kotlin-native/kotlin-native.spec | 2 +- anda/langs/kotlin/kotlin/kotlin.spec | 2 +- anda/system/pixi/pixi.spec | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 4722f04079..f8e5f018bc 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: 1.0.950 +Version: 1.0.951 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 ed3aeea6af..c2f84bc3e2 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: 1.0.950 +Version: 1.0.951 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 98a6d679d3..1a04bf7918 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 e26c80c12908c95301fc7088f778cd499a6fe1ef -%global ver 0.0.40-19240 +%global commit b3cc01387f753df601ebbf1e771d9103aeab38ae +%global ver 0.0.40-19241 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/kotlin/kotlin-native/kotlin-native.spec b/anda/langs/kotlin/kotlin-native/kotlin-native.spec index 0561f14ab6..d9405826ba 100644 --- a/anda/langs/kotlin/kotlin-native/kotlin-native.spec +++ b/anda/langs/kotlin/kotlin-native/kotlin-native.spec @@ -2,7 +2,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Name: kotlin-native -Version: 2.3.20 +Version: 2.3.21 Release: 1%{?dist} Summary: LLVM backend for the Kotlin compiler ExclusiveArch: x86_64 diff --git a/anda/langs/kotlin/kotlin/kotlin.spec b/anda/langs/kotlin/kotlin/kotlin.spec index 4f23ea0c40..2634fd76a8 100644 --- a/anda/langs/kotlin/kotlin/kotlin.spec +++ b/anda/langs/kotlin/kotlin/kotlin.spec @@ -1,7 +1,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Name: kotlin -Version: 2.3.20 +Version: 2.3.21 Release: 1%{?dist} Summary: Statically typed programming language diff --git a/anda/system/pixi/pixi.spec b/anda/system/pixi/pixi.spec index ea02e519a6..c93e6c4d0a 100644 --- a/anda/system/pixi/pixi.spec +++ b/anda/system/pixi/pixi.spec @@ -1,5 +1,5 @@ Name: pixi -Version: 0.67.1 +Version: 0.67.2 Release: 1%{?dist} Summary: A cross-platform, multi-language package manager License: BSD-3-Clause From 78f2c074e0baff53356d9684f477e3c234a3d59e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 14:14:07 +0000 Subject: [PATCH 0913/1189] bump: discord-canary-openasar discord-canary zed-preview zed anime-game-launcher honkers-railway-launcher zig-master-bootstrap --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- .../launcher.moe/anime-game-launcher/anime-game-launcher.spec | 4 ++-- .../honkers-railway-launcher/honkers-railway-launcher.spec | 4 ++-- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index f8e5f018bc..cb222c1700 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: 1.0.951 +Version: 1.0.953 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 c2f84bc3e2..41e96370ef 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: 1.0.951 +Version: 1.0.953 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 5605d63f02..89761888e4 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.234.3-pre +%global ver 0.234.4-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 db288020ea..48f7a3175f 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.233.7 +Version: 0.233.8 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/launcher.moe/anime-game-launcher/anime-game-launcher.spec b/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec index a23f6941ec..f5a5cc90ba 100644 --- a/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec +++ b/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec @@ -2,8 +2,8 @@ %global crate anime-game-launcher %global appid moe.launcher.an-anime-game-launcher Name: %{crate} -Version: 3.18.0 -Release: 1%?dist +Version: 3.19.0 +Release: 1%{?dist} Summary: An Anime Game Launcher for Linux with automatic patching and telemetry disabling License: GPL-3.0-or-later diff --git a/anda/games/launcher.moe/honkers-railway-launcher/honkers-railway-launcher.spec b/anda/games/launcher.moe/honkers-railway-launcher/honkers-railway-launcher.spec index c449956491..930e89ce82 100644 --- a/anda/games/launcher.moe/honkers-railway-launcher/honkers-railway-launcher.spec +++ b/anda/games/launcher.moe/honkers-railway-launcher/honkers-railway-launcher.spec @@ -2,8 +2,8 @@ %global crate honkers-railway-launcher %global appid moe.launcher.the-honkers-railway-launcher Name: %{crate} -Version: 1.14.4 -Release: 1%?dist +Version: 1.14.5 +Release: 1%{?dist} Summary: The Honkers Railway launcher for Linux with automatic patching and telemetry disabling License: GPL-3.0-or-later diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index a80ac2fa74..2036a96683 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.76+ff612334f +version=0.17.0-dev.87+9b177a7d2 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 581b4b949d..d85f216ece 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.76+ff612334f +%global ver 0.17.0-dev.87+9b177a7d2 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 2b895c5de9f351a2338dbbcf2fe0641c0828e4b8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 16:11:15 +0000 Subject: [PATCH 0914/1189] bump: bitwarden-cli.bin discord-canary-openasar discord-canary android-udev-rules --- anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec | 2 +- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/misc/android-udev-rules/android-udev-rules.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec b/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec index 5647f49fde..ee5ef79f33 100644 --- a/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec +++ b/anda/apps/bitwarden/cli.bin/bitwarden-cli.bin.spec @@ -1,5 +1,5 @@ Name: bitwarden-cli.bin -Version: 2026.3.0 +Version: 2026.4.1 Release: 1%{?dist} Summary: Bitwarden command-line client License: GPL-3.0-only diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index cb222c1700..9e69fe4a70 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: 1.0.953 +Version: 1.0.956 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 41e96370ef..30bd2064b7 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: 1.0.953 +Version: 1.0.956 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/misc/android-udev-rules/android-udev-rules.spec b/anda/misc/android-udev-rules/android-udev-rules.spec index b7dd5cd982..93f56ce189 100644 --- a/anda/misc/android-udev-rules/android-udev-rules.spec +++ b/anda/misc/android-udev-rules/android-udev-rules.spec @@ -1,7 +1,7 @@ #? https://github.com/M0Rf30/android-udev-rules/blob/main/rpm/android-udev-rules.spec Name: android-udev-rules -Version: 20250525 -Release: 1%?dist +Version: 20260423 +Release: 1%{?dist} Summary: Udev rules to connect Android devices to your linux box License: GPL-3.0-or-later URL: https://github.com/M0Rf30/android-udev-rules From 1137c78e23c54aeee13c7ad7bd3e357d22d8ee53 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 16:57:46 +0000 Subject: [PATCH 0915/1189] bump(branch): bitwarden-cli --- anda/apps/bitwarden/cli/bitwarden-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/bitwarden/cli/bitwarden-cli.spec b/anda/apps/bitwarden/cli/bitwarden-cli.spec index 8933b92174..a32c0bd6b9 100644 --- a/anda/apps/bitwarden/cli/bitwarden-cli.spec +++ b/anda/apps/bitwarden/cli/bitwarden-cli.spec @@ -6,7 +6,7 @@ %endif Name: bitwarden-cli -Version: 2026.3.0 +Version: 2026.4.1 Release: 1%{?dist} Summary: Bitwarden command-line client License: GPL-3.0-only From 8f72c150d91ff0c4807f79096400e11e94e1c1ce Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 17:48:51 +0000 Subject: [PATCH 0916/1189] 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 9e69fe4a70..9e4f38861e 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: 1.0.956 +Version: 1.0.958 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 30bd2064b7..ca60b81cd0 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: 1.0.956 +Version: 1.0.958 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From dc9fa33f76f98201e26b7f8d4d3908bb0a660994 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 18:48:03 +0000 Subject: [PATCH 0917/1189] 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 9e4f38861e..2c86ad0935 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: 1.0.958 +Version: 1.0.960 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 ca60b81cd0..da3a76a6c7 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: 1.0.958 +Version: 1.0.960 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 313015951139086085353a8b6aae715ed71693b2 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:44:20 -0500 Subject: [PATCH 0918/1189] add: framework-tool-tui (#11630) * add: framework-tool-tui Signed-off-by: Owen-sz * chore: make x86_64 only Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/apps/framework-tool-tui/anda.hcl | 6 +++ .../framework-tool-tui.spec | 53 +++++++++++++++++++ anda/apps/framework-tool-tui/update.rhai | 1 + 3 files changed, 60 insertions(+) create mode 100644 anda/apps/framework-tool-tui/anda.hcl create mode 100644 anda/apps/framework-tool-tui/framework-tool-tui.spec create mode 100644 anda/apps/framework-tool-tui/update.rhai diff --git a/anda/apps/framework-tool-tui/anda.hcl b/anda/apps/framework-tool-tui/anda.hcl new file mode 100644 index 0000000000..3f7dd905a1 --- /dev/null +++ b/anda/apps/framework-tool-tui/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "framework-tool-tui.spec" + } +} diff --git a/anda/apps/framework-tool-tui/framework-tool-tui.spec b/anda/apps/framework-tool-tui/framework-tool-tui.spec new file mode 100644 index 0000000000..8812b7ca78 --- /dev/null +++ b/anda/apps/framework-tool-tui/framework-tool-tui.spec @@ -0,0 +1,53 @@ +%undefine __brp_mangle_shebangs + +Name: framework-tool-tui +Version: 0.8.3 +Release: 1%{?dist} +Summary: A TUI for controlling and monitoring Framework Computers hardware built in Rust +URL: https://github.com/grouzen/framework-tool-tui +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +License: MIT AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (MIT OR Apache-2.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-3-Clause AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND Zlib AND (Unlicense OR MIT) +BuildRequires: anda-srpm-macros +BuildRequires: cargo-rpm-macros +BuildRequires: pkgconfig(libudev) +BuildArch: x86_64 + +Packager: Owen Zimmerman + +%description +A snappy TUI dashboard for controlling and monitoring your Framework Laptop +hardware — charging, privacy, lighting, USB PD ports, and more. + +%package doc +Summary: Documentations for %{name} +BuildArch: noarch + +%description doc +Documentations for %{name}. + +%prep +%autosetup +%cargo_prep_online + +%build +%cargo_build + +%install +install -Dm755 target/rpm/framework-tool-tui %{buildroot}%{_bindir}/framework-tool-tui +%{cargo_license_online} > LICENSE.dependencies + +mkdir -p %{buildroot}%{_docdir}/%{name}/ +cp -r docs/*.md %{buildroot}%{_docdir}/%{name}/ + +%files +%{_bindir}/framework-tool-tui +%license LICENSE +%license LICENSE.dependencies +%doc README.md + +%files doc +%{_docdir}/%{name}/ + +%changelog +* Thu Apr 23 2026 Owen Zimmerman +- Initial commit diff --git a/anda/apps/framework-tool-tui/update.rhai b/anda/apps/framework-tool-tui/update.rhai new file mode 100644 index 0000000000..458dfc2ca0 --- /dev/null +++ b/anda/apps/framework-tool-tui/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("grouzen/framework-tool-tui")); From 916f8605469130ac43eb40f2120fd4a8112dcd97 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 19:57:36 +0000 Subject: [PATCH 0919/1189] bump: discord-canary-openasar discord-canary discord-ptb-openasar discord-ptb anime-game-launcher fresh apparmor --- 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 +- .../launcher.moe/anime-game-launcher/anime-game-launcher.spec | 2 +- anda/langs/rust/fresh/fresh.spec | 2 +- anda/lib/apparmor/apparmor.spec | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 2c86ad0935..ca43510d65 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: 1.0.960 +Version: 1.0.963 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 da3a76a6c7..fb2da44257 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: 1.0.960 +Version: 1.0.963 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 b2bd72c14d..35f9782745 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.187 +Version: 1.0.188 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 e813c7d6bc..ff271d2fe2 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.187 +Version: 1.0.188 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com diff --git a/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec b/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec index f5a5cc90ba..60336e0467 100644 --- a/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec +++ b/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec @@ -2,7 +2,7 @@ %global crate anime-game-launcher %global appid moe.launcher.an-anime-game-launcher Name: %{crate} -Version: 3.19.0 +Version: 3.19.1 Release: 1%{?dist} Summary: An Anime Game Launcher for Linux with automatic patching and telemetry disabling diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index cc0ccc22dc..418172cac5 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.25 +Version: 0.3.0 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev diff --git a/anda/lib/apparmor/apparmor.spec b/anda/lib/apparmor/apparmor.spec index dcc374c0c7..a79c67ead3 100644 --- a/anda/lib/apparmor/apparmor.spec +++ b/anda/lib/apparmor/apparmor.spec @@ -6,7 +6,7 @@ %bcond_with tests Name: apparmor -Version: 5.0.0~rc5 +Version: 5.0.0 Release: 1%{?dist} Summary: AppArmor userspace components From 7de5a61936fca438b4391680799527b87aa959c7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 20:58:19 +0000 Subject: [PATCH 0920/1189] 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 ca43510d65..0ab3c80bc2 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: 1.0.963 +Version: 1.0.964 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 fb2da44257..892b3fb05a 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: 1.0.963 +Version: 1.0.964 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 9bface7bfd68b7852691efe72f84cea970bae08b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 21:53:35 +0000 Subject: [PATCH 0921/1189] bump: discord-canary-openasar discord-canary bun-bin --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/bun/bun-bin.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 0ab3c80bc2..3b0ed05cf9 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: 1.0.964 +Version: 1.0.966 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 892b3fb05a..60ad7d99d5 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: 1.0.964 +Version: 1.0.966 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/bun/bun-bin.spec b/anda/devs/bun/bun-bin.spec index ae9e77bd2c..fe199d63b4 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.12 +Version: 1.3.13 Release: 1%{?dist} Summary: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one License: MIT From 5bbdf0cdde0cce05e3876aad4fd84918fb55a80c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 23 Apr 2026 23:31:47 +0000 Subject: [PATCH 0922/1189] bump: args-hxx --- anda/lib/args-hxx/args-hxx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/args-hxx/args-hxx.spec b/anda/lib/args-hxx/args-hxx.spec index e555a189ff..a92ac0c370 100644 --- a/anda/lib/args-hxx/args-hxx.spec +++ b/anda/lib/args-hxx/args-hxx.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: args-hxx -Version: 6.4.10 +Version: 6.4.11 Release: 1%{?dist} Summary: A simple header-only C++ argument parser library License: MIT From 824e1c9c8b354ce1a4ad7101931cdb5b79afe401 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 01:11:13 +0000 Subject: [PATCH 0923/1189] 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 3b0ed05cf9..faf37a2207 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: 1.0.966 +Version: 1.0.967 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 60ad7d99d5..78f167547f 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: 1.0.966 +Version: 1.0.967 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 26da9efcf9..f840cf8e45 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-23 +%global ver 2026-04-24 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From da77eb6a7151f1e09a4e02fce7d319133fff542c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 03:18:54 +0000 Subject: [PATCH 0924/1189] bump(nightly): flameshot-nightly legcord-nightly mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver readymade-git scx-scheds-nightly --- anda/apps/flameshot/flameshot-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 | 2 +- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- anda/system/readymade/git/readymade-git.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 4a3bdaa413..182dc2ba56 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 caf17033f96d8aa4b77b4c83bf292254170e0fcb +%global commit e497f478dc26a8e76452db6480c4f193e7fe6c1a %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260417 +%global commit_date 20260424 %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 c897f869e7..b4992b50cb 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit b3d18900a9132ceeb5cbaef82f8b9526c7c2a37e -%global commit_date 20260417 +%global commit 355072866b523c43273751f23c66cb318516d9ed +%global commit_date 20260424 %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 6b7c13699f..3c3aee9f4b 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 75b2ccfeb1ce4ed5a40ac9860fa74f3d1265e13f +%global commit 98a6960a3d03869afb6f542e9a42da41b8b8603b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260423 +%global commit_date 20260424 %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 75e63dd36e..68dde16308 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 3665d4cf7ff2cae6d12135ee9b47dc6f1a42dc26 -%global commit_date 20260423 +%global commit 50da30c124e941f4ab5e76f34dc90f294a3aae98 +%global commit_date 20260424 %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 eb1ea8aac1..f71b7a112f 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit e88c6c099152dd6d2d7e517516e1f3c183c152f7 +%global commit 2f1a30ddb047162a4d3acc20c2f83aadfcfe3fbb %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-04-23 %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 5a37dc9297..1afbec56df 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit debf4c99881da48b81d44193fb8e7863806617d4 +%global commit 9adb4ea63e9fd10472da004cb03f2d1ea56bd06f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260423 +%global commit_date 20260424 %global ver 0.235.0 %bcond_with check diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 4fe80305e7..1d56de1395 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 964d0307973c90943d9dc72055e9ffbcf6f3932a +%global commit 1bc2a355522eb14cf465a624af4833ec7b641ef0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260422102602 -%global commit_date 20260423 +%global ver 20260424020940 +%global commit_date 20260424 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 89334818f7..073c6b321b 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 814e8edc0ca30c9539ce215266b8a976ed067f72 -%global commit_date 20260423 +%global commit 75e6e694a241e4c26691afc6604f2fe0ce0f7cb9 +%global commit_date 20260424 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index b9a5cfaee2..b46d51101f 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit a99847b098621cb2d686cea0b7b56cc851a6c764 +%global commit 95d69a37e7d3631c8fb3b1b146c862c521f2e7f3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260423 +%global commitdate 20260424 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/readymade/git/readymade-git.spec b/anda/system/readymade/git/readymade-git.spec index 9f652c46bd..35d278877c 100644 --- a/anda/system/readymade/git/readymade-git.spec +++ b/anda/system/readymade/git/readymade-git.spec @@ -1,5 +1,5 @@ -%global commit e5fd0250d79bcf1cd9b7ca07d2720401f6aa797a -%global commit_date 20260329 +%global commit 99a4d7eadb559475ea778652736a8ace0eb001d0 +%global commit_date 20260424 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global crate readymade Name: readymade-git diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index f2de6ed351..52891bd016 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 49d7e26735422b86abc8431bb196393ee973a287 +%global commit a08c9e272b1807a57fa03bb2ddca467dd17287ce %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260423 +%global commitdate 20260424 %global ver 1.1.0 %undefine __brp_mangle_shebangs From 4384f29dab85810e2725107da7bfc88e7c24e798 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 04:27:50 +0000 Subject: [PATCH 0925/1189] bump: mangowm asdf numba --- anda/desktops/mangowm/mangowm.spec | 4 ++-- anda/devs/asdf/asdf.spec | 4 ++-- anda/langs/python/numba/numba.spec | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/desktops/mangowm/mangowm.spec b/anda/desktops/mangowm/mangowm.spec index a5f1435318..241746d505 100644 --- a/anda/desktops/mangowm/mangowm.spec +++ b/anda/desktops/mangowm/mangowm.spec @@ -1,8 +1,8 @@ %global mangowc_ver 0.12.5-1 Name: mangowm -Version: 0.12.8 -Release: 2%{?dist} +Version: 0.12.9 +Release: 1%{?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 diff --git a/anda/devs/asdf/asdf.spec b/anda/devs/asdf/asdf.spec index b66ddc8224..30e9053806 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.1 +Version: 0.19.0 %gometa -f @@ -25,7 +25,7 @@ more.} SECURITY.md ballad-of-asdf.md help.txt version.txt Name: asdf -Release: 1%?dist +Release: 1%{?dist} Summary: Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more License: MIT diff --git a/anda/langs/python/numba/numba.spec b/anda/langs/python/numba/numba.spec index 416b8ce0b9..e6a8f6de14 100644 --- a/anda/langs/python/numba/numba.spec +++ b/anda/langs/python/numba/numba.spec @@ -1,7 +1,7 @@ %global pypi_name numba Name: python-%{pypi_name} -Version: 0.65.0 +Version: 0.65.1 Release: 1%{?dist} Summary: NumPy aware dynamic Python compiler using LLVM License: BSD-2-Clause AND MIT AND BSD-3-Clause From dbb52d6f8766d9dceb7274c1ea05c528ca4dc0ed Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 05:19:48 +0000 Subject: [PATCH 0926/1189] bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index 18fb3c9639..e671fe39b6 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit a99847b098621cb2d686cea0b7b56cc851a6c764 -%global commitdate 20260423 +%global commit 95d69a37e7d3631c8fb3b1b146c862c521f2e7f3 +%global commitdate 20260424 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 39d32d04ca..adf20db4bd 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit a99847b098621cb2d686cea0b7b56cc851a6c764 +%global commit 95d69a37e7d3631c8fb3b1b146c862c521f2e7f3 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260423 +%global commitdate 20260424 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From 2c47d7951e716b612ed837b7a2960aadf16b9610 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 08:31:25 +0000 Subject: [PATCH 0927/1189] bump: nim --- anda/langs/nim/nim/nim.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/nim/nim/nim.spec b/anda/langs/nim/nim/nim.spec index b13b753f54..52391ed970 100644 --- a/anda/langs/nim/nim/nim.spec +++ b/anda/langs/nim/nim/nim.spec @@ -2,8 +2,8 @@ %global debug_package %{nil} Name: nim -Version: 2.2.8 -Release: 1%?dist +Version: 2.2.10 +Release: 1%{?dist} Summary: Imperative, multi-paradigm, compiled programming language License: MIT and BSD URL: https://nim-lang.org From 7b6b864e8a9c7e06ab954292d0e7c243ed0f6319 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 10:09:38 +0000 Subject: [PATCH 0928/1189] bump: zed-preview zed rust-gitoxide zig-master-bootstrap arduino-app-bricks-py rust-topgrade --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- anda/langs/rust/gitoxide/rust-gitoxide.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/tools/arduino-app-bricks-py/arduino-app-bricks-py.spec | 2 +- anda/tools/topgrade/rust-topgrade.spec | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 89761888e4..735312da62 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.234.4-pre +%global ver 0.234.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 48f7a3175f..75854fe95f 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.233.8 +Version: 0.233.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 diff --git a/anda/langs/rust/gitoxide/rust-gitoxide.spec b/anda/langs/rust/gitoxide/rust-gitoxide.spec index e3a074cc66..dd9360a384 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.52.0 +Version: 0.52.1 Release: 1%{?dist} Summary: Command-line application for interacting with git repositories diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 2036a96683..cd642441a9 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.87+9b177a7d2 +version=0.17.0-dev.93+76174e1bc mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index d85f216ece..bb6c5ac226 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.87+9b177a7d2 +%global ver 0.17.0-dev.93+76174e1bc %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 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 c10bf44694..ca35393c58 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.9.1 +%global ver release/0.9.2 %global sanitized_ver %(echo %{ver} | sed 's|release/||') Name: %{pypi_name} diff --git a/anda/tools/topgrade/rust-topgrade.spec b/anda/tools/topgrade/rust-topgrade.spec index 61e1501a5e..f048f8163d 100644 --- a/anda/tools/topgrade/rust-topgrade.spec +++ b/anda/tools/topgrade/rust-topgrade.spec @@ -3,7 +3,7 @@ Name: rust-topgrade # renovate: datasource=github-releases depName=topgrade-rs/topgrade -Version: 17.3.0 +Version: 17.4.0 Release: 1%{?dist} Summary: Upgrade all the things From 031abffa155e41cafc88b848d5307bc2adfa7a95 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 11:33:13 +0000 Subject: [PATCH 0929/1189] bump: rust-mise scroll --- anda/buildsys/mise/rust-mise.spec | 2 +- anda/desktops/scroll/scroll.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index c4a15ac94a..b2e8ab549e 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.19 +Version: 2026.4.20 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/desktops/scroll/scroll.spec b/anda/desktops/scroll/scroll.spec index b038313678..15b390c7bc 100644 --- a/anda/desktops/scroll/scroll.spec +++ b/anda/desktops/scroll/scroll.spec @@ -1,5 +1,5 @@ Name: scroll -Version: 1.12.10 +Version: 1.12.11 Release: 1%{?dist} Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller License: MIT From 64581669e3612eb73ce30287a283c5efa4c6c39f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 12:40:53 +0000 Subject: [PATCH 0930/1189] 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 1a04bf7918..991f295c1a 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 b3cc01387f753df601ebbf1e771d9103aeab38ae -%global ver 0.0.40-19241 +%global commit a60734e27b739965d9181bcab15d03092b851f26 +%global ver 0.0.40-19243 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From f520c63be664c5c416cb27ef45a007c20b740e04 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 15:46:58 +0000 Subject: [PATCH 0931/1189] bump: android-studio-canary args-hxx --- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- anda/lib/args-hxx/args-hxx.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index aefa4a6ae4..c295bdeaba 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: 2026.1.1.1 +Version: 2026.1.1.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 quail1-canary1 +%define suffixS quail1-canary2 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz diff --git a/anda/lib/args-hxx/args-hxx.spec b/anda/lib/args-hxx/args-hxx.spec index a92ac0c370..c610d5aca2 100644 --- a/anda/lib/args-hxx/args-hxx.spec +++ b/anda/lib/args-hxx/args-hxx.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: args-hxx -Version: 6.4.11 +Version: 6.4.12 Release: 1%{?dist} Summary: A simple header-only C++ argument parser library License: MIT From e2265c59fc0539cd50bbbbb863705ba34c3f0047 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 16:41:00 +0000 Subject: [PATCH 0932/1189] bump: surge --- anda/tools/surge/surge.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index a91b2c8bac..f4a73df1ea 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.8.2 +Version: 0.8.3 %gometa From 70c39c27e4edab6a95c82ab493e71a71af161554 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 17:39:21 +0000 Subject: [PATCH 0933/1189] bump: discord-canary-openasar discord-canary rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.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 faf37a2207..f58d2c3e5b 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: 1.0.967 +Version: 1.0.968 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 78f167547f..5147430b8a 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: 1.0.967 +Version: 1.0.968 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 991f295c1a..823989b55b 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 a60734e27b739965d9181bcab15d03092b851f26 -%global ver 0.0.40-19243 +%global commit e1734b51c3e24e60403e46efaf47fe143a3add62 +%global ver 0.0.40-19246 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 05bff8851df17a12cb5b41651ac92b31a0496ad9 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:44:33 -0500 Subject: [PATCH 0934/1189] fix (muon): install licenses and README (#11638) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix (muon): install licenses and README Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * bump(muon): release 3 → 4 * revert bump and I cant spell Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/buildsys/muon/muon.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index ce512173ef..2e56fa19be 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -1,6 +1,6 @@ Name: muon Version: 0.5.0 -Release: 2%?dist +Release: 3%{?dist} Summary: A meson-compatible build system # https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES @@ -52,6 +52,8 @@ An implementation of the meson build system in c99 with minimal dependencies. %meson_install %files +%license LICENSES/ +%doc README.md %{_bindir}/muon %{_mandir}/man1/muon* %{_mandir}/man5/meson* From 926ca729b33cdcfba3d6d1ffd6b5cbf0b32c448c Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:50:39 -0500 Subject: [PATCH 0935/1189] sync: muon (#11640) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/buildsys/muon/muon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/buildsys/muon/muon.spec b/anda/buildsys/muon/muon.spec index 2e56fa19be..5a6538904d 100644 --- a/anda/buildsys/muon/muon.spec +++ b/anda/buildsys/muon/muon.spec @@ -1,6 +1,6 @@ Name: muon Version: 0.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A meson-compatible build system # https://git.sr.ht/~lattis/muon/tree/master/item/LICENSES From 69893ef61f9929eba17c619df7eea9453b9749fc Mon Sep 17 00:00:00 2001 From: Dmytro Loiko <49129010+hilltty@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:56:59 +0200 Subject: [PATCH 0936/1189] plasma6-applet-appgrid: new package (#11637) * plasma6-applet-appgrid: new package * plasma6-applet-appgrid: add Packager field * plasma6-applet-appgrid: address review comments * Update anda/desktops/kde/plasma6-applet-appgrid/update.rhai Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: Dmytro Loiko <49129010+hilltty@users.noreply.github.com> --------- Signed-off-by: Dmytro Loiko <49129010+hilltty@users.noreply.github.com> Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- .../kde/plasma6-applet-appgrid/anda.hcl | 5 ++ .../plasma6-applet-appgrid.spec | 68 +++++++++++++++++++ .../kde/plasma6-applet-appgrid/update.rhai | 1 + 3 files changed, 74 insertions(+) create mode 100644 anda/desktops/kde/plasma6-applet-appgrid/anda.hcl create mode 100644 anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec create mode 100644 anda/desktops/kde/plasma6-applet-appgrid/update.rhai diff --git a/anda/desktops/kde/plasma6-applet-appgrid/anda.hcl b/anda/desktops/kde/plasma6-applet-appgrid/anda.hcl new file mode 100644 index 0000000000..efc7b5f9be --- /dev/null +++ b/anda/desktops/kde/plasma6-applet-appgrid/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "plasma6-applet-appgrid.spec" + } +} diff --git a/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec b/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec new file mode 100644 index 0000000000..8ff5fdc6ca --- /dev/null +++ b/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec @@ -0,0 +1,68 @@ +Name: plasma6-applet-appgrid +Version: 1.2.1 +Release: 1%{?dist} +Summary: A modern application launcher for KDE Plasma, inspired by macOS and COSMIC +# Main code: GPL-2.0-or-later +# dev.xarbit.appgrid.metainfo.xml: CC0-1.0 +License: GPL-2.0-or-later AND CC0-1.0 +URL: https://github.com/xarbit/plasma6-applet-appgrid +Packager: hilltty <49129010+hilltty@users.noreply.github.com> +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz + +BuildRequires: cmake +BuildRequires: extra-cmake-modules +BuildRequires: gcc-c++ +BuildRequires: gettext +BuildRequires: kf6-rpm-macros +BuildRequires: cmake(Qt6Quick) +BuildRequires: cmake(Qt6Gui) +BuildRequires: cmake(Qt6DBus) +BuildRequires: cmake(KF6Service) +BuildRequires: cmake(KF6I18n) +BuildRequires: cmake(KF6CoreAddons) +BuildRequires: cmake(KF6KIO) +BuildRequires: cmake(KF6WindowSystem) +BuildRequires: cmake(KF6Package) +BuildRequires: cmake(KF6Runner) +BuildRequires: cmake(Plasma) +BuildRequires: cmake(PlasmaQuick) +BuildRequires: cmake(LayerShellQt) +BuildRequires: cmake(LibKWorkspace) + +Requires: plasma-workspace +Requires: kf6-kservice +Requires: kf6-ki18n +Requires: kf6-kcoreaddons +Requires: kf6-kio +Requires: kf6-kwindowsystem +Requires: layer-shell-qt + +%description +AppGrid is a modern application launcher for KDE Plasma 6, inspired by +macOS Launchpad, COSMIC, and Pantheon. + +%prep +%autosetup -n plasma6-applet-appgrid-%{version} + +%conf +%cmake + +%build +%cmake_build + +%install +%cmake_install +%find_lang dev.xarbit.appgrid --with-kde + +%files -f dev.xarbit.appgrid.lang +%license LICENSE +%doc README.md +%{_libdir}/qt6/plugins/plasma/applets/dev.xarbit.appgrid.so +%{_libdir}/qt6/plugins/plasma/applets/dev.xarbit.appgrid.panel.so +%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid/ +%{_datadir}/plasma/plasmoids/dev.xarbit.appgrid.panel/ +%{_metainfodir}/dev.xarbit.appgrid.metainfo.xml + +%changelog +* Thu Apr 24 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.2.1-1 +- Initial package diff --git a/anda/desktops/kde/plasma6-applet-appgrid/update.rhai b/anda/desktops/kde/plasma6-applet-appgrid/update.rhai new file mode 100644 index 0000000000..acfe50ecd6 --- /dev/null +++ b/anda/desktops/kde/plasma6-applet-appgrid/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("xarbit/plasma6-applet-appgrid")); From 479dc70c2c235cefde2761de15df7807897e2b60 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 18:29:20 +0000 Subject: [PATCH 0937/1189] bump: plasma6-applet-appgrid osu-lazer --- .../kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec | 2 +- anda/games/osu-lazer/osu-lazer.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec b/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec index 8ff5fdc6ca..5cefeffd6e 100644 --- a/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec +++ b/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec @@ -1,5 +1,5 @@ Name: plasma6-applet-appgrid -Version: 1.2.1 +Version: 1.7.8 Release: 1%{?dist} Summary: A modern application launcher for KDE Plasma, inspired by macOS and COSMIC # Main code: GPL-2.0-or-later diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index cf95828d15..3b21cf0511 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -1,9 +1,9 @@ -%define osuresver 2026.420.0 +%define osuresver 2026.423.0 %global debug_package %{nil} %define __strip /bin/true Name: osu-lazer -Version: 2026.423.0 +Version: 2026.425.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 From 538772ce64c39f1bcab9c45514acaac0c08eca76 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 19:31:26 +0000 Subject: [PATCH 0938/1189] bump: posthog --- anda/langs/python/posthog/posthog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index aa7ff7d75b..bf8b6d1729 100644 --- a/anda/langs/python/posthog/posthog.spec +++ b/anda/langs/python/posthog/posthog.spec @@ -2,7 +2,7 @@ %global _desc Send usage data from your Python code to PostHog. Name: python-%{pypi_name} -Version: 7.13.0 +Version: 7.13.1 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From cf6cf8ea8d0f942c0b0bf842b362b8dfbc4f5a26 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 24 Apr 2026 17:38:35 -0500 Subject: [PATCH 0939/1189] bump(f43): plasma6-applet-appgrid (#11648) (#11649) (cherry picked from commit 3ce116d865c610a6e741f0e9e8cbfd6bb709b837) Co-authored-by: Dmytro Loiko <49129010+hilltty@users.noreply.github.com> --- .../kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec b/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec index 5cefeffd6e..8ae73fa61a 100644 --- a/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec +++ b/anda/desktops/kde/plasma6-applet-appgrid/plasma6-applet-appgrid.spec @@ -64,5 +64,8 @@ macOS Launchpad, COSMIC, and Pantheon. %{_metainfodir}/dev.xarbit.appgrid.metainfo.xml %changelog +* Sat Apr 25 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.7.8-1 +- Update to 1.7.8 + * Thu Apr 24 2026 hilltty <49129010+hilltty@users.noreply.github.com> - 1.2.1-1 - Initial package From 15caa52f891f7075b61546c51c99bde199ee4064 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 22:57:14 +0000 Subject: [PATCH 0940/1189] bump: zed-preview zed copyparty --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- anda/tools/copyparty/copyparty.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 735312da62..a4c3c8995c 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.234.5-pre +%global ver 0.234.6-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 75854fe95f..3a96d45927 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.233.9 +Version: 0.233.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/tools/copyparty/copyparty.spec b/anda/tools/copyparty/copyparty.spec index 7967e0c752..1e9c8124f6 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.13 +Version: 1.20.14 Release: 1%{?dist} Summary: Portable, featureful, and fast file server URL: https://github.com/9001/copyparty From b3412702c4a3e02ee34c8602eb3f0f9b04a51f5a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 24 Apr 2026 23:45:12 +0000 Subject: [PATCH 0941/1189] 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 f58d2c3e5b..1092e52e8b 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: 1.0.968 +Version: 1.0.969 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 5147430b8a..f11f9ecb29 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: 1.0.968 +Version: 1.0.969 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From f4a1e52a3146cfc5b8376bc202c34870ade5c7ae Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 01:06:11 +0000 Subject: [PATCH 0942/1189] 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 f840cf8e45..629d464828 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-24 +%global ver 2026-04-25 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 3c2ef02ebb954f9d049ddf80a04c69adc78c5ac4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 02:48:59 +0000 Subject: [PATCH 0943/1189] bump(nightly): legcord-nightly mpv-nightly stardust-protostar-nightly ghostty-nightly zed-nightly nim-nightly v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver spotx-bash --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- .../protostar/nightly/stardust-protostar-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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index b4992b50cb..58b024ea72 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 355072866b523c43273751f23c66cb318516d9ed -%global commit_date 20260424 +%global commit a07d481d492d6cb27842dfbeff656533b81b7c7b +%global commit_date 20260425 %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 3c3aee9f4b..58e635912e 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 98a6960a3d03869afb6f542e9a42da41b8b8603b +%global commit e046cd0736b7e651bb74fc577596a33fe9635468 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260424 +%global commit_date 20260425 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/stardust/protostar/nightly/stardust-protostar-nightly.spec b/anda/desktops/stardust/protostar/nightly/stardust-protostar-nightly.spec index a0aefcc173..68b1b6ad70 100644 --- a/anda/desktops/stardust/protostar/nightly/stardust-protostar-nightly.spec +++ b/anda/desktops/stardust/protostar/nightly/stardust-protostar-nightly.spec @@ -1,5 +1,5 @@ -%global commit d9b41dbe0f6da722d3f1f078422eb374eb4e1044 -%global commit_date 20260413 +%global commit 4f2f5b032280ea391bf5e7af9b13ab5e0eb21340 +%global commit_date 20260425 %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/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index f71b7a112f..1af1407e6c 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 2f1a30ddb047162a4d3acc20c2f83aadfcfe3fbb +%global commit 4ceeba4851030e75398cf1e5d3f7d8c7ed645e87 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-23 +%global fulldate 2026-04-24 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 1afbec56df..901dc23c5d 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 9adb4ea63e9fd10472da004cb03f2d1ea56bd06f +%global commit e3d1876c06b0e244230b4b5883e65e83ca1370e2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260424 +%global commit_date 20260425 %global ver 0.235.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 3da07f69ad..badbf7d3e6 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 8b44b9d9ae8b9be9cebd47d7e6dfdd79fe9b9092 +%global commit 148e82f41878e5639820739cd39bb390009c0dfe %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260423 +%global commit_date 20260425 %global debug_package %nil Name: nim-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 1d56de1395..b6b4f2b28a 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 1bc2a355522eb14cf465a624af4833ec7b641ef0 +%global commit 930341a393d72d3e52cc1a936d0a8a85f4a12cce %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260424020940 -%global commit_date 20260424 +%global ver 20260424125239 +%global commit_date 20260425 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 073c6b321b..d9fe5e1220 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 75e6e694a241e4c26691afc6604f2fe0ce0f7cb9 -%global commit_date 20260424 +%global commit 6d01695e5c83bac0d3cb12ccdb786a9302bf4495 +%global commit_date 20260425 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index b46d51101f..6a0d8a1913 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 95d69a37e7d3631c8fb3b1b146c862c521f2e7f3 +%global commit 6ef76b232823f54da1648764995e335e5bb135fe %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260424 +%global commitdate 20260425 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 19c0531369..e97321bf5f 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit effa2a2c84423ddfad778b2d58f58519b7ebab1b -%global commit_date 20260418 +%global commit c9b506c7749f853c827b6d4bd1d57818f953f68d +%global commit_date 20260425 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From 983769a8b4ae41998475a4cfe576cb482b5fa8c9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 03:37:53 +0000 Subject: [PATCH 0944/1189] bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index e671fe39b6..c34a127c0f 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 95d69a37e7d3631c8fb3b1b146c862c521f2e7f3 -%global commitdate 20260424 +%global commit 6ef76b232823f54da1648764995e335e5bb135fe +%global commitdate 20260425 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index adf20db4bd..492228e406 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 95d69a37e7d3631c8fb3b1b146c862c521f2e7f3 +%global commit 6ef76b232823f54da1648764995e335e5bb135fe %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260424 +%global commitdate 20260425 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From fefd85281f22581fc274102cd8953b6c3471ff65 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 04:06:34 +0000 Subject: [PATCH 0945/1189] bump: somewm --- anda/desktops/somewm/somewm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/somewm/somewm.spec b/anda/desktops/somewm/somewm.spec index 9ace2ea8fc..9578154a45 100644 --- a/anda/desktops/somewm/somewm.spec +++ b/anda/desktops/somewm/somewm.spec @@ -1,5 +1,5 @@ Name: somewm -Version: 1.4.0 +Version: 1.4.1 Release: 1%{?dist} Summary: Wayland compositor that brings AwesomeWM's Lua API to Wayland License: GPL-3.0 From a84b53b7fc6112cad680ad3ce8217c75263b22ad Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 05:56:02 +0000 Subject: [PATCH 0946/1189] bump: rpcs3 zig-master-bootstrap --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 823989b55b..a7a36444e4 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 e1734b51c3e24e60403e46efaf47fe143a3add62 -%global ver 0.0.40-19246 +%global commit 7dce197ec45cdcfde4191a29d5b36e894492555f +%global ver 0.0.40-19248 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index cd642441a9..3068daf92c 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.93+76174e1bc +version=0.17.0-dev.101+4e2147d14 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index bb6c5ac226..9b91094549 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.93+76174e1bc +%global ver 0.17.0-dev.101+4e2147d14 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 87e60cd7e97c126aeabcb51126f57d4bab762c7c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 09:12:44 +0000 Subject: [PATCH 0947/1189] bump: goofcord --- 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 8e7d25a872..ca79bf1ea9 100644 --- a/anda/apps/goofcord/stable/goofcord.spec +++ b/anda/apps/goofcord/stable/goofcord.spec @@ -2,7 +2,7 @@ %global appid io.github.milkshiift.GoofCord Name: goofcord -Version: 2.2.0 +Version: 2.2.1 Release: 1%{?dist} License: OSL-3.0 Summary: A privacy-minded Legcord fork. From b7c1861d9ec19ec4d9f0b30d5355888b0057c332 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 10:08:23 +0000 Subject: [PATCH 0948/1189] 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 b536a0fcbf..21379839cf 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.10.0 +%global crate_version 1.11.0 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') From e781d328909d3da99a6b41912bf0f28824b213d8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 11:02:24 +0000 Subject: [PATCH 0949/1189] bump: rust-mise --- anda/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index b2e8ab549e..91b70595d8 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.20 +Version: 2026.4.21 Release: 1%{?dist} Summary: Front-end to your dev env From f820e72167b5fdd5fbcd5b7bdba1bb05a296be08 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 11:50:42 +0000 Subject: [PATCH 0950/1189] bump: lomiri-system-settings praat --- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- anda/tools/praat/praat.spec | 2 +- 2 files changed, 2 insertions(+), 2 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 b346963fb5..fa9b03287e 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 e322acdc4f66b218fae3d742ddc83dfd9e876f42 +%global commit 4246d1dd3c5d14a7d5d0908fca3ea9b3a068b83d %forgemeta Name: lomiri-system-settings diff --git a/anda/tools/praat/praat.spec b/anda/tools/praat/praat.spec index c455a6e0e7..2af981aab2 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.64 +Version: 6.4.65 Release: 1%{?dist} URL: https://www.praat.org Source0: https://github.com/praat/praat.github.io/archive/refs/tags/v%{version}.tar.gz From b3602807c1a710b53d1b73c9983e15e5bf9df4e4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 13:04:31 +0000 Subject: [PATCH 0951/1189] 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 a7a36444e4..a0d7aa9543 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 7dce197ec45cdcfde4191a29d5b36e894492555f -%global ver 0.0.40-19248 +%global commit 61e1c0f1fb2ddf7232a8b9d8a97ab34dfb0a900e +%global ver 0.0.40-19250 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 9ac807bff3526ee94d84bcaf00c375971f67dfc0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 15:05:45 +0000 Subject: [PATCH 0952/1189] bump(branch): gnome-shell --- anda/desktops/gnome/gnome-shell/gnome-shell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/gnome/gnome-shell/gnome-shell.spec b/anda/desktops/gnome/gnome-shell/gnome-shell.spec index 854d8949ec..b835be6c66 100644 --- a/anda/desktops/gnome/gnome-shell/gnome-shell.spec +++ b/anda/desktops/gnome/gnome-shell/gnome-shell.spec @@ -10,7 +10,7 @@ Name: gnome-shell Version: %{major_version}.%{minor_version} -Release: 1%{?dist}.switcheroo +Release: 2%{?dist}.switcheroo Summary: Window management and application launching for GNOME Provides: gnome-shell.switcheroo = %version-%release From 7a7cac07353f302a90d1d37a5e3098b15cc1df0a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 16:25:33 +0000 Subject: [PATCH 0953/1189] 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 a0d7aa9543..3a0e926791 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 61e1c0f1fb2ddf7232a8b9d8a97ab34dfb0a900e -%global ver 0.0.40-19250 +%global commit 3ff4f188f4799eafc73221443bc5fb4697861073 +%global ver 0.0.40-19251 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 3af1ff0b992ace2521f300a887778c745e9e6f4e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 17:08:53 +0000 Subject: [PATCH 0954/1189] 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 3a0e926791..8e129a140a 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 3ff4f188f4799eafc73221443bc5fb4697861073 -%global ver 0.0.40-19251 +%global commit 96f73f4497fd6fdafd40dc50f24c95c90cd4acc9 +%global ver 0.0.40-19252 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 029ef30747d85b0c684e7a4d5998a05091e594f7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 18:56:09 +0000 Subject: [PATCH 0955/1189] bump: rust-mise --- anda/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index 91b70595d8..5674df3b75 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.21 +Version: 2026.4.22 Release: 1%{?dist} Summary: Front-end to your dev env From 91aef4a45948ad83af0fe4bf77cfbc45eb859b48 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 19:44:59 +0000 Subject: [PATCH 0956/1189] bump: opentabletdriver --- anda/system/opentabletdriver/opentabletdriver.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/opentabletdriver/opentabletdriver.spec b/anda/system/opentabletdriver/opentabletdriver.spec index 4d8e207818..989e37c98b 100644 --- a/anda/system/opentabletdriver/opentabletdriver.spec +++ b/anda/system/opentabletdriver/opentabletdriver.spec @@ -9,8 +9,8 @@ %global dotnet_runtime_version 8.0 Name: opentabletdriver -Version: 0.6.6.2 -Release: 1%?dist +Version: 0.6.7 +Release: 1%{?dist} Summary: A cross-platform open source tablet driver License: LGPLv3 URL: https://github.com/OpenTabletDriver/OpenTabletDriver From bf8ec4f67e97c5ff291e58799c93e057ef39f026 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 25 Apr 2026 23:21:14 +0000 Subject: [PATCH 0957/1189] bump: xray dank-material-shell --- anda/langs/go/xray/stable/xray.spec | 2 +- anda/system/dank-material-shell/dank-material-shell.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/go/xray/stable/xray.spec b/anda/langs/go/xray/stable/xray.spec index 31f9c685f6..76a08cb414 100644 --- a/anda/langs/go/xray/stable/xray.spec +++ b/anda/langs/go/xray/stable/xray.spec @@ -1,7 +1,7 @@ # Disabled because compiled without debug %global goipath github.com/XTLS/Xray-core -Version: 26.4.17 +Version: 26.4.25 %global golicenses LICENSE %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md diff --git a/anda/system/dank-material-shell/dank-material-shell.spec b/anda/system/dank-material-shell/dank-material-shell.spec index 2728b60522..2d0f69aec4 100644 --- a/anda/system/dank-material-shell/dank-material-shell.spec +++ b/anda/system/dank-material-shell/dank-material-shell.spec @@ -1,7 +1,7 @@ %global goipath github.com/AvengeMedia/%{name}/core Name: DankMaterialShell -Version: 1.4.4 +Version: 1.4.5 Release: 1%{?dist} Summary: Desktop shell for Wayland compositors built on QuickShell From 656e4268ab6630154459e283e54584fb490d5925 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 26 Apr 2026 03:26:09 +0000 Subject: [PATCH 0958/1189] bump(nightly): flameshot-nightly goofcord-nightly legcord-nightly mpv-nightly hyprutils.nightly hyprwayland-scanner.nightly stardust-flatland-nightly ghostty-nightly zed-nightly xray-nightly nim-nightly types-colorama tdlib-nightly cloud-hypervisor-nightly glasgow --- 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/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 4 ++-- .../hyprwayland-scanner/hyprwayland-scanner.nightly.spec | 6 +++--- .../flatland/nightly/stardust-flatland-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-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 | 4 ++-- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- anda/tools/glasgow/glasgow.spec | 4 ++-- 15 files changed, 32 insertions(+), 32 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 182dc2ba56..12c0b9435d 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 e497f478dc26a8e76452db6480c4f193e7fe6c1a +%global commit a6694bf45ace6a8552351d5f9ca6f006786ce6f9 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260424 +%global commit_date 20260426 %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 9dca7b5c7f..9c837a0782 100644 --- a/anda/apps/goofcord/nightly/goofcord-nightly.spec +++ b/anda/apps/goofcord/nightly/goofcord-nightly.spec @@ -1,7 +1,7 @@ -%global commit c7c4e02265738c1bc0c6ad050a4c0545ee8d1a60 +%global commit eebb15d3d940823883afa67bf62692874df7f2d1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260417 -%global ver 2.2.0^ +%global commit_date 20260426 +%global ver 2.2.1^ %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 58b024ea72..f9cd7df041 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit a07d481d492d6cb27842dfbeff656533b81b7c7b -%global commit_date 20260425 +%global commit 92a300672509d4a0edb26f0d75189a53b040c66a +%global commit_date 20260426 %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 58e635912e..648499d184 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 e046cd0736b7e651bb74fc577596a33fe9635468 +%global commit ed99433277a1569ddeae8c8ef781f5d09ee42f6c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260425 +%global commit_date 20260426 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index 08d59c70d9..028f21a403 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.12.0 -%global commit eedd60805cd96d4442586f2ba5fe51d549b12674 -%global commit_date 20260418 +%global commit fa3992be2dfebe4ab06d753c6ca59bea298e798f +%global commit_date 20260426 %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 df2df0e499..03001fbc1f 100644 --- a/anda/desktops/hyprland/hyprwayland-scanner/hyprwayland-scanner.nightly.spec +++ b/anda/desktops/hyprland/hyprwayland-scanner/hyprwayland-scanner.nightly.spec @@ -1,10 +1,10 @@ #? https://src.fedoraproject.org/rpms/hyprwayland-scanner/blob/rawhide/f/hyprwayland-scanner.spec %global realname hyprwayland-scanner -%global ver 0.4.5 -%global commit 4c2fcc06dc9722c97dbb54ba649c69b18ce83d2e +%global ver 0.4.6 +%global commit b8632713a6beaf28b56f2a7b0ab2fb7088dbb404 %global shortcommit %{sub %commit 1 7} -%global commit_date 20260418 +%global commit_date 20260426 Name: %realname.nightly Version: %ver^%{commit_date}git.%shortcommit diff --git a/anda/desktops/stardust/flatland/nightly/stardust-flatland-nightly.spec b/anda/desktops/stardust/flatland/nightly/stardust-flatland-nightly.spec index 405ed12a86..d1b2c6d669 100644 --- a/anda/desktops/stardust/flatland/nightly/stardust-flatland-nightly.spec +++ b/anda/desktops/stardust/flatland/nightly/stardust-flatland-nightly.spec @@ -1,5 +1,5 @@ -%global commit 948ba046e7b030500cdbc1f43f0c8e2af93747aa -%global commit_date 20260320 +%global commit a8694174290e02aaf454747e1232e4db0d7ef916 +%global commit_date 20260426 %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/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 1af1407e6c..1116b7add0 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 4ceeba4851030e75398cf1e5d3f7d8c7ed645e87 +%global commit 67b5783bdd718796a9e2a5d5f9de505f8e047ea5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-24 +%global fulldate 2026-04-25 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 901dc23c5d..67b3c176d9 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit e3d1876c06b0e244230b4b5883e65e83ca1370e2 +%global commit 832c17e8192e2e1d472f0751e7cef2af84ded622 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260425 +%global commit_date 20260426 %global ver 0.235.0 %bcond_with check diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 45f908085c..2ecec7ffb7 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit b4650360d6a05c2842d2c7157fb8cb864bba637a +%global commit b4f08981becb71eaa995fa98ed2098ade92566bb %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260418 +%global commit_date 20260426 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index badbf7d3e6..00273096ef 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 148e82f41878e5639820739cd39bb390009c0dfe +%global commit cbe8ce59ed205f6f8018c0dcc2a114d74cb2aff5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260425 +%global commit_date 20260426 %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 7188b0a24d..6574eb9f37 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 4849b072da0689dcf4cff1f9a9bc4404954fb2f5 -%global commit_date 20260423 +%global commit 68517355a3269be407bde20fea8fd66af2dc4241 +%global commit_date 20260426 %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 c58b967c88..9cfd184422 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8921c22f0f85b3cb0b56303f9cba81ba8549f4e8 +%global commit 8fc2344f3e3daf55983032a44c4156bd8a1a7533 %global ver 1.8.63 -%global commit_date 20260415 +%global commit_date 20260426 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index d9fe5e1220..6072228ae0 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 6d01695e5c83bac0d3cb12ccdb786a9302bf4495 -%global commit_date 20260425 +%global commit 842d02fdd9d4308fb7108a65cb5b10583f46d22e +%global commit_date 20260426 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/tools/glasgow/glasgow.spec b/anda/tools/glasgow/glasgow.spec index 7fc16fe906..38493d8f46 100644 --- a/anda/tools/glasgow/glasgow.spec +++ b/anda/tools/glasgow/glasgow.spec @@ -1,5 +1,5 @@ -%global commit 2e2e9bb9fa90b758e0daec402fa29eb9a624fe4d -%global commit_date 20260407 +%global commit 355715ce94c8fd9982d4a2c1e47f267503a5a769 +%global commit_date 20260426 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name glasgow From 3e87cac4d63aaeb74703a127ee5d2865a261a2d3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 26 Apr 2026 03:52:58 +0000 Subject: [PATCH 0959/1189] bump: ruffle-nightly zig-master-bootstrap --- anda/apps/ruffle/ruffle-nightly.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/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 629d464828..a95f5a2fa4 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-25 +%global ver 2026-04-26 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 3068daf92c..30b7e91c3f 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.101+4e2147d14 +version=0.17.0-dev.131+73c51c142 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 9b91094549..4d4a653bea 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 21 %endif %global llvm_version 21.0.0 -%global ver 0.17.0-dev.101+4e2147d14 +%global ver 0.17.0-dev.131+73c51c142 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 7eaf713ad03654491c482bc7574c5147fba5ee50 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 25 Apr 2026 23:52:43 -0500 Subject: [PATCH 0960/1189] chore: Bump Tracy on Rawhide (#11655) Signed-off-by: Gilver --- anda/devs/tracy/tracy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/tracy/tracy.spec b/anda/devs/tracy/tracy.spec index 7c4e4086c5..6605a44ea7 100644 --- a/anda/devs/tracy/tracy.spec +++ b/anda/devs/tracy/tracy.spec @@ -6,7 +6,7 @@ Name: tracy Version: 0.13.1 -Release: 3%?dist +Release: 4%?dist Summary: A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications License: BSD-3-Clause URL: https://github.com/wolfpld/tracy From 1a9d0afe2b6539ab69768be85c772c8a84d14b4a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 26 Apr 2026 06:06:31 +0000 Subject: [PATCH 0961/1189] bump: terra-mock-configs --- anda/terra/mock-configs/terra-mock-configs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index 15e87d3069..4212e8a8d0 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.3.1 +Version: 2.4.0 Release: 1%{?dist} Epoch: 1 Summary: Mock configs for Terra repos From 7dd2d8ed76634c165eb1e32c6b4c9d7c730ccf0c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 26 Apr 2026 07:53:01 +0000 Subject: [PATCH 0962/1189] 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 674378095c..d61e721245 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.11.3.2 +Version: 0.11.5.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium From f133380e5296a47cc6cdd6d396ff8d19e3660068 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 26 Apr 2026 11:49:13 +0000 Subject: [PATCH 0963/1189] bump: gurk --- anda/apps/gurk/gurk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/gurk/gurk.spec b/anda/apps/gurk/gurk.spec index ee64fffc92..9ae059f349 100644 --- a/anda/apps/gurk/gurk.spec +++ b/anda/apps/gurk/gurk.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: gurk -Version: 0.9.1 +Version: 0.9.2 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) From a34136ae931f4afd5098013eafbd09802a91c342 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 26 Apr 2026 09:58:31 -0500 Subject: [PATCH 0964/1189] chore(zig-master): Update for Fedora changes (#11468) * chore(zig-master): Update for Fedora changes * fix: langref handling * chore: Use %conf * feat: Better update script find() * chore: Scripting format changes * chore: More scripting format changes --- ...ve-native-lib-directories-from-rpath.patch | 21 +- ...ve-unsupported-LLVM-targets-for-EPEL.patch | 254 ++++++++++++++++++ anda/langs/zig/bootstrap/update.rhai | 5 +- .../zig/bootstrap/zig-master-bootstrap.spec | 36 ++- ...ve-native-lib-directories-from-rpath.patch | 21 +- ...ve-unsupported-LLVM-targets-for-EPEL.patch | 254 ++++++++++++++++++ anda/langs/zig/master/update.rhai | 5 +- anda/langs/zig/master/zig-master.spec | 35 ++- 8 files changed, 604 insertions(+), 27 deletions(-) create mode 100644 anda/langs/zig/bootstrap/0001-Remove-unsupported-LLVM-targets-for-EPEL.patch create mode 100644 anda/langs/zig/master/0001-Remove-unsupported-LLVM-targets-for-EPEL.patch diff --git a/anda/langs/zig/bootstrap/0000-remove-native-lib-directories-from-rpath.patch b/anda/langs/zig/bootstrap/0000-remove-native-lib-directories-from-rpath.patch index 034d8ed0f3..24db5827b6 100644 --- a/anda/langs/zig/bootstrap/0000-remove-native-lib-directories-from-rpath.patch +++ b/anda/langs/zig/bootstrap/0000-remove-native-lib-directories-from-rpath.patch @@ -1,6 +1,18 @@ ---- a/src/main.zig 2025-12-27 19:19:30.000000000 -0600 -+++ b/src/main.zig 2025-12-31 08:25:12.962257290 -0600 -@@ -3998,6 +3998,15 @@ +From a865b3569ace118cc1c1cd8d5d130ec316b0307d Mon Sep 17 00:00:00 2001 +From: Jan200101 +Date: Tue, 14 Apr 2026 19:04:40 +0200 +Subject: [PATCH 1/2] remove native lib directories from rpath + +Signed-off-by: Jan200101 +--- + src/main.zig | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git a/src/main.zig b/src/main.zig +index 0395a21a5f..86b6d9f86b 100644 +--- a/src/main.zig ++++ b/src/main.zig +@@ -4102,6 +4102,15 @@ fn createModule( try create_module.lib_directories.ensureUnusedCapacity(arena, paths.lib_dirs.items.len); for (paths.lib_dirs.items) |path| addLibDirectoryWarn2(io, &create_module.lib_directories, path, true); @@ -16,3 +28,6 @@ } if (create_module.libc_paths_file) |paths_file| { +-- +2.53.0 + diff --git a/anda/langs/zig/bootstrap/0001-Remove-unsupported-LLVM-targets-for-EPEL.patch b/anda/langs/zig/bootstrap/0001-Remove-unsupported-LLVM-targets-for-EPEL.patch new file mode 100644 index 0000000000..a8b942f129 --- /dev/null +++ b/anda/langs/zig/bootstrap/0001-Remove-unsupported-LLVM-targets-for-EPEL.patch @@ -0,0 +1,254 @@ +From 803935baf6a4730426afbb746adfd00c0ffc0f39 Mon Sep 17 00:00:00 2001 +From: Jan200101 +Date: Tue, 14 Apr 2026 19:20:26 +0200 +Subject: [PATCH 2/2] Remove unsupported LLVM targets for RHEL + +LLVM for RHEL is only build with a subset of targets +this blocks zig at the configuration stage. +This commit simply swaps them out with the one from +https://src.fedoraproject.org/rpms/llvm/blob/rawhide/f/llvm.spec + +Signed-off-by: Jan200101 +--- + cmake/Findllvm.cmake | 2 +- + src/codegen/llvm.zig | 97 ++++++++++---------------------------------- + src/target.zig | 43 +++++++++++--------- + 3 files changed, 45 insertions(+), 97 deletions(-) + +diff --git a/cmake/Findllvm.cmake b/cmake/Findllvm.cmake +index 0c08d4f0ac..ed4da12044 100644 +--- a/cmake/Findllvm.cmake ++++ b/cmake/Findllvm.cmake +@@ -83,7 +83,7 @@ if(ZIG_USE_LLVM_CONFIG) + OUTPUT_STRIP_TRAILING_WHITESPACE) + string(REPLACE " " ";" LLVM_TARGETS_BUILT "${LLVM_TARGETS_BUILT_SPACES}") + +- set(ZIG_LLVM_REQUIRED_TARGETS "AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;LoongArch;Mips;MSP430;NVPTX;PowerPC;RISCV;SPIRV;Sparc;SystemZ;VE;WebAssembly;X86;XCore") ++ set(ZIG_LLVM_REQUIRED_TARGETS "X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;BPF;WebAssembly;RISCV") + + set(ZIG_LLVM_REQUIRED_TARGETS_ENABLED TRUE) + foreach(TARGET_NAME IN LISTS ZIG_LLVM_REQUIRED_TARGETS) +diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig +index 1ba3b272da..1ac1f6adc8 100644 +--- a/src/codegen/llvm.zig ++++ b/src/codegen/llvm.zig +@@ -4736,20 +4736,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeAMDGPUAsmPrinter(); + bindings.LLVMInitializeAMDGPUAsmParser(); + }, +- .thumb, .thumbeb, .arm, .armeb => { +- bindings.LLVMInitializeARMTarget(); +- bindings.LLVMInitializeARMTargetInfo(); +- bindings.LLVMInitializeARMTargetMC(); +- bindings.LLVMInitializeARMAsmPrinter(); +- bindings.LLVMInitializeARMAsmParser(); +- }, +- .avr => { +- bindings.LLVMInitializeAVRTarget(); +- bindings.LLVMInitializeAVRTargetInfo(); +- bindings.LLVMInitializeAVRTargetMC(); +- bindings.LLVMInitializeAVRAsmPrinter(); +- bindings.LLVMInitializeAVRAsmParser(); +- }, + .bpfel, .bpfeb => { + bindings.LLVMInitializeBPFTarget(); + bindings.LLVMInitializeBPFTargetInfo(); +@@ -4757,34 +4743,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeBPFAsmPrinter(); + bindings.LLVMInitializeBPFAsmParser(); + }, +- .hexagon => { +- bindings.LLVMInitializeHexagonTarget(); +- bindings.LLVMInitializeHexagonTargetInfo(); +- bindings.LLVMInitializeHexagonTargetMC(); +- bindings.LLVMInitializeHexagonAsmPrinter(); +- bindings.LLVMInitializeHexagonAsmParser(); +- }, +- .lanai => { +- bindings.LLVMInitializeLanaiTarget(); +- bindings.LLVMInitializeLanaiTargetInfo(); +- bindings.LLVMInitializeLanaiTargetMC(); +- bindings.LLVMInitializeLanaiAsmPrinter(); +- bindings.LLVMInitializeLanaiAsmParser(); +- }, +- .mips, .mipsel, .mips64, .mips64el => { +- bindings.LLVMInitializeMipsTarget(); +- bindings.LLVMInitializeMipsTargetInfo(); +- bindings.LLVMInitializeMipsTargetMC(); +- bindings.LLVMInitializeMipsAsmPrinter(); +- bindings.LLVMInitializeMipsAsmParser(); +- }, +- .msp430 => { +- bindings.LLVMInitializeMSP430Target(); +- bindings.LLVMInitializeMSP430TargetInfo(); +- bindings.LLVMInitializeMSP430TargetMC(); +- bindings.LLVMInitializeMSP430AsmPrinter(); +- bindings.LLVMInitializeMSP430AsmParser(); +- }, + .nvptx, .nvptx64 => { + bindings.LLVMInitializeNVPTXTarget(); + bindings.LLVMInitializeNVPTXTargetInfo(); +@@ -4806,13 +4764,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeRISCVAsmPrinter(); + bindings.LLVMInitializeRISCVAsmParser(); + }, +- .sparc, .sparc64 => { +- bindings.LLVMInitializeSparcTarget(); +- bindings.LLVMInitializeSparcTargetInfo(); +- bindings.LLVMInitializeSparcTargetMC(); +- bindings.LLVMInitializeSparcAsmPrinter(); +- bindings.LLVMInitializeSparcAsmParser(); +- }, + .s390x => { + bindings.LLVMInitializeSystemZTarget(); + bindings.LLVMInitializeSystemZTargetInfo(); +@@ -4843,13 +4794,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeXtensaAsmParser(); + } + }, +- .xcore => { +- bindings.LLVMInitializeXCoreTarget(); +- bindings.LLVMInitializeXCoreTargetInfo(); +- bindings.LLVMInitializeXCoreTargetMC(); +- bindings.LLVMInitializeXCoreAsmPrinter(); +- // There is no LLVMInitializeXCoreAsmParser function. +- }, + .m68k => { + if (build_options.llvm_has_m68k) { + bindings.LLVMInitializeM68kTarget(); +@@ -4868,13 +4812,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeCSKYAsmParser(); + } + }, +- .ve => { +- bindings.LLVMInitializeVETarget(); +- bindings.LLVMInitializeVETargetInfo(); +- bindings.LLVMInitializeVETargetMC(); +- bindings.LLVMInitializeVEAsmPrinter(); +- bindings.LLVMInitializeVEAsmParser(); +- }, + .arc => { + if (build_options.llvm_has_arc) { + bindings.LLVMInitializeARCTarget(); +@@ -4884,21 +4821,29 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + // There is no LLVMInitializeARCAsmParser function. + } + }, +- .loongarch32, .loongarch64 => { +- bindings.LLVMInitializeLoongArchTarget(); +- bindings.LLVMInitializeLoongArchTargetInfo(); +- bindings.LLVMInitializeLoongArchTargetMC(); +- bindings.LLVMInitializeLoongArchAsmPrinter(); +- bindings.LLVMInitializeLoongArchAsmParser(); +- }, ++ ++ // Disabled LLVM targets ++ .thumb, ++ .thumbeb, ++ .arm, ++ .armeb, ++ .avr, ++ .hexagon, ++ .lanai, ++ .mips, ++ .mipsel, ++ .mips64, ++ .mips64el, ++ .msp430, ++ .sparc, ++ .sparc64, ++ .xcore, ++ .ve, ++ .loongarch32, ++ .loongarch64, + .spirv32, + .spirv64, +- => { +- bindings.LLVMInitializeSPIRVTarget(); +- bindings.LLVMInitializeSPIRVTargetInfo(); +- bindings.LLVMInitializeSPIRVTargetMC(); +- bindings.LLVMInitializeSPIRVAsmPrinter(); +- }, ++ => unreachable, + + // LLVM does does not have a backend for these. + .alpha, +diff --git a/src/target.zig b/src/target.zig +index 3d04c06f5e..9e19836815 100644 +--- a/src/target.zig ++++ b/src/target.zig +@@ -185,23 +185,12 @@ pub fn hasLlvmSupport(target: *const std.Target, ofmt: std.Target.ObjectFormat) + } + + return switch (target.cpu.arch) { +- .arm, +- .armeb, + .aarch64, + .aarch64_be, + .arc, +- .avr, + .bpfel, + .bpfeb, +- .hexagon, +- .loongarch32, +- .loongarch64, + .m68k, +- .mips, +- .mipsel, +- .mips64, +- .mips64el, +- .msp430, + .powerpc, + .powerpcle, + .powerpc64, +@@ -211,24 +200,38 @@ pub fn hasLlvmSupport(target: *const std.Target, ofmt: std.Target.ObjectFormat) + .riscv32be, + .riscv64, + .riscv64be, +- .sparc, +- .sparc64, +- .spirv32, +- .spirv64, + .s390x, +- .thumb, +- .thumbeb, + .x86, + .x86_64, +- .xcore, + .nvptx, + .nvptx64, +- .lanai, + .wasm32, + .wasm64, +- .ve, + => true, + ++ // Disabled LLVM targets ++ .thumb, ++ .thumbeb, ++ .arm, ++ .armeb, ++ .avr, ++ .hexagon, ++ .lanai, ++ .mips, ++ .mipsel, ++ .mips64, ++ .mips64el, ++ .msp430, ++ .sparc, ++ .sparc64, ++ .xcore, ++ .ve, ++ .loongarch32, ++ .loongarch64, ++ .spirv32, ++ .spirv64, ++ => false, ++ + // LLVM backend exists but can produce neither assembly nor object files. + .csky, + .xtensa, +-- +2.53.0 + diff --git a/anda/langs/zig/bootstrap/update.rhai b/anda/langs/zig/bootstrap/update.rhai index e357ca2b73..b8831c70ce 100644 --- a/anda/langs/zig/bootstrap/update.rhai +++ b/anda/langs/zig/bootstrap/update.rhai @@ -10,5 +10,8 @@ if rpm.changed() { sh(`sed -i 's|version=.*|version=${v}|' setup.sh`, #{ "cwd": dir }); // Update the needed LLVM version let rawfile = codeberg_rawfile("ziglang/zig", "master", "README.md"); - rpm.global("llvm_version", find(`download.html#([\d.]+)`, rawfile, 1)); + let l = find(`releases\.llvm\.org/download\.html#([\d.]+)`, rawfile, 1); + rpm.global("llvm_version", l); + l.truncate(2); + rpm.global("llvm_compat", l); } diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 4d4a653bea..79d887a07e 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -3,13 +3,19 @@ # Signing key from https://ziglang.org/download/ %global public_key RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U %if 0%{?fedora} >= 44 -%define llvm_compat 21 +%define llvm_compat 22 %endif -%global llvm_version 21.0.0 +%global llvm_version 22.0.0 %global ver 0.17.0-dev.131+73c51c142 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 +# GCC < 16.0 miscompiles on RISC-V +%ifarch riscv64 +%if 0%{?fedora} < 44 +%global toolchain clang +%endif +%endif %global archive_name zig-%{ver}.tar.xz %global zig_cache_dir %{builddir}/zig-cache %global zig_build_options %{shrink: \ @@ -39,16 +45,23 @@ Name: zig-master Version: %(echo %{ver} | sed 's/-/~/g') -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bootstrapped build of Zig from master. 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 URL: https://ziglang.org Source0: %{archive_name} Source1: %{archive_name}.minisig Patch0: 0000-remove-native-lib-directories-from-rpath.patch +%if %{defined rhel} +Patch1: 0001-Remove-unsupported-LLVM-targets-for-EPEL.patch +%endif BuildRequires: cmake +%if %["%{toolchain}" == "clang"] +BuildRequires: clang +%else BuildRequires: gcc BuildRequires: gcc-c++ +%endif BuildRequires: libxml2-devel BuildRequires: llvm%{?llvm_compat}-devel BuildRequires: clang%{?llvm_compat}-devel @@ -72,7 +85,7 @@ Requires: %{name}-libs = %{version} # Apache-2.0 WITH LLVM-exception OR NCSA OR MIT Provides: bundled(compiler-rt) = %{llvm_version} # LGPL-2.1-or-later AND SunPro AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later WITH GNU-compiler-exception AND GPL-2.0-only AND ISC AND LicenseRef-Fedora-Public-Domain AND HPND AND CMU-Mach AND LGPL-2.0-or-later AND Unicode-3.0 AND GFDL-1.1-or-later AND GPL-1.0-or-later AND FSFUL AND MIT AND Inner-Net-2.0 AND X11 AND GPL-2.0-or-later WITH GCC-exception-2.0 AND GFDL-1.3-only AND GFDL-1.1-only -Provides: bundled(glibc) = 2.41 +Provides: bundled(glibc) = 2.43 # Apache-2.0 WITH LLVM-exception OR MIT OR NCSA Provides: bundled(libcxx) = %{llvm_version} # Apache-2.0 WITH LLVM-exception OR MIT OR NCSA @@ -111,7 +124,7 @@ Zig Standard Library rm -f stage1/zig1.wasm %endif -%build +%conf # Force the correct LLVM version %if %{defined llvm_compat} export LLVM_DIR=%{_libdir}/llvm%{?llvm_compat}/%{_lib}/cmake @@ -126,7 +139,7 @@ export LLVM_DIR=%{_libdir}/llvm%{?llvm_compat}/%{_lib}/cmake -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="-DNDEBUG -Wno-unused" \ -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-DNDEBUG -Wno-unused" \ \ - -DZIG_EXTRA_BUILD_ARGS:STRING="--verbose;--build-id=sha1" \ + -DZIG_EXTRA_BUILD_ARGS:STRING="--verbose;--build-id=sha1;-Dno-langref=true" \ -DZIG_SHARED_LLVM:BOOL=true \ -DZIG_PIE:BOOL=true \ \ @@ -135,6 +148,7 @@ export LLVM_DIR=%{_libdir}/llvm%{?llvm_compat}/%{_lib}/cmake \ -DZIG_VERSION:STRING="%(v=%{ver}; echo ${v:0:6})" +%build %if %{with bootstrap} %cmake_build --target stage3 %else @@ -152,14 +166,16 @@ help2man --no-discard-stderr --no-info "./zig-out/bin/zig" --version-option=vers # Zig has an extremely annoying issue with transitive failures when trying to build the docs, retry until it succeeds max=3 attempt=1 -while ./zig-out/bin/zig build docs \ +while + ./zig-out/bin/zig build docs \ --verbose \ --global-cache-dir "%{zig_cache_dir}" \ - -Dversion-string="%(v=%{ver}; echo ${v:0:6})"; [[ $? -ne 0 ]]; + -Dversion-string="%(v=%{ver}; echo ${v:0:6})" + [[ $? != 0 ]] do - echo "Transitive failure. Trying again." + echo "Transitive failure. Trying again." >&2 - if [[ $attempt -eq $max ]] + if [[ $attempt == $max ]] then break fi diff --git a/anda/langs/zig/master/0000-remove-native-lib-directories-from-rpath.patch b/anda/langs/zig/master/0000-remove-native-lib-directories-from-rpath.patch index 034d8ed0f3..24db5827b6 100644 --- a/anda/langs/zig/master/0000-remove-native-lib-directories-from-rpath.patch +++ b/anda/langs/zig/master/0000-remove-native-lib-directories-from-rpath.patch @@ -1,6 +1,18 @@ ---- a/src/main.zig 2025-12-27 19:19:30.000000000 -0600 -+++ b/src/main.zig 2025-12-31 08:25:12.962257290 -0600 -@@ -3998,6 +3998,15 @@ +From a865b3569ace118cc1c1cd8d5d130ec316b0307d Mon Sep 17 00:00:00 2001 +From: Jan200101 +Date: Tue, 14 Apr 2026 19:04:40 +0200 +Subject: [PATCH 1/2] remove native lib directories from rpath + +Signed-off-by: Jan200101 +--- + src/main.zig | 9 +++++++++ + 1 file changed, 9 insertions(+) + +diff --git a/src/main.zig b/src/main.zig +index 0395a21a5f..86b6d9f86b 100644 +--- a/src/main.zig ++++ b/src/main.zig +@@ -4102,6 +4102,15 @@ fn createModule( try create_module.lib_directories.ensureUnusedCapacity(arena, paths.lib_dirs.items.len); for (paths.lib_dirs.items) |path| addLibDirectoryWarn2(io, &create_module.lib_directories, path, true); @@ -16,3 +28,6 @@ } if (create_module.libc_paths_file) |paths_file| { +-- +2.53.0 + diff --git a/anda/langs/zig/master/0001-Remove-unsupported-LLVM-targets-for-EPEL.patch b/anda/langs/zig/master/0001-Remove-unsupported-LLVM-targets-for-EPEL.patch new file mode 100644 index 0000000000..a8b942f129 --- /dev/null +++ b/anda/langs/zig/master/0001-Remove-unsupported-LLVM-targets-for-EPEL.patch @@ -0,0 +1,254 @@ +From 803935baf6a4730426afbb746adfd00c0ffc0f39 Mon Sep 17 00:00:00 2001 +From: Jan200101 +Date: Tue, 14 Apr 2026 19:20:26 +0200 +Subject: [PATCH 2/2] Remove unsupported LLVM targets for RHEL + +LLVM for RHEL is only build with a subset of targets +this blocks zig at the configuration stage. +This commit simply swaps them out with the one from +https://src.fedoraproject.org/rpms/llvm/blob/rawhide/f/llvm.spec + +Signed-off-by: Jan200101 +--- + cmake/Findllvm.cmake | 2 +- + src/codegen/llvm.zig | 97 ++++++++++---------------------------------- + src/target.zig | 43 +++++++++++--------- + 3 files changed, 45 insertions(+), 97 deletions(-) + +diff --git a/cmake/Findllvm.cmake b/cmake/Findllvm.cmake +index 0c08d4f0ac..ed4da12044 100644 +--- a/cmake/Findllvm.cmake ++++ b/cmake/Findllvm.cmake +@@ -83,7 +83,7 @@ if(ZIG_USE_LLVM_CONFIG) + OUTPUT_STRIP_TRAILING_WHITESPACE) + string(REPLACE " " ";" LLVM_TARGETS_BUILT "${LLVM_TARGETS_BUILT_SPACES}") + +- set(ZIG_LLVM_REQUIRED_TARGETS "AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;LoongArch;Mips;MSP430;NVPTX;PowerPC;RISCV;SPIRV;Sparc;SystemZ;VE;WebAssembly;X86;XCore") ++ set(ZIG_LLVM_REQUIRED_TARGETS "X86;AMDGPU;PowerPC;NVPTX;SystemZ;AArch64;BPF;WebAssembly;RISCV") + + set(ZIG_LLVM_REQUIRED_TARGETS_ENABLED TRUE) + foreach(TARGET_NAME IN LISTS ZIG_LLVM_REQUIRED_TARGETS) +diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig +index 1ba3b272da..1ac1f6adc8 100644 +--- a/src/codegen/llvm.zig ++++ b/src/codegen/llvm.zig +@@ -4736,20 +4736,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeAMDGPUAsmPrinter(); + bindings.LLVMInitializeAMDGPUAsmParser(); + }, +- .thumb, .thumbeb, .arm, .armeb => { +- bindings.LLVMInitializeARMTarget(); +- bindings.LLVMInitializeARMTargetInfo(); +- bindings.LLVMInitializeARMTargetMC(); +- bindings.LLVMInitializeARMAsmPrinter(); +- bindings.LLVMInitializeARMAsmParser(); +- }, +- .avr => { +- bindings.LLVMInitializeAVRTarget(); +- bindings.LLVMInitializeAVRTargetInfo(); +- bindings.LLVMInitializeAVRTargetMC(); +- bindings.LLVMInitializeAVRAsmPrinter(); +- bindings.LLVMInitializeAVRAsmParser(); +- }, + .bpfel, .bpfeb => { + bindings.LLVMInitializeBPFTarget(); + bindings.LLVMInitializeBPFTargetInfo(); +@@ -4757,34 +4743,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeBPFAsmPrinter(); + bindings.LLVMInitializeBPFAsmParser(); + }, +- .hexagon => { +- bindings.LLVMInitializeHexagonTarget(); +- bindings.LLVMInitializeHexagonTargetInfo(); +- bindings.LLVMInitializeHexagonTargetMC(); +- bindings.LLVMInitializeHexagonAsmPrinter(); +- bindings.LLVMInitializeHexagonAsmParser(); +- }, +- .lanai => { +- bindings.LLVMInitializeLanaiTarget(); +- bindings.LLVMInitializeLanaiTargetInfo(); +- bindings.LLVMInitializeLanaiTargetMC(); +- bindings.LLVMInitializeLanaiAsmPrinter(); +- bindings.LLVMInitializeLanaiAsmParser(); +- }, +- .mips, .mipsel, .mips64, .mips64el => { +- bindings.LLVMInitializeMipsTarget(); +- bindings.LLVMInitializeMipsTargetInfo(); +- bindings.LLVMInitializeMipsTargetMC(); +- bindings.LLVMInitializeMipsAsmPrinter(); +- bindings.LLVMInitializeMipsAsmParser(); +- }, +- .msp430 => { +- bindings.LLVMInitializeMSP430Target(); +- bindings.LLVMInitializeMSP430TargetInfo(); +- bindings.LLVMInitializeMSP430TargetMC(); +- bindings.LLVMInitializeMSP430AsmPrinter(); +- bindings.LLVMInitializeMSP430AsmParser(); +- }, + .nvptx, .nvptx64 => { + bindings.LLVMInitializeNVPTXTarget(); + bindings.LLVMInitializeNVPTXTargetInfo(); +@@ -4806,13 +4764,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeRISCVAsmPrinter(); + bindings.LLVMInitializeRISCVAsmParser(); + }, +- .sparc, .sparc64 => { +- bindings.LLVMInitializeSparcTarget(); +- bindings.LLVMInitializeSparcTargetInfo(); +- bindings.LLVMInitializeSparcTargetMC(); +- bindings.LLVMInitializeSparcAsmPrinter(); +- bindings.LLVMInitializeSparcAsmParser(); +- }, + .s390x => { + bindings.LLVMInitializeSystemZTarget(); + bindings.LLVMInitializeSystemZTargetInfo(); +@@ -4843,13 +4794,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeXtensaAsmParser(); + } + }, +- .xcore => { +- bindings.LLVMInitializeXCoreTarget(); +- bindings.LLVMInitializeXCoreTargetInfo(); +- bindings.LLVMInitializeXCoreTargetMC(); +- bindings.LLVMInitializeXCoreAsmPrinter(); +- // There is no LLVMInitializeXCoreAsmParser function. +- }, + .m68k => { + if (build_options.llvm_has_m68k) { + bindings.LLVMInitializeM68kTarget(); +@@ -4868,13 +4812,6 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + bindings.LLVMInitializeCSKYAsmParser(); + } + }, +- .ve => { +- bindings.LLVMInitializeVETarget(); +- bindings.LLVMInitializeVETargetInfo(); +- bindings.LLVMInitializeVETargetMC(); +- bindings.LLVMInitializeVEAsmPrinter(); +- bindings.LLVMInitializeVEAsmParser(); +- }, + .arc => { + if (build_options.llvm_has_arc) { + bindings.LLVMInitializeARCTarget(); +@@ -4884,21 +4821,29 @@ pub fn initializeLLVMTarget(arch: std.Target.Cpu.Arch) void { + // There is no LLVMInitializeARCAsmParser function. + } + }, +- .loongarch32, .loongarch64 => { +- bindings.LLVMInitializeLoongArchTarget(); +- bindings.LLVMInitializeLoongArchTargetInfo(); +- bindings.LLVMInitializeLoongArchTargetMC(); +- bindings.LLVMInitializeLoongArchAsmPrinter(); +- bindings.LLVMInitializeLoongArchAsmParser(); +- }, ++ ++ // Disabled LLVM targets ++ .thumb, ++ .thumbeb, ++ .arm, ++ .armeb, ++ .avr, ++ .hexagon, ++ .lanai, ++ .mips, ++ .mipsel, ++ .mips64, ++ .mips64el, ++ .msp430, ++ .sparc, ++ .sparc64, ++ .xcore, ++ .ve, ++ .loongarch32, ++ .loongarch64, + .spirv32, + .spirv64, +- => { +- bindings.LLVMInitializeSPIRVTarget(); +- bindings.LLVMInitializeSPIRVTargetInfo(); +- bindings.LLVMInitializeSPIRVTargetMC(); +- bindings.LLVMInitializeSPIRVAsmPrinter(); +- }, ++ => unreachable, + + // LLVM does does not have a backend for these. + .alpha, +diff --git a/src/target.zig b/src/target.zig +index 3d04c06f5e..9e19836815 100644 +--- a/src/target.zig ++++ b/src/target.zig +@@ -185,23 +185,12 @@ pub fn hasLlvmSupport(target: *const std.Target, ofmt: std.Target.ObjectFormat) + } + + return switch (target.cpu.arch) { +- .arm, +- .armeb, + .aarch64, + .aarch64_be, + .arc, +- .avr, + .bpfel, + .bpfeb, +- .hexagon, +- .loongarch32, +- .loongarch64, + .m68k, +- .mips, +- .mipsel, +- .mips64, +- .mips64el, +- .msp430, + .powerpc, + .powerpcle, + .powerpc64, +@@ -211,24 +200,38 @@ pub fn hasLlvmSupport(target: *const std.Target, ofmt: std.Target.ObjectFormat) + .riscv32be, + .riscv64, + .riscv64be, +- .sparc, +- .sparc64, +- .spirv32, +- .spirv64, + .s390x, +- .thumb, +- .thumbeb, + .x86, + .x86_64, +- .xcore, + .nvptx, + .nvptx64, +- .lanai, + .wasm32, + .wasm64, +- .ve, + => true, + ++ // Disabled LLVM targets ++ .thumb, ++ .thumbeb, ++ .arm, ++ .armeb, ++ .avr, ++ .hexagon, ++ .lanai, ++ .mips, ++ .mipsel, ++ .mips64, ++ .mips64el, ++ .msp430, ++ .sparc, ++ .sparc64, ++ .xcore, ++ .ve, ++ .loongarch32, ++ .loongarch64, ++ .spirv32, ++ .spirv64, ++ => false, ++ + // LLVM backend exists but can produce neither assembly nor object files. + .csky, + .xtensa, +-- +2.53.0 + diff --git a/anda/langs/zig/master/update.rhai b/anda/langs/zig/master/update.rhai index 2ee8b2459d..0f43f56298 100644 --- a/anda/langs/zig/master/update.rhai +++ b/anda/langs/zig/master/update.rhai @@ -8,5 +8,8 @@ if rpm.changed() { rpm.release(r + 1); // Update the needed LLVM version let rawfile = codeberg_rawfile("ziglang/zig", "master", "README.md"); - rpm.global("llvm_version", find(`download.html#([\d.]+)`, rawfile, 1)); + let l = find(`releases\.llvm\.org/download\.html#([\d.]+)`, rawfile, 1); + rpm.global("llvm_version", l); + l.truncate(2); + rpm.global("llvm_compat", l); } diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 20c8a3a4c7..56fe44fcec 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -3,12 +3,18 @@ # Signing key from https://ziglang.org/download/ %global public_key RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U %if 0%{?fedora} >= 44 -%define llvm_compat 21 +%define llvm_compat 22 %endif -%global llvm_version 21.0.0 +%global llvm_version 22.0.0 %bcond bootstrap 0 %bcond docs %{without bootstrap} %bcond test 1 +# GCC < 16.0 miscompiles on RISC-V +%ifarch riscv64 +%if 0%{?fedora} < 44 +%global toolchain clang +%endif +%endif %global zig_cache_dir %{builddir}/zig-cache Name: zig-master @@ -21,9 +27,16 @@ URL: https://ziglang.org Source0: %{archive_name} Source1: %{archive_name}.minisig Patch0: 0000-remove-native-lib-directories-from-rpath.patch +%if %{defined rhel} +Patch1: 0001-Remove-unsupported-LLVM-targets-for-EPEL.patch +%endif BuildRequires: cmake +%if %["%{toolchain}" == "clang"] +BuildRequires: clang +%else BuildRequires: gcc BuildRequires: gcc-c++ +%endif BuildRequires: libxml2-devel BuildRequires: llvm%{?llvm_compat}-devel BuildRequires: clang%{?llvm_compat}-devel @@ -47,7 +60,7 @@ Requires: %{name}-libs = %{version} # Apache-2.0 WITH LLVM-exception OR NCSA OR MIT Provides: bundled(compiler-rt) = %{llvm_version} # LGPL-2.1-or-later AND SunPro AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later WITH GNU-compiler-exception AND GPL-2.0-only AND ISC AND LicenseRef-Fedora-Public-Domain AND HPND AND CMU-Mach AND LGPL-2.0-or-later AND Unicode-3.0 AND GFDL-1.1-or-later AND GPL-1.0-or-later AND FSFUL AND MIT AND Inner-Net-2.0 AND X11 AND GPL-2.0-or-later WITH GCC-exception-2.0 AND GFDL-1.3-only AND GFDL-1.1-only -Provides: bundled(glibc) = 2.41 +Provides: bundled(glibc) = 2.43 # Apache-2.0 WITH LLVM-exception OR MIT OR NCSA Provides: bundled(libcxx) = %{llvm_version} # Apache-2.0 WITH LLVM-exception OR MIT OR NCSA @@ -123,7 +136,7 @@ Documentation for Zig. For more information, visit %{url} rm -f stage1/zig1.wasm %endif -%build +%conf # Force the correct LLVM version %if %{defined llvm_compat} export LLVM_DIR=%{_libdir}/llvm%{?llvm_compat}/%{_lib}/cmake @@ -138,7 +151,7 @@ export LLVM_DIR=%{_libdir}/llvm%{?llvm_compat}/%{_lib}/cmake -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="-DNDEBUG -Wno-unused" \ -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="-DNDEBUG -Wno-unused" \ \ - -DZIG_EXTRA_BUILD_ARGS:STRING="--verbose;--build-id=sha1" \ + -DZIG_EXTRA_BUILD_ARGS:STRING="--verbose;--build-id=sha1;-Dno-langref=true" \ -DZIG_SHARED_LLVM:BOOL=true \ -DZIG_PIE:BOOL=true \ \ @@ -147,6 +160,8 @@ export LLVM_DIR=%{_libdir}/llvm%{?llvm_compat}/%{_lib}/cmake \ -DZIG_VERSION:STRING="%(v=%{version_no_tilde}; echo ${v:0:6})" + +%build %if %{with bootstrap} %cmake_build --target stage3 %else @@ -164,14 +179,16 @@ help2man --no-discard-stderr --no-info "./zig-out/bin/zig" --version-option=vers # Zig has an extremely annoying issue with transitive failures when trying to build the docs, retry until it succeeds max=3 attempt=1 -while ./zig-out/bin/zig build docs \ +while + ./zig-out/bin/zig build docs \ --verbose \ --global-cache-dir "%{zig_cache_dir}" \ - -Dversion-string="%(v=%{version_no_tilde}; echo ${v:0:6})"; [[ $? -ne 0 ]]; + -Dversion-string="%(v=%{version_no_tilde}; echo ${v:0:6})" + [[ $? != 0 ]] do - echo "Transitive failure. Trying again." + echo "Transitive failure. Trying again." >&2 - if [[ $attempt -eq $max ]] + if [[ $attempt == $max ]] then break fi From 906ed0222d5429078db1b6d86f812a5e17e8c212 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 26 Apr 2026 17:51:06 +0000 Subject: [PATCH 0965/1189] bump: signal-desktop lomiri-system-settings --- anda/apps/signal-desktop/signal-desktop.spec | 2 +- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index d9c0749a95..a2dae02f28 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: 8.7.0 +Version: 8.8.0 Release: 1%{?dist} Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org 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 fa9b03287e..14ed519f04 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 4246d1dd3c5d14a7d5d0908fca3ea9b3a068b83d +%global commit 6005adf3220279a76b450abb39497e275ec7f325 %forgemeta Name: lomiri-system-settings From 33150671d415f9da8cd4e090b6e1501de722c3e5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 26 Apr 2026 20:23:07 +0000 Subject: [PATCH 0966/1189] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 30b7e91c3f..5073a1c1bb 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.131+73c51c142 +version=0.17.0-dev.135+9df02121d mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 79d887a07e..b9aab9fbd3 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.131+73c51c142 +%global ver 0.17.0-dev.135+9df02121d %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 @@ -45,7 +45,7 @@ Name: zig-master Version: %(echo %{ver} | sed 's/-/~/g') -Release: 2%{?dist} +Release: 1%{?dist} Summary: Bootstrapped build of Zig from master. 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 URL: https://ziglang.org From afac8f116475844a141c883d3ebd69d89f661788 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 26 Apr 2026 21:04:01 +0000 Subject: [PATCH 0967/1189] bump: rust-mise driftwm --- anda/buildsys/mise/rust-mise.spec | 2 +- anda/desktops/driftwm/driftwm.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index 5674df3b75..384d841a56 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.22 +Version: 2026.4.23 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index b1a46c8a80..d11e65cdcc 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.3.0 +Version: 0.4.0 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later From 415608cf2c7043ef8db0ded00c8ee8cd0bf92f6c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 26 Apr 2026 23:23:10 +0000 Subject: [PATCH 0968/1189] bump: vicinae --- anda/system/vicinae/vicinae.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index 7a8167cc97..b25959f069 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.13 +Version: 0.20.14 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com From 9f4810d18218e1119bdcf18e97c15e5637b975bb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 01:27:45 +0000 Subject: [PATCH 0969/1189] bump(weekly): gstreamer1-plugin-icamerasrc --- .../gstreamer1-plugin-icamerasrc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/gstreamer1/gstreamer1-plugin-icamerasrc/gstreamer1-plugin-icamerasrc.spec b/anda/multimedia/gstreamer1/gstreamer1-plugin-icamerasrc/gstreamer1-plugin-icamerasrc.spec index 1255874547..6b3e12d881 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugin-icamerasrc/gstreamer1-plugin-icamerasrc.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugin-icamerasrc/gstreamer1-plugin-icamerasrc.spec @@ -1,5 +1,5 @@ -%global fulldate 2025-09-26 -%global commit 4fb31db76b618aae72184c59314b839dedb42689 +%global fulldate 2026-04-23 +%global commit 867c5b6ab7925c9b69b8374873a832266d97d7e5 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global shortcommit %(c=%{commit}; echo ${c:0:7}) From abbb1b9ba52a494f6b0e81858d8f718aa75cbc55 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 03:30:30 +0000 Subject: [PATCH 0970/1189] bump(nightly): legcord-nightly mpv-nightly hyprutils.nightly stardust-server-nightly ghostty-nightly micro-nightly grabnim astal logitech-rs50-linux-driver --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 4 ++-- .../stardust/server/nightly/stardust-server-nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/micro/micro-nightly.spec | 4 ++-- anda/langs/nim/grabnim/grabnim.spec | 4 ++-- anda/lib/astal/astal/astal.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index f9cd7df041..01c903c28f 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 92a300672509d4a0edb26f0d75189a53b040c66a -%global commit_date 20260426 +%global commit e55cd408f7eee7d1009a5c0bb4003914292f082d +%global commit_date 20260427 %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 648499d184..5f5f875992 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 ed99433277a1569ddeae8c8ef781f5d09ee42f6c +%global commit 05b327c723f31d864d4e268128097c446bad4e50 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260426 +%global commit_date 20260427 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index 028f21a403..0fdfee68eb 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.12.0 -%global commit fa3992be2dfebe4ab06d753c6ca59bea298e798f -%global commit_date 20260426 +%global commit ee9ef3d43ed194cae1b55edb716a696a45c37b48 +%global commit_date 20260427 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/desktops/stardust/server/nightly/stardust-server-nightly.spec b/anda/desktops/stardust/server/nightly/stardust-server-nightly.spec index e5c3d9985d..7dd2d8d8ee 100644 --- a/anda/desktops/stardust/server/nightly/stardust-server-nightly.spec +++ b/anda/desktops/stardust/server/nightly/stardust-server-nightly.spec @@ -1,5 +1,5 @@ -%global commit 3ac1cca065bc9b0afe6bffa838b7f376c7b53e12 -%global commit_date 20260418 +%global commit a12f58b9825160d16910b515535664afe422255e +%global commit_date 20260427 %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/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 1116b7add0..d05f8b8cba 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 67b5783bdd718796a9e2a5d5f9de505f8e047ea5 +%global commit 8769d322022f135886d4d26d2974fb2dcea40c43 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-25 +%global fulldate 2026-04-26 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index a8dc70b74a..9c54907477 100644 --- a/anda/devs/micro/micro-nightly.spec +++ b/anda/devs/micro/micro-nightly.spec @@ -12,8 +12,8 @@ # Naming variable as something other than "commit" is necessary # to stop %%gometa from putting commit hash in release -%global commit_hash 5dabe17e33a5b6b5ed5d4e06b37ae884122a64df -%global commit_date 20260405 +%global commit_hash bd0003b9c0a68291cc65c16aaf48320bda8b4eaf +%global commit_date 20260427 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.15 diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index a4375c8609..1b214452b8 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit 87cd8e863e1544302647b876a20ef8e1388fe5ea -%global commit_date 20260221 +%global commit e325ca229633b831fbac3ce06f3042067c2baca1 +%global commit_date 20260427 %global shortcommit %{sub %commit 1 7} Name: grabnim diff --git a/anda/lib/astal/astal/astal.spec b/anda/lib/astal/astal/astal.spec index b1d8fb1e45..8bcfd06699 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,7 +1,7 @@ -%global commit 6e49ec972f5d85437ce80e8b511d22b35a91b0df +%global commit 9d0d482371526084da4d829b3449ca6f1a463d78 %global shortcommit %{sub %commit 1 7} -%global commit_date 20260422 +%global commit_date 20260427 Name: astal Version: 0^%commit_date.%shortcommit diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index 6a0d8a1913..36d66f513e 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 6ef76b232823f54da1648764995e335e5bb135fe +%global commit c4e96b031d55c3092ba66ad522f5851d62063859 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260425 +%global commitdate 20260427 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} From 3499683adb553c05d4ea8d1341a5d10795b4ec28 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 26 Apr 2026 22:41:31 -0500 Subject: [PATCH 0971/1189] fix(limine): Project moved to GitHub (#11657) --- anda/system/limine/limine.spec | 15 +++++++++------ anda/system/limine/update.rhai | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index 6f27f3aae9..ba12a54bcf 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,11 +1,12 @@ Name: limine -Version: 11.2.1 +Version: 12.0.2 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause URL: https://limine-bootloader.org -Source0: https://codeberg.org/Limine/Limine/releases/download/v%version/limine-%version.tar.gz -Source1: https://codeberg.org/Limine/Limine/raw/tag/v%version/README.md +Source0: https://github.com/Limine-Bootloader/Limine/releases/download/v%{version}/%{name}-%{version}.tar.gz +Source1: https://github.com/Limine-Bootloader/Limine/releases/download/v%{version}/limine-%{version}.tar.gz.sig +Source2: https://raw.githubusercontent.com/Limine-Bootloader/Limine/refs/tags/v%{version}/README.md Packager: madonuko BuildRequires: nasm mtools llvm lld clang make @@ -15,7 +16,9 @@ the reference implementation for the Limine boot protocol. %prep %autosetup -cp %{S:1} . +cp %{S:2} . +gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 05D29860D0A0668AAEFB9D691F3C021BECA23821 +gpg --verify %{S:1} %{S:0} || exit 1 %conf %configure --enable-all CC_FOR_TARGET=clang LD_FOR_TARGET=ld.lld @@ -28,9 +31,9 @@ cp %{S:1} . %files -%doc README.md 3RDPARTY.md FAQ.md CONFIG.md COPYING USAGE.md +%doc README.md 3RDPARTY.md FAQ.md CONFIG.md COPYING USAGE.md ChangeLog %license %_datadir/doc/limine/LICENSES/LicenseRef-scancode-bsd-no-disclaimer-unmodified.txt %license COPYING %_bindir/limine %_datadir/limine/ -%_mandir/man1/limine.1.gz +%_mandir/man1/limine.1.* diff --git a/anda/system/limine/update.rhai b/anda/system/limine/update.rhai index 1ba7f95774..bd43fbeb2c 100644 --- a/anda/system/limine/update.rhai +++ b/anda/system/limine/update.rhai @@ -1 +1 @@ -rpm.version(codeberg("Limine/Limine")); +rpm.version(gh("limine-bootloader/limine")); From 9b2edd3ca97bd5e7483a4ce9462af11fa34224de Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 03:56:36 +0000 Subject: [PATCH 0972/1189] 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 a95f5a2fa4..432f5834f4 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-26 +%global ver 2026-04-27 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From beec4205881647431a449463cd014b386934bf53 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 04:04:56 +0000 Subject: [PATCH 0973/1189] bump(branch): astal-gtk logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- anda/lib/astal/astal-gtk/astal-gtk.spec | 6 +++--- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index e7bd67ab8b..8b9c52da06 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,6 +1,6 @@ -%global commit 6e49ec972f5d85437ce80e8b511d22b35a91b0df -%global shortcommit 6e49ec9 -%global commit_date 20260422 +%global commit 9d0d482371526084da4d829b3449ca6f1a463d78 +%global shortcommit 9d0d482 +%global commit_date 20260427 Name: astal Version: 0^%commit_date.%commit diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index c34a127c0f..678857b970 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 6ef76b232823f54da1648764995e335e5bb135fe -%global commitdate 20260425 +%global commit c4e96b031d55c3092ba66ad522f5851d62063859 +%global commitdate 20260427 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 492228e406..92d812147a 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 6ef76b232823f54da1648764995e335e5bb135fe +%global commit c4e96b031d55c3092ba66ad522f5851d62063859 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260425 +%global commitdate 20260427 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From f0d4e5a3342901183c34de2a7b116bd5f44a6452 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 06:30:04 +0000 Subject: [PATCH 0974/1189] bump: discord-canary-openasar discord-canary rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.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 1092e52e8b..cbe3675162 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: 1.0.969 +Version: 1.0.970 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 f11f9ecb29..3ecb70ab72 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: 1.0.969 +Version: 1.0.970 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 8e129a140a..b42c5b1f97 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 96f73f4497fd6fdafd40dc50f24c95c90cd4acc9 -%global ver 0.0.40-19252 +%global commit 7028e85fac824cd1c9fea292fbdd26cab51309ce +%global ver 0.0.40-19253 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 5591517efa9bfd9f81afc4f245f2137dfef9f241 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 09:05:17 +0000 Subject: [PATCH 0975/1189] bump: gurk --- anda/apps/gurk/gurk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/gurk/gurk.spec b/anda/apps/gurk/gurk.spec index 9ae059f349..1960a6f593 100644 --- a/anda/apps/gurk/gurk.spec +++ b/anda/apps/gurk/gurk.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: gurk -Version: 0.9.2 +Version: 0.9.3 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) From 5e6aba856596d9cac3d7d26344c8b684fb64e3ef Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 11:15:28 +0000 Subject: [PATCH 0976/1189] bump: rust-mise --- anda/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index 384d841a56..2b5b56dffd 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.23 +Version: 2026.4.24 Release: 1%{?dist} Summary: Front-end to your dev env From eacbbe844d7010762660397ae4fc295f03a76c47 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 12:53:38 +0000 Subject: [PATCH 0977/1189] bump: anda-srpm-macros --- anda/terra/srpm-macros/anda-srpm-macros.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/terra/srpm-macros/anda-srpm-macros.spec b/anda/terra/srpm-macros/anda-srpm-macros.spec index 40fcb400b4..7cff4328b0 100644 --- a/anda/terra/srpm-macros/anda-srpm-macros.spec +++ b/anda/terra/srpm-macros/anda-srpm-macros.spec @@ -1,5 +1,5 @@ Name: anda-srpm-macros -Version: 0.3.5 +Version: 0.3.6 Release: 1%{?dist} Summary: SRPM macros for extra Fedora packages From 78e3d73451dc628baa2acb03c9020b20cc832234 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 15:06:44 +0000 Subject: [PATCH 0978/1189] bump: walker codium tokenizers arduino-flasher-cli --- anda/desktops/waylands/walker/walker.spec | 2 +- anda/devs/codium/codium.spec | 2 +- anda/langs/python/tokenizers/tokenizers.spec | 4 ++-- anda/tools/arduino-flasher-cli/arduino-flasher-cli.spec | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/desktops/waylands/walker/walker.spec b/anda/desktops/waylands/walker/walker.spec index 4c56dd73f6..3d2e969c7c 100644 --- a/anda/desktops/waylands/walker/walker.spec +++ b/anda/desktops/waylands/walker/walker.spec @@ -4,7 +4,7 @@ # prevent library files from being installed %global cargo_install_lib 0 -%global upstream_version v2.16.0 +%global upstream_version v2.16.1 %global ver %{sub %upstream_version 2} Name: walker diff --git a/anda/devs/codium/codium.spec b/anda/devs/codium/codium.spec index 2066feda0b..767121b07a 100644 --- a/anda/devs/codium/codium.spec +++ b/anda/devs/codium/codium.spec @@ -1,7 +1,7 @@ %global appid com.vscodium.VSCodium Name: codium -Version: 1.112.01907 +Version: 1.116.02821 %electronmeta -D %global __requires_exclude %{__requires_exclude}|libcurl.so|libmsalruntime.so Release: 1%{?dist} diff --git a/anda/langs/python/tokenizers/tokenizers.spec b/anda/langs/python/tokenizers/tokenizers.spec index 63e03995c8..d4e43269ed 100644 --- a/anda/langs/python/tokenizers/tokenizers.spec +++ b/anda/langs/python/tokenizers/tokenizers.spec @@ -2,8 +2,8 @@ %global _desc Fast State-of-the-Art Tokenizers optimized for Research and Production. Name: python-%{pypi_name} -Version: 0.22.2 -Release: 1%?dist +Version: 0.23.1 +Release: 1%{?dist} Summary: Fast State-of-the-Art Tokenizers optimized for Research and Production License: Apache-2.0 URL: https://github.com/huggingface/tokenizers diff --git a/anda/tools/arduino-flasher-cli/arduino-flasher-cli.spec b/anda/tools/arduino-flasher-cli/arduino-flasher-cli.spec index 2b6a39b588..fef8ecedff 100644 --- a/anda/tools/arduino-flasher-cli/arduino-flasher-cli.spec +++ b/anda/tools/arduino-flasher-cli/arduino-flasher-cli.spec @@ -1,5 +1,5 @@ %global goipath github.com/arduino/arduino-flasher-cli -Version: 0.5.0 +Version: 0.5.1 %gometa -f @@ -10,7 +10,7 @@ CLI tool to flash UNO Q boards with the latest Arduino Linux image.} %global godocs README.md Name: arduino-flasher-cli -Release: 1%?dist +Release: 1%{?dist} Summary: CLI tool to flash UNO Q boards with the latest Arduino Linux image License: GPL-3.0-only URL: %{gourl} From 706c24bca26780829ba9c4dd68248681964ea728 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:02:17 -0500 Subject: [PATCH 0979/1189] add: ghc-strict-concurrency (#11664) * fix (cagebreak): update dep Signed-off-by: Owen-sz * add: ghc-strict-concurrency Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- .../haskell/ghc-strict-concurrency/anda.hcl | 5 + .../ghc-strict-concurrency.spec | 119 ++++++++++++++++++ .../ghc-strict-concurrency/update.rhai | 1 + 3 files changed, 125 insertions(+) create mode 100644 anda/langs/haskell/ghc-strict-concurrency/anda.hcl create mode 100644 anda/langs/haskell/ghc-strict-concurrency/ghc-strict-concurrency.spec create mode 100644 anda/langs/haskell/ghc-strict-concurrency/update.rhai diff --git a/anda/langs/haskell/ghc-strict-concurrency/anda.hcl b/anda/langs/haskell/ghc-strict-concurrency/anda.hcl new file mode 100644 index 0000000000..8ad01471ab --- /dev/null +++ b/anda/langs/haskell/ghc-strict-concurrency/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "ghc-strict-concurrency.spec" + } +} diff --git a/anda/langs/haskell/ghc-strict-concurrency/ghc-strict-concurrency.spec b/anda/langs/haskell/ghc-strict-concurrency/ghc-strict-concurrency.spec new file mode 100644 index 0000000000..1f7951ff50 --- /dev/null +++ b/anda/langs/haskell/ghc-strict-concurrency/ghc-strict-concurrency.spec @@ -0,0 +1,119 @@ +# generated by cabal-rpm-2.3.2 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name strict-concurrency +%global pkgver %{pkg_name}-%{version} +%{?haskell_setup} + +Name: ghc-%{pkg_name} +Version: 0.2.4.3 +Release: 1%{?dist} +Summary: Strict concurrency abstractions + +License: BSD-3-Clause +URL: https://hackage.haskell.org/package/strict-concurrency +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: dos2unix +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-deepseq-devel +%if %{with ghc_prof} +BuildRequires: ghc-base-prof +BuildRequires: ghc-deepseq-prof +%endif +# End cabal-rpm deps + +Packager: Owen Zimmerman + +%description +This package provides head normal form strict versions of some standard Haskell +concurrency abstractions (MVars,Chans), which provide control over where +evaluation takes place not offered by the default lazy types. This may be +useful for deciding when and where evaluation occurs, leading to improved time +or space use, depending on the circumstances. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-static%{?_isa} = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development +files. + + +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch +Requires: ghc-filesystem + +%description doc +This package provides the Haskell %{pkg_name} library documentation. +%endif + + +%if %{with ghc_prof} +%package prof +Summary: Haskell %{pkg_name} profiling library +Requires: %{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (%{name}-devel and ghc-prof) + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + +%prep +# Begin cabal-rpm setup: +%setup -q -n %{pkgver} +dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal +# End cabal-rpm setup + + +%build +# Begin cabal-rpm build: +%ghc_lib_build +# End cabal-rpm build + + +%install +# Begin cabal-rpm install +%ghc_lib_install +# End cabal-rpm install + + +%files -f %{name}.files +# Begin cabal-rpm files: +%license LICENSE +# End cabal-rpm files + + +%files devel -f %{name}-devel.files + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Sun Apr 26 2026 Owen-sz - 0.2.4.3-1 +- Initial commit diff --git a/anda/langs/haskell/ghc-strict-concurrency/update.rhai b/anda/langs/haskell/ghc-strict-concurrency/update.rhai new file mode 100644 index 0000000000..c04176e585 --- /dev/null +++ b/anda/langs/haskell/ghc-strict-concurrency/update.rhai @@ -0,0 +1 @@ +rpm.version(hackage("strict-concurrency")); From fb0b324ac7cf859321ef0f4966236bb8c785f1e6 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 27 Apr 2026 11:14:52 -0500 Subject: [PATCH 0980/1189] chore: Obsolete terra-mock-gpg-keys (#11656) --- anda/terra/gpg-keys/terra-gpg-keys.spec | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/anda/terra/gpg-keys/terra-gpg-keys.spec b/anda/terra/gpg-keys/terra-gpg-keys.spec index 98de662440..0c574cdcfb 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: 4%{?dist} +Release: 5%{?dist} Summary: GPG keys for Terra Requires: filesystem >= 3.18-6 @@ -52,18 +52,13 @@ Source39: RPM-GPG-KEY-terra44-source Source40: RPM-GPG-KEY-terrael10 Source41: RPM-GPG-KEY-terrael10-source BuildArch: noarch +Obsoletes: terra-mock-gpg-keys < %{version}-5 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 @@ -72,13 +67,6 @@ Terra GPG key copies for use in Mock. 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-* From 4a1504136b0c4903ef1f5afb392a456bac0903fb Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 27 Apr 2026 11:17:00 -0500 Subject: [PATCH 0981/1189] fix(mesa-compat): Update patches and build (#11658) --- ...1-c11-threads-fix-build-on-fedora-44.patch | 47 ++++++++++++++++ ...9dbf8af2d16b1243f2ce287ff69c6a5dc557.patch | 54 +++++++++++++++++++ anda/lib/mesa-compat/mesa-compat.spec | 34 +++++++----- 3 files changed, 122 insertions(+), 13 deletions(-) create mode 100644 anda/lib/mesa-compat/0001-c11-threads-fix-build-on-fedora-44.patch create mode 100644 anda/lib/mesa-compat/cd129dbf8af2d16b1243f2ce287ff69c6a5dc557.patch diff --git a/anda/lib/mesa-compat/0001-c11-threads-fix-build-on-fedora-44.patch b/anda/lib/mesa-compat/0001-c11-threads-fix-build-on-fedora-44.patch new file mode 100644 index 0000000000..71322c9a45 --- /dev/null +++ b/anda/lib/mesa-compat/0001-c11-threads-fix-build-on-fedora-44.patch @@ -0,0 +1,47 @@ +From 6e3646c81143477008e448d3b0b5c349169e4112 Mon Sep 17 00:00:00 2001 +From: Dave Airlie +Date: Fri, 7 Nov 2025 13:14:56 +1000 +Subject: [PATCH] c11/threads: fix build on fedora 44. + +glibc is now including once_init in stdlib.h + +https://patchwork.sourceware.org/project/glibc/patch/78061085-f04a-0c45-107b-5a8a15521083@redhat.com/#213088 + +Just fix up our use of it. +--- + src/c11/impl/threads_posix.c | 2 +- + src/c11/threads.h | 3 +++ + 2 files changed, 4 insertions(+), 1 deletion(-) + +diff --git a/src/c11/impl/threads_posix.c b/src/c11/impl/threads_posix.c +index 3b8692482bb..4769c029bad 100644 +--- a/src/c11/impl/threads_posix.c ++++ b/src/c11/impl/threads_posix.c +@@ -49,7 +49,7 @@ impl_thrd_routine(void *p) + void + call_once(once_flag *flag, void (*func)(void)) + { +- pthread_once(flag, func); ++ pthread_once((pthread_once_t *)flag, func); + } + + +diff --git a/src/c11/threads.h b/src/c11/threads.h +index dbcb3459a9b..053636f6674 100644 +--- a/src/c11/threads.h ++++ b/src/c11/threads.h +@@ -118,8 +118,11 @@ typedef pthread_cond_t cnd_t; + typedef pthread_t thrd_t; + typedef pthread_key_t tss_t; + typedef pthread_mutex_t mtx_t; ++#ifndef __once_flag_defined ++#define __once_flag_defined 1 + typedef pthread_once_t once_flag; + # define ONCE_FLAG_INIT PTHREAD_ONCE_INIT ++#endif + # ifdef PTHREAD_DESTRUCTOR_ITERATIONS + # define TSS_DTOR_ITERATIONS PTHREAD_DESTRUCTOR_ITERATIONS + # else +-- +2.51.1 + diff --git a/anda/lib/mesa-compat/cd129dbf8af2d16b1243f2ce287ff69c6a5dc557.patch b/anda/lib/mesa-compat/cd129dbf8af2d16b1243f2ce287ff69c6a5dc557.patch new file mode 100644 index 0000000000..59efa33fe3 --- /dev/null +++ b/anda/lib/mesa-compat/cd129dbf8af2d16b1243f2ce287ff69c6a5dc557.patch @@ -0,0 +1,54 @@ +From cd129dbf8af2d16b1243f2ce287ff69c6a5dc557 Mon Sep 17 00:00:00 2001 +From: no92 +Date: Wed, 27 Aug 2025 16:02:31 +0200 +Subject: [PATCH] gallivm: support LLVM 21 + +LLVM PR#146819 changed the signature of `setObjectLinkingLayerCreator`, +dropping the Triple argument. The PR was first included in the LLVM 21 +series, and the new signature is gated behind a version check for that. + +`LLVMOrcThreadSafeContextGetContext` was removed in LLVM commit b18e5b6, +and the ORC examples in the LLVM tree seem to just create a context +instead, which we replicate here. + +With this commit, mesa successfully builds the llvmpipe gallium driver +on riscv64 with LLVM 21.1.0. + +Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13785 +Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/13852 + +Reviewed-by: David Heidelberg +Part-of: +--- + src/gallium/auxiliary/gallivm/lp_bld_init_orc.cpp | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + +diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init_orc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_init_orc.cpp +index 6651ea439da86..e5d8e461dd6c0 100644 +--- a/src/gallium/auxiliary/gallivm/lp_bld_init_orc.cpp ++++ b/src/gallium/auxiliary/gallivm/lp_bld_init_orc.cpp +@@ -339,7 +339,12 @@ LPJit::LPJit() :jit_dylib_count(0) { + .setJITTargetMachineBuilder(std::move(JTMB)) + #ifdef USE_JITLINK + .setObjectLinkingLayerCreator( ++#if LLVM_VERSION_MAJOR >= 21 ++ /* LLVM 21 removed the Triple argument */ ++ [&](ExecutionSession &ES) { ++#else + [&](ExecutionSession &ES, const llvm::Triple &TT) { ++#endif + return std::make_unique( + ES, ExitOnErr(llvm::jitlink::InProcessMemoryManager::Create())); + }) +@@ -551,7 +556,7 @@ init_gallivm_state(struct gallivm_state *gallivm, const char *name, + gallivm->cache = cache; + + gallivm->_ts_context = context->ref; +- gallivm->context = LLVMOrcThreadSafeContextGetContext(context->ref); ++ gallivm->context = LLVMContextCreate(); + + gallivm->module_name = LPJit::get_unique_name(name); + gallivm->module = LLVMModuleCreateWithNameInContext(gallivm->module_name, +-- +GitLab + diff --git a/anda/lib/mesa-compat/mesa-compat.spec b/anda/lib/mesa-compat/mesa-compat.spec index 059903ac53..e23ffe0055 100644 --- a/anda/lib/mesa-compat/mesa-compat.spec +++ b/anda/lib/mesa-compat/mesa-compat.spec @@ -1,21 +1,29 @@ %global origname mesa +# We've gotten a report that enabling LTO for mesa breaks some games. See +# https://bugzilla.redhat.com/show_bug.cgi?id=1862771 for details. +# Disable LTO for now +%global _lto_cflags %nil + Name: %{origname}-compat Summary: Mesa graphics libraries - legacy compatibility libraries %global ver 25.0.7 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 2%{?dist} -Epoch: 1 +Release: 3%{?dist} License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: http://www.mesa3d.org - Source0: https://archive.mesa3d.org/mesa-%{ver}.tar.xz # src/gallium/auxiliary/postprocess/pp_mlaa* have an ... interestingly worded license. # Source1 contains email correspondence clarifying the license terms. # Fedora opts to ignore the optional part of clause 2 and treat that code as 2 clause BSD. Source1: Mesa-MLAA-License-Clarification-Email.txt -# Keep Mesa builds relatively the same -Patch0: bazzite.patch +# fix c11/threads builds problem on f44 +Patch0: 0001-c11-threads-fix-build-on-fedora-44.patch +# Support LLVM 21 +Patch1: cd129dbf8af2d16b1243f2ce287ff69c6a5dc557.patch + +# Older version of the Bazzite/OGC patches +Patch2: bazzite.patch BuildRequires: meson >= 1.3.0 BuildRequires: gcc @@ -44,7 +52,9 @@ BuildRequires: python3-pyyaml Summary: Mesa XA state tracker Provides: libxatracker%{?_isa} Provides: mesa-libxatracker%{?_isa} -Obsoletes: mesa-libxatracker < %{?epoch:%{epoch}:}25.3 +Obsoletes: mesa-libxatracker < 25.3 +# New things should not rely on this as this library is dead upstream +Provides: deprecated() %description libxatracker %{summary}. @@ -52,7 +62,9 @@ Obsoletes: mesa-libxatracker < %{?epoch:%{epoch}:}25.3 %package libxatracker-devel Summary: Mesa XA state tracker development package Requires: %{name}-libxatracker%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} -Obsoletes: mesa-libxatracker-devel < %{?epoch:%{epoch}:}25.3 +Obsoletes: mesa-libxatracker-devel < 25.3 +# New things should not rely on this as this library is dead upstream +Provides: deprecated() %description libxatracker-devel %{summary}. @@ -81,11 +93,6 @@ Provides: deprecated() cp %{SOURCE1} docs/ %build -# We've gotten a report that enabling LTO for mesa breaks some games. See -# https://bugzilla.redhat.com/show_bug.cgi?id=1862771 for details. -# Disable LTO for now -%define _lto_cflags %{nil} - %meson \ -Dplatforms= \ -Dosmesa=true \ @@ -149,4 +156,5 @@ rm -rf %{buildroot}%{_includedir}/KHR %{_libdir}/pkgconfig/xatracker.pc %changelog -%autochangelog +* Sun Apr 26 2026 Gilver E. - 25.0.7-3 +- Updated build for Fedora 44 From 9c1e4728e74f3d4fb502316b593811c77a9ceb4a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 16:53:31 +0000 Subject: [PATCH 0982/1189] bump: discord-canary-openasar discord-canary typos --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/typos/typos.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 cbe3675162..1f132d4a90 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: 1.0.970 +Version: 1.0.971 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 3ecb70ab72..ffc436a80b 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: 1.0.970 +Version: 1.0.971 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/tools/typos/typos.spec b/anda/tools/typos/typos.spec index 093d8261de..a070dbead9 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.45.1 +Version: 1.45.2 Release: 1%{?dist} Summary: Source Code Spelling Correction From 1b2118312ce2631480dfde6126f8445dad31139b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 18:03:28 +0000 Subject: [PATCH 0983/1189] bump: flutter DirectXShaderCompiler --- anda/devs/flutter/flutter.spec | 2 +- anda/lib/directxshadercompiler/DirectXShaderCompiler.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/flutter/flutter.spec b/anda/devs/flutter/flutter.spec index 2bec1a69e1..8c7cd7e64f 100644 --- a/anda/devs/flutter/flutter.spec +++ b/anda/devs/flutter/flutter.spec @@ -1,5 +1,5 @@ Name: flutter -Version: 3.41.7 +Version: 3.41.8 Release: 1%{?dist} Summary: SDK for crafting beautiful, fast user experiences from a single codebase License: BSD-3-Clause diff --git a/anda/lib/directxshadercompiler/DirectXShaderCompiler.spec b/anda/lib/directxshadercompiler/DirectXShaderCompiler.spec index 61a791ba5d..5e51088eca 100644 --- a/anda/lib/directxshadercompiler/DirectXShaderCompiler.spec +++ b/anda/lib/directxshadercompiler/DirectXShaderCompiler.spec @@ -3,8 +3,8 @@ # Metadata. Name: DirectXShaderCompiler -Version: 1.9.2602 -Release: 1%?dist +Version: 1.10.2605.2 +Release: 1%{?dist} Summary: A Direct X Shader compiler. License: MIT Packager: libffi From 8d4dac6ac21263c0cb859406195611e073bee600 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 19:45:55 +0000 Subject: [PATCH 0984/1189] bump: discord-canary-openasar discord-canary rust-ouch --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/rust/ouch/rust-ouch.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 1f132d4a90..798e0f230f 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: 1.0.971 +Version: 1.0.972 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 ffc436a80b..78edbf5881 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: 1.0.971 +Version: 1.0.972 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/rust/ouch/rust-ouch.spec b/anda/langs/rust/ouch/rust-ouch.spec index 73300e87ef..ababa97206 100644 --- a/anda/langs/rust/ouch/rust-ouch.spec +++ b/anda/langs/rust/ouch/rust-ouch.spec @@ -4,8 +4,8 @@ %global crate ouch Name: rust-ouch -Version: 0.6.1 -Release: 1%?dist +Version: 0.7.1 +Release: 1%{?dist} Summary: Command-line utility for easily compressing and decompressing files and directories License: MIT From 8b917782daad09c4e60f8e221a8ac105f39df63f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 20:44:17 +0000 Subject: [PATCH 0985/1189] bump: discord-canary-openasar discord-canary discord-openasar discord rpcs3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 5 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 798e0f230f..ffbbede55f 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: 1.0.972 +Version: 1.0.974 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 78edbf5881..6f030e577d 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: 1.0.972 +Version: 1.0.974 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index 6debd08023..d4f54580f3 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.134 +Version: 0.0.135 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 4bfe50e089..93ee5fcae4 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.134 +Version: 0.0.135 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index b42c5b1f97..b8783d2364 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 7028e85fac824cd1c9fea292fbdd26cab51309ce -%global ver 0.0.40-19253 +%global commit ed02f3a2cecf8154f76e1d04bd2dfc08bbce0c7e +%global ver 0.0.40-19254 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 38ec7abd78f289a345d70be834b9954e46abab5a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 21:40:41 +0000 Subject: [PATCH 0986/1189] 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 b8783d2364..0cec3ab1ae 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 ed02f3a2cecf8154f76e1d04bd2dfc08bbce0c7e -%global ver 0.0.40-19254 +%global commit 3b21833b8e923a8caf48f2b240453bfc56ebc034 +%global ver 0.0.40-19255 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From f09e6afb3f28462300cbef9805dc24f8b8060744 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 27 Apr 2026 23:33:47 +0000 Subject: [PATCH 0987/1189] bump: fresh rust-gitoxide args-hxx vgmstream --- anda/langs/rust/fresh/fresh.spec | 2 +- anda/langs/rust/gitoxide/rust-gitoxide.spec | 2 +- anda/lib/args-hxx/args-hxx.spec | 2 +- anda/multimedia/vgmstream/vgmstream.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 418172cac5..de967e672e 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.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev diff --git a/anda/langs/rust/gitoxide/rust-gitoxide.spec b/anda/langs/rust/gitoxide/rust-gitoxide.spec index dd9360a384..2ccae8cb66 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.52.1 +Version: 0.53.0 Release: 1%{?dist} Summary: Command-line application for interacting with git repositories diff --git a/anda/lib/args-hxx/args-hxx.spec b/anda/lib/args-hxx/args-hxx.spec index c610d5aca2..66c75e6cda 100644 --- a/anda/lib/args-hxx/args-hxx.spec +++ b/anda/lib/args-hxx/args-hxx.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: args-hxx -Version: 6.4.12 +Version: 6.4.13 Release: 1%{?dist} Summary: A simple header-only C++ argument parser library License: MIT diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index ed4ddd331a..850fe5f882 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit 80ea74def7d5382149a0c03b42980084138c4535 +%global commit c2bc58b0de655b637041f119239f3dbaa3af9bb0 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260417 +%global commit_date 20260427 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From 6f5ce1a3e0bf4e524236baa9a0feff413c4eb495 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:17:30 -0500 Subject: [PATCH 0988/1189] add: proton-keyring-linux (#11679) * fix (cagebreak): update dep Signed-off-by: Owen-sz * add: proton-keyring-linux Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- .../python/proton-keyring-linux/anda.hcl | 6 +++ .../proton-keyring-linux.spec | 45 +++++++++++++++++++ .../python/proton-keyring-linux/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/proton-keyring-linux/anda.hcl create mode 100644 anda/langs/python/proton-keyring-linux/proton-keyring-linux.spec create mode 100644 anda/langs/python/proton-keyring-linux/update.rhai diff --git a/anda/langs/python/proton-keyring-linux/anda.hcl b/anda/langs/python/proton-keyring-linux/anda.hcl new file mode 100644 index 0000000000..f4b7eb0666 --- /dev/null +++ b/anda/langs/python/proton-keyring-linux/anda.hcl @@ -0,0 +1,6 @@ + project pkg { + arches = ["x86_64"] + rpm { + spec = "proton-keyring-linux.spec" + } + } diff --git a/anda/langs/python/proton-keyring-linux/proton-keyring-linux.spec b/anda/langs/python/proton-keyring-linux/proton-keyring-linux.spec new file mode 100644 index 0000000000..edfc0aff6d --- /dev/null +++ b/anda/langs/python/proton-keyring-linux/proton-keyring-linux.spec @@ -0,0 +1,45 @@ +%global _desc Python3 Proton linux keyring base implementation. + +Name: python-proton-keyring-linux +Version: 0.2.1 +Release: 1%{?dist} +Summary: Python3 Proton linux keyring base implementation +License: GPL-3.0-or-later +URL: https://github.com/ProtonVPN/python-proton-keyring-linux +Source0: %url/archive/refs/tags/v%version.tar.gz +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-setuptools + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-proton-keyring-linux +Summary: %{summary} +Provides: proton-keyring-linux +%{?python_provide:%python_provide python3-proton-keyring-linux} + +%description -n python3-proton-keyring-linux +%_desc + +%prep +%autosetup -n python-proton-keyring-linux-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files proton + +%files -n python3-proton-keyring-linux -f %{pyproject_files} +%doc CODEOWNERS +%license LICENSE + +%changelog +* Mon Apr 27 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/proton-keyring-linux/update.rhai b/anda/langs/python/proton-keyring-linux/update.rhai new file mode 100644 index 0000000000..fa6403a7cb --- /dev/null +++ b/anda/langs/python/proton-keyring-linux/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_tag("ProtonVPN/python-proton-keyring-linux")); From bb5f0e51d610a7df4b6bf4e6100d4291212b9a61 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 27 Apr 2026 19:31:10 -0500 Subject: [PATCH 0989/1189] fix(mesa-compat): Restore epoch (#11690) Signed-off-by: Gilver --- anda/lib/mesa-compat/mesa-compat.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/lib/mesa-compat/mesa-compat.spec b/anda/lib/mesa-compat/mesa-compat.spec index e23ffe0055..b3d67f5693 100644 --- a/anda/lib/mesa-compat/mesa-compat.spec +++ b/anda/lib/mesa-compat/mesa-compat.spec @@ -10,6 +10,7 @@ Summary: Mesa graphics libraries - legacy compatibility libraries %global ver 25.0.7 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Release: 3%{?dist} +Epoch: 1 License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: http://www.mesa3d.org Source0: https://archive.mesa3d.org/mesa-%{ver}.tar.xz From 6f28c7cbb299af6afb2cda2327034ca3ce87e6dd Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:32:18 -0500 Subject: [PATCH 0990/1189] chore (ghc-strict-concurrency): use my name in the changelog (#11680) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- .../haskell/ghc-strict-concurrency/ghc-strict-concurrency.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/haskell/ghc-strict-concurrency/ghc-strict-concurrency.spec b/anda/langs/haskell/ghc-strict-concurrency/ghc-strict-concurrency.spec index 1f7951ff50..06207ba55e 100644 --- a/anda/langs/haskell/ghc-strict-concurrency/ghc-strict-concurrency.spec +++ b/anda/langs/haskell/ghc-strict-concurrency/ghc-strict-concurrency.spec @@ -115,5 +115,5 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal %changelog -* Sun Apr 26 2026 Owen-sz - 0.2.4.3-1 +* Sun Apr 26 2026 Owen Zimmerman - 0.2.4.3-1 - Initial commit From 6b7517705512520b64003241753f631325d45d61 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:32:44 -0500 Subject: [PATCH 0991/1189] add: ghc-language-bluespec (#11681) * fix (cagebreak): update dep Signed-off-by: Owen-sz * add: ghc-language-bluespec Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- .../haskell/ghc-language-bluespec/anda.hcl | 5 + .../ghc-language-bluespec.spec | 127 ++++++++++++++++++ .../haskell/ghc-language-bluespec/update.rhai | 1 + 3 files changed, 133 insertions(+) create mode 100644 anda/langs/haskell/ghc-language-bluespec/anda.hcl create mode 100644 anda/langs/haskell/ghc-language-bluespec/ghc-language-bluespec.spec create mode 100644 anda/langs/haskell/ghc-language-bluespec/update.rhai diff --git a/anda/langs/haskell/ghc-language-bluespec/anda.hcl b/anda/langs/haskell/ghc-language-bluespec/anda.hcl new file mode 100644 index 0000000000..6234b99a7a --- /dev/null +++ b/anda/langs/haskell/ghc-language-bluespec/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "ghc-language-bluespec.spec" + } +} diff --git a/anda/langs/haskell/ghc-language-bluespec/ghc-language-bluespec.spec b/anda/langs/haskell/ghc-language-bluespec/ghc-language-bluespec.spec new file mode 100644 index 0000000000..5b21bc0714 --- /dev/null +++ b/anda/langs/haskell/ghc-language-bluespec/ghc-language-bluespec.spec @@ -0,0 +1,127 @@ +# generated by cabal-rpm-2.3.2 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name language-bluespec +%global pkgver %{pkg_name}-%{version} +%{?haskell_setup} + +Name: ghc-%{pkg_name} +Version: 0.1 +Release: 1%{?dist} +Summary: An implementation of the Bluespec Haskell AST + +License: BSD-3-Clause +URL: https://hackage.haskell.org/package/language-bluespec +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-pretty-devel +BuildRequires: ghc-text-devel +%if %{with ghc_prof} +BuildRequires: ghc-base-prof +BuildRequires: ghc-containers-prof +BuildRequires: ghc-pretty-prof +BuildRequires: ghc-text-prof +%endif +# End cabal-rpm deps + +Packager: Owen Zimmerman + +%description +This package contains an implementation of the language's AST. In particular, this implements the Bluespec Haskell +(BH) syntax, also known as Bluespec Classic. We may add support for the +Bluespec SystemVerilog (BSV) syntax at a later date. To our knowledge, there is +no formal grammar that describes the syntax of BH or BSV, so this package is +based off of the code in the . Although the Bluespec compiler is written in Haskell, it is not +particularly simple to depend on the compiler as a library, so this package +exists to extract out the relevant compiler code into a simple-to-use library. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-static%{?_isa} = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development +files. + + +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch +Requires: ghc-filesystem + +%description doc +This package provides the Haskell %{pkg_name} library documentation. +%endif + + +%if %{with ghc_prof} +%package prof +Summary: Haskell %{pkg_name} profiling library +Requires: %{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (%{name}-devel and ghc-prof) + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + +%prep +# Begin cabal-rpm setup: +%setup -q -n %{pkgver} +cp -bp %{SOURCE1} %{pkg_name}.cabal +# End cabal-rpm setup + + +%build +# Begin cabal-rpm build: +%ghc_lib_build +# End cabal-rpm build + + +%install +# Begin cabal-rpm install +%ghc_lib_install +# End cabal-rpm install + + +%files -f %{name}.files +# Begin cabal-rpm files: +%license LICENSE +# End cabal-rpm files + + +%files devel -f %{name}-devel.files +%doc CHANGELOG.md README.md + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Tue Apr 28 2026 Owen Zimmerman - 0.1-1 +- Initial Commit diff --git a/anda/langs/haskell/ghc-language-bluespec/update.rhai b/anda/langs/haskell/ghc-language-bluespec/update.rhai new file mode 100644 index 0000000000..1cddac58c3 --- /dev/null +++ b/anda/langs/haskell/ghc-language-bluespec/update.rhai @@ -0,0 +1 @@ +rpm.version(hackage("language-bluespec")); From 7d9c053463ca9f9fad3f290bfb20efb7c286ee78 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 01:19:34 +0000 Subject: [PATCH 0992/1189] 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 ffbbede55f..0068b2014e 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: 1.0.974 +Version: 1.0.976 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 6f030e577d..8e42be029c 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: 1.0.974 +Version: 1.0.976 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 432f5834f4..180cd1cb70 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-27 +%global ver 2026-04-28 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 8342fc4d416ceb847f134cb4611c9ac6e82ac366 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:48:37 -0500 Subject: [PATCH 0993/1189] chore (luamake): add Packager: line (#11678) --- anda/langs/lua/luamake/luamake.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/langs/lua/luamake/luamake.spec b/anda/langs/lua/luamake/luamake.spec index a2fd5bb78c..68c54f6ccb 100644 --- a/anda/langs/lua/luamake/luamake.spec +++ b/anda/langs/lua/luamake/luamake.spec @@ -2,7 +2,7 @@ Name: luamake Version: 1.7 -Release: 1%?dist +Release: 2%{?dist} License: MIT URL: https://github.com/actboy168/luamake Source: https://github.com/actboy168/luamake/archive/refs/tags/v%version.tar.gz @@ -10,6 +10,8 @@ Summary: A platform independent configuration and build system that uses BuildRequires: gcc-c++ make ninja-build glibc lua gcc cmake libstdc++-devel libstdc++-static libcxx libcxx-devel +Packager: Owen Zimmerman + %description %summary. From 1382d8d447193fc1e6c0b0b8add5169e2c760b75 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:48:54 -0500 Subject: [PATCH 0994/1189] chore (orchis-theme): add Packager: line (#11677) --- anda/themes/orchis-theme/orchis-theme.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/themes/orchis-theme/orchis-theme.spec b/anda/themes/orchis-theme/orchis-theme.spec index 1fbc94b15e..166b336629 100644 --- a/anda/themes/orchis-theme/orchis-theme.spec +++ b/anda/themes/orchis-theme/orchis-theme.spec @@ -6,7 +6,7 @@ Name: gtk-theme-%theme_name Version: %{sanitized_ver} -Release: 2%?dist +Release: 3%{?dist} Summary: Orchis is a Material Design theme for GNOME/GTK based desktop environments License: GPL-3.0-only Url: https://github.com/vinceliuice/Orchis-theme/ @@ -25,6 +25,8 @@ Requires: sassc BuildArch: noarch +Packager: Owen Zimmerman + %description Orchis is a Material Design theme for GNOME/GTK based desktop environments. Based on nana-4 -- materia-theme (https://github.com/nana-4/materia-theme). From 5a4cbb34b382d4221607e18ae21aeeead49b98a8 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:49:19 -0500 Subject: [PATCH 0995/1189] add: ghc-bv (#11699) * fix (cagebreak): update dep Signed-off-by: Owen-sz * add: ghc-language-bluespec Signed-off-by: Owen-sz * add: ghc-bv Signed-off-by: Owen-sz * add packager line 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/haskell/ghc-bv/anda.hcl | 5 ++ anda/langs/haskell/ghc-bv/ghc-bv.spec | 110 ++++++++++++++++++++++++++ anda/langs/haskell/ghc-bv/update.rhai | 1 + 3 files changed, 116 insertions(+) create mode 100644 anda/langs/haskell/ghc-bv/anda.hcl create mode 100644 anda/langs/haskell/ghc-bv/ghc-bv.spec create mode 100644 anda/langs/haskell/ghc-bv/update.rhai diff --git a/anda/langs/haskell/ghc-bv/anda.hcl b/anda/langs/haskell/ghc-bv/anda.hcl new file mode 100644 index 0000000000..a98449cf81 --- /dev/null +++ b/anda/langs/haskell/ghc-bv/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "ghc-bv.spec" + } +} diff --git a/anda/langs/haskell/ghc-bv/ghc-bv.spec b/anda/langs/haskell/ghc-bv/ghc-bv.spec new file mode 100644 index 0000000000..d5700ac8b0 --- /dev/null +++ b/anda/langs/haskell/ghc-bv/ghc-bv.spec @@ -0,0 +1,110 @@ +# generated by cabal-rpm-2.3.2 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name bv +%global pkgver %{pkg_name}-%{version} +%{?haskell_setup} + +Name: ghc-%{pkg_name} +Version: 0.5 +Release: 1%{?dist} +Summary: Bit-vector arithmetic library + +License: BSD-3-Clause +URL: https://hackage.haskell.org/package/bv +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +%if %{with ghc_prof} +BuildRequires: ghc-base-prof +%endif +# End cabal-rpm deps + +Packager: Owen Zimmerman + +%description +Bit-vectors implemented as a thin wrapper over integers. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-static%{?_isa} = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + + +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch +Requires: ghc-filesystem + +%description doc +This package provides the Haskell %{pkg_name} library documentation. +%endif + + +%if %{with ghc_prof} +%package prof +Summary: Haskell %{pkg_name} profiling library +Requires: %{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (%{name}-devel and ghc-prof) + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + +%prep +# Begin cabal-rpm setup: +%setup -q -n %{pkgver} +# End cabal-rpm setup + + +%build +# Begin cabal-rpm build: +%ghc_lib_build +# End cabal-rpm build + + +%install +# Begin cabal-rpm install +%ghc_lib_install +# End cabal-rpm install + + +%files -f %{name}.files +# Begin cabal-rpm files: +%license LICENSE +# End cabal-rpm files + + +%files devel -f %{name}-devel.files +%doc CHANGES.md README.md + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Tue Apr 28 2026 Owen Zimmerman - 0.5-1 +- Initial commit diff --git a/anda/langs/haskell/ghc-bv/update.rhai b/anda/langs/haskell/ghc-bv/update.rhai new file mode 100644 index 0000000000..b9eef8f71e --- /dev/null +++ b/anda/langs/haskell/ghc-bv/update.rhai @@ -0,0 +1 @@ +rpm.version(hackage("bv")); From f1f7d2a7396bf85a6bf277648d8a0452775f7569 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 27 Apr 2026 21:13:52 -0500 Subject: [PATCH 0996/1189] fix(terra-mock-configs): Remove dependency on terra-mock-gpg-keys (#11701) Signed-off-by: Gilver --- anda/terra/mock-configs/terra-mock-configs.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index 4212e8a8d0..a6b04137d4 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.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: Mock configs for Terra repos @@ -9,8 +9,7 @@ URL: https://github.com/terrapkg/mock-configs Source0: %url/archive/refs/tags/v%version.tar.gz BuildRequires: mock-core-configs -Requires: mock-core-configs -Requires: terra-mock-gpg-keys +Requires: mock-core-configss BuildArch: noarch Provides: anda-mock-configs = %{epoch}:%{version}-%{release} From 40bdd2742ceb61ccc5368af34d4f5ccb7ecfb816 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 27 Apr 2026 21:15:21 -0500 Subject: [PATCH 0997/1189] chore(steam): Bump release (#11714) RPM Fusion memes. Signed-off-by: Gilver --- anda/games/steam/steam.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/steam/steam.spec b/anda/games/steam/steam.spec index f56f7a99e5..5e7e8b73e2 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: 6%?dist +Release: 7%{?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 From a4a2ac20d5ea9145f08ceb212387499a421b17ea Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 27 Apr 2026 21:32:01 -0500 Subject: [PATCH 0998/1189] fix(mock-configs): Dependency typo (#11726) Thanks GitHub mobile you are totally not broken! Signed-off-by: Gilver --- anda/terra/mock-configs/terra-mock-configs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/terra/mock-configs/terra-mock-configs.spec b/anda/terra/mock-configs/terra-mock-configs.spec index a6b04137d4..9f6d3ec8b6 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.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Mock configs for Terra repos @@ -9,7 +9,7 @@ URL: https://github.com/terrapkg/mock-configs Source0: %url/archive/refs/tags/v%version.tar.gz BuildRequires: mock-core-configs -Requires: mock-core-configss +Requires: mock-core-configs BuildArch: noarch Provides: anda-mock-configs = %{epoch}:%{version}-%{release} From e43851f6ed9d61f1850c8366de6a13c0e049a822 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Apr 2026 21:32:04 -0500 Subject: [PATCH 0999/1189] add: ghc-melf (#11723) * fix (cagebreak): update dep Signed-off-by: Owen-sz * add: ghc-language-bluespec Signed-off-by: Owen-sz * add: ghc-melf Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/langs/haskell/ghc-melf/anda.hcl | 5 + anda/langs/haskell/ghc-melf/ghc-melf.spec | 133 ++++++++++++++++++++++ anda/langs/haskell/ghc-melf/update.rhai | 1 + 3 files changed, 139 insertions(+) create mode 100644 anda/langs/haskell/ghc-melf/anda.hcl create mode 100644 anda/langs/haskell/ghc-melf/ghc-melf.spec create mode 100644 anda/langs/haskell/ghc-melf/update.rhai diff --git a/anda/langs/haskell/ghc-melf/anda.hcl b/anda/langs/haskell/ghc-melf/anda.hcl new file mode 100644 index 0000000000..9f2bd57c22 --- /dev/null +++ b/anda/langs/haskell/ghc-melf/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "ghc-melf.spec" + } +} diff --git a/anda/langs/haskell/ghc-melf/ghc-melf.spec b/anda/langs/haskell/ghc-melf/ghc-melf.spec new file mode 100644 index 0000000000..128aabd055 --- /dev/null +++ b/anda/langs/haskell/ghc-melf/ghc-melf.spec @@ -0,0 +1,133 @@ +# generated by cabal-rpm-2.3.2 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name melf +%global pkgver %{pkg_name}-%{version} +%{?haskell_setup} + +# testsuite missing deps: tasty tasty-golden tasty-hunit prettyprinter + +Name: ghc-%{pkg_name} +Version: 1.3.1 +Release: 1%{?dist} +Summary: An Elf parser + +License: BSD-3-Clause +URL: https://hackage.haskell.org/package/melf +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-binary-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-exceptions-devel +BuildRequires: ghc-lens-devel +BuildRequires: ghc-mtl-devel +BuildRequires: ghc-optparse-applicative-devel +BuildRequires: ghc-prettyprinter-devel +BuildRequires: ghc-template-haskell-devel +%if %{with ghc_prof} +BuildRequires: ghc-base-prof +BuildRequires: ghc-binary-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-exceptions-prof +BuildRequires: ghc-lens-prof +BuildRequires: ghc-mtl-prof +BuildRequires: ghc-optparse-applicative-prof +BuildRequires: ghc-prettyprinter-prof +BuildRequires: ghc-template-haskell-prof +%endif +# End cabal-rpm deps + +Packager: Owen Zimmerman + +%description +Parser for ELF object format. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-static%{?_isa} = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + + +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch +Requires: ghc-filesystem + +%description doc +This package provides the Haskell %{pkg_name} library documentation. +%endif + + +%if %{with ghc_prof} +%package prof +Summary: Haskell %{pkg_name} profiling library +Requires: %{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (%{name}-devel and ghc-prof) + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + +%prep +# Begin cabal-rpm setup: +%setup -q -n %{pkgver} +cp -bp %{SOURCE1} %{pkg_name}.cabal +# End cabal-rpm setup + + +%build +# Begin cabal-rpm build: +%ghc_lib_build +# End cabal-rpm build + + +%install +# Begin cabal-rpm install +%ghc_lib_install +# End cabal-rpm install + + +%files -f %{name}.files +# Begin cabal-rpm files: +%license LICENSE +%{_datadir}/%{pkgver} +# End cabal-rpm files + + +%files devel -f %{name}-devel.files +%doc ChangeLog.md README.md examples +%{_bindir}/hobjdump +%{_bindir}/hobjlayout + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Tue Apr 28 2026 Owen Zimmerman - 1.3.1-1 +- Initial commit diff --git a/anda/langs/haskell/ghc-melf/update.rhai b/anda/langs/haskell/ghc-melf/update.rhai new file mode 100644 index 0000000000..886984bb33 --- /dev/null +++ b/anda/langs/haskell/ghc-melf/update.rhai @@ -0,0 +1 @@ +rpm.version(hackage("melf")); From 08a8ed106e6c6db3cb6c274272d505a7c517c6af Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:08:20 -0500 Subject: [PATCH 1000/1189] add: ghc-freer-simple (#11700) --- anda/langs/haskell/ghc-freer-simple/anda.hcl | 5 + .../ghc-freer-simple/ghc-freer-simple.spec | 134 ++++++++++++++++++ .../haskell/ghc-freer-simple/update.rhai | 1 + 3 files changed, 140 insertions(+) create mode 100644 anda/langs/haskell/ghc-freer-simple/anda.hcl create mode 100644 anda/langs/haskell/ghc-freer-simple/ghc-freer-simple.spec create mode 100644 anda/langs/haskell/ghc-freer-simple/update.rhai diff --git a/anda/langs/haskell/ghc-freer-simple/anda.hcl b/anda/langs/haskell/ghc-freer-simple/anda.hcl new file mode 100644 index 0000000000..f9e83dd772 --- /dev/null +++ b/anda/langs/haskell/ghc-freer-simple/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "ghc-freer-simple.spec" + } +} diff --git a/anda/langs/haskell/ghc-freer-simple/ghc-freer-simple.spec b/anda/langs/haskell/ghc-freer-simple/ghc-freer-simple.spec new file mode 100644 index 0000000000..38cdd7f687 --- /dev/null +++ b/anda/langs/haskell/ghc-freer-simple/ghc-freer-simple.spec @@ -0,0 +1,134 @@ +# generated by cabal-rpm-2.3.2 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name freer-simple +%global pkgver %{pkg_name}-%{version} +%{?haskell_setup} + +# testsuite missing deps: QuickCheck tasty tasty-hunit tasty-quickcheck + +Name: ghc-%{pkg_name} +Version: 1.2.1.2 +Release: 1%{?dist} +Summary: A friendly effect system for Haskell + +License: BSD-3-Clause +URL: https://hackage.haskell.org/package/freer-simple +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal +# End cabal-rpm sources + +# Begin cabal-rpm deps: +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-natural-transformation-devel +BuildRequires: ghc-template-haskell-devel +BuildRequires: ghc-transformers-base-devel +%if %{with ghc_prof} +BuildRequires: ghc-base-prof +BuildRequires: ghc-natural-transformation-prof +BuildRequires: ghc-template-haskell-prof +BuildRequires: ghc-transformers-base-prof +%endif +# End cabal-rpm deps + +Packager: Owen Zimmerman + +%description +An implementation of an effect system for Haskell (a fork of +), which is +based on the work of Oleg Kiselyov et al.: + +* * * + +The key features are: + +* An efficient effect system for Haskell - as a library! * Reimplementations of +several common Haskell monad transformers as effects. * Core components for +defining your own Effects. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-static%{?_isa} = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + + +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch +Requires: ghc-filesystem + +%description doc +This package provides the Haskell %{pkg_name} library documentation. +%endif + + +%if %{with ghc_prof} +%package prof +Summary: Haskell %{pkg_name} profiling library +Requires: %{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (%{name}-devel and ghc-prof) + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + +%prep +# Begin cabal-rpm setup: +%setup -q -n %{pkgver} +cp -bp %{SOURCE1} %{pkg_name}.cabal +# End cabal-rpm setup + + +%build +# Begin cabal-rpm build: +%ghc_lib_build +# End cabal-rpm build + + +%install +# Begin cabal-rpm install +%ghc_lib_install +# End cabal-rpm install + + +%files -f %{name}.files +# Begin cabal-rpm files: +%license LICENSE +# End cabal-rpm files + + +%files devel -f %{name}-devel.files +%doc CHANGELOG.md README.md examples +%{_bindir}/freer-simple-examples + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Tue Apr 28 2026 Owen Zimmerman - 1.2.1.2-1 +- Initial commit diff --git a/anda/langs/haskell/ghc-freer-simple/update.rhai b/anda/langs/haskell/ghc-freer-simple/update.rhai new file mode 100644 index 0000000000..b4c88e609e --- /dev/null +++ b/anda/langs/haskell/ghc-freer-simple/update.rhai @@ -0,0 +1 @@ +rpm.version(hackage("freer-simple")); From e6071b3afc9b63ccb62a60e502ebadcdd0f4b8d3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 03:35:48 +0000 Subject: [PATCH 1001/1189] bump(nightly): mpv-nightly ghostty-nightly zed-nightly nim-nightly v2ray-domain-list-community cloud-hypervisor-nightly opentabletdriver-nightly scx-scheds-nightly --- 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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 5f5f875992..da6aeed953 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 05b327c723f31d864d4e268128097c446bad4e50 +%global commit a42b1b9103b2a5ab60817dfe858bf92ec0abc8e0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260427 +%global commit_date 20260428 %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 d05f8b8cba..7fab8321b1 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8769d322022f135886d4d26d2974fb2dcea40c43 +%global commit 6590196661f769dd8f2b3e85d6c98262c4ec5b3b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-26 +%global fulldate 2026-04-27 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 67b3c176d9..03b37c77c8 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 832c17e8192e2e1d472f0751e7cef2af84ded622 +%global commit 0678d61f085e48308b06fc58172fda6764393453 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260426 -%global ver 0.235.0 +%global commit_date 20260428 +%global ver 1.1.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 00273096ef..980cf6100b 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 cbe8ce59ed205f6f8018c0dcc2a114d74cb2aff5 +%global commit 92d0c097e56991f193884c1019bdc3843435eac7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260426 +%global commit_date 20260428 %global debug_package %nil Name: nim-nightly diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index b6b4f2b28a..7362e3fc1b 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 930341a393d72d3e52cc1a936d0a8a85f4a12cce +%global commit 15ce2e5b44fa80cc1eae9606c2306d886246d90b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260424125239 -%global commit_date 20260425 +%global ver 20260427233617 +%global commit_date 20260428 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 6072228ae0..2b326b3db2 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 842d02fdd9d4308fb7108a65cb5b10583f46d22e -%global commit_date 20260426 +%global commit 1bee4edf0c3679fdca4b24f3b053349d23eb8ce1 +%global commit_date 20260428 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 3297d6005a..dbf13b6ab5 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,7 +1,7 @@ -%global commit 736003ed72c8bbb28033b039d5a0bb76c344145c +%global commit 4c2b229256a4c91578501e2d0a744ef255bff12b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260421 -%global ver 0.6.6.2 +%global commit_date 20260428 +%global ver 0.6.7 # We aren't using Mono but RPM expected Mono %global __requires_exclude_from ^/usr/lib/opentabletdriver/.*$ diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 52891bd016..019e35e799 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 a08c9e272b1807a57fa03bb2ddca467dd17287ce +%global commit b7d935299db974adb46f9711d326f063d0189671 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260424 +%global commitdate 20260428 %global ver 1.1.0 %undefine __brp_mangle_shebangs From f0638f574ce5488f268127355d4ac753f9e56eb6 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Mon, 27 Apr 2026 22:03:14 -0700 Subject: [PATCH 1002/1189] feat: Update to Mesa 26.0.5 (#11739) --- anda/lib/mesa/mesa.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/mesa/mesa.spec b/anda/lib/mesa/mesa.spec index f2f5a5c575..173fa55154 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -84,10 +84,10 @@ Name: %{srcname} Summary: Mesa graphics libraries -%global ver 26.0.4 +%global ver 26.0.5 Epoch: 1 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 2%{?dist} +Release: 1%{?dist} Packager: Kyle Gospodnetich License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: https://mesa3d.org From c34116c0bddac66b63285585e5e0113d6b6d7255 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 07:21:50 +0000 Subject: [PATCH 1003/1189] 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 0cec3ab1ae..fdc41051ee 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 3b21833b8e923a8caf48f2b240453bfc56ebc034 -%global ver 0.0.40-19255 +%global commit 6d058586c460c95fc2fb71df518621df05ca9ee1 +%global ver 0.0.40-19258 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 849e652970638f20bb4d81507568a58057241dc2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 09:40:42 +0000 Subject: [PATCH 1004/1189] bump: rpcs3 proton-vpn-api-core arduino-remoteocd --- anda/games/rpcs3/rpcs3.spec | 4 ++-- .../langs/python/proton-vpn-api-core/proton-vpn-api-core.spec | 2 +- anda/tools/arduino-remoteocd/arduino-remoteocd.spec | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index fdc41051ee..93da126478 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 6d058586c460c95fc2fb71df518621df05ca9ee1 -%global ver 0.0.40-19258 +%global commit b14c76c1c5ca87a633b8d2e3c2fdb29e029e3119 +%global ver 0.0.40-19259 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') 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 86f6037da2..67e8b5885f 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,7 +4,7 @@ %global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$ Name: python-%{pypi_name} -Version: 5.0.1 +Version: 5.1.2 Release: 1%{?dist} Summary: A facade to the other Proton VPN components License: GPL-3.0-Only diff --git a/anda/tools/arduino-remoteocd/arduino-remoteocd.spec b/anda/tools/arduino-remoteocd/arduino-remoteocd.spec index ce6d327172..d63ed35957 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 097e4e6593aafe0a288be69efd63947a495254c4 -%global commit_date 20260323 +%global commit f0c6a133ea43a8df9bb5b37fb228ec01eefd57b1 +%global commit_date 20260428 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Version: 0^%commit_date.%shortcommit From b25031844595a94204462894e487b3cfa24e5ef7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 11:28:12 +0000 Subject: [PATCH 1005/1189] bump: proton-vpn rust-mise rpcs3 --- anda/apps/proton-vpn/proton-vpn.spec | 2 +- anda/buildsys/mise/rust-mise.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index c9b13f75a9..f6c9084098 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,7 +1,7 @@ %global metainfo_commit baf65ee3b0236d447e250294c5773f9411d85cfa Name: proton-vpn-gtk-app -Version: 4.15.3 +Version: 4.16.1 Release: 1%{?dist} Summary: Official ProtonVPN Linux app License: GPL-3.0-only diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index 2b5b56dffd..415e515c65 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.24 +Version: 2026.4.25 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 93da126478..12752719a4 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 b14c76c1c5ca87a633b8d2e3c2fdb29e029e3119 -%global ver 0.0.40-19259 +%global commit 74bcbd9816345d0811491011360c7406ad97dab4 +%global ver 0.0.40-19260 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 5b428269ce8b2ce22634149511802759d099b106 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 13:15:34 +0000 Subject: [PATCH 1006/1189] bump: gradle rust-deno compat-nvidia-repo-580 nvidia-driver-580 nvidia-modprobe-580 nvidia-persistenced-580 nvidia-settings-580 nvidia-xconfig-580 compat-nvidia-repo nvidia-driver nvidia-modprobe nvidia-persistenced nvidia-settings nvidia-xconfig --- anda/buildsys/gradle/gradle.spec | 2 +- anda/devs/deno/rust-deno.spec | 2 +- .../nvidia-580/compat-nvidia-repo/compat-nvidia-repo-580.spec | 4 ++-- anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec | 4 ++-- .../nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec | 4 ++-- .../nvidia-persistenced/nvidia-persistenced-580.spec | 4 ++-- .../nvidia-580/nvidia-settings/nvidia-settings-580.spec | 4 ++-- anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec | 4 ++-- anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec | 4 ++-- anda/system/nvidia/nvidia-driver/nvidia-driver.spec | 4 ++-- anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec | 4 ++-- .../nvidia/nvidia-persistenced/nvidia-persistenced.spec | 4 ++-- anda/system/nvidia/nvidia-settings/nvidia-settings.spec | 4 ++-- anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec | 4 ++-- 14 files changed, 26 insertions(+), 26 deletions(-) diff --git a/anda/buildsys/gradle/gradle.spec b/anda/buildsys/gradle/gradle.spec index e36645dc05..836ef03e6b 100644 --- a/anda/buildsys/gradle/gradle.spec +++ b/anda/buildsys/gradle/gradle.spec @@ -1,5 +1,5 @@ Name: gradle -Version: 9.4.1 +Version: 9.5.0 Release: 1%{?dist} Summary: Powerful build system for the JVM URL: https://gradle.org/ diff --git a/anda/devs/deno/rust-deno.spec b/anda/devs/deno/rust-deno.spec index 0150a0ece5..7e39eab1ac 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.13 +Version: 2.7.14 Release: 1%{?dist} Summary: Deno executable 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 508db706a0..99446138bc 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,7 +1,7 @@ Name: compat-nvidia-repo-580xx -Version: 580.142 +Version: 580.159.03 Epoch: 3 -Release: 3%{?dist} +Release: 1%{?dist} Summary: Compatibility package required by official CUDA packages License: NVIDIA License URL: https://developer.nvidia.com/cuda-toolkit 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 d39b17095e..7b18035672 100644 --- a/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec +++ b/anda/system/nvidia-580/nvidia-driver/nvidia-driver-580.spec @@ -11,8 +11,8 @@ %endif Name: %{real_name}-580xx -Version: 580.142 -Release: 2%{?dist} +Version: 580.159.03 +Release: 1%{?dist} Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Epoch: 3 License: NVIDIA License 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 7600c298c5..a1ec3a50d5 100644 --- a/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec +++ b/anda/system/nvidia-580/nvidia-modprobe/nvidia-modprobe-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-modprobe Name: %{real_name}-580xx -Version: 580.142 -Release: 2%{?dist} +Version: 580.159.03 +Release: 1%{?dist} Summary: NVIDIA kernel module loader Epoch: 3 License: GPL-2.0-or-later 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 927eee99e3..76b646f26a 100644 --- a/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec +++ b/anda/system/nvidia-580/nvidia-persistenced/nvidia-persistenced-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-persistenced Name: %{real_name}-580xx -Version: 580.142 -Release: 3%{?dist} +Version: 580.159.03 +Release: 1%{?dist} Summary: A daemon to maintain persistent software state in the NVIDIA driver Epoch: 3 License: GPL-2.0-or-later 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 ab7635cc87..f6e2bf7cb4 100644 --- a/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec +++ b/anda/system/nvidia-580/nvidia-settings/nvidia-settings-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-settings Name: %{real_name}-580xx -Version: 580.142 -Release: 3%{?dist} +Version: 580.159.03 +Release: 1%{?dist} Summary: Configure the NVIDIA graphics driver Epoch: 3 License: GPL-2.0-or-later 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 ccfd1255e8..d060c047ae 100644 --- a/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec +++ b/anda/system/nvidia-580/nvidia-xconfig/nvidia-xconfig-580.spec @@ -1,8 +1,8 @@ %global real_name nvidia-xconfig Name: %{real_name}-580xx -Version: 580.142 -Release: 3%{?dist} +Version: 580.159.03 +Release: 1%{?dist} Summary: NVIDIA X configuration file editor Epoch: 3 License: GPL-2.0-or-later diff --git a/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec b/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec index 0198ff17c1..6af2b664fa 100644 --- a/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec +++ b/anda/system/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec @@ -1,7 +1,7 @@ Name: compat-nvidia-repo -Version: 595.58.03 +Version: 595.71.05 Epoch: 3 -Release: 2%{?dist} +Release: 1%{?dist} Summary: Compatibility package required by official CUDA packages License: NVIDIA License URL: https://developer.nvidia.com/cuda-toolkit diff --git a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec index 3db64183e9..c67ac5ff84 100644 --- a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec +++ b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec @@ -9,8 +9,8 @@ %endif Name: nvidia-driver -Version: 595.58.03 -Release: 2%{?dist} +Version: 595.71.05 +Release: 1%{?dist} Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Epoch: 3 License: NVIDIA License diff --git a/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec b/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec index 5c93e6446d..82e682e235 100644 --- a/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec +++ b/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec @@ -1,6 +1,6 @@ Name: nvidia-modprobe -Version: 595.58.03 -Release: 2%{?dist} +Version: 595.71.05 +Release: 1%{?dist} Summary: NVIDIA kernel module loader Epoch: 3 License: GPL-2.0-or-later diff --git a/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec b/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec index a58b1326aa..68a782544f 100644 --- a/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec +++ b/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec @@ -1,6 +1,6 @@ Name: nvidia-persistenced -Version: 595.58.03 -Release: 2%{?dist} +Version: 595.71.05 +Release: 1%{?dist} Summary: A daemon to maintain persistent software state in the NVIDIA driver Epoch: 3 License: GPL-2.0-or-later diff --git a/anda/system/nvidia/nvidia-settings/nvidia-settings.spec b/anda/system/nvidia/nvidia-settings/nvidia-settings.spec index 23bd460c22..2662615a57 100644 --- a/anda/system/nvidia/nvidia-settings/nvidia-settings.spec +++ b/anda/system/nvidia/nvidia-settings/nvidia-settings.spec @@ -1,6 +1,6 @@ Name: nvidia-settings -Version: 595.58.03 -Release: 2%{?dist} +Version: 595.71.05 +Release: 1%{?dist} Summary: Configure the NVIDIA graphics driver Epoch: 3 License: GPL-2.0-or-later diff --git a/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec b/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec index 9d1c809f9d..bd50e931cc 100644 --- a/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec +++ b/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec @@ -1,6 +1,6 @@ Name: nvidia-xconfig -Version: 595.58.03 -Release: 2%{?dist} +Version: 595.71.05 +Release: 1%{?dist} Summary: NVIDIA X configuration file editor Epoch: 3 License: GPL-2.0-or-later From 3fe0f4ed87c711eb4569b685c7fce0e23df37d57 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 15:01:38 +0000 Subject: [PATCH 1007/1189] bump(branch): nvidia-kmod-common --- anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec index 791ecab01c..9d88534098 100644 --- a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec +++ b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec @@ -5,8 +5,8 @@ %global __brp_strip %{nil} Name: nvidia-kmod-common -Version: 595.58.03 -Release: 2%{?dist} +Version: 595.71.05 +Release: 1%{?dist} Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 License: NVIDIA License From 6fe91b2724b09257f6b451945bb7565c0be776be Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 15:39:24 +0000 Subject: [PATCH 1008/1189] bump: discord-canary-openasar discord-canary pop glaze --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/go/pop/pop.spec | 4 ++-- anda/lib/glaze/glaze.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 0068b2014e..31b48b5c5a 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: 1.0.976 +Version: 1.0.977 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 8e42be029c..bb436d00fa 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: 1.0.976 +Version: 1.0.977 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/go/pop/pop.spec b/anda/langs/go/pop/pop.spec index 04f3863ffb..52df281777 100644 --- a/anda/langs/go/pop/pop.spec +++ b/anda/langs/go/pop/pop.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} %global goipath github.com/charmbracelet/pop -Version: 0.2.0 +Version: 0.2.1 %gometa -f Name: pop -Release: 1%?dist +Release: 1%{?dist} Summary: Send emails from your terminal URL: https://github.com/charmbracelet/%{name} Source0: https://github.com/charmbracelet/%{name}/archive/refs/tags/v%{version}.tar.gz diff --git a/anda/lib/glaze/glaze.spec b/anda/lib/glaze/glaze.spec index ab7d57df77..dc9fbfce41 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.4.0 +Version: 7.5.0 Release: 1%{?dist} License: MIT URL: https://stephenberry.github.io/glaze From 2d27d288c6fff8d8ffdbb2547596bcbf0310f4c6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 17:09:43 +0000 Subject: [PATCH 1009/1189] bump(branch): dkms-nvidia nvidia-kmod --- anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec | 4 ++-- anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec b/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec index 95dc2e4a8e..e6c840fbb0 100644 --- a/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec +++ b/anda/system/nvidia/dkms-nvidia/dkms-nvidia.spec @@ -4,8 +4,8 @@ %global modulename nvidia Name: dkms-%{modulename} -Version: 595.58.03 -Release: 2%{?dist} +Version: 595.71.05 +Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License diff --git a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec index 5f74fc1e19..35e6ac4a54 100644 --- a/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec +++ b/anda/system/nvidia/nvidia-kmod/nvidia-kmod.spec @@ -7,8 +7,8 @@ %undefine _auto_set_build_flags Name: nvidia-kmod -Version: 595.58.03 -Release: 3%{?dist} +Version: 595.71.05 +Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License From 953743213e080f990478c68e42f87260e9b1bafc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 17:20:08 +0000 Subject: [PATCH 1010/1189] bump: discord-canary-openasar discord-canary edit --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/edit/edit.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 31b48b5c5a..ed1086d8d3 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: 1.0.977 +Version: 1.0.978 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 bb436d00fa..4b3e99b386 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: 1.0.977 +Version: 1.0.978 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/edit/edit.spec b/anda/devs/edit/edit.spec index d7e7137bea..5125c59d42 100644 --- a/anda/devs/edit/edit.spec +++ b/anda/devs/edit/edit.spec @@ -7,8 +7,8 @@ An editor that pays homage to the classic MS-DOS Editor, but with a modern inter %global appstream_component console-application Name: %{crate} -Version: 1.2.1 -Release: 4%{?dist} +Version: 2.0.0 +Release: 1%{?dist} Summary: A simple editor for simple needs. SourceLicense: MIT License: MIT AND (MIT OR Apache-2.0) From f99825bbf61143446d568c9528c3f8f9776550e1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 18:57:30 +0000 Subject: [PATCH 1011/1189] bump: discord-canary-openasar discord-canary rpcs3 args-hxx --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/lib/args-hxx/args-hxx.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index ed1086d8d3..df07bd4ddc 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: 1.0.978 +Version: 1.0.980 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 4b3e99b386..c1ede50640 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: 1.0.978 +Version: 1.0.980 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 12752719a4..39b7521ddd 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 74bcbd9816345d0811491011360c7406ad97dab4 -%global ver 0.0.40-19260 +%global commit e05d35972192f7cb9a3af39dac83d6bd402c6861 +%global ver 0.0.40-19261 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/lib/args-hxx/args-hxx.spec b/anda/lib/args-hxx/args-hxx.spec index 66c75e6cda..b21777e5ec 100644 --- a/anda/lib/args-hxx/args-hxx.spec +++ b/anda/lib/args-hxx/args-hxx.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: args-hxx -Version: 6.4.13 +Version: 6.4.14 Release: 1%{?dist} Summary: A simple header-only C++ argument parser library License: MIT From 95d91649b21cd08a99be13b701be5578c579773c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 20:20:08 +0000 Subject: [PATCH 1012/1189] 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 df07bd4ddc..00ae95dcbe 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: 1.0.980 +Version: 1.0.983 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 c1ede50640..a45c241f9c 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: 1.0.980 +Version: 1.0.983 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 9fb319946854ef4b0bf3006495b02947ac0697ad Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 28 Apr 2026 15:21:32 -0500 Subject: [PATCH 1013/1189] chore(gpg-keys): Bump (#11745) Apparently I forgot to bump this? Signed-off-by: Gilver --- anda/terra/gpg-keys/terra-gpg-keys.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/terra/gpg-keys/terra-gpg-keys.spec b/anda/terra/gpg-keys/terra-gpg-keys.spec index 0c574cdcfb..beb946d7d9 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: 5%{?dist} +Release: 6%{?dist} Summary: GPG keys for Terra Requires: filesystem >= 3.18-6 @@ -52,7 +52,7 @@ Source39: RPM-GPG-KEY-terra44-source Source40: RPM-GPG-KEY-terrael10 Source41: RPM-GPG-KEY-terrael10-source BuildArch: noarch -Obsoletes: terra-mock-gpg-keys < %{version}-5 +Obsoletes: terra-mock-gpg-keys < %{version}-6 Packager: Terra Packaging Team From 797980a590f422549f39ff5f78d0021137c466b8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 21:33:18 +0000 Subject: [PATCH 1014/1189] bump: discord-canary-openasar discord-canary args-hxx --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/lib/args-hxx/args-hxx.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 00ae95dcbe..eed7b0086c 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: 1.0.983 +Version: 1.0.984 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 a45c241f9c..1c84478b5e 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: 1.0.983 +Version: 1.0.984 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/lib/args-hxx/args-hxx.spec b/anda/lib/args-hxx/args-hxx.spec index b21777e5ec..d4b8769b05 100644 --- a/anda/lib/args-hxx/args-hxx.spec +++ b/anda/lib/args-hxx/args-hxx.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: args-hxx -Version: 6.4.14 +Version: 6.4.15 Release: 1%{?dist} Summary: A simple header-only C++ argument parser library License: MIT From 290645ec3ed9a024417fc71aba0bf79802a5b901 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 28 Apr 2026 22:36:09 +0000 Subject: [PATCH 1015/1189] bump: discord-canary-openasar discord-canary activate-linux --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/misc/activate-linux/activate-linux.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 eed7b0086c..ac5d7726da 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: 1.0.984 +Version: 1.0.987 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 1c84478b5e..de22ebfec5 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: 1.0.984 +Version: 1.0.987 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/misc/activate-linux/activate-linux.spec b/anda/misc/activate-linux/activate-linux.spec index c9ffcdfebe..63541b506a 100644 --- a/anda/misc/activate-linux/activate-linux.spec +++ b/anda/misc/activate-linux/activate-linux.spec @@ -1,5 +1,5 @@ -%global commit f3fecf216fd3571821b38a684efab9911ec4f886 -%global date 20260407 +%global commit a3b8f9e6769760b09d6247a0fb3a9c435e214b10 +%global date 20260428 %global short %(c=%{commit}; echo ${c:0:7}) %global ver 1.1.0 From aea3316bdded3f510ba6c150cd75046634dca079 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 01:21:18 +0000 Subject: [PATCH 1016/1189] 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 ac5d7726da..9bbcac1f16 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: 1.0.987 +Version: 1.0.989 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 de22ebfec5..5fabe1bc0b 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: 1.0.987 +Version: 1.0.989 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 180cd1cb70..e8f262764e 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-28 +%global ver 2026-04-29 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From ecea52d8a09eadfeb96fa287c0eccaa81beb9b83 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:49:10 -0500 Subject: [PATCH 1017/1189] chore: install anime-game-launcher metainfo (#8198) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: add anime-game-launcher metainfo Signed-off-by: Owen-sz * changelog and space Signed-off-by: Owen-sz * Don’t need * Oops 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> --- .../anime-game-launcher/anime-game-launcher.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec b/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec index 60336e0467..d23368af50 100644 --- a/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec +++ b/anda/games/launcher.moe/anime-game-launcher/anime-game-launcher.spec @@ -3,7 +3,7 @@ %global appid moe.launcher.an-anime-game-launcher Name: %{crate} Version: 3.19.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An Anime Game Launcher for Linux with automatic patching and telemetry disabling License: GPL-3.0-or-later @@ -53,6 +53,7 @@ BuildRequires: protobuf-devel protobuf-compiler %install %crate_install_bin +install -Dm644 assets/moe.launcher.an-anime-game-launcher.metainfo.xml %{buildroot}%{_metainfodir}/moe.launcher.an-anime-game-launcher.metainfo.xml install -Dm644 assets/images/icon.png %{buildroot}%{_datadir}/icons/hicolor/512x512/apps/%{appid}.png desktop-file-install \ --set-icon="%{appid}" \ @@ -70,7 +71,11 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/anime-game-launcher. %{_datadir}/applications/anime-game-launcher.desktop %{_bindir}/%{crate} %{_datadir}/icons/hicolor/512x512/apps/%{appid}.png +%{_metainfodir}/moe.launcher.an-anime-game-launcher.metainfo.xml %changelog +* Mon Dec 08 2025 Owen Zimmerman +- Install metainfo + * Sat Sep 20 2025 Cappy Ishihara - Initial package From 2f0aba365c18ceaac21b8e81cf0d1038032fb681 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 03:33:43 +0000 Subject: [PATCH 1018/1189] bump(nightly): mpv-nightly stardust-server-nightly zed-nightly xray-nightly nim-nightly types-colorama astal v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver opentabletdriver-nightly rpi-utils --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- .../stardust/server/nightly/stardust-server-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 6 +++--- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/lib/astal/astal/astal.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/tools/rpi-utils/rpi-utils.spec | 4 ++-- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index da6aeed953..97928f5184 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 a42b1b9103b2a5ab60817dfe858bf92ec0abc8e0 +%global commit 3e3936eee4bd0c9cc6542c3cca313ac4d54846e0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260428 +%global commit_date 20260429 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/stardust/server/nightly/stardust-server-nightly.spec b/anda/desktops/stardust/server/nightly/stardust-server-nightly.spec index 7dd2d8d8ee..fd37192095 100644 --- a/anda/desktops/stardust/server/nightly/stardust-server-nightly.spec +++ b/anda/desktops/stardust/server/nightly/stardust-server-nightly.spec @@ -1,5 +1,5 @@ -%global commit a12f58b9825160d16910b515535664afe422255e -%global commit_date 20260427 +%global commit 08092c3376e809190b349083497fb8c96c637c82 +%global commit_date 20260429 %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/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 03b37c77c8..7b5f3d5ea6 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 0678d61f085e48308b06fc58172fda6764393453 +%global commit 3014170d7e4dfbe8379beda4dec92d6256b41209 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260428 -%global ver 1.1.0 +%global commit_date 20260429 +%global ver 1.2.0 %bcond_with check %bcond_with debug_no_build diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 2ecec7ffb7..71c81554e3 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit b4f08981becb71eaa995fa98ed2098ade92566bb +%global commit 1836b1c6e4f672e266f629532e3252ce2a07ff54 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260426 +%global commit_date 20260429 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 980cf6100b..c3b9db49aa 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 92d0c097e56991f193884c1019bdc3843435eac7 +%global commit 4bcb706d496e4dce3f25040e67065950973fbaa2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260428 +%global commit_date 20260429 %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 6574eb9f37..e144bc9122 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 68517355a3269be407bde20fea8fd66af2dc4241 -%global commit_date 20260426 +%global commit e4d32e01bee44241a5e7c33298c261175b9f1bdb +%global commit_date 20260429 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/lib/astal/astal/astal.spec b/anda/lib/astal/astal/astal.spec index 8bcfd06699..4163ee1cc5 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,7 +1,7 @@ -%global commit 9d0d482371526084da4d829b3449ca6f1a463d78 +%global commit 6e9ed352252f663b0be9dcbc8c60c4ea4a0dcc47 %global shortcommit %{sub %commit 1 7} -%global commit_date 20260427 +%global commit_date 20260429 Name: astal Version: 0^%commit_date.%shortcommit diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 7362e3fc1b..b36f69c25a 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 15ce2e5b44fa80cc1eae9606c2306d886246d90b +%global commit 3add875abbe48c5a18f1a029af61ef3058c6831d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260427233617 -%global commit_date 20260428 +%global ver 20260428063148 +%global commit_date 20260429 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 2b326b3db2..ce4a1d33bc 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 1bee4edf0c3679fdca4b24f3b053349d23eb8ce1 -%global commit_date 20260428 +%global commit 389257964b10a0968bc6c0e8ea7a5a7a853aab52 +%global commit_date 20260429 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index 36d66f513e..d5c6b335b4 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit c4e96b031d55c3092ba66ad522f5851d62063859 +%global commit 8c41af72604cef3676800c32ae19299d9b37348a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260427 +%global commitdate 20260429 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index dbf13b6ab5..ff3ace4c19 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 4c2b229256a4c91578501e2d0a744ef255bff12b +%global commit 128ee0dd5ce15e9660115552b7f11db4597b7546 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260428 +%global commit_date 20260429 %global ver 0.6.7 # We aren't using Mono but RPM expected Mono diff --git a/anda/tools/rpi-utils/rpi-utils.spec b/anda/tools/rpi-utils/rpi-utils.spec index 10389f64da..3564c15007 100644 --- a/anda/tools/rpi-utils/rpi-utils.spec +++ b/anda/tools/rpi-utils/rpi-utils.spec @@ -1,5 +1,5 @@ -%global commit d74d6da1c20a300e5fec7827fe75b5d1b2a337ff -%global commit_date 20260411 +%global commit ab0de6af57fbbbc47aed976425d0ed7b9d85e47a +%global commit_date 20260429 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpi-utils From 601134de6253fe0b7679f364375c2846df4a10ee Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 04:51:44 +0000 Subject: [PATCH 1019/1189] bump: discord-canary-openasar discord-canary rpcs3 dank-material-shell yabs --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/system/dank-material-shell/dank-material-shell.spec | 2 +- anda/tools/yabs/yabs.spec | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 9bbcac1f16..85a080cd3b 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: 1.0.989 +Version: 1.0.991 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 5fabe1bc0b..4f7214a9e5 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: 1.0.989 +Version: 1.0.991 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 39b7521ddd..0c872c1eb8 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 e05d35972192f7cb9a3af39dac83d6bd402c6861 -%global ver 0.0.40-19261 +%global commit b212935c702d228b29bbacf11f6fe02e86b655d8 +%global ver 0.0.40-19262 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/system/dank-material-shell/dank-material-shell.spec b/anda/system/dank-material-shell/dank-material-shell.spec index 2d0f69aec4..910d8db37a 100644 --- a/anda/system/dank-material-shell/dank-material-shell.spec +++ b/anda/system/dank-material-shell/dank-material-shell.spec @@ -1,7 +1,7 @@ %global goipath github.com/AvengeMedia/%{name}/core Name: DankMaterialShell -Version: 1.4.5 +Version: 1.4.6 Release: 1%{?dist} Summary: Desktop shell for Wayland compositors built on QuickShell diff --git a/anda/tools/yabs/yabs.spec b/anda/tools/yabs/yabs.spec index 8cde76d0d1..ace35373e7 100644 --- a/anda/tools/yabs/yabs.spec +++ b/anda/tools/yabs/yabs.spec @@ -1,5 +1,5 @@ -%global commit 7328d7cb728ef7506009c37b6ec78ca70f6e5c8d -%global commit_date 20251229 +%global commit ba162efb87dd336c1c63853bb2856828b90c79b3 +%global commit_date 20260429 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: yabs From 60e4a6f49e28b227294cfd82e6b995d4acf2ef68 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 05:38:54 +0000 Subject: [PATCH 1020/1189] bump(branch): astal-gtk logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- anda/lib/astal/astal-gtk/astal-gtk.spec | 6 +++--- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index 8b9c52da06..434b334763 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,6 +1,6 @@ -%global commit 9d0d482371526084da4d829b3449ca6f1a463d78 -%global shortcommit 9d0d482 -%global commit_date 20260427 +%global commit 6e9ed352252f663b0be9dcbc8c60c4ea4a0dcc47 +%global shortcommit 6e9ed35 +%global commit_date 20260429 Name: astal Version: 0^%commit_date.%commit diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index 678857b970..55853f875e 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit c4e96b031d55c3092ba66ad522f5851d62063859 -%global commitdate 20260427 +%global commit 8c41af72604cef3676800c32ae19299d9b37348a +%global commitdate 20260429 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 92d812147a..1810d0c67e 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit c4e96b031d55c3092ba66ad522f5851d62063859 +%global commit 8c41af72604cef3676800c32ae19299d9b37348a %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260427 +%global commitdate 20260429 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From 83a3010173c49f598ca6c49ce432cafab115bded Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 07:23:21 +0000 Subject: [PATCH 1021/1189] bump: helium-browser-bin proton-vpn gradle-completions --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 2 +- anda/apps/proton-vpn/proton-vpn.spec | 2 +- anda/misc/gradle-completions/gradle-completions.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index d61e721245..e9ae34f051 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.11.5.1 +Version: 0.11.6.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium diff --git a/anda/apps/proton-vpn/proton-vpn.spec b/anda/apps/proton-vpn/proton-vpn.spec index f6c9084098..00a21788da 100644 --- a/anda/apps/proton-vpn/proton-vpn.spec +++ b/anda/apps/proton-vpn/proton-vpn.spec @@ -1,4 +1,4 @@ -%global metainfo_commit baf65ee3b0236d447e250294c5773f9411d85cfa +%global metainfo_commit 92832ea1d6adc2b226742d29bc41f5156426f898 Name: proton-vpn-gtk-app Version: 4.16.1 diff --git a/anda/misc/gradle-completions/gradle-completions.spec b/anda/misc/gradle-completions/gradle-completions.spec index 463bdb7342..016abccdac 100644 --- a/anda/misc/gradle-completions/gradle-completions.spec +++ b/anda/misc/gradle-completions/gradle-completions.spec @@ -1,5 +1,5 @@ Name: gradle-completions -Version: 9.4.1 +Version: 9.5.0 Release: 1%{?dist} Summary: Gradle tab completion for bash and zsh License: MIT From eb36a8854b142cd46dc201c0b345c90806bdd4a0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 09:33:17 +0000 Subject: [PATCH 1022/1189] bump: kew --- anda/misc/kew/kew.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/misc/kew/kew.spec b/anda/misc/kew/kew.spec index b49e8d9019..869298052b 100644 --- a/anda/misc/kew/kew.spec +++ b/anda/misc/kew/kew.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: kew -Version: 3.7.3 +Version: 4.0.0 Release: 1%{?dist} Summary: Music for the Shell URL: https://codeberg.org/ravachol/kew From b309283a54ad0687205f596dc76e583587c6425b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 11:16:47 +0000 Subject: [PATCH 1023/1189] bump: rust-mise --- anda/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index 415e515c65..5c9fd38496 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.25 +Version: 2026.4.26 Release: 1%{?dist} Summary: Front-end to your dev env From 287befce4006c7710ab4141bff2ce0244aaa02ce Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 12:57:37 +0000 Subject: [PATCH 1024/1189] bump: osu-lazer --- anda/games/osu-lazer/osu-lazer.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index 3b21cf0511..b766cef540 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -1,9 +1,9 @@ -%define osuresver 2026.423.0 +%define osuresver 2026.427.0 %global debug_package %{nil} %define __strip /bin/true Name: osu-lazer -Version: 2026.425.0 +Version: 2026.429.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 From b2a7a8ff9865ccd27b4bc76459217e71794661c9 Mon Sep 17 00:00:00 2001 From: Pornpipat Popum Date: Wed, 29 Apr 2026 21:18:27 +0700 Subject: [PATCH 1025/1189] fix: starship (#11758) remove old ancient cargo2rpm-generated Windows patch because its no longer relevant --- anda/langs/rust/starship/rust-starship.spec | 2 -- .../starship/starship-fix-metadata-auto.diff | 29 ------------------- 2 files changed, 31 deletions(-) delete mode 100644 anda/langs/rust/starship/starship-fix-metadata-auto.diff diff --git a/anda/langs/rust/starship/rust-starship.spec b/anda/langs/rust/starship/rust-starship.spec index 0c25c57e83..aa56d96d89 100644 --- a/anda/langs/rust/starship/rust-starship.spec +++ b/anda/langs/rust/starship/rust-starship.spec @@ -11,8 +11,6 @@ Summary: Minimal, blazing-fast, and infinitely customizable prompt for an License: ISC URL: https://crates.io/crates/starship Source: %{crates_source} -# Automatically generated patch to strip dependencies and normalize metadata -Patch: starship-fix-metadata-auto.diff BuildRequires: cargo-rpm-macros >= 24 BuildRequires: anda-srpm-macros diff --git a/anda/langs/rust/starship/starship-fix-metadata-auto.diff b/anda/langs/rust/starship/starship-fix-metadata-auto.diff deleted file mode 100644 index ce9f689d72..0000000000 --- a/anda/langs/rust/starship/starship-fix-metadata-auto.diff +++ /dev/null @@ -1,29 +0,0 @@ ---- a/Cargo.toml 2025-04-27 10:52:14.000000000 -0500 -+++ b/Cargo.toml 2025-04-27 12:39:59.385400385 -0500 -@@ -265,22 +265,6 @@ - ] - default-features = false - --[target."cfg(windows)".dependencies.deelevate] --version = "0.2.0" -- --[target."cfg(windows)".dependencies.windows] --version = "0.61.0" --features = [ -- "Win32_Foundation", -- "Win32_UI_Shell", -- "Win32_Security", -- "Win32_System_Threading", -- "Win32_Storage_FileSystem", --] -- --[target."cfg(windows)".build-dependencies.winres] --version = "0.1.12" -- - [profile.bench] - lto = "thin" - codegen-units = 16 - [dev-dependencies] - mockall = "0.13.1" - tempfile = "3.19.1" - From 7d8446c8522866e62b4a50a17e59016ef8b0139f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 15:20:00 +0000 Subject: [PATCH 1026/1189] bump: discord-canary-openasar discord-canary zed-preview zed wails3 arduino-app-cli carapace --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- anda/lib/wails/v3/wails3.spec | 2 +- anda/tools/arduino-app-cli/arduino-app-cli.spec | 2 +- anda/tools/carapace/carapace.spec | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 85a080cd3b..4132268cb6 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: 1.0.991 +Version: 1.0.992 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 4f7214a9e5..f23ecda8b1 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: 1.0.991 +Version: 1.0.992 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index a4c3c8995c..0539340b0b 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.234.6-pre +%global ver 1.1.2-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 3a96d45927..209994aef2 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.233.10 +Version: 1.0.0 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/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index 9ab50feb22..213dbce791 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.78 +%global ver v3.0.0-alpha.79 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 diff --git a/anda/tools/arduino-app-cli/arduino-app-cli.spec b/anda/tools/arduino-app-cli/arduino-app-cli.spec index 42a79fe71d..2c241f9d82 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.4 +Version: 0.9.0 %gometa -f diff --git a/anda/tools/carapace/carapace.spec b/anda/tools/carapace/carapace.spec index 6c9f9748b9..de0efb3be4 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.4 +Version: 1.6.5 %gometa -f From 30fa4501e91d53fb40cc96b76da763c3f21c32d2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 16:56:18 +0000 Subject: [PATCH 1027/1189] bump: rust-mise --- anda/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index 5c9fd38496..8c27fcc84b 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.26 +Version: 2026.4.27 Release: 1%{?dist} Summary: Front-end to your dev env From 21fbd7cfb0e120af1955697e9438c3d8947b42f7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 17:21:58 +0000 Subject: [PATCH 1028/1189] bump(branch): libcusparselt --- anda/lib/nvidia/libcusparselt/libcusparselt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/nvidia/libcusparselt/libcusparselt.spec b/anda/lib/nvidia/libcusparselt/libcusparselt.spec index 4c98a932dd..5f38c74b14 100644 --- a/anda/lib/nvidia/libcusparselt/libcusparselt.spec +++ b/anda/lib/nvidia/libcusparselt/libcusparselt.spec @@ -5,7 +5,7 @@ %global cuda_version 13 Name: libcusparselt -Version: 0.9.0.3 +Version: 0.9.1.1 Release: 1%{?dist} Summary: CUDA Library for Sparse Matrix-Matrix Multiplication License: NVIDIA License From d387408d5fb8af6acd7cee3bfa763b4aaf2b4a51 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 18:12:42 +0000 Subject: [PATCH 1029/1189] bump: discord-canary-openasar discord-canary rpcs3 fresh vgmstream --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/rust/fresh/fresh.spec | 2 +- anda/multimedia/vgmstream/vgmstream.spec | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 4132268cb6..a12a659967 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: 1.0.992 +Version: 1.0.995 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 f23ecda8b1..0391998875 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: 1.0.992 +Version: 1.0.995 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 0c872c1eb8..efe484a7b8 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 b212935c702d228b29bbacf11f6fe02e86b655d8 -%global ver 0.0.40-19262 +%global commit f3cf1da7b771d9077e68987dc845aa1eb2952fd1 +%global ver 0.0.40-19264 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index de967e672e..7291d8e2c5 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.3.1 +Version: 0.3.2 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index 850fe5f882..feab80840a 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit c2bc58b0de655b637041f119239f3dbaa3af9bb0 +%global commit 3982891140cd54cbb6c7424cd6b71a68afe00c8e %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260427 +%global commit_date 20260429 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From 8213edf4bb7057659ea9dd151612184bd5fa42db Mon Sep 17 00:00:00 2001 From: Hikari Hayashi Date: Thu, 30 Apr 2026 03:22:47 +0800 Subject: [PATCH 1030/1189] Add f44 option to the bug issue template (#11765) --- .github/ISSUE_TEMPLATE/bug.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a7ba3a8c91..37938e795b 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -29,6 +29,7 @@ body: description: Which version of Terra are you using? options: - frawhide + - f44 - f43 - f42 - el10 From 9c3402066a4294c5c22a3904a1704eecf0d3d4ce Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 19:55:30 +0000 Subject: [PATCH 1031/1189] 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 a12a659967..32a46c8c0e 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: 1.0.995 +Version: 1.0.996 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 0391998875..382a8f06dd 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: 1.0.995 +Version: 1.0.996 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 56ecf3c2243895e239a2a2f6b4358e9225fe1704 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 21:05:00 +0000 Subject: [PATCH 1032/1189] bump: crystal --- anda/langs/crystal/crystal/crystal.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/crystal/crystal/crystal.spec b/anda/langs/crystal/crystal/crystal.spec index b7ad57a2c5..e495403cd5 100644 --- a/anda/langs/crystal/crystal/crystal.spec +++ b/anda/langs/crystal/crystal/crystal.spec @@ -2,7 +2,7 @@ %global bootstrap_version 1.17.1 Name: crystal -Version: 1.20.0 +Version: 1.20.1 Release: 1%{?dist} Summary: A general-purpose, object-oriented programming language License: Apache-2.0 From 2c4d35c344c9b89a96bd8030619b11edc035f767 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 22:09:32 +0000 Subject: [PATCH 1033/1189] bump: discord-canary-openasar discord-canary wails3 chafa --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/lib/wails/v3/wails3.spec | 2 +- anda/tools/chafa/chafa.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 32a46c8c0e..5ef8edf82e 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: 1.0.996 +Version: 1.0.997 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 382a8f06dd..822d64034f 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: 1.0.996 +Version: 1.0.997 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index 213dbce791..ee4662dca3 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.79 +%global ver v3.0.0-alpha.80 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 diff --git a/anda/tools/chafa/chafa.spec b/anda/tools/chafa/chafa.spec index 5d98ca2012..b69d1b21f4 100644 --- a/anda/tools/chafa/chafa.spec +++ b/anda/tools/chafa/chafa.spec @@ -1,6 +1,6 @@ Name: terra-chafa -Version: 1.18.1 -Release: 1%?dist +Version: 1.18.2 +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/ From e43a65c749ac403e4c12e53e4239d31a711febf7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 29 Apr 2026 23:09:47 +0000 Subject: [PATCH 1034/1189] 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 5ef8edf82e..41b91f4647 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: 1.0.997 +Version: 1.0.998 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 822d64034f..14fc106742 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: 1.0.997 +Version: 1.0.998 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 07b62e72b30e71f6090594f023d6abf0b7b1ad97 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 00:07:19 +0000 Subject: [PATCH 1035/1189] 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 41b91f4647..8afcec5bf6 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: 1.0.998 +Version: 1.0.999 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 14fc106742..16674909f7 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: 1.0.998 +Version: 1.0.999 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From f60e96810a594980e9688a625fe3fd39ab8d3f0f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 03:34:44 +0000 Subject: [PATCH 1036/1189] bump(nightly): mpv-nightly hyprutils.nightly zed-nightly v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver nvidia-patch opentabletdriver-nightly scx-scheds-nightly --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec | 6 +++--- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.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 ++-- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 97928f5184..c70225d6d4 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 3e3936eee4bd0c9cc6542c3cca313ac4d54846e0 +%global commit 5ebe9581d522d6592bcd664c331227e11d5d9f02 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260429 +%global commit_date 20260430 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec index 0fdfee68eb..a4476a8093 100644 --- a/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/hyprland/hyprutils/hyprutils.nightly.spec @@ -1,10 +1,10 @@ #? https://src.fedoraproject.org/rpms/hyprutils/blob/rawhide/f/hyprutils.spec %global realname hyprutils -%global ver 0.12.0 +%global ver 0.13.0 -%global commit ee9ef3d43ed194cae1b55edb716a696a45c37b48 -%global commit_date 20260427 +%global commit ec5c0c709706bad5b82f667fd8758eae442577ce +%global commit_date 20260430 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 7b5f3d5ea6..03a215cbab 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 3014170d7e4dfbe8379beda4dec92d6256b41209 +%global commit 24f62484e936aa355c72f2009313bbe2898a9fd5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260429 +%global commit_date 20260430 %global ver 1.2.0 %bcond_with check diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index b36f69c25a..66b0b29da1 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 3add875abbe48c5a18f1a029af61ef3058c6831d +%global commit 239d4bc7d41dfd982d8ddf60050c384e6138f35b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260428063148 -%global commit_date 20260429 +%global ver 20260429071553 +%global commit_date 20260430 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index ce4a1d33bc..bba8747007 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 389257964b10a0968bc6c0e8ea7a5a7a853aab52 -%global commit_date 20260429 +%global commit 87ffc620e44c888b63ad1d9daf358ec8fa46fa7b +%global commit_date 20260430 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index d5c6b335b4..cb8a73c912 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 8c41af72604cef3676800c32ae19299d9b37348a +%global commit df7f1494f3bd584b8650304be7a37eca4bb49aa5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260429 +%global commitdate 20260430 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index 254ef6bdec..5770aa3966 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 80e48e9346beb9407734a090d33c5e79e9113b01 +%global commit 2c99bc1e67bfb6a490b3c4f95275f09c049be5c0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260404 +%global commit_date 20260430 %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 ff3ace4c19..045a662cd9 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 128ee0dd5ce15e9660115552b7f11db4597b7546 +%global commit d9c3b7deedff370bfc45d079b2387a8fd880fce4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260429 +%global commit_date 20260430 %global ver 0.6.7 # 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 019e35e799..5e05f42a4b 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 b7d935299db974adb46f9711d326f063d0189671 +%global commit 80a752fff261779faf377f17dfd37c70f5a80c44 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260428 +%global commitdate 20260430 %global ver 1.1.0 %undefine __brp_mangle_shebangs From c4f384ecbe6e989baff293cb3efd18de2ee32ae3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 04:01:54 +0000 Subject: [PATCH 1037/1189] bump: discord-canary-openasar discord-canary steamos-manager --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/steamos-manager/steamos-manager.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 8afcec5bf6..0e31bc8477 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: 1.0.999 +Version: 1.0.1000 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 16674909f7..69bcff3ffc 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: 1.0.999 +Version: 1.0.1000 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/steamos-manager/steamos-manager.spec b/anda/games/steamos-manager/steamos-manager.spec index c6b076f4be..a4d65309f6 100644 --- a/anda/games/steamos-manager/steamos-manager.spec +++ b/anda/games/steamos-manager/steamos-manager.spec @@ -1,6 +1,6 @@ Name: steamos-manager -Version: 26.0.1 -Release: 1%?dist +Version: 26.1.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 URL: https://gitlab.steamos.cloud/holo/steamos-manager From c6b604b73373a834279e7e7c9d4c209affa85331 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 05:43:28 +0000 Subject: [PATCH 1038/1189] bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index 55853f875e..0c51256482 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 8c41af72604cef3676800c32ae19299d9b37348a -%global commitdate 20260429 +%global commit df7f1494f3bd584b8650304be7a37eca4bb49aa5 +%global commitdate 20260430 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 1810d0c67e..0bb2075cf5 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,8 +1,8 @@ -%global commit 8c41af72604cef3676800c32ae19299d9b37348a +%global commit df7f1494f3bd584b8650304be7a37eca4bb49aa5 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260429 +%global commitdate 20260430 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} From 50bfd1e3125683e49e7a13f0396a44d12e21a408 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 06:38:42 +0000 Subject: [PATCH 1039/1189] bump: helium-browser-bin ruffle-nightly --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 2 +- anda/apps/ruffle/ruffle-nightly.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 e9ae34f051..9d13a1e440 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.11.6.1 +Version: 0.11.7.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index e8f262764e..4acd4ffd32 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-29 +%global ver 2026-04-30 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 486279cdf9f760f53b9ff85406d0e1ed36b7cfdf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 09:01:58 +0000 Subject: [PATCH 1040/1189] bump: rpcs3 posthog --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/python/posthog/posthog.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index efe484a7b8..12a503b811 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -9,8 +9,8 @@ # GLIBCXX_ASSERTIONS is known to break RPCS3 %global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} %global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} -%global commit f3cf1da7b771d9077e68987dc845aa1eb2952fd1 -%global ver 0.0.40-19264 +%global commit 79d0e0eb3c3af97a5c0afa9b5b64ffaca420d369 +%global ver 0.0.40-19266 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index bf8b6d1729..e19d9195ee 100644 --- a/anda/langs/python/posthog/posthog.spec +++ b/anda/langs/python/posthog/posthog.spec @@ -2,7 +2,7 @@ %global _desc Send usage data from your Python code to PostHog. Name: python-%{pypi_name} -Version: 7.13.1 +Version: 7.13.2 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT From 8e351434cbf0fb96485a249498dc60a49bf3faaa Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 30 Apr 2026 05:16:12 -0500 Subject: [PATCH 1041/1189] add: ghc-libriscv (#11750) * fix (cagebreak): update dep Signed-off-by: Owen-sz * add: ghc-language-bluespec Signed-off-by: Owen-sz * add: ghc-libriscv Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/langs/haskell/ghc-libriscv/anda.hcl | 5 + .../ghc-libriscv/bytestring-ver-fix.patch | 13 ++ .../haskell/ghc-libriscv/ghc-libriscv.spec | 166 ++++++++++++++++++ anda/langs/haskell/ghc-libriscv/update.rhai | 1 + 4 files changed, 185 insertions(+) create mode 100644 anda/langs/haskell/ghc-libriscv/anda.hcl create mode 100644 anda/langs/haskell/ghc-libriscv/bytestring-ver-fix.patch create mode 100644 anda/langs/haskell/ghc-libriscv/ghc-libriscv.spec create mode 100644 anda/langs/haskell/ghc-libriscv/update.rhai diff --git a/anda/langs/haskell/ghc-libriscv/anda.hcl b/anda/langs/haskell/ghc-libriscv/anda.hcl new file mode 100644 index 0000000000..9bda3866d7 --- /dev/null +++ b/anda/langs/haskell/ghc-libriscv/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "ghc-libriscv.spec" + } +} diff --git a/anda/langs/haskell/ghc-libriscv/bytestring-ver-fix.patch b/anda/langs/haskell/ghc-libriscv/bytestring-ver-fix.patch new file mode 100644 index 0000000000..31dc9cbd69 --- /dev/null +++ b/anda/langs/haskell/ghc-libriscv/bytestring-ver-fix.patch @@ -0,0 +1,13 @@ +diff --git a/libriscv.cabal b/libriscv.cabal +index 25e48fa..22e204a 100644 +--- a/libriscv.cabal ++++ b/libriscv.cabal +@@ -91,7 +91,7 @@ library + , base >= 4.15.0.0 && <4.20.0.0 + , array ^>= 0.5.4.0 + , filepath ^>= 1.4.2.1 +- , bytestring >= 0.10.10 && <0.12 ++ , bytestring >= 0.10.10 + , exceptions ^>= 0.10.4 + , melf ^>= 1.3.0 + , freer-simple ^>= 1.2.1.2 diff --git a/anda/langs/haskell/ghc-libriscv/ghc-libriscv.spec b/anda/langs/haskell/ghc-libriscv/ghc-libriscv.spec new file mode 100644 index 0000000000..f88e6904a7 --- /dev/null +++ b/anda/langs/haskell/ghc-libriscv/ghc-libriscv.spec @@ -0,0 +1,166 @@ +# generated by cabal-rpm-2.3.2 +# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ + +%global pkg_name libriscv +%global pkgver %{pkg_name}-%{version} +%{?haskell_setup} + +# testsuite missing deps: bv tasty tasty-hunit + +Name: ghc-%{pkg_name} +Version: 0.1.0.0 +Release: 1%{?dist} +Summary: A versatile, flexible and executable formal model for the RISC-V architecture + +License: MIT +URL: https://hackage.haskell.org/package/libriscv +# Begin cabal-rpm sources: +Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz +# End cabal-rpm sources +Patch0: bytestring-ver-fix.patch +# Begin cabal-rpm deps: +BuildRequires: ghc-rpm-macros +BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-array-devel +BuildRequires: ghc-base-devel +BuildRequires: ghc-bv-devel +BuildRequires: ghc-bytestring-devel +BuildRequires: ghc-containers-devel +BuildRequires: ghc-exceptions-devel +BuildRequires: ghc-extra-devel +BuildRequires: ghc-file-embed-devel +BuildRequires: ghc-filepath-devel +BuildRequires: ghc-freer-simple-devel +BuildRequires: ghc-melf-devel +BuildRequires: ghc-optparse-applicative-devel +BuildRequires: ghc-parameterized-utils-devel +BuildRequires: ghc-template-haskell-devel +BuildRequires: ghc-transformers-devel +BuildRequires: ghc-yaml-devel +%if %{with ghc_prof} +BuildRequires: ghc-array-prof +BuildRequires: ghc-base-prof +BuildRequires: ghc-bv-prof +BuildRequires: ghc-bytestring-prof +BuildRequires: ghc-containers-prof +BuildRequires: ghc-exceptions-prof +BuildRequires: ghc-extra-prof +BuildRequires: ghc-file-embed-prof +BuildRequires: ghc-filepath-prof +BuildRequires: ghc-freer-simple-prof +BuildRequires: ghc-melf-prof +BuildRequires: ghc-optparse-applicative-prof +BuildRequires: ghc-parameterized-utils-prof +BuildRequires: ghc-template-haskell-prof +BuildRequires: ghc-transformers-prof +BuildRequires: ghc-yaml-prof +%endif +# End cabal-rpm deps + +Packager: Owen Zimmerman + +%description +A formal model for the /Instruction Set +Architecture/ (ISA). Contrary to other Haskell RISC-V ISA models, like + or +, LibRISCV is +specifically tailored to the creation of custom ISA interpreters. To this end, +it is designed for flexibility, allowing a versatile representation of +instruction operands. For example, instruction operands can be + expressions +for of binary +code. + +LibRISCV abstractly describes instruction semantics using an /Embedded Domain +Specific Language/ (EDSL) with . This Haskell library is intended to build custom interpreters for this +free monad. The entry point for this purpose is the +'LibRISCV.Semantics.buildAST' function which obtains the free monad AST based +on an entry address. The entry address can be obtained from a provided ELF +loader implementation, this "Loader" module is also responsible for loading +binary instructions into a provided memory implementation. Refer to provided +example interpreters in the for practical usage instruction. More detailed information on +LibRISCV and its concepts is also available in a +. + + +%package devel +Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} +Provides: %{name}-static%{?_isa} = %{version}-%{release} +%if %{defined ghc_version} +Requires: ghc-compiler = %{ghc_version} +%endif +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +This package provides the Haskell %{pkg_name} library development files. + + +%if %{with haddock} +%package doc +Summary: Haskell %{pkg_name} library documentation +BuildArch: noarch +Requires: ghc-filesystem + +%description doc +This package provides the Haskell %{pkg_name} library documentation. +%endif + + +%if %{with ghc_prof} +%package prof +Summary: Haskell %{pkg_name} profiling library +Requires: %{name}-devel%{?_isa} = %{version}-%{release} +Supplements: (%{name}-devel and ghc-prof) + +%description prof +This package provides the Haskell %{pkg_name} profiling library. +%endif + + +%prep +# Begin cabal-rpm setup: +%setup -q -n %{pkgver} +%patch -P0 -p1 +# End cabal-rpm setup + + +%build +# Begin cabal-rpm build: +%ghc_lib_build +# End cabal-rpm build + + +%install +# Begin cabal-rpm install +%ghc_lib_install +# End cabal-rpm install + + +%files -f %{name}.files +# Begin cabal-rpm files: +%license LICENSE.txt +%{_datadir}/%{pkgver} +# End cabal-rpm files + + +%files devel -f %{name}-devel.files +%{_bindir}/riscv-tiny + + +%if %{with haddock} +%files doc -f %{name}-doc.files +%license LICENSE.txt +%endif + + +%if %{with ghc_prof} +%files prof -f %{name}-prof.files +%endif + + +%changelog +* Tue Apr 28 2026 Owen Zimmerman - 0.1.0.0-1 +- Initial commit diff --git a/anda/langs/haskell/ghc-libriscv/update.rhai b/anda/langs/haskell/ghc-libriscv/update.rhai new file mode 100644 index 0000000000..9c9aa8a431 --- /dev/null +++ b/anda/langs/haskell/ghc-libriscv/update.rhai @@ -0,0 +1 @@ +rpm.version(hackage("libriscv")); From 429bf69c739a62231c142ffcdf99a2eb1fc7a76e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 11:03:17 +0000 Subject: [PATCH 1042/1189] bump: rust-mise --- anda/buildsys/mise/rust-mise.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index 8c27fcc84b..6c08a47373 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.27 +Version: 2026.4.28 Release: 1%{?dist} Summary: Front-end to your dev env From e6755af577c3bed2cda283c7d3d36bfd981ca07c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 12:21:49 +0000 Subject: [PATCH 1043/1189] bump: rio --- anda/devs/rio/rio.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 5353ccb476..6d069cddff 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -4,7 +4,7 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser %bcond docs 1 Name: rio -Version: 0.3.11 +Version: 0.4.1 Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT From d1bbae570297719beac351d16727af9aa0e18a04 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:53:57 -0500 Subject: [PATCH 1044/1189] fix(scrcpy): try to use existing java ver (#11776) (#11777) if not we need to pull in adoptium (cherry picked from commit 6ef17e4e15149e5c9e1527afdca2d620e39a7977) Signed-off-by: madomado Co-authored-by: madomado --- anda/apps/scrcpy/scrcpy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/scrcpy/scrcpy.spec b/anda/apps/scrcpy/scrcpy.spec index ceb22441b1..6ce03d87ea 100644 --- a/anda/apps/scrcpy/scrcpy.spec +++ b/anda/apps/scrcpy/scrcpy.spec @@ -46,7 +46,7 @@ BuildRequires: python3-sdkmanager Requires: %{name}-server # Gradle here really wants Java 21-23 to work properly # Java 25 breaks the build -BuildRequires: java-21-openjdk-devel +BuildRequires: java-latest-openjdk-devel BuildConflicts: dkms-nvidia akmod-nvidia Requires: android-tools From 6a6420b9ecb4ad9a628898b9a1837f628d78c079 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 14:32:45 +0000 Subject: [PATCH 1045/1189] 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 12a503b811..144fc8d940 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 79d0e0eb3c3af97a5c0afa9b5b64ffaca420d369 -%global ver 0.0.40-19266 +%global commit 7ea0a96d02099ba099a4ea8f91f086d4bd52f7b7 +%global ver 0.0.40-19270 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 735dd95e99c852d0060ae00e41e7e7101fbb62da Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 16:07:17 +0000 Subject: [PATCH 1046/1189] bump: wails3 tauri --- anda/lib/wails/v3/wails3.spec | 2 +- anda/tools/tauri/tauri.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index ee4662dca3..bd204a24dd 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.80 +%global ver v3.0.0-alpha.81 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 diff --git a/anda/tools/tauri/tauri.spec b/anda/tools/tauri/tauri.spec index 16966156e1..d03800cdfb 100644 --- a/anda/tools/tauri/tauri.spec +++ b/anda/tools/tauri/tauri.spec @@ -2,8 +2,8 @@ %undefine __brp_mangle_shebangs Name: rust-tauri -Version: 2.10.1 -Release: 1%?dist +Version: 2.11.0 +Release: 1%{?dist} Summary: Command line interface for building Tauri apps License: Apache-2.0 OR MIT URL: https://crates.io/crates/create-tauri-app From 83d00b374b4a627ec81a76c19ad63dda29be8047 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 17:43:04 +0000 Subject: [PATCH 1047/1189] bump: discord-canary-openasar discord-canary android-studio-canary flutter rpcs3 terra-sccache typos --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- anda/devs/flutter/flutter.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/terra/sccache/terra-sccache.spec | 2 +- anda/tools/typos/typos.spec | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 0e31bc8477..de9408c935 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: 1.0.1000 +Version: 1.0.1001 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 69bcff3ffc..c6ebf301ee 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: 1.0.1000 +Version: 1.0.1001 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index c295bdeaba..d21d87ed59 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: 2026.1.1.2 +Version: 2026.1.1.3 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 quail1-canary2 +%define suffixS quail1-canary3 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz diff --git a/anda/devs/flutter/flutter.spec b/anda/devs/flutter/flutter.spec index 8c7cd7e64f..45948f29f3 100644 --- a/anda/devs/flutter/flutter.spec +++ b/anda/devs/flutter/flutter.spec @@ -1,5 +1,5 @@ Name: flutter -Version: 3.41.8 +Version: 3.41.9 Release: 1%{?dist} Summary: SDK for crafting beautiful, fast user experiences from a single codebase License: BSD-3-Clause diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 144fc8d940..8931d5c108 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 7ea0a96d02099ba099a4ea8f91f086d4bd52f7b7 -%global ver 0.0.40-19270 +%global commit d773a3f94e02f1ff66879899232d75f45e2bf17e +%global ver 0.0.40-19291 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/terra/sccache/terra-sccache.spec b/anda/terra/sccache/terra-sccache.spec index 6b8d529b27..c2217f2bf5 100644 --- a/anda/terra/sccache/terra-sccache.spec +++ b/anda/terra/sccache/terra-sccache.spec @@ -8,7 +8,7 @@ This build actually enables caching to remote storage.} %bcond dist %["%{_target_cpu}" == "x86_64"] Name: terra-sccache -Version: 0.14.0 +Version: 0.15.0 Release: 1%{?dist} Summary: Remote caching enabled builds of sccache SourceLicense: Apache-2.0 AND (Apache-2.0 OR MIT) diff --git a/anda/tools/typos/typos.spec b/anda/tools/typos/typos.spec index a070dbead9..c6f89d19f6 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.45.2 +Version: 1.46.0 Release: 1%{?dist} Summary: Source Code Spelling Correction From a542f9013386aa1a22aafe7c111549648dc4cbd8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 18:59:42 +0000 Subject: [PATCH 1048/1189] bump: discord-canary-openasar discord-canary rpcs3 surge --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/surge/surge.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index de9408c935..718d1976a5 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: 1.0.1001 +Version: 1.0.1002 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 c6ebf301ee..d8164a884f 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: 1.0.1001 +Version: 1.0.1002 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 8931d5c108..7a94a4da72 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 d773a3f94e02f1ff66879899232d75f45e2bf17e -%global ver 0.0.40-19291 +%global commit c25e3e33acdcf0e62f8b52a201e5c189fbba5b16 +%global ver 0.0.40-19294 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index f4a73df1ea..cbe23b6f49 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.8.3 +Version: 0.8.4 %gometa From 9b091e8d7ba9cb74611784707a30bba045335f38 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:13:51 -0500 Subject: [PATCH 1049/1189] chore: move subatomic to terra/ folder (#11752) Signed-off-by: Owen-sz --- anda/{buildsys => tools}/subatomic/anda.hcl | 0 anda/{buildsys => tools}/subatomic/subatomic.spec | 0 anda/{buildsys => tools}/subatomic/update.rhai | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename anda/{buildsys => tools}/subatomic/anda.hcl (100%) rename anda/{buildsys => tools}/subatomic/subatomic.spec (100%) rename anda/{buildsys => tools}/subatomic/update.rhai (100%) diff --git a/anda/buildsys/subatomic/anda.hcl b/anda/tools/subatomic/anda.hcl similarity index 100% rename from anda/buildsys/subatomic/anda.hcl rename to anda/tools/subatomic/anda.hcl diff --git a/anda/buildsys/subatomic/subatomic.spec b/anda/tools/subatomic/subatomic.spec similarity index 100% rename from anda/buildsys/subatomic/subatomic.spec rename to anda/tools/subatomic/subatomic.spec diff --git a/anda/buildsys/subatomic/update.rhai b/anda/tools/subatomic/update.rhai similarity index 100% rename from anda/buildsys/subatomic/update.rhai rename to anda/tools/subatomic/update.rhai From d1529d4a09df1312d2fce744a3151fd258aa734f Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:23:18 -0500 Subject: [PATCH 1050/1189] fix (gnome-shell-extension packages): drop requiring below gnome-shell version 50 (#11785) * fix (gnome-shell-extension packages): drop requiring below gnome-shell version 50 Signed-off-by: Owen-sz * add packager Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- .../gnome-shell-extension-appmenu-is-back.spec | 4 ++-- .../gnome-shell-extension-battery_time.spec | 4 ++-- .../gnome-shell-extension-gpu-supergfxctl-switch.spec | 8 ++++++-- .../gnome-shell-extension-grand-theft-focus.spec | 4 ++-- .../gnome-shell-extension-multi-monitors-bar.spec | 4 ++-- .../gnome-shell-extension-vicinae.spec | 4 ++-- 6 files changed, 16 insertions(+), 12 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 c9adbfaafb..7e6a391c8c 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: 3%?dist +Release: 4%{?dist} Summary: GNOME Shell extension to bring back the app menu License: GPL-3.0-only URL: https://github.com/fthx/appmenu-is-back @@ -12,7 +12,7 @@ BuildArch: noarch Source0: https://github.com/fthx/appmenu-is-back/archive/refs/tags/v%{version}.tar.gz -Requires: (gnome-shell >= 48~ with gnome-shell < 50~) +Requires: gnome-shell >= 48~ Recommends: gnome-extensions-app %description 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 5da29b0b8d..c7cd7205a8 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: 2%?dist +Release: 3%{?dist} Summary: Battery remaining time extension for GNOME Shell License: GPL-2.0-only URL: https://github.com/pomoke/battery_time @@ -18,7 +18,7 @@ Source0: %url/archive/%commit/battery_time-%commit.tar.gz # License declared in README Source1: https://scancode-licensedb.aboutcode.org/gpl-2.0.LICENSE -Requires: (gnome-shell >= 48~ with gnome-shell < 50~) +Requires: gnome-shell >= 48~ Recommends: gnome-extensions-app Packager: 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 bcf2bd1c92..6c81ff0bf6 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,18 +7,22 @@ Name: gnome-shell-extension-%{extension} Version: %ver^%commit_date.%shortcommit -Release: 2%?dist +Release: 3%{?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 Source0: %url/archive/%commit.tar.gz -Requires: (gnome-shell >= 48~ with gnome-shell < 50~) asusctl supergfxctl +Requires: gnome-shell >= 48~ +Requires: asusctl +Requires: supergfxctl Recommends: gnome-extensions-app BuildArch: noarch +Packager: june-fish + %description GPU Profile switcher Gnome-Shell-Extension for ASUS laptops using Supergfxctl 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 0e1c456c72..cef765fdd2 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: 10 -Release: 1%{?dist} +Release: 2%{?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 @@ -12,7 +12,7 @@ BuildArch: noarch Source0: https://github.com/zalckos/GrandTheftFocus/archive/refs/tags/v%version.tar.gz -Requires: (gnome-shell >= 48~ with gnome-shell < 50~) +Requires: gnome-shell >= 48~ Recommends: gnome-extensions-app Packager: 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 68dde16308..acd6ceb851 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 @@ -17,7 +17,7 @@ BuildArch: noarch Source0: %url/archive/%commit/multi-monitors-bar_fapv2-%commit.tar.gz # README declared the license, but they do not provide a license file -Requires: (gnome-shell >= 48~ with gnome-shell < 50~) +Requires: gnome-shell >= 48~ Recommends: gnome-extensions-app Packager: Owen Zimmerman 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 f4a13d56fd..32535f9575 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.6.1 -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 @@ -12,7 +12,7 @@ Packager: metcya BuildArch: noarch BuildRequires: bun-bin glib2-devel -Requires: (gnome-shell >= 48~ with gnome-shell < 50~) +Requires: gnome-shell >= 48~ Requires: vicinae Recommends: gnome-extensions-app Provides: gnome-shell-extension-vicinae-gnome-extension From a85caeebb80284175bab786348112b9c9d24aec9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 20:24:48 +0000 Subject: [PATCH 1051/1189] bump: discord-canary-openasar discord-canary discord-ptb-openasar discord-ptb rust-starship --- 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 +- anda/langs/rust/starship/rust-starship.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 718d1976a5..39554f34b3 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: 1.0.1002 +Version: 1.0.1004 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 d8164a884f..ecba189071 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: 1.0.1002 +Version: 1.0.1004 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 35f9782745..7202191ff2 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: 1.0.188 +Version: 1.0.189 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 ff271d2fe2..57281c00a8 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: 1.0.188 +Version: 1.0.189 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com diff --git a/anda/langs/rust/starship/rust-starship.spec b/anda/langs/rust/starship/rust-starship.spec index aa56d96d89..ea49b6f1b1 100644 --- a/anda/langs/rust/starship/rust-starship.spec +++ b/anda/langs/rust/starship/rust-starship.spec @@ -4,7 +4,7 @@ %global crate starship Name: rust-starship -Version: 1.25.0 +Version: 1.25.1 Release: 1%{?dist} Summary: Minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄🌌️ From 2b2d082fc0945680ca4881c93a27879d66315ced Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 22:17:14 +0000 Subject: [PATCH 1052/1189] 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 39554f34b3..daa9abee8c 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: 1.0.1004 +Version: 1.0.1005 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 ecba189071..3dda426c81 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: 1.0.1004 +Version: 1.0.1005 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 2abc129c2fa142980b01e56557d7f039ff7adc9f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 30 Apr 2026 23:14:14 +0000 Subject: [PATCH 1053/1189] bump: discord-canary-openasar discord-canary komikku yt-dlp-git --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/komikku/komikku.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.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 daa9abee8c..22d06a1411 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: 1.0.1005 +Version: 1.0.1007 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 3dda426c81..b0306912d2 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: 1.0.1005 +Version: 1.0.1007 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/komikku/komikku.spec b/anda/apps/komikku/komikku.spec index f8a9fb4862..545d2c050d 100644 --- a/anda/apps/komikku/komikku.spec +++ b/anda/apps/komikku/komikku.spec @@ -5,7 +5,7 @@ %global pure_protobuf_version 2.0.0 Name: komikku -Version: 50.2.0 +Version: 50.3.0 %forgemeta Release: 1%{?dist} Summary: A manga reader for GNOME diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 154fb7359c..64fba7d87a 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.04.19.213741 +Version: 2026.04.30.222341 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 215d164e0da282fe15105d9e8795b3cdde0d2690 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 00:09:49 +0000 Subject: [PATCH 1054/1189] bump: discord-canary-openasar discord-canary limine electron --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/system/limine/limine.spec | 2 +- anda/tools/electron/electron.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 22d06a1411..7ed40a3108 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: 1.0.1007 +Version: 1.0.1008 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 b0306912d2..19f8e801b7 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: 1.0.1007 +Version: 1.0.1008 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index ba12a54bcf..58551e8ed6 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 12.0.2 +Version: 12.1.0 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 6ecdfaabf1..2fce429bac 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.3.0 +Version: 41.4.0 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 84f1e0689a512ee0f2b89035ef03f12e0e7d8026 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 03:46:21 +0000 Subject: [PATCH 1055/1189] bump(nightly): mpv-nightly rpinters ghostty-nightly zed-nightly astal cloud-hypervisor-nightly nvidia-patch readymade-git natscli --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/apps/rpinters/rpinters.spec | 6 +++--- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/lib/astal/astal/astal.spec | 4 ++-- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- anda/system/nvidia-patch/nvidia-patch.spec | 4 ++-- anda/system/readymade/git/readymade-git.spec | 4 ++-- anda/tools/natscli/natscli.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 c70225d6d4..67e6c39386 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 5ebe9581d522d6592bcd664c331227e11d5d9f02 +%global commit 48bd97b5bb60fb0feb59d5140f3b636d436aef8b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260430 +%global commit_date 20260501 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/apps/rpinters/rpinters.spec b/anda/apps/rpinters/rpinters.spec index 6435280952..5062d2da0c 100644 --- a/anda/apps/rpinters/rpinters.spec +++ b/anda/apps/rpinters/rpinters.spec @@ -1,10 +1,10 @@ -%global commit 0fee3911afdaabbdcf4e8214e3472198a1c0c9db -%global commit_date 20260304 +%global commit 8ce6f3eadf8e41d364d76d0853ae7f0cbb4fc23d +%global commit_date 20260501 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: rpinters Version: 0~%commit_date.git~%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Raspberry Pi printing utility module License: GPL-2+ AND BSD-3-Clause URL: https://github.com/raspberrypi-ui/rpinters diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 7fab8321b1..a972d92a22 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 6590196661f769dd8f2b3e85d6c98262c4ec5b3b +%global commit 4dcb09ada0c0909717d92547623b26eafa50ca8a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-27 +%global fulldate 2026-04-30 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 03a215cbab..5230ec766a 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 24f62484e936aa355c72f2009313bbe2898a9fd5 +%global commit 950161ff0ff34d313c795eef6c28b958cb487039 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260430 +%global commit_date 20260501 %global ver 1.2.0 %bcond_with check diff --git a/anda/lib/astal/astal/astal.spec b/anda/lib/astal/astal/astal.spec index 4163ee1cc5..a0c43cfef5 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,7 +1,7 @@ -%global commit 6e9ed352252f663b0be9dcbc8c60c4ea4a0dcc47 +%global commit 67ddc83e0bdbda6de7f6f15e4fbc5d6b9d2d1b18 %global shortcommit %{sub %commit 1 7} -%global commit_date 20260429 +%global commit_date 20260501 Name: astal Version: 0^%commit_date.%shortcommit diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index bba8747007..d1403d7c94 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 87ffc620e44c888b63ad1d9daf358ec8fa46fa7b -%global commit_date 20260430 +%global commit e0ab116a0c079bbb0e11ecc3132bd80b95c85139 +%global commit_date 20260501 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index 5770aa3966..6e91ef0c34 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 2c99bc1e67bfb6a490b3c4f95275f09c049be5c0 +%global commit 8fc8830e3dd262e42a7456809c73d88adab6e53c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260430 +%global commit_date 20260501 %global patches %{_datadir}/src/nvidia-patch diff --git a/anda/system/readymade/git/readymade-git.spec b/anda/system/readymade/git/readymade-git.spec index 35d278877c..af22342c96 100644 --- a/anda/system/readymade/git/readymade-git.spec +++ b/anda/system/readymade/git/readymade-git.spec @@ -1,5 +1,5 @@ -%global commit 99a4d7eadb559475ea778652736a8ace0eb001d0 -%global commit_date 20260424 +%global commit d65638a3e998f8af3cc0eda8c3641d134c73087d +%global commit_date 20260501 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global crate readymade Name: readymade-git diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 2e7bb58bad..f798b727c7 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 bdff4e5aa5d720494f2db4b89f1715245a746555 -%global commit_date 20260422 +%global commit 620970939540c2aa2c2283153c4f513bebce0d82 +%global commit_date 20260501 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 631278ff5610f5fc9d6f385a21ea727f2eff3b7a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 04:24:31 +0000 Subject: [PATCH 1056/1189] bump: ruffle-nightly rpcs3 gh-act zig-master-bootstrap --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/go/gh-act/gh-act.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 4acd4ffd32..947ed5d389 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-04-30 +%global ver 2026-05-01 %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 7a94a4da72..7ab0e2a7ca 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 c25e3e33acdcf0e62f8b52a201e5c189fbba5b16 -%global ver 0.0.40-19294 +%global commit b6ed4201dfef5d9c3301bf6f30266e4a33674ac5 +%global ver 0.0.40-19295 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/go/gh-act/gh-act.spec b/anda/langs/go/gh-act/gh-act.spec index fb3aa905ab..05af47ebd3 100644 --- a/anda/langs/go/gh-act/gh-act.spec +++ b/anda/langs/go/gh-act/gh-act.spec @@ -12,7 +12,7 @@ # https://github.com/nektos/act %global goipath github.com/nektos/act -Version: 0.2.87 +Version: 0.2.88 %gometa -f diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 5073a1c1bb..5dce685891 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.135+9df02121d +version=0.17.0-dev.215+8c5542bd3 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index b9aab9fbd3..0d2e08cdf3 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.135+9df02121d +%global ver 0.17.0-dev.215+8c5542bd3 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 0ac4cacf7b0405d920aa5ae5317a301bcac29d5d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 06:10:25 +0000 Subject: [PATCH 1057/1189] bump(branch): astal-gtk --- anda/lib/astal/astal-gtk/astal-gtk.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index 434b334763..5a7d489dd4 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,6 +1,6 @@ -%global commit 6e9ed352252f663b0be9dcbc8c60c4ea4a0dcc47 -%global shortcommit 6e9ed35 -%global commit_date 20260429 +%global commit 67ddc83e0bdbda6de7f6f15e4fbc5d6b9d2d1b18 +%global shortcommit 67ddc83 +%global commit_date 20260501 Name: astal Version: 0^%commit_date.%commit From 2b08c44f53f2f395f695cf8da63cf2cc91fa8f94 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 11:38:37 +0000 Subject: [PATCH 1058/1189] bump: rnote --- anda/langs/rust/rnote/rnote.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/rust/rnote/rnote.spec b/anda/langs/rust/rnote/rnote.spec index 90b732ba81..780f004ca6 100644 --- a/anda/langs/rust/rnote/rnote.spec +++ b/anda/langs/rust/rnote/rnote.spec @@ -1,7 +1,7 @@ %global rustflags_debuginfo 1 Name: rnote -Version: 0.14.1 +Version: 0.14.2 Release: 1%{?dist} Summary: Sketch and take handwritten notes License: GPL-3.0 From b2c5a129aa682767e42fcd6d5e8e5d9dbf67b3bc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 16:17:46 +0000 Subject: [PATCH 1059/1189] bump: wails3 --- anda/lib/wails/v3/wails3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index bd204a24dd..475a996815 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.81 +%global ver v3.0.0-alpha.82 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 From 5aabd6ce00def4e9aac1f8704d09152623cfd5ec Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 17:21:39 +0000 Subject: [PATCH 1060/1189] 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 7ed40a3108..26fb1af80a 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: 1.0.1008 +Version: 1.0.1009 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 19f8e801b7..7c22941eb5 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: 1.0.1008 +Version: 1.0.1009 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 9652590b4b3b34be48bbac456b3e1630e1f45ce4 Mon Sep 17 00:00:00 2001 From: "J." <105894089+Its-J@users.noreply.github.com> Date: Fri, 1 May 2026 13:14:56 -0500 Subject: [PATCH 1061/1189] add: kittyCAD-cli (#11792) --- anda/tools/kittyCAD-cli/anda.hcl | 5 +++ anda/tools/kittyCAD-cli/kittyCAD-cli.spec | 37 +++++++++++++++++++++++ anda/tools/kittyCAD-cli/update.rhai | 1 + 3 files changed, 43 insertions(+) create mode 100644 anda/tools/kittyCAD-cli/anda.hcl create mode 100644 anda/tools/kittyCAD-cli/kittyCAD-cli.spec create mode 100644 anda/tools/kittyCAD-cli/update.rhai diff --git a/anda/tools/kittyCAD-cli/anda.hcl b/anda/tools/kittyCAD-cli/anda.hcl new file mode 100644 index 0000000000..ffb9e0800d --- /dev/null +++ b/anda/tools/kittyCAD-cli/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "kittyCAD-cli.spec" + } +} diff --git a/anda/tools/kittyCAD-cli/kittyCAD-cli.spec b/anda/tools/kittyCAD-cli/kittyCAD-cli.spec new file mode 100644 index 0000000000..fbd0fcb4ed --- /dev/null +++ b/anda/tools/kittyCAD-cli/kittyCAD-cli.spec @@ -0,0 +1,37 @@ +%undefine __brp_mangle_shebangs + +Name: kittyCAD-cli +Version: 0.2.162 +Release: 1%{?dist} +Summary: The Zoo command line tool for KittyCAD +URL: https://github.com/KittyCAD/cli +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +License: MIT AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND NCSA) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND 0BSD 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 AND 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 MIT) AND (BSD-3-Clause OR Apache-2.0) AND (BSD-3-Clause OR MIT) AND BSD-3-Clause AND (CC0-1.0 OR Apache-2.0) AND CDLA-Permissive-2.0 AND EPL-2.0 AND ISC AND LGPL-3.0-or-later AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND (MPL-2.0 OR MIT OR Apache-2.0) AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib +BuildRequires: cargo-rpm-macros + +Provides: kittycad-cli +Packager: Its-J + +%description +%{summary}. + +%prep +%autosetup -n cli-%{version} +%cargo_prep_online + +%build +%cargo_build + +%install +install -Dm 755 target/release/zoo %{buildroot}%{_bindir}/zoo +%{cargo_license_online} > LICENSE.dependencies + +%files +%{_bindir}/zoo +%license LICENSE +%license LICENSE.dependencies +%doc README.md + +%changelog +* Thu Apr 30 2026 Its-J +- Package KittyCAD CLI diff --git a/anda/tools/kittyCAD-cli/update.rhai b/anda/tools/kittyCAD-cli/update.rhai new file mode 100644 index 0000000000..720ff7f810 --- /dev/null +++ b/anda/tools/kittyCAD-cli/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("KittyCAD/cli")); From 7f312863a695658d9d90f50456bed5fc9562162e Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 2 May 2026 03:38:22 +0800 Subject: [PATCH 1062/1189] fix(discord-ptb): update symlink (#11799) resolve #11791 Signed-off-by: madomado --- anda/apps/discord-ptb/discord-ptb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/discord-ptb/discord-ptb.spec b/anda/apps/discord-ptb/discord-ptb.spec index 57281c00a8..f5f71582a3 100644 --- a/anda/apps/discord-ptb/discord-ptb.spec +++ b/anda/apps/discord-ptb/discord-ptb.spec @@ -7,7 +7,7 @@ Name: discord-ptb Version: 1.0.189 -Release: 1%{?dist} +Release: 2%{?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 @@ -37,7 +37,7 @@ mkdir -p %{buildroot}%{_datadir}/applications/ mkdir -p %{buildroot}%{_datadir}/pixmaps ln -s %_datadir/discord-ptb/discord-ptb.desktop %{buildroot}%{_datadir}/applications/ ln -s %_datadir/discord-ptb/discord.png %{buildroot}%{_datadir}/pixmaps/discord-ptb.png -ln -s %_datadir/discord-ptb/Discord %buildroot%_bindir/discord-ptb +ln -s %_datadir/discord-ptb/discord-ptb %buildroot%_bindir/discord-ptb %files %_bindir/discord-ptb From d99c5264a527aea9848a68e12a8406ffefe1442d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 19:46:56 +0000 Subject: [PATCH 1063/1189] bump: discord-canary-openasar discord-canary surge --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/surge/surge.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 26fb1af80a..b0feb2fdc4 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: 1.0.1009 +Version: 1.0.1010 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 7c22941eb5..0405a6e443 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: 1.0.1009 +Version: 1.0.1010 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/tools/surge/surge.spec b/anda/tools/surge/surge.spec index cbe23b6f49..11f10e7b23 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.8.4 +Version: 0.8.5 %gometa From 39333d5705ccfd639e55dc2de1c16f28c773a135 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 21:38:38 +0000 Subject: [PATCH 1064/1189] bump: driftwm posthog wine-dev --- anda/desktops/driftwm/driftwm.spec | 2 +- anda/langs/python/posthog/posthog.spec | 2 +- anda/system/wine/dev/wine-dev.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/driftwm/driftwm.spec b/anda/desktops/driftwm/driftwm.spec index d11e65cdcc..14fa046ab5 100644 --- a/anda/desktops/driftwm/driftwm.spec +++ b/anda/desktops/driftwm/driftwm.spec @@ -1,5 +1,5 @@ Name: driftwm -Version: 0.4.0 +Version: 0.5.0 Release: 1%{?dist} Summary: A trackpad-first infinite canvas Wayland compositor License: GPL-3.0-or-later diff --git a/anda/langs/python/posthog/posthog.spec b/anda/langs/python/posthog/posthog.spec index e19d9195ee..a48ac91edb 100644 --- a/anda/langs/python/posthog/posthog.spec +++ b/anda/langs/python/posthog/posthog.spec @@ -2,7 +2,7 @@ %global _desc Send usage data from your Python code to PostHog. Name: python-%{pypi_name} -Version: 7.13.2 +Version: 7.14.0 Release: 1%{?dist} Summary: Send usage data from your Python code to PostHog License: MIT diff --git a/anda/system/wine/dev/wine-dev.spec b/anda/system/wine/dev/wine-dev.spec index 2fbd44e246..a8d81894fd 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.7 +%global ver wine-11.8 %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 fdfe52147084ae1f8c7829534becfbdab965def1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luan=20Vitor=20Simi=C3=A3o=20Oliveira?= Date: Fri, 1 May 2026 19:31:24 -0300 Subject: [PATCH 1065/1189] Update rs50 driver (#11794) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix build * add sdk readme * reload udev rules * add libtrueforce userspace library * correct subsystem is hidraw * add TRUEFORCE_PROTOCOL to docs * Update anda/lib/libtrueforce/libtrueforce.spec Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> Signed-off-by: Luan Vitor Simião Oliveira * fix changelog messages * add missing packager lines * add missing requires for systemd-rpm-macros * move udev rule to kmod as proton can access it too * include script to setup trueforce on a proton prefix * fix build * fix build * fix changelog entries --------- Signed-off-by: Luan Vitor Simião Oliveira Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com> --- anda/lib/libtrueforce/anda.hcl | 10 +++ anda/lib/libtrueforce/libtrueforce.spec | 70 +++++++++++++++++++ anda/lib/libtrueforce/update.rhai | 9 +++ .../logitech-rs50-linux-driver-kmod.spec | 6 +- .../dkms/dkms-logitech-rs50-linux-driver.spec | 13 ++-- .../dkms/fix-dkms-conf.patch | 6 +- .../kmod-common/README.terra.md | 4 ++ .../kmod-common/logi-rs50-proton-setup.sh | 2 + .../logitech-rs50-linux-driver.spec | 39 ++++++++++- 9 files changed, 146 insertions(+), 13 deletions(-) create mode 100644 anda/lib/libtrueforce/anda.hcl create mode 100644 anda/lib/libtrueforce/libtrueforce.spec create mode 100644 anda/lib/libtrueforce/update.rhai create mode 100644 anda/system/logitech-rs50-linux-driver/kmod-common/README.terra.md create mode 100644 anda/system/logitech-rs50-linux-driver/kmod-common/logi-rs50-proton-setup.sh diff --git a/anda/lib/libtrueforce/anda.hcl b/anda/lib/libtrueforce/anda.hcl new file mode 100644 index 0000000000..6b598949a3 --- /dev/null +++ b/anda/lib/libtrueforce/anda.hcl @@ -0,0 +1,10 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "libtrueforce.spec" + } + labels { + updbranch = 1 + mock = 1 + } +} diff --git a/anda/lib/libtrueforce/libtrueforce.spec b/anda/lib/libtrueforce/libtrueforce.spec new file mode 100644 index 0000000000..1ab7bf4a37 --- /dev/null +++ b/anda/lib/libtrueforce/libtrueforce.spec @@ -0,0 +1,70 @@ +%global commit df7f1494f3bd584b8650304be7a37eca4bb49aa5 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260430 +%global debug_package %{nil} + +Name: libtrueforce +Version: 1.3.11^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: Native Linux implementation of the Logitech Trueforce SDK +License: GPL-2.0-only +URL: https://github.com/mescon/logitech-rs50-linux-driver +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +BuildRequires: gcc +BuildRequires: make +Requires: logitech-rs50-linux-driver +Provides: trueforce-sdk = %{?epoch:%{epoch}:}%{version} +Packager: Luan V. + + +%description +Native Linux implementation of the Logitech Trueforce SDK +(trueforce_sdk_x64.dll, version 1.3.11). Supports both the RS50 (046d:c276) and +the G Pro Racing Wheel (046d:c272 / 046d:c268) the two wheels use byte-for-byte +identical init and streaming packets, so the same library drives both. See +docs/TRUEFORCE_PROTOCOL.md in the parent repo for the protocol documentation. + +%package static +Summary: Static library for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description static +The %{name}-static package contains the static library for %{name}. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%autosetup -c -n %{name}-%{commit} +mv ./logitech-rs50-linux-driver-%{commit}/userspace/%{name}/* . +mv ./logitech-rs50-linux-driver-%{commit}/docs/TRUEFORCE_PROTOCOL.md . +rm -rf ./logitech-rs50-linux-driver-%{commit} + +%build +%make_build PREFIX=%{_prefix} LIBDIR=%{_libdir} CFLAGS="%{build_cflags}" + +%install +%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir} +install -D -m644 %{name}.a %{buildroot}%{_libdir}/ + +%files +%doc README.md TRUEFORCE_PROTOCOL.md +%{_libdir}/*.so.* + +%files devel +%{_libdir}/*.so +%{_includedir}/trueforce.h + +%files static +%{_libdir}/*.a + + +%changelog +* Fri May 01 2026 Luan V. - 1.3.11^20260430git.df7f149-1 +- Initial package diff --git a/anda/lib/libtrueforce/update.rhai b/anda/lib/libtrueforce/update.rhai new file mode 100644 index 0000000000..d55bf59bae --- /dev/null +++ b/anda/lib/libtrueforce/update.rhai @@ -0,0 +1,9 @@ + let c = sh("cat anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec | grep '%global commit ' | sed -E 's/.+commit //'", #{"stdout": "piped"}).ctx.stdout; +c.pop(); +rpm.global("commit", c); +if rpm.changed() { + rpm.release(); + let d = sh("cat anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec | grep '%global commitdate' | sed -E 's/.+commitdate //'", #{"stdout": "piped"}).ctx.stdout; + d.pop(); + rpm.global("commitdate", d); +} diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index 0c51256482..c83152c318 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -14,7 +14,7 @@ Name: %{modulename}-kmod Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/logitech-rs50-linux-driver @@ -23,6 +23,7 @@ BuildArch: x86_64 BuildRequires: gcc BuildRequires: make BuildRequires: kmodtool +Packager: Luan V. Requires: akmods Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} @@ -66,4 +67,5 @@ done %{?akmod_install} %changelog -%autochangelog +* Fri May 01 2026 Luan V. - 1.0^20260430git.df7f149-2 +- fix spec warnings: add Packager tag and remove autochangelog diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 0bb2075cf5..56f3e14c3b 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -6,7 +6,7 @@ Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/%{modulename} @@ -20,6 +20,7 @@ Conflicts: akmod-%{modulename} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} BuildArch: x86_64 Provides: %{modulename}-kmod +Packager: Luan V. %description Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276). @@ -37,13 +38,14 @@ Akmods modules for the akmod-%{name} package. %prep %autosetup -p1 -n %{modulename}-%{commit} -mv mainline/* ./ +pushd mainline mkdir build sed -i -e 's/__VERSION_STRING/%{version}/g' dkms.conf +popd %install mkdir -p %{buildroot}%{_usrsrc}/%{modulename}-%{version} -cp -fr ./ %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ +cp -fr ./mainline/* %{buildroot}%{_usrsrc}/%{modulename}-%{version}/ %post dkms add -m %{modulename} -v %{version} -q --rpm_safe_upgrade || : @@ -56,8 +58,9 @@ dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : %files %{_usrsrc}/%{modulename}-%{version} -%doc README.md rs-wheel-hub-button-layout.png docs/* %changelog -%autochangelog +* Fri May 01 2026 Luan V. - 1.0^20260430git.df7f149-2 +- fix build due to upstream changes +- resolve spec warnings: add Packager tag, remove autochangelog diff --git a/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch b/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch index 812966788a..2132dd1091 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch +++ b/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch @@ -1,7 +1,7 @@ -diff --git a/dkms.conf b/dkms.conf +diff --git a/mainline/dkms.conf b/mainline/dkms.conf index 437e5fd..2c4f3a4 100644 ---- a/dkms.conf -+++ b/dkms.conf +--- a/mainline/dkms.conf ++++ b/mainline/dkms.conf @@ -1,8 +1,8 @@ -PACKAGE_NAME="hid-logitech-hidpp" -PACKAGE_VERSION="1.0" diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/README.terra.md b/anda/system/logitech-rs50-linux-driver/kmod-common/README.terra.md new file mode 100644 index 0000000000..c7816b651e --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/README.terra.md @@ -0,0 +1,4 @@ +# proton trueforce setup +the original tools/install-tf-shim.sh is available on your path as logi-rs50-proton-setup, +it will search for the logitech dlls at `/var/lib/logitech-rs50-linux-driver/`. +for which files to place there and how to get them, see README.md diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logi-rs50-proton-setup.sh b/anda/system/logitech-rs50-linux-driver/kmod-common/logi-rs50-proton-setup.sh new file mode 100644 index 0000000000..dd284ce8bb --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logi-rs50-proton-setup.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env sh +exec /usr/share/logitech-rs50-linux-driver/tools/install-tf-shim.sh "$@" diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index cb8a73c912..57d3feca58 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -4,15 +4,19 @@ Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/%{name} Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz Source1: com.github.rs50.metainfo.xml +Source2: logi-rs50-proton-setup.sh +Source3: README.terra.md BuildRequires: systemd-rpm-macros +Recommends: trueforce-sdk Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +Packager: Luan V. BuildArch: noarch %description @@ -32,20 +36,49 @@ Akmods modules for the akmod-%{name} package. %autosetup -p1 -n %{name}-%{commit} echo hid-logitech-hidpp > %{name}.conf +mv sdk/README.md README-SDK.md +cp %{SOURCE3} README.terra.md %install install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/com.github.rs50.metainfo.xml +mkdir -p %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{_datadir}/%{name}/tools +mkdir -p %{buildroot}%{_sharedstatedir}/%{name}/Logi +ln -sr %_sharedstatedir/%{name} %{buildroot}%{_datadir}/%{name}/sdk + +install -Dm755 tools/install-tf-shim.sh %{buildroot}%{_datadir}/%{name}/tools/ +install -Dm755 %{SOURCE2} %{buildroot}%{_bindir}/logi-rs50-proton-setup + +install -Dm644 udev/70-logitech-rs50.rules -t %{buildroot}%{_udevrulesdir}/ +install -D -m644 userspace/libtrueforce/udev/99-logitech-rs50-trueforce.rules %{buildroot}%{_udevrulesdir}/70-logitech-rs50-trueforce.rules + # Akmods modules install -Dm644 %{name}.conf -t %{buildroot}%{_modulesloaddir} +%posttrans +### Skip triggering if udevd isn't accessible +if [ -S /run/udev/control ]; then + /usr/bin/udevadm control --reload + /usr/bin/udevadm trigger --subsystem-match=hidraw +fi + %files -%doc README.md rs-wheel-hub-button-layout.png docs/* +%doc README.terra.md README.md README-SDK.md CHANGELOG.md rs-wheel-hub-button-layout.png docs/* %{_datadir}/metainfo/com.github.rs50.metainfo.xml +%{_udevrulesdir}/70-logitech-rs50.rules +%{_udevrulesdir}/70-logitech-rs50-trueforce.rules +%{_datadir}/%{name}/tools/* +%{_bindir}/logi-rs50-proton-setup +%{_datadir}/%{name}/sdk +%dir %{_sharedstatedir}/%{name}/Logi %files akmod-modules %{_modulesloaddir}/%{name}.conf %changelog -%autochangelog +* Fri May 01 2026 Luan V. - 1.0^20260430git.df7f149-2 +- add logi-rs50-proton-setup script together with a readme which explains where to put the necessary files. +- and add udev rules together with a posttrans script to reload and trigger devices on install +- fix spec warnings: add Packager tag and remove autochangelog From 6bc000c5859f8424121bbe9132ef49157431e244 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 1 May 2026 23:37:28 +0000 Subject: [PATCH 1066/1189] bump: discord-canary-openasar discord-canary zig-master-bootstrap vgmstream --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/multimedia/vgmstream/vgmstream.spec | 4 ++-- 5 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 b0feb2fdc4..1cfa902f09 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: 1.0.1010 +Version: 1.0.1012 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 0405a6e443..99ec7a8e76 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: 1.0.1010 +Version: 1.0.1012 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 5dce685891..1b3c8df851 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.215+8c5542bd3 +version=0.17.0-dev.224+c166c49b1 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 0d2e08cdf3..cd2c79f1eb 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.215+8c5542bd3 +%global ver 0.17.0-dev.224+c166c49b1 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/multimedia/vgmstream/vgmstream.spec b/anda/multimedia/vgmstream/vgmstream.spec index feab80840a..e7730be105 100644 --- a/anda/multimedia/vgmstream/vgmstream.spec +++ b/anda/multimedia/vgmstream/vgmstream.spec @@ -1,6 +1,6 @@ -%global commit 3982891140cd54cbb6c7424cd6b71a68afe00c8e +%global commit 301d49bdd492aaa326e6411710ba7270c36795a9 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260429 +%global commit_date 20260501 Name: vgmstream Version: 0~%{commit_date}git.%shortcommit From 8f8353c6dac9195021f8927660eed67d56e02a60 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 2 May 2026 01:20:09 +0000 Subject: [PATCH 1067/1189] bump: ruffle-nightly gpu-screen-recorder --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.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 947ed5d389..895820cd0b 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-05-01 +%global ver 2026-05-02 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec index 2aa173ed15..20c9924e5f 100644 --- a/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec +++ b/anda/multimedia/gpu-screen-recorder/gpu-screen-recorder.spec @@ -1,5 +1,5 @@ Name: gpu-screen-recorder -Version: 5.13.3 +Version: 5.13.4 Release: 1%{?dist} Summary: A shadowplay-like screen recorder for Linux From a8082c734a1f0fc1f44224723112dc243478377d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 2 May 2026 03:20:47 +0000 Subject: [PATCH 1068/1189] bump(nightly): mpv-nightly gnome-shell-extension-multi-monitors-bar zed-nightly xray-nightly types-colorama cloud-hypervisor-nightly logitech-rs50-linux-driver scx-scheds-nightly natscli --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- .../gnome-shell-extension-multi-monitors-bar.spec | 6 +++--- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 67e6c39386..4b4ae62aea 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 48bd97b5bb60fb0feb59d5140f3b636d436aef8b +%global commit 5e847889b34b736760a1702b82191693d89d46d9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260501 +%global commit_date 20260502 %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 acd6ceb851..c02b816fab 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 50da30c124e941f4ab5e76f34dc90f294a3aae98 -%global commit_date 20260424 +%global commit 1d36e934d5c5a00b99164309e09f0cc4a930b7a2 +%global commit_date 20260502 %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/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 5230ec766a..d060c3424a 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 950161ff0ff34d313c795eef6c28b958cb487039 +%global commit 9155bf4e1795131339ccf9e5e8e491d35ab9cfdd %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260501 +%global commit_date 20260502 %global ver 1.2.0 %bcond_with check diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 71c81554e3..d559bba4b7 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit 1836b1c6e4f672e266f629532e3252ce2a07ff54 +%global commit 4e87f59628ff78ab2ac720cf73079fcd07c833e7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260429 +%global commit_date 20260502 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index e144bc9122..c8b45efc30 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 e4d32e01bee44241a5e7c33298c261175b9f1bdb -%global commit_date 20260429 +%global commit ed637dd31a0c93f627fad992a54e818f502fdfca +%global commit_date 20260502 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index d1403d7c94..0a5476eb63 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit e0ab116a0c079bbb0e11ecc3132bd80b95c85139 -%global commit_date 20260501 +%global commit c97d635d40e16ffea77c38d35b1e012820cc7cff +%global commit_date 20260502 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index 57d3feca58..bf0ddb786a 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,10 +1,10 @@ -%global commit df7f1494f3bd584b8650304be7a37eca4bb49aa5 +%global commit 729671701c486cb050925e85337e921d27f3e25c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260430 +%global commitdate 20260502 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/%{name} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 5e05f42a4b..18985d6d5c 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 80a752fff261779faf377f17dfd37c70f5a80c44 +%global commit ce8aa3d05140533d17ab5b85490b142f929996e0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260430 +%global commitdate 20260502 %global ver 1.1.0 %undefine __brp_mangle_shebangs diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index f798b727c7..156330c6c4 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 620970939540c2aa2c2283153c4f513bebce0d82 -%global commit_date 20260501 +%global commit 1046f6cd9db0b10ca2895134bb1a927148e0a919 +%global commit_date 20260502 %global shortcommit %{sub %{commit} 1 7} %gometa -f From ea69569880e790bd9c3322499a4973ae144bb4d2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 2 May 2026 03:57:39 +0000 Subject: [PATCH 1069/1189] bump(branch): libtrueforce logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- anda/lib/libtrueforce/libtrueforce.spec | 4 ++-- .../akmod/logitech-rs50-linux-driver-kmod.spec | 6 +++--- .../dkms/dkms-logitech-rs50-linux-driver.spec | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/lib/libtrueforce/libtrueforce.spec b/anda/lib/libtrueforce/libtrueforce.spec index 1ab7bf4a37..371051f416 100644 --- a/anda/lib/libtrueforce/libtrueforce.spec +++ b/anda/lib/libtrueforce/libtrueforce.spec @@ -1,6 +1,6 @@ -%global commit df7f1494f3bd584b8650304be7a37eca4bb49aa5 +%global commit 729671701c486cb050925e85337e921d27f3e25c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260430 +%global commitdate 20260502 %global debug_package %{nil} Name: libtrueforce diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index c83152c318..e99286c86c 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,14 +7,14 @@ %global debug_package %{nil} %endif -%global commit df7f1494f3bd584b8650304be7a37eca4bb49aa5 -%global commitdate 20260430 +%global commit 729671701c486cb050925e85337e921d27f3e25c +%global commitdate 20260502 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver Name: %{modulename}-kmod Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 56f3e14c3b..a15d3b72db 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,12 +1,12 @@ -%global commit df7f1494f3bd584b8650304be7a37eca4bb49aa5 +%global commit 729671701c486cb050925e85337e921d27f3e25c %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260430 +%global commitdate 20260502 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/%{modulename} From 025f17d10deab612e30efd5012f7af9f3c35d787 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 2 May 2026 04:33:39 +0000 Subject: [PATCH 1070/1189] bump: discord-canary-openasar discord-canary wine-staging electron --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/system/wine/staging/wine-staging.spec | 2 +- anda/tools/electron/electron.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 1cfa902f09..8e92dd1158 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: 1.0.1012 +Version: 1.0.1013 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 99ec7a8e76..cfe3e546c1 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: 1.0.1012 +Version: 1.0.1013 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/system/wine/staging/wine-staging.spec b/anda/system/wine/staging/wine-staging.spec index ae49ea0908..e4a8b30814 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.7 +Version: 11.8 Release: 1%{?dist} Epoch: 1 Summary: WINE Is Not An Emulator - runs MS Windows programs diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 2fce429bac..236549763c 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.4.0 +Version: 41.5.0 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From c180dafec58a9bb9d184b072dce7b5a8d9f881db Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 2 May 2026 14:06:48 +0800 Subject: [PATCH 1071/1189] fix(hollywood): install to `/usr/lib` (#11810) close #11808 --- anda/misc/hollywood/hollywood.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/misc/hollywood/hollywood.spec b/anda/misc/hollywood/hollywood.spec index 35594b8b17..fdb40420ea 100644 --- a/anda/misc/hollywood/hollywood.spec +++ b/anda/misc/hollywood/hollywood.spec @@ -48,6 +48,7 @@ background of any excellent schlock technothriller. %build +%global _libdir /usr/lib %install mkdir -p %{buildroot}%{_libdir}/hollywood mkdir -p %{buildroot}%{_datadir}/wallstreet From a6097c8a9fd9db6cdb82b582c023e41b8c602f39 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 2 May 2026 08:12:31 +0000 Subject: [PATCH 1072/1189] 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 7ab0e2a7ca..da6cd25720 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 b6ed4201dfef5d9c3301bf6f30266e4a33674ac5 -%global ver 0.0.40-19295 +%global commit e8cd6f4ef6bb4c4d468c8e4ae29263f5c9b7f733 +%global ver 0.0.40-19296 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From af9e357133e0b9ef3884c9caad45071d8a507822 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sat, 2 May 2026 09:32:48 -0300 Subject: [PATCH 1073/1189] add dmemcg-booster (#11277) --- .../0001-License-under-MIT.patch | 33 ++++++++++++ anda/system/dmemcg-booster/anda.hcl | 5 ++ .../system/dmemcg-booster/dmemcg-booster.spec | 50 +++++++++++++++++++ anda/system/dmemcg-booster/update.rhai | 1 + 4 files changed, 89 insertions(+) create mode 100644 anda/system/dmemcg-booster/0001-License-under-MIT.patch create mode 100644 anda/system/dmemcg-booster/anda.hcl create mode 100644 anda/system/dmemcg-booster/dmemcg-booster.spec create mode 100644 anda/system/dmemcg-booster/update.rhai diff --git a/anda/system/dmemcg-booster/0001-License-under-MIT.patch b/anda/system/dmemcg-booster/0001-License-under-MIT.patch new file mode 100644 index 0000000000..61869ec66b --- /dev/null +++ b/anda/system/dmemcg-booster/0001-License-under-MIT.patch @@ -0,0 +1,33 @@ +From 903e18c761c41ecca2a6dced9335a2c3f0703b11 Mon Sep 17 00:00:00 2001 +From: Natalie Vock +Date: Fri, 17 Apr 2026 21:46:48 +0200 +Subject: [PATCH] License under MIT + +--- + LICENSE | 14 ++++++++++++++ + 1 file changed, 14 insertions(+) + create mode 100644 LICENSE + +diff --git a/LICENSE b/LICENSE +new file mode 100644 +index 0000000..92ea3c4 +--- /dev/null ++++ b/LICENSE +@@ -0,0 +1,14 @@ ++Copyright (c) 2026 Valve Corporation ++ ++Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ++documentation files (the "Software"), to deal in the Software without restriction, including without limitation the ++rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit ++persons to whom the Software is furnished to do so, subject to the following conditions: ++ ++The above copyright notice and this permission notice shall be included in all copies or substantial portions of the ++Software. ++ ++THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE ++WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR ++COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR ++OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +\ No newline at end of file +-- +2.54.0 diff --git a/anda/system/dmemcg-booster/anda.hcl b/anda/system/dmemcg-booster/anda.hcl new file mode 100644 index 0000000000..0f774f4ec3 --- /dev/null +++ b/anda/system/dmemcg-booster/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "dmemcg-booster.spec" + } +} diff --git a/anda/system/dmemcg-booster/dmemcg-booster.spec b/anda/system/dmemcg-booster/dmemcg-booster.spec new file mode 100644 index 0000000000..0970b26924 --- /dev/null +++ b/anda/system/dmemcg-booster/dmemcg-booster.spec @@ -0,0 +1,50 @@ +Name: dmemcg-booster +Version: 0.1.2 +Release: 1%?dist +Summary: Userspace utility for controling VRAM utilization +License: MIT AND (Apache-2.0 OR MIT) +URL: https://gitlab.steamos.cloud/holo/dmemcg-booster +Source0: %url/-/archive/%version/dmemcg-booster-%version.tar.gz +BuildRequires: anda-srpm-macros +BuildRequires: cargo-rpm-macros +BuildRequires: systemd-rpm-macros +BuildRequires: dbus-devel +Packager: Tulip Blossom + +Patch: 0001-License-under-MIT.patch + +%description +%summary. + +%prep +%autosetup -n %name-%version +%cargo_prep_online + +%build +%{cargo_license_online -a} > LICENSE.dependencies + +%install +%cargo_install +install -Dpm0644 -t %{buildroot}%{_datadir}/licenses/dmemcg-booster/ ./LICENSE +install -Dpm0644 -t %{buildroot}%{_userunitdir}/ ./dmemcg-booster-user.service +install -Dpm0644 -t %{buildroot}%{_unitdir}/ ./dmemcg-booster-system.service + +%post +%systemd_post dmemcg-booster.service + +%preun +%systemd_preun dmemcg-booster.service + +%postun +%systemd_postun_with_restart dmemcg-booster.service + +%files +%license %{_datadir}/licenses/dmemcg-booster/LICENSE +%license LICENSE.dependencies +%{_bindir}/dmemcg-booster +%{_userunitdir}/dmemcg-booster-user.service +%{_unitdir}/dmemcg-booster-system.service + +%changelog +* Thu May 05 2026 Tulip Blossom - 0.1.2-1 +- Intial Commit diff --git a/anda/system/dmemcg-booster/update.rhai b/anda/system/dmemcg-booster/update.rhai new file mode 100644 index 0000000000..6c0e6f45c9 --- /dev/null +++ b/anda/system/dmemcg-booster/update.rhai @@ -0,0 +1 @@ +rpm.version(gitlab_tag("gitlab.steamos.cloud", "1438")); From f17dab9c7d4fd2fe5ae320b9d6c68600f5b36b6a Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 2 May 2026 09:03:07 -0500 Subject: [PATCH 1074/1189] fix (numba): patch llvmlite version (#11817) Signed-off-by: Owen-sz --- anda/langs/python/numba/numba.spec | 5 +++-- .../python/numba/remove-llvmlite-version-req.patch | 13 +++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 anda/langs/python/numba/remove-llvmlite-version-req.patch diff --git a/anda/langs/python/numba/numba.spec b/anda/langs/python/numba/numba.spec index e6a8f6de14..2ef5fee4c6 100644 --- a/anda/langs/python/numba/numba.spec +++ b/anda/langs/python/numba/numba.spec @@ -2,12 +2,13 @@ Name: python-%{pypi_name} Version: 0.65.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: NumPy aware dynamic Python compiler using LLVM License: BSD-2-Clause AND MIT AND BSD-3-Clause URL: https://numba.pydata.org # PyPi source does not include all files Source0: https://github.com/numba/numba/archive/refs/tags/%version.tar.gz +Patch0: remove-llvmlite-version-req.patch # This package is intentionally not noarch BuildRequires: python3-devel @@ -36,7 +37,7 @@ Numba is an open source, NumPy-aware optimizing compiler for Python sponsored by Numba can compile a large subset of numerically-focused Python, including many NumPy functions. Additionally, Numba has support for automatic parallelization of loops, generation of GPU-accelerated code, and creation of ufuncs and C callbacks. %prep -%autosetup -n numba-%{version} +%autosetup -n numba-%{version} -p1 %build %pyproject_wheel diff --git a/anda/langs/python/numba/remove-llvmlite-version-req.patch b/anda/langs/python/numba/remove-llvmlite-version-req.patch new file mode 100644 index 0000000000..f2e9e35c1d --- /dev/null +++ b/anda/langs/python/numba/remove-llvmlite-version-req.patch @@ -0,0 +1,13 @@ +diff --git a/setup.py b/setup.py +index 282b8f42e..24c865f0a 100644 +--- a/setup.py ++++ b/setup.py +@@ -24,7 +24,7 @@ max_python_version = "3.15" # exclusive + min_numpy_build_version = "2.0.0rc1" + min_numpy_run_version = "1.22" + max_numpy_run_version = "2.5" +-min_llvmlite_version = "0.47.0dev0" ++min_llvmlite_version = "0.44" + max_llvmlite_version = "0.48" + + if sys.platform.startswith('linux'): From 5ab82231f45b69a00f8d516235abcfe9ad964538 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 2 May 2026 16:25:17 +0200 Subject: [PATCH 1075/1189] feat: switch cuda-cudnn to cuda 13 (#11816) * switch cuda-cudnn to cuda 13 * bump cuda-cudnn release to 2 --- anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec b/anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec index 90f9a695fd..140808fe33 100644 --- a/anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec +++ b/anda/lib/nvidia/cuda-cudnn/cuda-cudnn.spec @@ -2,11 +2,11 @@ %global __strip /bin/true %global _missing_build_ids_terminate_build 0 %global _build_id_links none -%global cuda_version 12 +%global cuda_version 13 Name: cuda-cudnn Version: 9.21.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: NVIDIA CUDA Deep Neural Network library (cuDNN) License: NVIDIA Software Development Kit From 35d0a0183aa60e35bafaae96ca60ddb26ddfed56 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 2 May 2026 14:32:46 +0000 Subject: [PATCH 1076/1189] bump: voicevox --- anda/apps/voicevox/voicevox.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/voicevox/voicevox.spec b/anda/apps/voicevox/voicevox.spec index e932a6dd99..9aba51ee0e 100644 --- a/anda/apps/voicevox/voicevox.spec +++ b/anda/apps/voicevox/voicevox.spec @@ -13,8 +13,8 @@ %global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$ Name: voicevox -Version: 0.25.1 -Release: 1%?dist +Version: 0.25.2 +Release: 1%{?dist} Summary: Free Japanese text-to-speech editor License: LGPL-3.0 URL: https://voicevox.hiroshiba.jp From a815fbe015005bba699a34a60cef07593aed8eb9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 2 May 2026 15:28:51 +0000 Subject: [PATCH 1077/1189] bump: wails3 --- anda/lib/wails/v3/wails3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index 475a996815..021e8507b7 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.82 +%global ver v3.0.0-alpha.83 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 From 0ffc6ffc0fcaf044bb0313cbf23e0d8bcbf964b5 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 2 May 2026 12:19:06 -0500 Subject: [PATCH 1078/1189] fix(scx-scheds): Pass missing flag to %cargo_license_online (#11809) --- .../scx-scheds/nightly/scx-scheds-nightly.spec | 15 +++++++-------- anda/system/scx-scheds/stable/scx-scheds.spec | 15 +++++++-------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 18985d6d5c..c2fbbef016 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -6,10 +6,10 @@ Name: scx-scheds-nightly Version: %{ver}^%{commitdate}.git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?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 +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 BSL-1.0 AND GPL-2.0-only AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND LGPL-2.1-only AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) 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 OR MIT OR Apache-2.0) AND MPL-2.0-or-later AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib URL: https://github.com/sched-ext/scx Source0: %{URL}/archive/%{commit}/scx-%{commit}.tar.gz BuildRequires: anda-srpm-macros @@ -84,13 +84,10 @@ License: GPL-2.0-only --exclude scx_arena_selftests %install -find target/rpm \ - -maxdepth 1 -type f -executable ! -name '*.so' \ - -exec install -Dm755 -t %{buildroot}%{_bindir} {} + +%install_cargo_bins +%install_cargo_devel_libs -install -Dm755 target/rpm/*.so -t %{buildroot}%{_libdir} - -%{cargo_license_online} > LICENSE.dependencies +%{cargo_license_online -a} > LICENSE.dependencies %files %doc OVERVIEW.md @@ -100,5 +97,7 @@ install -Dm755 target/rpm/*.so -t %{buildroot}%{_libdir} %{_bindir}/scx* %changelog +* Sat May 2 2026 Gilver E. - 1.1.0^20260502.git.ce8aa3d-2 +- Update licenses * Sun Jun 15 2025 Gilver E. - 1.0.13^20250612.git.c1507b0-1 - Initial package diff --git a/anda/system/scx-scheds/stable/scx-scheds.spec b/anda/system/scx-scheds/stable/scx-scheds.spec index 2272678450..0dcc1acf46 100644 --- a/anda/system/scx-scheds/stable/scx-scheds.spec +++ b/anda/system/scx-scheds/stable/scx-scheds.spec @@ -2,10 +2,10 @@ Name: scx-scheds Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: sched_ext schedulers 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 +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 BSL-1.0 AND GPL-2.0-only AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND LGPL-2.1-only AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) 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 OR MIT OR Apache-2.0) AND MPL-2.0-or-later AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib URL: https://github.com/sched-ext/scx Source0: %{URL}/archive/refs/tags/v%{version}.tar.gz BuildRequires: anda-srpm-macros @@ -78,13 +78,10 @@ License: GPL-2.0-only --exclude scx_arena_selftests %install -find target/rpm \ - -maxdepth 1 -type f -executable ! -name '*.so' \ - -exec install -Dm755 -t %{buildroot}%{_bindir} {} + +%install_cargo_bins +%install_cargo_devel_libs -install -Dm755 target/rpm/*.so -t %{buildroot}%{_libdir} - -%{cargo_license_online} > LICENSE.dependencies +%{cargo_license_online -a} > LICENSE.dependencies %files %doc OVERVIEW.md @@ -94,5 +91,7 @@ install -Dm755 target/rpm/*.so -t %{buildroot}%{_libdir} %{_bindir}/scx* %changelog +* Sat May 2 2026 Gilver E. - 1.1.0-2 +- Update licenses * Sun Jun 15 2025 Gilver E. - 1.0.13-1 - Initial package From 8c69a808eeed2a486d1665234475eb192f6ef7b2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 2 May 2026 19:33:58 +0000 Subject: [PATCH 1079/1189] 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 1b3c8df851..5ecd1b8a66 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.224+c166c49b1 +version=0.17.0-dev.228+ce198b7c2 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index cd2c79f1eb..af22602a52 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.224+c166c49b1 +%global ver 0.17.0-dev.228+ce198b7c2 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 5eb44b68a3cd09ded60e5f1013832daa5fe80abe Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 2 May 2026 22:06:38 +0000 Subject: [PATCH 1080/1189] bump: vicinae --- anda/system/vicinae/vicinae.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/vicinae/vicinae.spec b/anda/system/vicinae/vicinae.spec index b25959f069..ad23f4ce3f 100644 --- a/anda/system/vicinae/vicinae.spec +++ b/anda/system/vicinae/vicinae.spec @@ -1,5 +1,5 @@ Name: vicinae -Version: 0.20.14 +Version: 0.20.15 Release: 1%{?dist} License: GPL-3.0 URL: https://docs.vicinae.com From a87999c7050498e9e2093e7b185bf36e58a33a10 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Sat, 2 May 2026 20:12:42 -0500 Subject: [PATCH 1081/1189] fix: wails3 (#11830) Signed-off-by: Owen-sz --- anda/lib/wails/v3/wails3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index 021e8507b7..7d7e4fec0c 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -32,7 +32,7 @@ Provides: wails-v3 %gopkg %prep -%git_clone https://github.com/wailsapp/wails v3-alpha +%git_clone https://github.com/wailsapp/wails v3-beta %build pushd v3/cmd/wails3 From c47f7b0d9e09628d60c76a8c64fec38ac6b4cb72 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 03:38:15 +0000 Subject: [PATCH 1082/1189] bump(nightly): ghostty-nightly zed-nightly v2raya-nightly xray-nightly types-colorama v2ray-domain-list-community opentabletdriver-nightly natscli --- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/go/v2raya/nightly/v2raya-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/tools/natscli/natscli.spec | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index a972d92a22..00c11a1142 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 4dcb09ada0c0909717d92547623b26eafa50ca8a +%global commit 1547dd667ab6d1f4ebcdc7282adc54c95752ee67 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-04-30 +%global fulldate 2026-05-03 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index d060c3424a..6f05e77ad5 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 9155bf4e1795131339ccf9e5e8e491d35ab9cfdd +%global commit c97ad4692f99df4cc5eaa0a83a91afaefb641076 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260502 +%global commit_date 20260503 %global ver 1.2.0 %bcond_with check diff --git a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec index 054f168872..84d95c7c80 100644 --- a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec +++ b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec @@ -1,7 +1,7 @@ -%global commit 8cd9934593307c19bd55ebc11e07ea1dc183b103 +%global commit 56c1f8fbfd82ae02cd0d6c1677884d3d60e898f5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v2.2.7.5 -%global commit_date 20260420 +%global commit_date 20260503 %global goipath github.com/v2rayA/v2rayA Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index d559bba4b7..1aae40ee55 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit 4e87f59628ff78ab2ac720cf73079fcd07c833e7 +%global commit b279076ba1a78fef3d92cc9d540e84d0ff8a182f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260502 +%global commit_date 20260503 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index c8b45efc30..b510db9c18 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 ed637dd31a0c93f627fad992a54e818f502fdfca -%global commit_date 20260502 +%global commit 44dac880beafef55e6a7dd350c6a484a1c35e112 +%global commit_date 20260503 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 66b0b29da1..a31dba347d 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 239d4bc7d41dfd982d8ddf60050c384e6138f35b +%global commit cf8d0dcdd5e5f954a6f29f9acf05e58eb1f4f2be %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260429071553 -%global commit_date 20260430 +%global ver 20260503032234 +%global commit_date 20260503 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 045a662cd9..488a340b38 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit d9c3b7deedff370bfc45d079b2387a8fd880fce4 +%global commit 5a06744568370a03580949388e2c266624c0673f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260430 +%global commit_date 20260503 %global ver 0.6.7 # We aren't using Mono but RPM expected Mono diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 156330c6c4..08e250a53f 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 1046f6cd9db0b10ca2895134bb1a927148e0a919 -%global commit_date 20260502 +%global commit b1b4c4d40fc2bbc82bfb7e915ae5969ed14ac9e6 +%global commit_date 20260503 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 3dbfb66b0ccd464dd64244038b7598b6858cdf5f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 04:03:49 +0000 Subject: [PATCH 1083/1189] bump: ruffle-nightly python-soxr --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/langs/python/python-soxr/python-soxr.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 895820cd0b..66a7edc94e 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-05-02 +%global ver 2026-05-03 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/langs/python/python-soxr/python-soxr.spec b/anda/langs/python/python-soxr/python-soxr.spec index 5ce61f4ef1..04cde81f0a 100644 --- a/anda/langs/python/python-soxr/python-soxr.spec +++ b/anda/langs/python/python-soxr/python-soxr.spec @@ -4,8 +4,8 @@ %global _desc Fast and high quality sample-rate conversion library for Python. Name: python-%{pypi_name} -Version: 1.0.0 -Release: 1%?dist +Version: 1.1.0 +Release: 1%{?dist} Summary: Fast and high quality sample-rate conversion library for Python License: LGPL-2.1 URL: https://github.com/dofuuz/python-soxr From 740abf69bce964def618138df1cca3d682a366ee Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 06:36:39 +0000 Subject: [PATCH 1084/1189] 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 da6cd25720..b7f2763684 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 e8cd6f4ef6bb4c4d468c8e4ae29263f5c9b7f733 -%global ver 0.0.40-19296 +%global commit 5dd7792c3dfff7ad94cdd2e0f31244ba2cc2117e +%global ver 0.0.40-19297 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 7e9e1df679c193926c64c5cb7375e68843b4547f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 08:22:51 +0000 Subject: [PATCH 1085/1189] bump: walker nodejs-backport rpcs3 --- anda/desktops/waylands/walker/walker.spec | 2 +- anda/devs/backport/nodejs-backport.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/desktops/waylands/walker/walker.spec b/anda/desktops/waylands/walker/walker.spec index 3d2e969c7c..9f7167f839 100644 --- a/anda/desktops/waylands/walker/walker.spec +++ b/anda/desktops/waylands/walker/walker.spec @@ -4,7 +4,7 @@ # prevent library files from being installed %global cargo_install_lib 0 -%global upstream_version v2.16.1 +%global upstream_version v2.16.2 %global ver %{sub %upstream_version 2} Name: walker diff --git a/anda/devs/backport/nodejs-backport.spec b/anda/devs/backport/nodejs-backport.spec index 13c2cfb42c..34eb25a2c3 100644 --- a/anda/devs/backport/nodejs-backport.spec +++ b/anda/devs/backport/nodejs-backport.spec @@ -3,7 +3,7 @@ %bcond test 0 Name: nodejs-%{npm_name} -Version: 11.0.2 +Version: 12.0.0 Release: 1%{?dist} Summary: Backport GitHub commits SourceLicense: Apache-2.0 diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index b7f2763684..0fbcf6142f 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 5dd7792c3dfff7ad94cdd2e0f31244ba2cc2117e -%global ver 0.0.40-19297 +%global commit ca87d103fdc43adcae137098df0acff53b9e437d +%global ver 0.0.40-19298 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From cf103096eb8118d0ac20f84ae238cc96c09b9a93 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 11:30:56 +0000 Subject: [PATCH 1086/1189] 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 0fbcf6142f..973b312416 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 ca87d103fdc43adcae137098df0acff53b9e437d -%global ver 0.0.40-19298 +%global commit 155883ea2a2c4705eccb818fa1755c03d79b4b14 +%global ver 0.0.40-19299 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From d98f63047de08e3cccec834652dff8b790a867ed Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 12:23:33 +0000 Subject: [PATCH 1087/1189] bump: rpcs3 xray --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/go/xray/stable/xray.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 973b312416..6eb0c207e5 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 155883ea2a2c4705eccb818fa1755c03d79b4b14 -%global ver 0.0.40-19299 +%global commit a6fb0c8931b2dcfb02463295d52a3b317e092fc1 +%global ver 0.0.40-19300 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/go/xray/stable/xray.spec b/anda/langs/go/xray/stable/xray.spec index 76a08cb414..c94d09388b 100644 --- a/anda/langs/go/xray/stable/xray.spec +++ b/anda/langs/go/xray/stable/xray.spec @@ -1,7 +1,7 @@ # Disabled because compiled without debug %global goipath github.com/XTLS/Xray-core -Version: 26.4.25 +Version: 26.5.3 %global golicenses LICENSE %global godocs README.md SECURITY.md CODE_OF_CONDUCT.md From ad514c9bc1435087fb59319c2859e67dfbfb0eef Mon Sep 17 00:00:00 2001 From: Ivan Mironov Date: Sun, 3 May 2026 13:35:58 +0000 Subject: [PATCH 1088/1189] fix (zed): Workaround for panic on Fedora 44 (#11793) See https://bugzilla.redhat.com/show_bug.cgi?id=2464281 Fixes https://github.com/terrapkg/packages/issues/11613 Signed-off-by: madomado Co-authored-by: madomado --- anda/devs/zed/nightly/zed-nightly.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 4 +++- anda/devs/zed/stable/zed.spec | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 6f05e77ad5..3ccd803a4b 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -22,7 +22,7 @@ Name: zed-nightly Version: %ver^%commit_date.%shortcommit -Release: 1%{?dist} +Release: 2%{?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/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 0539340b0b..097f93792b 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,3 +1,5 @@ +%global toolchain clang + %bcond_with check %bcond_with debug_no_build @@ -17,7 +19,7 @@ Name: zed-preview Version: %(echo %ver | sed 's/-/~/') -Release: 1%{?dist} +Release: 2%{?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/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index 209994aef2..c34aad5964 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -1,3 +1,5 @@ +%global toolchain clang + %bcond_with check %bcond_with debug_no_build @@ -16,7 +18,7 @@ Name: zed Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?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 From 3d133011d172c585de4a8f15301cc3e3c9442111 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 14:03:28 +0000 Subject: [PATCH 1089/1189] bump: zed-preview MareTF --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/tools/MareTF/MareTF.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 097f93792b..33b9334a02 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -19,7 +19,7 @@ Name: zed-preview Version: %(echo %ver | sed 's/-/~/') -Release: 2%{?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/tools/MareTF/MareTF.spec b/anda/tools/MareTF/MareTF.spec index 89e595da0c..123d95bee3 100644 --- a/anda/tools/MareTF/MareTF.spec +++ b/anda/tools/MareTF/MareTF.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: MareTF -Version: 0.10.4 +Version: 0.11.0 Release: 1%{?dist} License: MIT Summary: A utility to create, edit, and display every type of VTF file ever made From 0268ffe63ee60f91d45d01e2b2262df32e162a3e Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 3 May 2026 10:45:38 -0500 Subject: [PATCH 1090/1189] chore(backport): Add explicit Git dep, clean up some things (#11840) * chore(backport): Add explicit Git dep Signed-off-by: Gilver * chore: Changelog Signed-off-by: Gilver * chore: Only build once and remove unused script --------- Signed-off-by: Gilver --- anda/devs/backport/anda.hcl | 1 + anda/devs/backport/nodejs-backport.spec | 9 ++++++-- anda/devs/backport/setup.sh | 28 ------------------------- 3 files changed, 8 insertions(+), 30 deletions(-) delete mode 100755 anda/devs/backport/setup.sh diff --git a/anda/devs/backport/anda.hcl b/anda/devs/backport/anda.hcl index 37ceb921f6..fa16c40570 100644 --- a/anda/devs/backport/anda.hcl +++ b/anda/devs/backport/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "nodejs-backport.spec" } diff --git a/anda/devs/backport/nodejs-backport.spec b/anda/devs/backport/nodejs-backport.spec index 34eb25a2c3..03e66f6320 100644 --- a/anda/devs/backport/nodejs-backport.spec +++ b/anda/devs/backport/nodejs-backport.spec @@ -4,10 +4,10 @@ Name: nodejs-%{npm_name} Version: 12.0.0 -Release: 1%{?dist} +Release: 2%{?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) +License: MIT AND ISC AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause URL: https://github.com/sorenlouv/%{npm_name} Source0: http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz BuildRequires: anda-srpm-macros >= 0.3.0 @@ -17,6 +17,7 @@ BuildRequires: nodejs-license-checker %if %{with test} BuildRequires: yarnpkg %endif +Requires: git-core Obsoletes: node-backport <= 10.2.0 BuildArch: noarch Packager: Gilver E. @@ -26,7 +27,9 @@ A simple CLI tool that automates the process of backporting commits on a GitHub %prep %npm_prep +%if %{with test} %fetch_node_tests /src/test/ /tests/ +%endif %build # Empty build section, because RPM reasons @@ -50,6 +53,8 @@ A simple CLI tool that automates the process of backporting commits on a GitHub %{_bindir}/%{npm_name} %changelog +* Sun May 3 2026 Gilver E. - 12.0.0-2 +- Added explicit dependency on git-core * Wed Jan 21 2026 Gilver E. - 10.2.0-3 - Fixed package name and licenses * Wed Jul 2 2025 Gilver E. - 9.6.6-1 diff --git a/anda/devs/backport/setup.sh b/anda/devs/backport/setup.sh deleted file mode 100755 index a6a7359998..0000000000 --- a/anda/devs/backport/setup.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/usr/bin/bash - -## Some sources need to be fetched BEFORE the build process -# Also I'm just better at scripting in Bash and calling the Rhai sh function hundreds of times times sounded like hell -# Have I mentioned I hate runtime languages? - -node=backport -# Enable logs for debugging -set -x -# I guess just $PWD doesn't work for this -builddir=$(pwd)/anda/devs/$node - -# We only need the tests folder so sourcing the whole repo is overkill, Git can make a tarball of specific directories - -pushd $builddir -ver=$(cat ./*.spec | grep -P -m1 'Version:' | sed -e 's/Version://g' -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//') -url=$(sed -n 's/^URL:\s\(.*\)$/\1/p' ./*.spec | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' -e "s/%{module}/$node/") -dir=$node - -git clone --recurse-submodules -j$(nproc) $url.git - -pushd $dir -# I'm not sure why .tar.bz2 is the tar format of choice for this but it's also what Fedora does so it's what I'm doing -git archive --format=tar --prefix=tests/ v${ver}:src/test/ | bzip2 > ../tests-${ver}.tar.bz2 -popd -rm -rf $dir - -exit 0 From 7d9befc7680eb3ea7296afc0cb5e05e488d52d0f Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 3 May 2026 10:46:41 -0500 Subject: [PATCH 1091/1189] chore(zed-nightly): Add clang workaround, remove Rust nightly (#11841) * chore(zed-nightly): Add clang workaround Signed-off-by: Gilver * chore: Test without nightly Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/devs/zed/nightly/zed-nightly.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 3ccd803a4b..4083c3237f 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -5,7 +5,7 @@ %bcond_with check %bcond_with debug_no_build -%bcond nightly 1 +%bcond nightly 0 %if 0%{?with_debug_no_build} %global debug_package %{nil} @@ -19,6 +19,7 @@ %global appstream_component desktop-application %global rustflags_debuginfo 0 +%global toolchain clang Name: zed-nightly Version: %ver^%commit_date.%shortcommit From 22b3956fd84e45d1a72a0339d3972e3a63cc360f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 16:30:43 +0000 Subject: [PATCH 1092/1189] bump: zig-master-bootstrap wails3 wluma --- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/lib/wails/v3/wails3.spec | 2 +- anda/system/wluma/wluma.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 5ecd1b8a66..0ea897042d 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.228+ce198b7c2 +version=0.17.0-dev.242+5d55999d2 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index af22602a52..e976a88c5c 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.228+ce198b7c2 +%global ver 0.17.0-dev.242+5d55999d2 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index 7d7e4fec0c..46449fa27e 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.83 +%global ver v3.0.0-alpha.84 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 diff --git a/anda/system/wluma/wluma.spec b/anda/system/wluma/wluma.spec index 595aa092fe..d72bb4177e 100644 --- a/anda/system/wluma/wluma.spec +++ b/anda/system/wluma/wluma.spec @@ -1,6 +1,6 @@ Name: wluma -Version: 4.10.0 -Release: 3%?dist +Version: 4.11.0 +Release: 1%{?dist} Summary: Automatic brightness adjustment based on screen contents and ALS URL: https://github.com/max-baz/wluma Source0: %{url}/archive/refs/tags/%{version}.tar.gz From 16f1f566f8e88f27b551f1d33d5292a12a67040e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 17:15:43 +0000 Subject: [PATCH 1093/1189] bump: anda-srpm-macros --- anda/terra/srpm-macros/anda-srpm-macros.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/terra/srpm-macros/anda-srpm-macros.spec b/anda/terra/srpm-macros/anda-srpm-macros.spec index 7cff4328b0..7f879e89d8 100644 --- a/anda/terra/srpm-macros/anda-srpm-macros.spec +++ b/anda/terra/srpm-macros/anda-srpm-macros.spec @@ -1,5 +1,5 @@ Name: anda-srpm-macros -Version: 0.3.6 +Version: 0.3.7 Release: 1%{?dist} Summary: SRPM macros for extra Fedora packages From ec330e82cf8764878fcaf5134164a421fe50ad64 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 3 May 2026 12:22:48 -0500 Subject: [PATCH 1094/1189] fix(breakpad): Use correct format for gh() (#11850) Signed-off-by: Gilver --- anda/lib/breakpad/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/breakpad/update.rhai b/anda/lib/breakpad/update.rhai index df846a57b8..ec009aeafc 100644 --- a/anda/lib/breakpad/update.rhai +++ b/anda/lib/breakpad/update.rhai @@ -1 +1 @@ -rpm.version(gh("https://github.com/google/breakpad")); \ No newline at end of file +rpm.version(gh("google/breakpad")); From a0f1a123471cafeea3c3e29b6924a3472bf0db60 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 3 May 2026 12:47:54 -0500 Subject: [PATCH 1095/1189] fix(zig-master): Use rpm.define() for llvm_compat (#11851) --- anda/langs/zig/bootstrap/update.rhai | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/langs/zig/master/update.rhai | 2 +- anda/langs/zig/master/zig-master.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/langs/zig/bootstrap/update.rhai b/anda/langs/zig/bootstrap/update.rhai index b8831c70ce..ddbcbc1d86 100644 --- a/anda/langs/zig/bootstrap/update.rhai +++ b/anda/langs/zig/bootstrap/update.rhai @@ -13,5 +13,5 @@ if rpm.changed() { let l = find(`releases\.llvm\.org/download\.html#([\d.]+)`, rawfile, 1); rpm.global("llvm_version", l); l.truncate(2); - rpm.global("llvm_compat", l); + rpm.define("llvm_compat", l); } diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index e976a88c5c..9e1b1190aa 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -2,7 +2,7 @@ %global zig_arches x86_64 aarch64 riscv64 %{mips64} # Signing key from https://ziglang.org/download/ %global public_key RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U -%if 0%{?fedora} >= 44 +%if 0%{?fedora} >= 46 %define llvm_compat 22 %endif %global llvm_version 22.0.0 diff --git a/anda/langs/zig/master/update.rhai b/anda/langs/zig/master/update.rhai index 0f43f56298..57939139b8 100644 --- a/anda/langs/zig/master/update.rhai +++ b/anda/langs/zig/master/update.rhai @@ -11,5 +11,5 @@ if rpm.changed() { let l = find(`releases\.llvm\.org/download\.html#([\d.]+)`, rawfile, 1); rpm.global("llvm_version", l); l.truncate(2); - rpm.global("llvm_compat", l); + rpm.define("llvm_compat", l); } diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 56fe44fcec..e980008053 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -2,7 +2,7 @@ %global zig_arches x86_64 aarch64 riscv64 %{mips64} # Signing key from https://ziglang.org/download/ %global public_key RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U -%if 0%{?fedora} >= 44 +%if 0%{?fedora} >= 46 %define llvm_compat 22 %endif %global llvm_version 22.0.0 From 493893aa557a6a0441a1145346ee048d061d2ab9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 18:05:34 +0000 Subject: [PATCH 1096/1189] bump: rust-anda rio --- anda/buildsys/anda/rust-anda.spec | 2 +- anda/devs/rio/rio.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/buildsys/anda/rust-anda.spec b/anda/buildsys/anda/rust-anda.spec index 7f6f62a01c..5c653c2cff 100644 --- a/anda/buildsys/anda/rust-anda.spec +++ b/anda/buildsys/anda/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.5.3 +Version: 0.5.4 Release: 1%{?dist} Summary: Andaman Build toolchain diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 6d069cddff..87b6db7e50 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -4,7 +4,7 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser %bcond docs 1 Name: rio -Version: 0.4.1 +Version: 0.4.2 Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT From 69b74ec97c3fa2d084631bea4fdaeef63e76b47e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 18:50:41 +0000 Subject: [PATCH 1097/1189] 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 e980008053..4e1779c299 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -18,7 +18,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.17.0~dev.27+0dd99c37c +Version: 0.17.0~dev.242+5d55999d2 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 4b97e5ca12d6347ad17dc6bc5027560e5d733dd5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 19:16:30 +0000 Subject: [PATCH 1098/1189] bump: rust-mise rust-usage-cli --- anda/buildsys/mise/rust-mise.spec | 2 +- anda/langs/rust/usage/rust-usage-cli.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index 6c08a47373..900488bd8f 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.4.28 +Version: 2026.5.0 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/langs/rust/usage/rust-usage-cli.spec b/anda/langs/rust/usage/rust-usage-cli.spec index c635b47acc..535a49ba9d 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: 3.2.1 +Version: 3.3.0 Release: 1%{?dist} Summary: CLI for working with usage-based CLIs From 5ebaa4bf94dcbcf996b8914c95dab54e876cc631 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 20:02:16 +0000 Subject: [PATCH 1099/1189] bump: python-mpv-jsonipc --- anda/langs/python/python-mpv-jsonipc/python-mpv-jsonipc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/python-mpv-jsonipc/python-mpv-jsonipc.spec b/anda/langs/python/python-mpv-jsonipc/python-mpv-jsonipc.spec index ebf65afadf..9bdef1775a 100644 --- a/anda/langs/python/python-mpv-jsonipc/python-mpv-jsonipc.spec +++ b/anda/langs/python/python-mpv-jsonipc/python-mpv-jsonipc.spec @@ -2,8 +2,8 @@ %global _desc Python API to MPV using JSON IPC. Name: python-%{pypi_name} -Version: 1.2.1 -Release: 1%?dist +Version: 1.2.2 +Release: 1%{?dist} Summary: Python API to MPV using JSON IPC License: Apache-2.0 URL: https://github.com/iwalton3/python-mpv-jsonipc From 9410e0250604f051a163a695d23e2ebacd9f2ca5 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 3 May 2026 15:31:08 -0500 Subject: [PATCH 1100/1189] fix(anda): Add workaround for rustc 1.95.0, enable debuginfo, split shell completions into subpackages (#11860) --- anda/buildsys/anda/anda.hcl | 2 +- anda/buildsys/anda/anda.spec | 77 ++++++++++++++++++++++++++ anda/buildsys/anda/rust-anda.spec | 89 ------------------------------- 3 files changed, 78 insertions(+), 90 deletions(-) create mode 100644 anda/buildsys/anda/anda.spec delete mode 100644 anda/buildsys/anda/rust-anda.spec diff --git a/anda/buildsys/anda/anda.hcl b/anda/buildsys/anda/anda.hcl index 603eef82af..a430c7e9ff 100644 --- a/anda/buildsys/anda/anda.hcl +++ b/anda/buildsys/anda/anda.hcl @@ -1,5 +1,5 @@ project pkg { rpm { - spec = "rust-anda.spec" + spec = "anda.spec" } } diff --git a/anda/buildsys/anda/anda.spec b/anda/buildsys/anda/anda.spec new file mode 100644 index 0000000000..2db4ec04ba --- /dev/null +++ b/anda/buildsys/anda/anda.spec @@ -0,0 +1,77 @@ +# Work around a bug in rustc 1.95.0 with GCC +%global toolchain clang +%global crate anda + +Name: anda +Version: 0.5.4 +Release: 2%{?dist} +Summary: Andaman Build toolchain +SourceLicense: MIT +License: ((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 Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-3-Clause AND BSL-1.0 AND CDLA-Permissive-2.0 AND ISC 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-later AND MPL-2.0-only AND Unicode-3.0 AND (Unlicense OR MIT) +URL: https://crates.io/crates/anda +Source0: https://github.com/FyraLabs/anda/archive/refs/tags/%{version}.tar.gz +%if %["%{toolchain}" == "clang"] +BuildRequires: clang +%else +BuildRequires: gcc +%endif +BuildRequires: rust-packaging >= 21 +BuildRequires: anda-srpm-macros +BuildRequires: openssl-devel +%if %{defined fedora} +BuildRequires: openssl-devel-engine +%endif +BuildRequires: git-core +BuildRequires: libgit2-devel +BuildRequires: libssh2-devel +BuildRequires: mold +Requires: mock +Requires: rpm-build +Requires: createrepo_c +Requires: git-core +Requires: libgit2 +%if 0%{?fedora} >= 42 +Requires: mock-filesystem +Requires: util-linux-script +%endif +Packager: Terra Packaging Team + +%description +Andaman Build toolchain. + +%pkg_completion -bfz + +%prep +%autosetup -n %{crate}-%{version} +%cargo_prep_online +%{__cargo} fetch --locked + +%build +%{cargo_build} --frozen +%{cargo_license_online} > LICENSE.dependencies +%{__cargo} run --release -p xtask -- manpage +%{__cargo} run --release -p xtask -- completion + +%install +%crate_install_bin + +# Install shell completions +COMPDIR="target/assets/completion" + +install -Dm644 $COMPDIR/bash/anda.bash -t %{buildroot}%{bash_completions_dir} +install -Dm644 $COMPDIR/zsh/_anda -t %{buildroot}%{zsh_completions_dir} +install -Dm644 $COMPDIR/fish/anda.fish -t %{buildroot}%{fish_completions_dir} + +# Install man pages +install -Dm644 target/assets/man_pages/* -t %{buildroot}%{_mandir}/man1 + +%files +%doc README.md +%license LICENSE.dependencies LICENSE.md +%{_bindir}/anda +%{_mandir}/man1/anda*.1.* + +%changelog +* Sun May 3 2026 Gilver E. - 0.5.4-2 +- Fix build on Fedora 43 +- Add shell completions subpackages diff --git a/anda/buildsys/anda/rust-anda.spec b/anda/buildsys/anda/rust-anda.spec deleted file mode 100644 index 5c653c2cff..0000000000 --- a/anda/buildsys/anda/rust-anda.spec +++ /dev/null @@ -1,89 +0,0 @@ -# Generated by rust2rpm 22 -%bcond_without check -%define debug_package %{nil} - -%global crate anda - -Name: rust-anda -Version: 0.5.4 -Release: 1%{?dist} -Summary: Andaman Build toolchain - -License: MIT -URL: https://crates.io/crates/anda -Source: https://github.com/FyraLabs/anda/archive/refs/tags/%{version}.tar.gz - -ExclusiveArch: %{rust_arches} - -BuildRequires: rust-packaging >= 21 -BuildRequires: anda-srpm-macros -BuildRequires: openssl-devel -%if %{defined fedora} -BuildRequires: openssl-devel-engine -%endif -BuildRequires: git-core -BuildRequires: libgit2-devel -BuildRequires: libssh2-devel -BuildRequires: mold - -%global _description %{expand: -Andaman Build toolchain.} - -%description %{_description} - -%package -n %{crate} -Summary: %{summary} -Requires: mock -Requires: rpm-build -Requires: createrepo_c -Requires: git-core -Requires: libgit2 -%if 0%{?fedora} >= 42 -Requires: mock-filesystem -Requires: util-linux-script -%endif - -%description -n %{crate} %{_description} - -%files -n %{crate} -%license LICENSE.dependencies LICENSE.md -%{_bindir}/anda -%{_mandir}/man1/anda*.1* -%config %{_sysconfdir}/bash_completion.d/anda.bash -%{_datadir}/zsh/site-functions/_anda -%{_datadir}/fish/completions/anda.fish - -%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 -%cargo_prep_online - -%build -%cargo_build -%{cargo_license_online} > LICENSE.dependencies -cargo run --release -p xtask -- manpage -cargo run --release -p xtask -- completion - -%install -install -Dpm755 target/rpm/anda -t %buildroot%_bindir/ - -mkdir -p %{buildroot}%{_mandir}/man1/ - -# Install shell completions - -COMPDIR="target/assets/completion" - -mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d/ -cp -v $COMPDIR/bash/anda.bash %{buildroot}%{_sysconfdir}/bash_completion.d/anda.bash -mkdir -p %{buildroot}%{_datadir}/zsh/site-functions/ -cp -v $COMPDIR/zsh/_anda %{buildroot}%{_datadir}/zsh/site-functions/_anda -mkdir -p %{buildroot}%{_datadir}/fish/completions/ -cp -v $COMPDIR/fish/anda.fish %{buildroot}%{_datadir}/fish/completions/anda.fish - -# install man pages -cp -v target/assets/man_pages/* %{buildroot}%{_mandir}/man1/ - - -rm -rf %{buildroot}%{cargo_registry} - -%changelog -%autochangelog From f35308e7e1786055950382785d4fe4a8aa7758d1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 21:00:28 +0000 Subject: [PATCH 1101/1189] 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 64fba7d87a..7f48dc1250 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.04.30.222341 +Version: 2026.05.03.201419 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 3754f601873dc026165b0d5926943a7f44a50067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luan=20Vitor=20Simi=C3=A3o=20Oliveira?= Date: Sun, 3 May 2026 18:26:16 -0300 Subject: [PATCH 1102/1189] ship our own dkms.conf (#11874) upstream builds the module inside the source directory, which prevents it being removed on upgrade/remove. also prevents build failures due to the patch failing to apply --- .../dkms/dkms-logitech-rs50-linux-driver.spec | 9 +++++---- .../logitech-rs50-linux-driver/dkms/dkms.conf | 10 ++++++++++ .../dkms/fix-dkms-conf.patch | 17 ----------------- 3 files changed, 15 insertions(+), 21 deletions(-) create mode 100644 anda/system/logitech-rs50-linux-driver/dkms/dkms.conf delete mode 100644 anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index a15d3b72db..4f82a94cfe 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -6,12 +6,12 @@ Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/%{modulename} Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz -Patch0: fix-dkms-conf.patch +Source1: dkms.conf BuildRequires: sed BuildRequires: systemd-rpm-macros Requires: %{modulename} = %{?epoch:%{epoch}:}%{version} @@ -27,7 +27,6 @@ Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c This is a patched version of the hid-logitech-hidpp driver that adds RS50 support with force feedback (FF_CONSTANT) and exposes all G Hub settings via sysfs for runtime configuration. Note: This driver replaces the in-kernel hid-logitech-hidpp module and continues to support all other Logitech HID++ devices (mice, keyboards, other racing wheels like the G29, G920, G923, etc.). - %package akmod-modules Summary: Modules for Akmods Requires: akmod-%{name} @@ -40,6 +39,7 @@ Akmods modules for the akmod-%{name} package. %autosetup -p1 -n %{modulename}-%{commit} pushd mainline mkdir build +cp %{SOURCE1} ./dkms.conf sed -i -e 's/__VERSION_STRING/%{version}/g' dkms.conf popd @@ -59,8 +59,9 @@ dkms remove -m %{modulename} -v %{version} -q --all --rpm_safe_upgrade || : %files %{_usrsrc}/%{modulename}-%{version} - %changelog +* Sun May 03 2026 Luan V. - 1.0^20260502git.7296717-2 +- ship our own dkms.conf, allowing full cleanup on uninstall * Fri May 01 2026 Luan V. - 1.0^20260430git.df7f149-2 - fix build due to upstream changes - resolve spec warnings: add Packager tag, remove autochangelog diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms.conf b/anda/system/logitech-rs50-linux-driver/dkms/dkms.conf new file mode 100644 index 0000000000..4ba86e19c6 --- /dev/null +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms.conf @@ -0,0 +1,10 @@ +PACKAGE_NAME="logitech-rs50-linux-driver" +PACKAGE_VERSION="__VERSION_STRING" +AUTOINSTALL="yes" + +MAKE[0]="'make' KVERSION=$kernelver" +CLEAN="make clean" + +BUILT_MODULE_NAME[0]="hid-logitech-hidpp" +DEST_MODULE_NAME[0]="hid-logitech-hidpp" +DEST_MODULE_LOCATION[0]="/extra" diff --git a/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch b/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch deleted file mode 100644 index 2132dd1091..0000000000 --- a/anda/system/logitech-rs50-linux-driver/dkms/fix-dkms-conf.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/mainline/dkms.conf b/mainline/dkms.conf -index 437e5fd..2c4f3a4 100644 ---- a/mainline/dkms.conf -+++ b/mainline/dkms.conf -@@ -1,8 +1,8 @@ --PACKAGE_NAME="hid-logitech-hidpp" --PACKAGE_VERSION="1.0" -+PACKAGE_NAME="logitech-rs50-linux-driver" -+PACKAGE_VERSION="__VERSION_STRING" - MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules" - CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" - BUILT_MODULE_NAME[0]="hid-logitech-hidpp" - DEST_MODULE_NAME[0]="hid-logitech-hidpp" - DEST_MODULE_LOCATION[0]="/updates/dkms" --AUTOINSTALL="yes" -\ No newline at end of file -+AUTOINSTALL="yes" From 7d34e011c8e6705415ced4d6ac2caa1a0dfda84d Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 3 May 2026 17:36:59 -0500 Subject: [PATCH 1103/1189] fix(rio): Build requires glslc (#11861) * fix(rio): Build requires glslc Signed-off-by: Gilver * chore: Update icon path Signed-off-by: Gilver * chore: Update build Signed-off-by: Gilver * fix: Actually package the metainfo Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/devs/rio/rio.spec | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 87b6db7e50..9f7276b44e 100644 --- a/anda/devs/rio/rio.spec +++ b/anda/devs/rio/rio.spec @@ -1,7 +1,7 @@ %global crate rioterm +%global appid com.rioterm.Rio %global _description %{expand: A hardware-accelerated terminal emulator focusing to run in desktops and browsers.} -%bcond docs 1 Name: rio Version: 0.4.2 @@ -17,6 +17,7 @@ BuildRequires: desktop-file-utils BuildRequires: freetype-devel BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: glslc BuildRequires: libxcb-devel BuildRequires: libxkbcommon-devel BuildRequires: mold @@ -25,10 +26,9 @@ BuildRequires: pkgconfig(alsa) Requires: freetype Requires: fontconfig Requires: hicolor-icon-theme +Requires: ncurses-term Obsoletes: %{crate} < %{version}-%{release} -%if %{with docs} -Suggests: %{name}-doc = %{version}-%{release} -%endif +Obsoletes: %{name}-doc < %{evr} Packager: Gilver E. %description %_description @@ -40,14 +40,6 @@ Requires: %{name} = %{version}-%{release} %description devel This package contains the development libraries for Rio. -%if %{with docs} -%package doc -Summary: Documentation for Rio - -%description doc -This package contains all official documentation files for the Rio terminal. -%endif - %prep %autosetup -n %{name}-%{version} %cargo_prep_online @@ -59,7 +51,8 @@ sed -i 's/Exec=.*/Exec=%{crate}/g' misc/%{name}.desktop %install install -Dm755 target/rpm/%{name} %{buildroot}%{_bindir}/%{crate} install -Dm755 target/rpm/*.so -t %{buildroot}%{_libdir} -install -Dm644 docs/static/assets/%{name}-logo.svg %{buildroot}%{_iconsdir}/hicolor/scalable/apps/%{name}.svg +install -Dm644 misc/logo.svg %{buildroot}%{_scalableiconsdir}/%{name}.svg +install -Dm644 misc/%{appid}.metainfo.xml -t %{buildroot}%{_metainfodir} desktop-file-install misc/%{name}.desktop %{cargo_license_online -a} > LICENSE.dependencies @@ -73,17 +66,13 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %{_bindir}/%{crate} %{_datadir}/applications/%{name}.desktop %{_iconsdir}/hicolor/scalable/apps/%{name}.svg +%{_metainfodir}/%{appid}.metainfo.xml %files devel %{_libdir}/librio_backend.so %{_libdir}/librio_proc_macros.so %{_libdir}/libsugarloaf.so -%if %{with docs} -%files doc -%doc docs/docs/* -%endif - %changelog * Mon May 5 2025 Gilver E. - 0.2.13-1 - Added doc package From a8d11369eee195b20232fbe17db9189d72564ad0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 3 May 2026 22:46:21 +0000 Subject: [PATCH 1104/1189] 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 7f48dc1250..c62c53d316 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.05.03.201419 +Version: 2026.05.03.221924 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From bb75d2a338d8e23090e039df2d37303030115857 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 01:21:03 +0000 Subject: [PATCH 1105/1189] 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 66a7edc94e..1dac78ffaf 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-05-03 +%global ver 2026-05-04 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From ac7ca54b7fc77c07ae3bcc2e020aea01bc2792e8 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Sun, 3 May 2026 23:18:26 -0300 Subject: [PATCH 1106/1189] fix(satty): add autoupdate definition (#11883) --- anda/desktop/satty/update.rhai | 1 + 1 file changed, 1 insertion(+) create mode 100644 anda/desktop/satty/update.rhai diff --git a/anda/desktop/satty/update.rhai b/anda/desktop/satty/update.rhai new file mode 100644 index 0000000000..4cb90fd002 --- /dev/null +++ b/anda/desktop/satty/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("Satty-org/Satty")); From bfa2d11de05c2961b41066016375331723bd6e77 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 03:36:42 +0000 Subject: [PATCH 1107/1189] bump(nightly): flameshot-nightly mpv-nightly zed-nightly v2raya-nightly xray-nightly types-colorama libbacktrace-nightly v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver opentabletdriver-nightly gf --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 6 +++--- anda/langs/go/v2raya/nightly/v2raya-nightly.spec | 4 ++-- anda/langs/go/xray/nightly/xray-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- anda/lib/backtrace/libbacktrace-nightly.spec | 6 +++--- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../kmod-common/logitech-rs50-linux-driver.spec | 4 ++-- .../opentabletdriver-nightly/opentabletdriver-nightly.spec | 4 ++-- anda/tools/gf/gf.spec | 2 +- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 12c0b9435d..993e3249df 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 a6694bf45ace6a8552351d5f9ca6f006786ce6f9 +%global commit 1534a895e757b51d34ab5b1184344f04d67b8ebc %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260426 +%global commit_date 20260504 %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 4b4ae62aea..00014693f5 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 5e847889b34b736760a1702b82191693d89d46d9 +%global commit 333857403f01d760d6cf6b80654cf7a734f0ece5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260502 +%global commit_date 20260504 %global ver 0.41.0 Name: mpv-nightly diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 4083c3237f..a31d03eca7 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit c97ad4692f99df4cc5eaa0a83a91afaefb641076 +%global commit ff8fa053ff0d0c02aec95def5b796dbe5cd541e1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260503 +%global commit_date 20260504 %global ver 1.2.0 %bcond_with check @@ -23,7 +23,7 @@ Name: zed-nightly Version: %ver^%commit_date.%shortcommit -Release: 2%{?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/go/v2raya/nightly/v2raya-nightly.spec b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec index 84d95c7c80..6c39559202 100644 --- a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec +++ b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec @@ -1,7 +1,7 @@ -%global commit 56c1f8fbfd82ae02cd0d6c1677884d3d60e898f5 +%global commit 407074010809148e4797f77523e6235f2f0dd1c2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v2.2.7.5 -%global commit_date 20260503 +%global commit_date 20260504 %global goipath github.com/v2rayA/v2rayA Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/go/xray/nightly/xray-nightly.spec b/anda/langs/go/xray/nightly/xray-nightly.spec index 1aae40ee55..d70d4f82fc 100644 --- a/anda/langs/go/xray/nightly/xray-nightly.spec +++ b/anda/langs/go/xray/nightly/xray-nightly.spec @@ -1,7 +1,7 @@ -%global commit b279076ba1a78fef3d92cc9d540e84d0ff8a182f +%global commit 228f1e13aa22739b0d6b9adbdb2b600f1e2018e1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260503 +%global commit_date 20260504 %global goipath github.com/XTLS/Xray-core Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index b510db9c18..6dd1089b22 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 44dac880beafef55e6a7dd350c6a484a1c35e112 -%global commit_date 20260503 +%global commit 2c79d4729b0fdb5a7b5a2c04891d78f6bd796576 +%global commit_date 20260504 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/lib/backtrace/libbacktrace-nightly.spec b/anda/lib/backtrace/libbacktrace-nightly.spec index 14016bca45..046cc9e547 100644 --- a/anda/lib/backtrace/libbacktrace-nightly.spec +++ b/anda/lib/backtrace/libbacktrace-nightly.spec @@ -1,8 +1,8 @@ %global debug_package %nil -%global commit b9e40069c0b47a722286b94eb5231f7f05c08713 +%global commit 96664e69b1ecdb76e824be1d9e8f475b76dd08cf %global shortcommit %(c=%commit; echo ${c:0:7}) -%global commit_date 20251107 +%global commit_date 20260504 %global _desc %{expand: A C library that may be linked into a C/C++ program to produce symbolic backtraces. @@ -10,7 +10,7 @@ A C library that may be linked into a C/C++ program to produce symbolic backtrac Name: libbacktrace-nightly Version: 1.0^%commit_date.%shortcommit -Release: 1%?dist +Release: 1%{?dist} Summary: Library to produce symbolic backtraces License: BSD-3-Clause URL: https://github.com/ianlancetaylor/libbacktrace diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index a31dba347d..94be6edf20 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit cf8d0dcdd5e5f954a6f29f9acf05e58eb1f4f2be +%global commit bf0751808e7d0c1d995276ecf238e22ec6ba60cb %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260503032234 -%global commit_date 20260503 +%global ver 20260503074947 +%global commit_date 20260504 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 0a5476eb63..87062111b3 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit c97d635d40e16ffea77c38d35b1e012820cc7cff -%global commit_date 20260502 +%global commit 5f360abdc795ad7467699cc7dddd5b3a5558dcdf +%global commit_date 20260504 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec index bf0ddb786a..ca025a61ba 100644 --- a/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/kmod-common/logitech-rs50-linux-driver.spec @@ -1,6 +1,6 @@ -%global commit 729671701c486cb050925e85337e921d27f3e25c +%global commit 1635bbd0ea044d1c3681b1843b5a0f3e878d0ed0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260502 +%global commitdate 20260504 Name: logitech-rs50-linux-driver Version: 1.0^%{commitdate}git.%{shortcommit} diff --git a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec index 488a340b38..c5fac36506 100644 --- a/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec +++ b/anda/system/opentabletdriver-nightly/opentabletdriver-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5a06744568370a03580949388e2c266624c0673f +%global commit 060571d8eb4e2487d7268659113cf224e0fded7a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260503 +%global commit_date 20260504 %global ver 0.6.7 # We aren't using Mono but RPM expected Mono diff --git a/anda/tools/gf/gf.spec b/anda/tools/gf/gf.spec index e47e701fb8..c51777c5d8 100644 --- a/anda/tools/gf/gf.spec +++ b/anda/tools/gf/gf.spec @@ -1,6 +1,6 @@ %global forgeurl https://github.com/nakst/gf -%global commit 93066aae8d7328c41f0da9985c680691fafa3fab +%global commit 46174e9b25850c9898ca0c2de90af31ad83122d7 %global shortcommit %{sub %{commit} 0 7} %global commitdate 20251231 From 14c1647a7e5f2e130c42ff1c15e41090f505e678 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 04:50:41 +0000 Subject: [PATCH 1108/1189] bump: rust-chess-tui jellyfin-apiclient-python --- anda/games/chess-tui/rust-chess-tui.spec | 4 ++-- .../jellyfin-apiclient-python/jellyfin-apiclient-python.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/games/chess-tui/rust-chess-tui.spec b/anda/games/chess-tui/rust-chess-tui.spec index bac8b542a9..dec9550868 100644 --- a/anda/games/chess-tui/rust-chess-tui.spec +++ b/anda/games/chess-tui/rust-chess-tui.spec @@ -4,8 +4,8 @@ %global crate chess-tui Name: rust-chess-tui -Version: 2.5.1 -Release: 1%?dist +Version: 2.6.2 +Release: 1%{?dist} Summary: Rusty chess game in your terminal 🦀 License: MIT diff --git a/anda/langs/python/jellyfin-apiclient-python/jellyfin-apiclient-python.spec b/anda/langs/python/jellyfin-apiclient-python/jellyfin-apiclient-python.spec index 7af264a1e4..ea34b9b8b9 100644 --- a/anda/langs/python/jellyfin-apiclient-python/jellyfin-apiclient-python.spec +++ b/anda/langs/python/jellyfin-apiclient-python/jellyfin-apiclient-python.spec @@ -2,8 +2,8 @@ %global _desc Python API Client for Jellyfin. Name: python-%{pypi_name} -Version: 1.11.0 -Release: 1%?dist +Version: 1.12.0 +Release: 1%{?dist} Summary: Python API Client for Jellyfin License: GPL-3.0 URL: https://github.com/jellyfin/jellyfin-apiclient-python From 621ff778eb1d3a4076112eb414f5a4f3c77ef613 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 05:47:54 +0000 Subject: [PATCH 1109/1189] bump(branch): libtrueforce logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver --- anda/lib/libtrueforce/libtrueforce.spec | 4 ++-- .../akmod/logitech-rs50-linux-driver-kmod.spec | 4 ++-- .../dkms/dkms-logitech-rs50-linux-driver.spec | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/lib/libtrueforce/libtrueforce.spec b/anda/lib/libtrueforce/libtrueforce.spec index 371051f416..06ceb70d96 100644 --- a/anda/lib/libtrueforce/libtrueforce.spec +++ b/anda/lib/libtrueforce/libtrueforce.spec @@ -1,6 +1,6 @@ -%global commit 729671701c486cb050925e85337e921d27f3e25c +%global commit 1635bbd0ea044d1c3681b1843b5a0f3e878d0ed0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260502 +%global commitdate 20260504 %global debug_package %{nil} Name: libtrueforce diff --git a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec index e99286c86c..8f3b2dec01 100644 --- a/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec +++ b/anda/system/logitech-rs50-linux-driver/akmod/logitech-rs50-linux-driver-kmod.spec @@ -7,8 +7,8 @@ %global debug_package %{nil} %endif -%global commit 729671701c486cb050925e85337e921d27f3e25c -%global commitdate 20260502 +%global commit 1635bbd0ea044d1c3681b1843b5a0f3e878d0ed0 +%global commitdate 20260504 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global modulename logitech-rs50-linux-driver diff --git a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec index 4f82a94cfe..b717e7a692 100644 --- a/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec +++ b/anda/system/logitech-rs50-linux-driver/dkms/dkms-logitech-rs50-linux-driver.spec @@ -1,12 +1,12 @@ -%global commit 729671701c486cb050925e85337e921d27f3e25c +%global commit 1635bbd0ea044d1c3681b1843b5a0f3e878d0ed0 %global debug_package %{nil} %global modulename logitech-rs50-linux-driver %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260502 +%global commitdate 20260504 Name: dkms-%{modulename} Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Linux kernel driver for the Logitech RS50 Direct Drive Wheel Base (USB ID 046d:c276) License: GPL-2.0-only URL: https://github.com/mescon/%{modulename} From e58d53375de6c80f2b7e75d3417f7524488e6bdd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 07:46:37 +0000 Subject: [PATCH 1110/1189] bump: rpcs3 golang-google-grpc.terra --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/go/google-grpc/golang-google-grpc.terra.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 6eb0c207e5..a4cd27dd06 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 a6fb0c8931b2dcfb02463295d52a3b317e092fc1 -%global ver 0.0.40-19300 +%global commit 773808169e94f2a980db6fa4983b4fcb2a83d16e +%global ver 0.0.40-19301 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') 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 23894d9805..c8540af981 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.80.0 +Version: 1.81.0 %gometa -L From 85932b82f705c4fa19332074e3d1cbb6a0f6c287 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 10:02:02 +0000 Subject: [PATCH 1111/1189] bump: zed-preview zed --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.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 33b9334a02..c10f2cf413 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -7,7 +7,7 @@ %global debug_package %{nil} %endif -%global ver 1.1.2-pre +%global ver 1.0.1 # 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 c34aad5964..98377102f7 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -17,8 +17,8 @@ %global rustflags_debuginfo 0 Name: zed -Version: 1.0.0 -Release: 2%{?dist} +Version: 1.0.1 +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 From 91f17f22e299e1574fc7163321ef19a339e536dd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 12:03:50 +0000 Subject: [PATCH 1112/1189] bump: lomiri-system-settings zig-master-bootstrap --- .../lomiri-system-settings/lomiri-system-settings.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/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec b/anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec index 14ed519f04..5b8b0ded44 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 6005adf3220279a76b450abb39497e275ec7f325 +%global commit cdf9dc925feb09c4e4e540849d3e9f6efa67599d %forgemeta Name: lomiri-system-settings diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 0ea897042d..4ddf6d8d42 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.242+5d55999d2 +version=0.17.0-dev.248+95507faf1 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 9e1b1190aa..e36892bd58 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.242+5d55999d2 +%global ver 0.17.0-dev.248+95507faf1 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 5fe484d08ca8dfd39a88a370d99f96b6dd902b44 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 14:31:43 +0000 Subject: [PATCH 1113/1189] bump: v2raya --- anda/langs/go/v2raya/stable/v2raya.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/go/v2raya/stable/v2raya.spec b/anda/langs/go/v2raya/stable/v2raya.spec index 4a395d3647..a2e8fc250b 100644 --- a/anda/langs/go/v2raya/stable/v2raya.spec +++ b/anda/langs/go/v2raya/stable/v2raya.spec @@ -1,5 +1,5 @@ %global goipath github.com/v2rayA/v2rayA -Version: 2.3.4 +Version: 2.4.0 %global golicenses LICENSE %global godocs README.md From 9779d3df44f7af8981ebf4c004f8c654fb6ffc41 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 14:36:43 +0000 Subject: [PATCH 1114/1189] 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 4e1779c299..c0bc1361c3 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -18,7 +18,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.17.0~dev.242+5d55999d2 +Version: 0.17.0~dev.248+95507faf1 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 b24e5f2972e46aabbbdbe248946ba6d51a6d8a7a Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 4 May 2026 10:43:01 -0500 Subject: [PATCH 1115/1189] fix(srpm-macros): License tag (#11890) Signed-off-by: Gilver --- 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 7f879e89d8..7447cb577e 100644 --- a/anda/terra/srpm-macros/anda-srpm-macros.spec +++ b/anda/terra/srpm-macros/anda-srpm-macros.spec @@ -1,9 +1,9 @@ Name: anda-srpm-macros Version: 0.3.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: SRPM macros for extra Fedora packages -License: MIT +License: GPL-3.0-or-later URL: https://github.com/terrapkg/srpm-macros Source0: %url/archive/refs/tags/v%{version}.tar.gz From 2a3c806fe09d909d14ec8ba8695947dc40b12c34 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 18:08:29 +0000 Subject: [PATCH 1116/1189] bump: discord-canary-openasar discord-canary rpcs3 rust-dysk --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/rust/dysk/rust-dysk.spec | 4 ++-- 4 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 8e92dd1158..41fd8d4ad2 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: 1.0.1013 +Version: 1.0.1014 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 cfe3e546c1..bbc93b9848 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: 1.0.1013 +Version: 1.0.1014 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index a4cd27dd06..7f0d8370b3 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 773808169e94f2a980db6fa4983b4fcb2a83d16e -%global ver 0.0.40-19301 +%global commit 350e7b09f52c01fb31b0f0568563aefa008a81af +%global ver 0.0.40-19303 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/rust/dysk/rust-dysk.spec b/anda/langs/rust/dysk/rust-dysk.spec index 21f798887d..a97f42b1aa 100644 --- a/anda/langs/rust/dysk/rust-dysk.spec +++ b/anda/langs/rust/dysk/rust-dysk.spec @@ -4,8 +4,8 @@ %global crate dysk Name: rust-dysk -Version: 3.6.0 -Release: 1%?dist +Version: 3.6.1 +Release: 1%{?dist} Summary: Give information on mounted filesystems License: MIT From acb82a909783bea3d38ebffbd3ef5fbf7d1129a7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 19:43:13 +0000 Subject: [PATCH 1117/1189] bump: discord-canary-openasar discord-canary discord-openasar discord --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.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 41fd8d4ad2..1703e77ca2 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: 1.0.1014 +Version: 1.0.1015 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 bbc93b9848..8c15c7f3d5 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: 1.0.1014 +Version: 1.0.1015 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index d4f54580f3..d2205a4e3c 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.135 +Version: 1.0.136 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 93ee5fcae4..5ffd128bd7 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.135 +Version: 1.0.136 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com From 0c057f2b88f49c042d067dbc8d0eeae543bdc8c8 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 4 May 2026 15:51:34 -0500 Subject: [PATCH 1118/1189] chore(discord): Update build (#11895) * chore(discord): Update build Signed-off-by: Gilver * chore: Update more stuff Signed-off-by: Gilver * fix: Oops Signed-off-by: Gilver * fix: Dummy forgot buildroot Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/apps/discord/discord.spec | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/anda/apps/discord/discord.spec b/anda/apps/discord/discord.spec index 5ffd128bd7..4dbf8dbc02 100644 --- a/anda/apps/discord/discord.spec +++ b/anda/apps/discord/discord.spec @@ -1,13 +1,6 @@ -%define debug_package %{nil} -%global _build_id_links none - -# Exclude private libraries -%global __requires_exclude libffmpeg.so -%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so - Name: discord Version: 1.0.136 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-%{version}.tar.gz @@ -19,6 +12,9 @@ Requires: libX11 >= 1.6 Requires: libXtst >= 1.2 Group: Applications/Internet ExclusiveArch: x86_64 + +%electronmeta -D + %description All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone. @@ -29,22 +25,22 @@ both your desktop and phone. %build %install -rm -rf $RPM_BUILD_ROOT mkdir -p %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_datadir}/discord -cp -rv * %{buildroot}%{_datadir}/discord -mkdir -p %{buildroot}%{_datadir}/applications/ +install -Dpm755 ./* -t %{buildroot}%{_libdir}/discord +mkdir -p %{buildroot}%{_appsdir} mkdir -p %{buildroot}%{_datadir}/pixmaps -ln -s %_datadir/discord/discord.desktop %{buildroot}%{_datadir}/applications/discord.desktop -ln -s %_datadir/discord/discord.png %{buildroot}%{_datadir}/pixmaps/discord.png -ln -s %_datadir/discord/Discord %buildroot%_bindir/discord +mv %{buildroot}%{_libdir}/discord/discord.desktop -t %{buildroot}%{_appsdir} +mv %{buildroot}%{_libdir}/discord/discord.png -t %{buildroot}%{_datadir}/pixmaps +ln -s %{_libdir}/discord/discord %{buildroot}%{_bindir}/discord %files -%_bindir/discord -%{_datadir}/discord/ -%{_datadir}/applications/discord.desktop +%{_bindir}/discord +%{_libdir}/discord/ +%{_appsdir}/discord.desktop %{_datadir}/pixmaps/discord.png %changelog +* Mon May 4 2026 Gilver E. - 1.0.136-2 +- Updated /usr/bin symlink * Thu Jan 19 2023 madonuko - 0.0.143-1 - Initial package From 0d693b3eccd29969040650ad3afb94cc6935ebb5 Mon Sep 17 00:00:00 2001 From: Tulip Blossom Date: Mon, 4 May 2026 18:25:33 -0300 Subject: [PATCH 1119/1189] iio-niri: add automatic update definition and update to 2.0 (#11873) * iio-niri: add automatic update definition and update to 2.0 Signed-off-by: Tulip Blossom * fix(iio-niri): reviews from roach and owen Signed-off-by: Tulip Blossom --------- Signed-off-by: Tulip Blossom --- anda/desktops/niri/iio-niri/iio-niri.spec | 5 ++++- anda/desktops/niri/iio-niri/update.rhai | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 anda/desktops/niri/iio-niri/update.rhai diff --git a/anda/desktops/niri/iio-niri/iio-niri.spec b/anda/desktops/niri/iio-niri/iio-niri.spec index 74807f5854..4b688350f7 100644 --- a/anda/desktops/niri/iio-niri/iio-niri.spec +++ b/anda/desktops/niri/iio-niri/iio-niri.spec @@ -1,5 +1,5 @@ Name: iio-niri -Version: 1.3.0 +Version: 2.0.0 Release: 1%{?dist} Summary: Autorotation daemon for niri URL: https://github.com/Zhaith-Izaliel/iio-niri @@ -30,5 +30,8 @@ Packager: Tulip Blossom %{_bindir}/%{name} %changelog +* Fri May 05 2026 Tulip Blossom - 2.0.0-1 +- Update package and add autoupdate definitions + * Fri Mar 13 2026 Tulip Blossom - Initial commit diff --git a/anda/desktops/niri/iio-niri/update.rhai b/anda/desktops/niri/iio-niri/update.rhai new file mode 100644 index 0000000000..b5009ad134 --- /dev/null +++ b/anda/desktops/niri/iio-niri/update.rhai @@ -0,0 +1 @@ +rpm.version(find(`version = "([\d.]+)"`, gh_rawfile("Zhaith-Izaliel/iio-niri", "master", "Cargo.toml"), 1)); From 8bc1d8aee3fa7fb08d68765cb055941179c531d2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 4 May 2026 21:55:20 +0000 Subject: [PATCH 1120/1189] bump: bazzite-portal --- anda/apps/bazzite-portal/bazzite-portal.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/bazzite-portal/bazzite-portal.spec b/anda/apps/bazzite-portal/bazzite-portal.spec index 6e9b784007..82ace48145 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.2.1 -Release: 2%{?dist} +Version: 0.2.2 +Release: 1%{?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 From da7029ccaf2b9c4a13816a0df88fdbf8bf9fec09 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 4 May 2026 17:18:50 -0500 Subject: [PATCH 1121/1189] chore(discord): Include TOS as license file, fix script locations (#11900) * chore(discord): Include TOS as license file Signed-off-by: Gilver * Update discord.spec Signed-off-by: Gilver * fix: I hate you Discord Signed-off-by: Gilver * fix: A Signed-off-by: Gilver * fix: Typo Signed-off-by: Gilver * Update discord.spec Signed-off-by: Gilver * Update discord.spec Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/apps/discord/discord.spec | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/anda/apps/discord/discord.spec b/anda/apps/discord/discord.spec index 4dbf8dbc02..99e8bc2c05 100644 --- a/anda/apps/discord/discord.spec +++ b/anda/apps/discord/discord.spec @@ -1,15 +1,11 @@ Name: discord Version: 1.0.136 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-%{version}.tar.gz -License: https://discord.com/terms -Requires: glibc GConf2 -Requires: nspr >= 4.13 -Requires: nss >= 3.27 -Requires: libX11 >= 1.6 -Requires: libXtst >= 1.2 +Source1: https://discord.com/terms#/terms.html +License: Proprietary Group: Applications/Internet ExclusiveArch: x86_64 @@ -26,16 +22,18 @@ both your desktop and phone. %install mkdir -p %{buildroot}%{_bindir} -install -Dpm755 ./* -t %{buildroot}%{_libdir}/discord +install -Dpm755 ./* -t %{buildroot}%{_datadir}/discord mkdir -p %{buildroot}%{_appsdir} mkdir -p %{buildroot}%{_datadir}/pixmaps -mv %{buildroot}%{_libdir}/discord/discord.desktop -t %{buildroot}%{_appsdir} -mv %{buildroot}%{_libdir}/discord/discord.png -t %{buildroot}%{_datadir}/pixmaps -ln -s %{_libdir}/discord/discord %{buildroot}%{_bindir}/discord +mv %{buildroot}%{_datadir}/discord/discord.desktop -t %{buildroot}%{_appsdir} +mv %{buildroot}%{_datadir}/discord/discord.png -t %{buildroot}%{_datadir}/pixmaps +mv %{buildroot}%{_datadir}/discord/discord -t %{buildroot}%{_bindir} +cp %{SOURCE1} -t . %files +%license terms.html %{_bindir}/discord -%{_libdir}/discord/ +%{_datadir}/discord/ %{_appsdir}/discord.desktop %{_datadir}/pixmaps/discord.png From f4f70ebb20912c33d1f096ccd5c91e7d5cb17e24 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 18:31:37 -0500 Subject: [PATCH 1122/1189] add: ProtonPlus (#11909) --- anda/games/protonplus/anda.hcl | 5 +++ anda/games/protonplus/protonplus.spec | 56 +++++++++++++++++++++++++++ anda/games/protonplus/update.rhai | 1 + 3 files changed, 62 insertions(+) create mode 100644 anda/games/protonplus/anda.hcl create mode 100644 anda/games/protonplus/protonplus.spec create mode 100644 anda/games/protonplus/update.rhai diff --git a/anda/games/protonplus/anda.hcl b/anda/games/protonplus/anda.hcl new file mode 100644 index 0000000000..a199943121 --- /dev/null +++ b/anda/games/protonplus/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "protonplus.spec" + } +} diff --git a/anda/games/protonplus/protonplus.spec b/anda/games/protonplus/protonplus.spec new file mode 100644 index 0000000000..c29b86e77c --- /dev/null +++ b/anda/games/protonplus/protonplus.spec @@ -0,0 +1,56 @@ +%define appid com.vysp3r.ProtonPlus + +Name: protonplus +Version: 0.5.20 +Release: 1%{?dist} +Summary: A modern compatibility tools manager +License: GPL-3.0-or-later +URL: https://github.com/Vysp3r/ProtonPlus +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +Packager: Owen Zimmerman + +BuildRequires: meson +BuildRequires: ninja-build +BuildRequires: gcc +BuildRequires: valac +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: pkgconfig(json-glib-1.0) +BuildRequires: pkgconfig(libsoup-3.0) +BuildRequires: pkgconfig(gee-0.8) +BuildRequires: pkgconfig(libarchive) +BuildRequires: desktop-file-utils + +Provides: ProtonPlus + +%description +ProtonPlus is a modern compatibility tools manager for Linux. +It allows you to easily manage and update various compatibility +tools like Proton, Wine, DXVK, and VKD3D across different launchers. + +%prep +%autosetup -n ProtonPlus-%{version} + +%conf +%meson + +%build +%meson_build + +%install +%meson_install + +%find_lang %{appid} + +%files -f %{appid}.lang +%doc README.md CODE_OF_CONDUCT.md CONTRIBUTING.md SECURITY.md +%license LICENSE.md +%{_bindir}/protonplus +%{_metainfodir}/%{appid}.metainfo.xml +%{_appsdir}/%{appid}.desktop +%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml +%{_hicolordir}/*/apps/%{appid}.png + +%changelog +* Mon May 04 2026 Owen Zimmerman +- Initial commit diff --git a/anda/games/protonplus/update.rhai b/anda/games/protonplus/update.rhai new file mode 100644 index 0000000000..6f494c1fc0 --- /dev/null +++ b/anda/games/protonplus/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("Vysp3r/ProtonPlus")); From 24379030137b9bb2a395517c04733e5975f80a8e Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 18:51:09 -0500 Subject: [PATCH 1123/1189] fix (satty): put update.rhai in correct folder (#11915) Signed-off-by: Owen-sz --- anda/{desktop => desktops}/satty/update.rhai | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename anda/{desktop => desktops}/satty/update.rhai (100%) diff --git a/anda/desktop/satty/update.rhai b/anda/desktops/satty/update.rhai similarity index 100% rename from anda/desktop/satty/update.rhai rename to anda/desktops/satty/update.rhai From 2106394f565b86390763f8b0458b6f8f7b15f427 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 4 May 2026 18:52:03 -0500 Subject: [PATCH 1124/1189] fix(protonplus): Build requires Vala (#11914) Signed-off-by: Gilver --- anda/games/protonplus/protonplus.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/protonplus/protonplus.spec b/anda/games/protonplus/protonplus.spec index c29b86e77c..0f1c31c546 100644 --- a/anda/games/protonplus/protonplus.spec +++ b/anda/games/protonplus/protonplus.spec @@ -12,7 +12,7 @@ Packager: Owen Zimmerman BuildRequires: meson BuildRequires: ninja-build BuildRequires: gcc -BuildRequires: valac +BuildRequires: vala BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(json-glib-1.0) From 6e629440f3dc551951c3aa377848a35b58a34063 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 19:03:45 -0500 Subject: [PATCH 1125/1189] add: dirsync (#11924) Signed-off-by: Owen-sz --- anda/langs/python/dirsync/anda.hcl | 6 ++++ anda/langs/python/dirsync/dirsync.spec | 46 ++++++++++++++++++++++++++ anda/langs/python/dirsync/update.rhai | 1 + 3 files changed, 53 insertions(+) create mode 100644 anda/langs/python/dirsync/anda.hcl create mode 100644 anda/langs/python/dirsync/dirsync.spec create mode 100644 anda/langs/python/dirsync/update.rhai diff --git a/anda/langs/python/dirsync/anda.hcl b/anda/langs/python/dirsync/anda.hcl new file mode 100644 index 0000000000..e020703ef7 --- /dev/null +++ b/anda/langs/python/dirsync/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "dirsync.spec" + } +} diff --git a/anda/langs/python/dirsync/dirsync.spec b/anda/langs/python/dirsync/dirsync.spec new file mode 100644 index 0000000000..371c33660f --- /dev/null +++ b/anda/langs/python/dirsync/dirsync.spec @@ -0,0 +1,46 @@ +%global pypi_name dirsync +%global _desc Advanced directory tree synchronisation tool. + +Name: python-%{pypi_name} +Version: 2.2.6 +Release: 1%{?dist} +Summary: Advanced directory tree synchronisation tool +License: MIT +URL: https://github.com/domdfcoding/deprecation-alias +Source0: %{pypi_source} + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-setuptools +BuildArch: noarch + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%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 +%{_bindir}/%{pypi_name} + +%changelog +* Mon May 04 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/dirsync/update.rhai b/anda/langs/python/dirsync/update.rhai new file mode 100644 index 0000000000..1b94711ff1 --- /dev/null +++ b/anda/langs/python/dirsync/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("dirsync")); From a7f8c4eefae3973571f91e317f2c80988e8d9de7 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 19:30:49 -0500 Subject: [PATCH 1126/1189] chore (ops2deb): use modern python packaging (#11635) * chore (ops2deb): use modern python packagin Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * chore: add version patch Signed-off-by: Owen-sz --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: Owen-sz --- anda/buildsys/ops2deb/ops2deb.spec | 53 ++++++++++++++++------------ anda/buildsys/ops2deb/versions.patch | 18 ++++++++++ 2 files changed, 48 insertions(+), 23 deletions(-) create mode 100644 anda/buildsys/ops2deb/versions.patch diff --git a/anda/buildsys/ops2deb/ops2deb.spec b/anda/buildsys/ops2deb/ops2deb.spec index da677895e3..a2eef9ec7d 100644 --- a/anda/buildsys/ops2deb/ops2deb.spec +++ b/anda/buildsys/ops2deb/ops2deb.spec @@ -1,43 +1,50 @@ -%global debug_package %nil -%define _python_dist_allow_version_zero # upstream issue? +%global pypi_name ops2deb +%global _desc Generate Debian packages for common devops tools such as kubectl, kustomize, helm. -Name: python3-ops2deb +Name: python-%{pypi_name} Version: 2.7.0 Release: 1%?dist -Summary: Generate Debian packages for common devops tools +Summary: Generate Debian packages for common devops tools such as kubectl, kustomize, helm License: MIT URL: https://github.com/upciti/ops2deb -Source0: %url/archive/refs/tags/%version.tar.gz -BuildRequires: python3-devel poetry python3.10 -BuildRequires: python3dist(setuptools) -BuildArch: noarch +Source0: %{pypi_source} +Patch0: versions.patch +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-poetry + +Packager: Owen Zimmerman %description -ops2deb is designed to generate Debian packages for common devops tools, but -can be used to package any portable application. It consumes a configuration -file and outputs .deb packages. ops2deb can also track new releases of upstream -applications and automatically bump application versions in its configuration -file. +%_desc +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc %prep -%autosetup -n ops2deb-%version +%autosetup -n %{pypi_name}-%{version} -p1 %build -poetry build +%pyproject_wheel %install -python3.10 -m ensurepip -python3.10 -m pip install installer -python3.10 -m installer --destdir=%buildroot dist/*.whl -rm -rf %buildroot/%python3_sitelib/*/__pycache__ +%pyproject_install +%pyproject_save_files %{pypi_name} -%files -%license LICENSE +%files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md -/usr/bin/ops2deb -/usr/lib/python3*/site-packages/ops2deb* +%license LICENSE +%{_bindir}/ops2deb %changelog +* Thu Apr 23 2026 Owen Zimmerman +- Switch to modern python packaging methods + * Fri Apr 28 2023 madonuko - 2.4.1-1 - Initial package. diff --git a/anda/buildsys/ops2deb/versions.patch b/anda/buildsys/ops2deb/versions.patch new file mode 100644 index 0000000000..a01e2a5097 --- /dev/null +++ b/anda/buildsys/ops2deb/versions.patch @@ -0,0 +1,18 @@ +diff --git a/pyproject.toml b/pyproject.toml +index 29b753f..926abf8 100644 +--- a/pyproject.toml ++++ b/pyproject.toml +@@ -18,10 +18,10 @@ packages = [ + ] + + [tool.poetry.dependencies] +-python = ">=3.10,<3.12" ++python = ">=3.10" + httpx = ">=0.20.0" +-semver = "3.0.2" +-"ruamel.yaml" = "0.18.14" ++semver = ">3.0.2" ++"ruamel.yaml" = ">0.18.14" + python-debian = ">=0.1.42" + PyYAML = "^6" + typer = ">=0.6.1" From 69f40da3fc8c6f4f7cc94d35b851f3babe3c2419 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 01:18:05 +0000 Subject: [PATCH 1127/1189] bump: discord-canary-openasar discord-canary ruffle-nightly rpcs3 --- .../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/games/rpcs3/rpcs3.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 1703e77ca2..2ebe5d14ea 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: 1.0.1015 +Version: 1.0.1016 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 8c15c7f3d5..fa2ef73ae4 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: 1.0.1015 +Version: 1.0.1016 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 1dac78ffaf..07c98aec21 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-05-04 +%global ver 2026-05-05 %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 7f0d8370b3..d6a42f0d3c 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 350e7b09f52c01fb31b0f0568563aefa008a81af -%global ver 0.0.40-19303 +%global commit 4f23f5505a0847c368df543536571255956f27be +%global ver 0.0.40-19306 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 79849936fe88cf1d20fc236cb317c331bb5fb3e2 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 20:57:37 -0500 Subject: [PATCH 1128/1189] add: transformers (#9044) * add: transformers Signed-off-by: Owen-sz * add patch, update spec Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/langs/python/transformers/anda.hcl | 6 +++ .../python/transformers/transformers.spec | 51 +++++++++++++++++++ anda/langs/python/transformers/update.rhai | 1 + anda/langs/python/transformers/versions.patch | 22 ++++++++ 4 files changed, 80 insertions(+) create mode 100644 anda/langs/python/transformers/anda.hcl create mode 100644 anda/langs/python/transformers/transformers.spec create mode 100644 anda/langs/python/transformers/update.rhai create mode 100644 anda/langs/python/transformers/versions.patch diff --git a/anda/langs/python/transformers/anda.hcl b/anda/langs/python/transformers/anda.hcl new file mode 100644 index 0000000000..19dbd51d96 --- /dev/null +++ b/anda/langs/python/transformers/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "transformers.spec" + } +} diff --git a/anda/langs/python/transformers/transformers.spec b/anda/langs/python/transformers/transformers.spec new file mode 100644 index 0000000000..ed2fe386c9 --- /dev/null +++ b/anda/langs/python/transformers/transformers.spec @@ -0,0 +1,51 @@ +%global pypi_name transformers +%global _desc The model-definition framework for state-of-the-art machine learning models. + +Name: python-%{pypi_name} +Version: 5.7.0 +Release: 1%?dist +Summary: The model-definition framework for state-of-the-art machine learning models +License: Apache-2.0 +URL: https://huggingface.co/docs/transformers/index +Source0: %{pypi_source} +Patch0: versions.patch +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +Provides: synapse-s3-storage-provider +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} -p1 + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files transformers + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE +%{_bindir}/transformers + +%changelog +* Mon May 04 2026 Owen Zimmerman +- Update spec for version 5.7.0 + +* Sat Jan 10 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/transformers/update.rhai b/anda/langs/python/transformers/update.rhai new file mode 100644 index 0000000000..8ec179c575 --- /dev/null +++ b/anda/langs/python/transformers/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("transformers")); diff --git a/anda/langs/python/transformers/versions.patch b/anda/langs/python/transformers/versions.patch new file mode 100644 index 0000000000..1ab99bd632 --- /dev/null +++ b/anda/langs/python/transformers/versions.patch @@ -0,0 +1,22 @@ +diff --git a/setup.py b/setup.py +index d24f3bb665..0f0a2803a1 100644 +--- a/setup.py ++++ b/setup.py +@@ -86,7 +86,7 @@ _deps = [ + "fugashi>=1.0", + "GitPython<3.1.19", + "hf-doc-builder", +- "huggingface-hub>=1.5.0,<2.0", ++ "huggingface-hub", + "ipadic>=1.0.0,<2.0", + "jinja2>=3.1.0", + "jmespath>=1.0.1", +@@ -147,7 +147,7 @@ _deps = [ + "tomli", + "tiktoken", + "timm>=1.0.23", +- "tokenizers>=0.22.0,<=0.23.0", ++ "tokenizers>=0.22.0", + "torch>=2.4", + "torchaudio", + "torchvision", From 44481d7ce23db5077311a86b5fa5cb8eefcc02c6 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 21:06:55 -0500 Subject: [PATCH 1129/1189] add: open-unmix-pytorch (#11939) Signed-off-by: Owen-sz --- anda/langs/python/open-unmix-pytorch/anda.hcl | 6 +++ .../open-unmix-pytorch.spec | 47 +++++++++++++++++++ .../python/open-unmix-pytorch/update.rhai | 1 + 3 files changed, 54 insertions(+) create mode 100644 anda/langs/python/open-unmix-pytorch/anda.hcl create mode 100644 anda/langs/python/open-unmix-pytorch/open-unmix-pytorch.spec create mode 100644 anda/langs/python/open-unmix-pytorch/update.rhai diff --git a/anda/langs/python/open-unmix-pytorch/anda.hcl b/anda/langs/python/open-unmix-pytorch/anda.hcl new file mode 100644 index 0000000000..d8dcdc32f2 --- /dev/null +++ b/anda/langs/python/open-unmix-pytorch/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "open-unmix-pytorch.spec" + } +} diff --git a/anda/langs/python/open-unmix-pytorch/open-unmix-pytorch.spec b/anda/langs/python/open-unmix-pytorch/open-unmix-pytorch.spec new file mode 100644 index 0000000000..93931b0b6d --- /dev/null +++ b/anda/langs/python/open-unmix-pytorch/open-unmix-pytorch.spec @@ -0,0 +1,47 @@ +%global pypi_name openunmix +%global _desc Open-Unmix - Music Source Separation for PyTorch. + +Name: python-%{pypi_name} +Version: 1.3.0 +Release: 1%{?dist} +Summary: Open-Unmix - Music Source Separation for PyTorch +License: MIT +URL: https://github.com/sigsep/open-unmix-pytorch +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pip +BuildRequires: python3-setuptools +BuildRequires: python3-wheel + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE +%{_bindir}/umx + +%changelog +* Mon May 04 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/open-unmix-pytorch/update.rhai b/anda/langs/python/open-unmix-pytorch/update.rhai new file mode 100644 index 0000000000..acf60671ab --- /dev/null +++ b/anda/langs/python/open-unmix-pytorch/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("openunmix")); From 6175748e17f8c7793ca2ee67811d70e8b1f0d958 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 21:26:57 -0500 Subject: [PATCH 1130/1189] chore (hydra-colorlog): use java-latest (#11934) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/langs/python/hydra-colorlog/hydra-colorlog.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/hydra-colorlog/hydra-colorlog.spec b/anda/langs/python/hydra-colorlog/hydra-colorlog.spec index 71a17f48cf..376a4245a8 100644 --- a/anda/langs/python/hydra-colorlog/hydra-colorlog.spec +++ b/anda/langs/python/hydra-colorlog/hydra-colorlog.spec @@ -14,7 +14,7 @@ Source0: %url/archive/refs/tags/v%version.tar.gz BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-setuptools -BuildRequires: java-21-openjdk-devel +BuildRequires: java-latest-openjdk-devel Packager: Owen Zimmerman From f89d5bb5776d6a67dc7410b25a1aa1fd0b7c588e Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 21:27:47 -0500 Subject: [PATCH 1131/1189] chore (dataclasses-json): clean up build (#11933) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- .../dataclasses-json/dataclasses-json.spec | 24 +++++++------------ 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/anda/langs/python/dataclasses-json/dataclasses-json.spec b/anda/langs/python/dataclasses-json/dataclasses-json.spec index 7141310177..2a233e6138 100644 --- a/anda/langs/python/dataclasses-json/dataclasses-json.spec +++ b/anda/langs/python/dataclasses-json/dataclasses-json.spec @@ -1,23 +1,21 @@ %global pypi_name dataclasses-json %global _desc Easily serialize Data Classes to and from JSON. -%define _python_dist_allow_version_zero %{nil} - Name: python-%{pypi_name} Version: 0.6.7 -Release: 1%?dist +Release: 1%{?dist} Summary: Easily serialize Data Classes to and from JSON License: MIT URL: https://github.com/lidatong/dataclasses-json -Source0: %url/archive/refs/tags/v%version.tar.gz +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-build BuildRequires: python3-pip +BuildRequires: python3-poetry-core BuildRequires: python3-poetry-dynamic-versioning - -Requires: python3-marshmallow -Requires: python3-typing-inspect +BuildRequires: python3-pyproject-metadata Packager: Owen Zimmerman @@ -31,15 +29,8 @@ Summary: %{summary} %description -n python3-%{pypi_name} %_desc -%package -n python3-%{pypi_name}-doc -Summary: documentation for python3-%{pypi_name} - -%description -n python3-%{pypi_name}-doc -documentation for python3-%{pypi_name}. - %prep -%autosetup -n dataclasses-json-%{version} -sed -i '/\[tool.poetry-dynamic-versioning\]/,+1d' pyproject.toml +%git_clone %{url}.git v%{version} %build %pyproject_wheel @@ -53,5 +44,8 @@ sed -i '/\[tool.poetry-dynamic-versioning\]/,+1d' pyproject.toml %license LICENSE %changelog +* Mon May 04 2026 Owen Zimmerman +- Switch to git source, clean up spec + * Wed Jan 07 2026 Owen Zimmerman - Initial commit From 0a340cdf7991446d0b128ff9510323b0df014f41 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 21:52:21 -0500 Subject: [PATCH 1132/1189] add: python-vulkan (#11954) Signed-off-by: Owen-sz --- anda/langs/python/vulkan/anda.hcl | 5 +++ anda/langs/python/vulkan/update.rhai | 1 + anda/langs/python/vulkan/vulkan.spec | 48 ++++++++++++++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 anda/langs/python/vulkan/anda.hcl create mode 100644 anda/langs/python/vulkan/update.rhai create mode 100644 anda/langs/python/vulkan/vulkan.spec diff --git a/anda/langs/python/vulkan/anda.hcl b/anda/langs/python/vulkan/anda.hcl new file mode 100644 index 0000000000..1c563a199c --- /dev/null +++ b/anda/langs/python/vulkan/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "vulkan.spec" + } +} diff --git a/anda/langs/python/vulkan/update.rhai b/anda/langs/python/vulkan/update.rhai new file mode 100644 index 0000000000..e6574d5949 --- /dev/null +++ b/anda/langs/python/vulkan/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("vulkan")); diff --git a/anda/langs/python/vulkan/vulkan.spec b/anda/langs/python/vulkan/vulkan.spec new file mode 100644 index 0000000000..a46e96500f --- /dev/null +++ b/anda/langs/python/vulkan/vulkan.spec @@ -0,0 +1,48 @@ +%define debug_package %{nil} + +%global pypi_name vulkan +%global _desc The ultimate Python binding for Vulkan API. + +Name: python-%{pypi_name} +Version: 1.3.275.1 +Release: 1%{?dist} +Summary: The ultimate Python binding for Vulkan API +License: Apache-2.0 +URL: https://github.com/realitix/vulkan +Source0: %{pypi_source} + +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-devel +BuildRequires: gcc + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE + +%changelog +* Mon May 04 2026 Owen Zimmerman +- Initial commit From 5fc2acb2bdbf5eb5082a92fd97cea5f3e1b4e0c8 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 21:52:43 -0500 Subject: [PATCH 1133/1189] add: stable-ts (#11949) Signed-off-by: Owen-sz --- anda/langs/python/stable-ts/anda.hcl | 6 +++ anda/langs/python/stable-ts/stable-ts.spec | 48 ++++++++++++++++++++++ anda/langs/python/stable-ts/update.rhai | 1 + 3 files changed, 55 insertions(+) create mode 100644 anda/langs/python/stable-ts/anda.hcl create mode 100644 anda/langs/python/stable-ts/stable-ts.spec create mode 100644 anda/langs/python/stable-ts/update.rhai diff --git a/anda/langs/python/stable-ts/anda.hcl b/anda/langs/python/stable-ts/anda.hcl new file mode 100644 index 0000000000..748ffbba2c --- /dev/null +++ b/anda/langs/python/stable-ts/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "stable-ts.spec" + } +} diff --git a/anda/langs/python/stable-ts/stable-ts.spec b/anda/langs/python/stable-ts/stable-ts.spec new file mode 100644 index 0000000000..4fe7be700d --- /dev/null +++ b/anda/langs/python/stable-ts/stable-ts.spec @@ -0,0 +1,48 @@ +%global pypi_name stable-ts +%global _desc Transcription, forced alignment, and audio indexing with OpenAI's Whisper. + +Name: python-%{pypi_name} +Version: 2.0.0 +Release: 1%{?dist} +Summary: Transcription, forced alignment, and audio indexing with OpenAI's Whisper +License: MIT +URL: https://github.com/jianfch/stable-ts +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-wheel +BuildRequires: python3-setuptools +BuildRequires: python3-pip + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} +sed -i "s/openai-whisper==20230308/openai-whisper/" setup.py + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files stable_whisper + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE +%{_bindir}/%{pypi_name} + +%changelog +* Mon May 04 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/stable-ts/update.rhai b/anda/langs/python/stable-ts/update.rhai new file mode 100644 index 0000000000..41e2d84d6f --- /dev/null +++ b/anda/langs/python/stable-ts/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("stable-ts")); From 6c48efe545bd2fb151418be4038b642fb1870abd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 03:23:16 +0000 Subject: [PATCH 1134/1189] bump(nightly): ghostty-nightly micro-nightly zed-nightly prismlauncher-nightly v2raya-nightly types-colorama v2ray-domain-list-community cloud-hypervisor-nightly scx-scheds-nightly --- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/micro/micro-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/go/v2raya/nightly/v2raya-nightly.spec | 4 ++-- anda/langs/python/types-colorama/types-colorama.spec | 4 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 6 +++--- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 00c11a1142..87ff41a264 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1547dd667ab6d1f4ebcdc7282adc54c95752ee67 +%global commit 563b085a4d623995663b320818b6088ba0f2588f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-05-03 +%global fulldate 2026-05-04 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index 9c54907477..adbec0f99f 100644 --- a/anda/devs/micro/micro-nightly.spec +++ b/anda/devs/micro/micro-nightly.spec @@ -12,8 +12,8 @@ # Naming variable as something other than "commit" is necessary # to stop %%gometa from putting commit hash in release -%global commit_hash bd0003b9c0a68291cc65c16aaf48320bda8b4eaf -%global commit_date 20260427 +%global commit_hash 253065a4af5a417e3b13d62ec5f5f722457f4a53 +%global commit_date 20260505 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.15 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index a31d03eca7..d55b31b864 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit ff8fa053ff0d0c02aec95def5b796dbe5cd541e1 +%global commit 8d153d7feb6d49b0f42550d6aa111378d5e0013f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260504 +%global commit_date 20260505 %global ver 1.2.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 31e074eacf..6224b4227e 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 031015b3327b41d64b7e5ee54734cc93eb69c4ec +%global commit ac7c8adea26c40b9e24d432d3bf37dbbc545edce %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260423 +%global commit_date 20260505 %global snapshot_info %{commit_date}.%{shortcommit} # Change this variables if you want to use custom keys diff --git a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec index 6c39559202..7aaf69171d 100644 --- a/anda/langs/go/v2raya/nightly/v2raya-nightly.spec +++ b/anda/langs/go/v2raya/nightly/v2raya-nightly.spec @@ -1,7 +1,7 @@ -%global commit 407074010809148e4797f77523e6235f2f0dd1c2 +%global commit 074305b21bb3797eac2415aa5c385a579cd5943c %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v2.2.7.5 -%global commit_date 20260504 +%global commit_date 20260505 %global goipath github.com/v2rayA/v2rayA Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/langs/python/types-colorama/types-colorama.spec b/anda/langs/python/types-colorama/types-colorama.spec index 6dd1089b22..c6904bf429 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 2c79d4729b0fdb5a7b5a2c04891d78f6bd796576 -%global commit_date 20260504 +%global commit 483fd73dcea6f5fbc04ea602e802e798024fa2e2 +%global commit_date 20260505 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 94be6edf20..b9806253b0 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit bf0751808e7d0c1d995276ecf238e22ec6ba60cb +%global commit 7f3feacb45d989317839369bc52eae760cf5a65a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260503074947 -%global commit_date 20260504 +%global ver 20260504112825 +%global commit_date 20260505 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 87062111b3..9199b3dddb 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 5f360abdc795ad7467699cc7dddd5b3a5558dcdf -%global commit_date 20260504 +%global commit 3df0579866f0adb51644056924ac08a8921fe3a0 +%global commit_date 20260505 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index c2fbbef016..12cef2a5c0 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 ce8aa3d05140533d17ab5b85490b142f929996e0 +%global commit 868ee7bae3ae4aa91b81a013f79531ee00a65d2f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260502 +%global commitdate 20260505 %global ver 1.1.0 %undefine __brp_mangle_shebangs Name: scx-scheds-nightly Version: %{ver}^%{commitdate}.git.%{shortcommit} -Release: 2%{?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 BSL-1.0 AND GPL-2.0-only AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND LGPL-2.1-only AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) 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 OR MIT OR Apache-2.0) AND MPL-2.0-or-later AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib From 49fecfcb7cf91e2706a173fdebca13f20f478ca1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 04:33:45 +0000 Subject: [PATCH 1135/1189] bump: stable-ts --- anda/langs/python/stable-ts/stable-ts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/python/stable-ts/stable-ts.spec b/anda/langs/python/stable-ts/stable-ts.spec index 4fe7be700d..14cbd1e192 100644 --- a/anda/langs/python/stable-ts/stable-ts.spec +++ b/anda/langs/python/stable-ts/stable-ts.spec @@ -2,7 +2,7 @@ %global _desc Transcription, forced alignment, and audio indexing with OpenAI's Whisper. Name: python-%{pypi_name} -Version: 2.0.0 +Version: 2.19.1 Release: 1%{?dist} Summary: Transcription, forced alignment, and audio indexing with OpenAI's Whisper License: MIT From 6f118cd84cd7a1c1d5d1837c7d1c03fe5e59f059 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 4 May 2026 23:56:55 -0500 Subject: [PATCH 1136/1189] fix: stable-ts source (#11963) --- anda/langs/python/stable-ts/stable-ts.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/stable-ts/stable-ts.spec b/anda/langs/python/stable-ts/stable-ts.spec index 14cbd1e192..2c674fdd3f 100644 --- a/anda/langs/python/stable-ts/stable-ts.spec +++ b/anda/langs/python/stable-ts/stable-ts.spec @@ -1,4 +1,4 @@ -%global pypi_name stable-ts +%global pypi_name stable_ts %global _desc Transcription, forced alignment, and audio indexing with OpenAI's Whisper. Name: python-%{pypi_name} @@ -41,7 +41,7 @@ sed -i "s/openai-whisper==20230308/openai-whisper/" setup.py %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md %license LICENSE -%{_bindir}/%{pypi_name} +%{_bindir}/stable-ts %changelog * Mon May 04 2026 Owen Zimmerman From decccd8620706bf619077e40bdfba8a9dcbe8619 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 5 May 2026 02:11:43 -0500 Subject: [PATCH 1137/1189] add: peft (#11944) Signed-off-by: Owen-sz --- anda/langs/python/peft/anda.hcl | 6 ++++ anda/langs/python/peft/peft.spec | 45 ++++++++++++++++++++++++++++++ anda/langs/python/peft/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/peft/anda.hcl create mode 100644 anda/langs/python/peft/peft.spec create mode 100644 anda/langs/python/peft/update.rhai diff --git a/anda/langs/python/peft/anda.hcl b/anda/langs/python/peft/anda.hcl new file mode 100644 index 0000000000..7e35b698f0 --- /dev/null +++ b/anda/langs/python/peft/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "peft.spec" + } +} diff --git a/anda/langs/python/peft/peft.spec b/anda/langs/python/peft/peft.spec new file mode 100644 index 0000000000..8c9353a80f --- /dev/null +++ b/anda/langs/python/peft/peft.spec @@ -0,0 +1,45 @@ +%global pypi_name peft +%global _desc PEFT: State-of-the-art Parameter-Efficient Fine-Tuning. + +Name: python-%{pypi_name} +Version: 0.19.1 +Release: 1%{?dist} +Summary: PEFT: State-of-the-art Parameter-Efficient Fine-Tuning +License: Apache-2.0 +URL: https://github.com/huggingface/peft +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-devel + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md +%license LICENSE + +%changelog +* Mon May 04 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/peft/update.rhai b/anda/langs/python/peft/update.rhai new file mode 100644 index 0000000000..364e788afc --- /dev/null +++ b/anda/langs/python/peft/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("peft")); From f04badfbcfd1e1197c654bf1162b3683b16867be Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 08:37:25 +0000 Subject: [PATCH 1138/1189] bump: rust-zellij zig-master-bootstrap --- anda/langs/rust/zellij/rust-zellij.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/rust/zellij/rust-zellij.spec b/anda/langs/rust/zellij/rust-zellij.spec index 13fea567eb..498f8f3980 100644 --- a/anda/langs/rust/zellij/rust-zellij.spec +++ b/anda/langs/rust/zellij/rust-zellij.spec @@ -5,7 +5,7 @@ %global crate zellij Name: rust-zellij -Version: 0.44.1 +Version: 0.44.2 Release: 1%{?dist} Summary: Terminal workspace with batteries included diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index 4ddf6d8d42..fce09c018e 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.248+95507faf1 +version=0.17.0-dev.251+0db721ec2 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index e36892bd58..ec0602cae8 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.248+95507faf1 +%global ver 0.17.0-dev.251+0db721ec2 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From af15764c30cec3d3d8d8203677b170f20b6c8d4e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 09:28:03 +0000 Subject: [PATCH 1139/1189] 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 c0bc1361c3..bb4a861a67 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -18,7 +18,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.17.0~dev.248+95507faf1 +Version: 0.17.0~dev.251+0db721ec2 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 9665fbf49a852b96b84069b3acd705fcbc9ea23d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 10:23:36 +0000 Subject: [PATCH 1140/1189] bump: discord-canary-openasar discord-canary rpcs3 arduino-remoteocd --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/arduino-remoteocd/arduino-remoteocd.spec | 4 ++-- 4 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 2ebe5d14ea..9f70eb59bb 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: 1.0.1016 +Version: 1.0.1017 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 fa2ef73ae4..cedac3b17d 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: 1.0.1016 +Version: 1.0.1017 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index d6a42f0d3c..150b775850 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 4f23f5505a0847c368df543536571255956f27be -%global ver 0.0.40-19306 +%global commit d93d9b2c5aa859d1cf2f1381cefd204fb022163a +%global ver 0.0.40-19307 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/arduino-remoteocd/arduino-remoteocd.spec b/anda/tools/arduino-remoteocd/arduino-remoteocd.spec index d63ed35957..d2cfeda08c 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 f0c6a133ea43a8df9bb5b37fb228ec01eefd57b1 -%global commit_date 20260428 +%global commit ada87dad6fb195d57c4e2abbe2e6c99092c12d33 +%global commit_date 20260505 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Version: 0^%commit_date.%shortcommit From e1d356ff98d7e68eeb37f30d68771f4f4f22aded Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 11:47:22 +0000 Subject: [PATCH 1141/1189] bump: rust-mise cloudflare-speed-cli --- anda/buildsys/mise/rust-mise.spec | 2 +- anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index 900488bd8f..ab64c4318f 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.5.0 +Version: 2026.5.1 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec b/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec index 1ab3eb9469..43c1f2cc30 100644 --- a/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec +++ b/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: cloudflare-speed-cli -Version: 0.6.6 +Version: 0.6.7 Release: 1%{?dist} Summary: CLI for internet speed test via cloudflare From de43bd445f70ba38ac6be7589960b2869bfca513 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 15:15:25 +0000 Subject: [PATCH 1142/1189] bump: android-studio --- anda/devs/android-studio/stable/android-studio.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/android-studio/stable/android-studio.spec b/anda/devs/android-studio/stable/android-studio.spec index 5b53fb75c4..bff2ed2638 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.4.6 +Version: 2025.3.4.7 Release: 1%{?dist} Summary: Official IDE for Android development License: Apache-2.0 @@ -24,7 +24,7 @@ Packager: veuxit , like-engels Date: Tue, 5 May 2026 16:56:41 +0000 Subject: [PATCH 1143/1189] bump: discord-canary-openasar discord-canary magic-wormhole transformers wails3 --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/python/magic-wormhole/magic-wormhole.spec | 2 +- anda/langs/python/transformers/transformers.spec | 4 ++-- anda/lib/wails/v3/wails3.spec | 2 +- 5 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 9f70eb59bb..9ab0fd59d2 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: 1.0.1017 +Version: 1.0.1018 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 cedac3b17d..4135a22a09 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: 1.0.1017 +Version: 1.0.1018 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/python/magic-wormhole/magic-wormhole.spec b/anda/langs/python/magic-wormhole/magic-wormhole.spec index 6c2b6d76c7..3e747e1718 100644 --- a/anda/langs/python/magic-wormhole/magic-wormhole.spec +++ b/anda/langs/python/magic-wormhole/magic-wormhole.spec @@ -2,7 +2,7 @@ %global _desc get things from one computer to another, safely. Name: python-%{pypi_name} -Version: 0.23.0 +Version: 0.24.0 Release: 1%{?dist} Summary: get things from one computer to another, safely License: MIT diff --git a/anda/langs/python/transformers/transformers.spec b/anda/langs/python/transformers/transformers.spec index ed2fe386c9..df39d90825 100644 --- a/anda/langs/python/transformers/transformers.spec +++ b/anda/langs/python/transformers/transformers.spec @@ -2,8 +2,8 @@ %global _desc The model-definition framework for state-of-the-art machine learning models. Name: python-%{pypi_name} -Version: 5.7.0 -Release: 1%?dist +Version: 5.8.0 +Release: 1%{?dist} Summary: The model-definition framework for state-of-the-art machine learning models License: Apache-2.0 URL: https://huggingface.co/docs/transformers/index diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index 46449fa27e..b2da95a5b0 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.84 +%global ver v3.0.0-alpha.85 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 From 02ad3082b576ea27a78d3c6139c0d4f0f5b0361f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 18:12:56 +0000 Subject: [PATCH 1144/1189] bump: rustnet --- anda/apps/rustnet/rustnet.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/rustnet/rustnet.spec b/anda/apps/rustnet/rustnet.spec index dae29ba6d1..50780caba2 100644 --- a/anda/apps/rustnet/rustnet.spec +++ b/anda/apps/rustnet/rustnet.spec @@ -1,5 +1,5 @@ Name: rustnet -Version: 1.2.0 +Version: 1.3.0 Release: 1%{?dist} Summary: A cross-platform network monitoring terminal UI tool built with Rust License: Apache-2.0 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 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 OR Apache-2.0) AND BSL-1.0 AND ISC AND (LGPL-2.1-only OR BSD-2-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 MIT AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib From 45595ff3922c24f50afab941444bc847528c8608 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 5 May 2026 13:57:24 -0500 Subject: [PATCH 1145/1189] fix(stable-ts): Package name (#11974) --- anda/langs/python/stable-ts/stable-ts.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/anda/langs/python/stable-ts/stable-ts.spec b/anda/langs/python/stable-ts/stable-ts.spec index 2c674fdd3f..9a22e602a5 100644 --- a/anda/langs/python/stable-ts/stable-ts.spec +++ b/anda/langs/python/stable-ts/stable-ts.spec @@ -1,9 +1,10 @@ %global pypi_name stable_ts +%global real_name stable-ts %global _desc Transcription, forced alignment, and audio indexing with OpenAI's Whisper. -Name: python-%{pypi_name} +Name: python-%{real_name} Version: 2.19.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Transcription, forced alignment, and audio indexing with OpenAI's Whisper License: MIT URL: https://github.com/jianfch/stable-ts @@ -20,11 +21,12 @@ Packager: Owen Zimmerman %description %_desc -%package -n python3-%{pypi_name} +%package -n python3-%{real_name} Summary: %{summary} -%{?python_provide:%python_provide python3-%{pypi_name}} +Obsoletes: python3-%{pypi_name} < %{evr} +%{?python_provide:%python_provide python3-%{real_name}} -%description -n python3-%{pypi_name} +%description -n python3-%{real_name} %_desc %prep @@ -38,10 +40,10 @@ sed -i "s/openai-whisper==20230308/openai-whisper/" setup.py %pyproject_install %pyproject_save_files stable_whisper -%files -n python3-%{pypi_name} -f %{pyproject_files} +%files -n python3-%{real_name} -f %{pyproject_files} %doc README.md %license LICENSE -%{_bindir}/stable-ts +%{_bindir}/%{real_name} %changelog * Mon May 04 2026 Owen Zimmerman From 7df6dc14f5591b45f62e3e14c44970c1e772848f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 19:53:37 +0000 Subject: [PATCH 1146/1189] bump: discord-canary-openasar discord-canary zed-preview yazi --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/langs/rust/yazi/yazi.spec | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 9ab0fd59d2..0e686592e3 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: 1.0.1018 +Version: 1.0.1020 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 4135a22a09..2c1b31b1fe 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: 1.0.1018 +Version: 1.0.1020 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index c10f2cf413..6082354aac 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -7,7 +7,7 @@ %global debug_package %{nil} %endif -%global ver 1.0.1 +%global ver 1.1.5-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/langs/rust/yazi/yazi.spec b/anda/langs/rust/yazi/yazi.spec index c19630dbb9..a1c4e59321 100644 --- a/anda/langs/rust/yazi/yazi.spec +++ b/anda/langs/rust/yazi/yazi.spec @@ -1,8 +1,8 @@ %undefine __brp_mangle_shebangs Name: yazi -Version: 26.1.22 -Release: 2%?dist +Version: 26.5.6 +Release: 1%{?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 From 3aa731a03dadca56a8cca1fa9a49c40e1f4a658b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 21:02:24 +0000 Subject: [PATCH 1147/1189] bump: discord-canary-openasar discord-canary wails3 --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/lib/wails/v3/wails3.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 0e686592e3..3d6fef830b 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: 1.0.1020 +Version: 1.0.1023 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 2c1b31b1fe..873dd32479 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: 1.0.1020 +Version: 1.0.1023 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/lib/wails/v3/wails3.spec b/anda/lib/wails/v3/wails3.spec index b2da95a5b0..a34467c2af 100644 --- a/anda/lib/wails/v3/wails3.spec +++ b/anda/lib/wails/v3/wails3.spec @@ -1,4 +1,4 @@ -%global ver v3.0.0-alpha.85 +%global ver webview2/v1.0.24 %global sanitized_ver %(echo %{ver} | sed 's/-/~/g') %global goipath github.com/wailsapp/wails/v3 From fbf81531001d0aaaf90093216c924efa1e900cfd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 21:56:50 +0000 Subject: [PATCH 1148/1189] bump(branch): nvidia-580-kmod-common --- .../nvidia-580/nvidia-kmod-common/nvidia-580-kmod-common.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 bb98968f9f..e83d827450 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 @@ -6,8 +6,8 @@ %global modulename nvidia-580xx Name: %{modulename}-kmod-common -Version: 580.142 -Release: 3%{?dist} +Version: 580.159.03 +Release: 1%{?dist} Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 License: NVIDIA License From 89355b7fc4c2e16db898c0dac1eecd325230e3cb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 22:10:15 +0000 Subject: [PATCH 1149/1189] 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 3d6fef830b..c826ea217f 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: 1.0.1023 +Version: 1.0.1025 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 873dd32479..5ce6bc50b0 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: 1.0.1023 +Version: 1.0.1025 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 7b7d57bc301ab0ab94e2b2e0e6db06c50c698266 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 22:53:12 +0000 Subject: [PATCH 1150/1189] bump(branch): dkms-nvidia-580 nvidia-580xx-kmod --- anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec | 2 +- anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec b/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec index 9c319bacc4..76cf68b281 100644 --- a/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec +++ b/anda/system/nvidia-580/dkms-nvidia/dkms-nvidia-580.spec @@ -6,7 +6,7 @@ %global modulename nvidia-580xx Name: dkms-%{modulename} -Version: 580.142 +Version: 580.159.03 Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 diff --git a/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec index bd6d5ffe5a..650734dc34 100644 --- a/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec +++ b/anda/system/nvidia-580/nvidia-kmod/nvidia-580xx-kmod.spec @@ -5,7 +5,7 @@ %global debug_package %{nil} Name: %{modulename}-kmod -Version: 580.142 +Version: 580.159.03 Release: 1%{?dist} Summary: NVIDIA display driver kernel module Epoch: 3 From 4fe71bd470ece7d2ec11639e82e366cbc6771015 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 5 May 2026 23:10:57 +0000 Subject: [PATCH 1151/1189] bump: discord-canary-openasar discord-canary discord-openasar discord yt-dlp-git --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 4 ++-- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 5 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 c826ea217f..b91b65a32d 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: 1.0.1025 +Version: 1.0.1027 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 5ce6bc50b0..5d5d792f8c 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: 1.0.1025 +Version: 1.0.1027 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index d2205a4e3c..b47ed2b597 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: 1.0.136 +Version: 1.0.137 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 99e8bc2c05..c3f1c662af 100644 --- a/anda/apps/discord/discord.spec +++ b/anda/apps/discord/discord.spec @@ -1,6 +1,6 @@ Name: discord -Version: 1.0.136 -Release: 3%{?dist} +Version: 1.0.137 +Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-%{version}.tar.gz diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index c62c53d316..4305e879aa 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.05.03.221924 +Version: 2026.05.05.225442 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 972ba5c24fdbb44d8d8928095a01db2d1b787901 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 5 May 2026 18:17:49 -0500 Subject: [PATCH 1152/1189] add: bitsandbytes (#11980) Signed-off-by: Owen-sz --- anda/langs/python/bitsandbytes/anda.hcl | 5 ++ .../python/bitsandbytes/bitsandbytes.spec | 49 +++++++++++++++++++ anda/langs/python/bitsandbytes/update.rhai | 1 + 3 files changed, 55 insertions(+) create mode 100644 anda/langs/python/bitsandbytes/anda.hcl create mode 100644 anda/langs/python/bitsandbytes/bitsandbytes.spec create mode 100644 anda/langs/python/bitsandbytes/update.rhai diff --git a/anda/langs/python/bitsandbytes/anda.hcl b/anda/langs/python/bitsandbytes/anda.hcl new file mode 100644 index 0000000000..0d68eae1b2 --- /dev/null +++ b/anda/langs/python/bitsandbytes/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "bitsandbytes.spec" + } +} diff --git a/anda/langs/python/bitsandbytes/bitsandbytes.spec b/anda/langs/python/bitsandbytes/bitsandbytes.spec new file mode 100644 index 0000000000..a32b9db343 --- /dev/null +++ b/anda/langs/python/bitsandbytes/bitsandbytes.spec @@ -0,0 +1,49 @@ +%global pypi_name bitsandbytes +%global _desc Accessible large language models via k-bit quantization for PyTorch. + +Name: python-%{pypi_name} +Version: 0.49.2 +Release: 1%{?dist} +Summary: Accessible large language models via k-bit quantization for PyTorch +License: MIT +URL: https://huggingface.co/docs/bitsandbytes/main/en/index +Source0: https://github.com/bitsandbytes-foundation/bitsandbytes/archive/refs/tags/%{version}.tar.gz + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-scikit-build-core +BuildRequires: python3-pip +BuildRequires: python3-hatchling +BuildRequires: python3-wheel +BuildRequires: python3-cmake +BuildRequires: gcc-c++ + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files %{pypi_name} + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.md CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md +%license LICENSE + +%changelog +* Tue May 05 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/bitsandbytes/update.rhai b/anda/langs/python/bitsandbytes/update.rhai new file mode 100644 index 0000000000..c33e1d7b49 --- /dev/null +++ b/anda/langs/python/bitsandbytes/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("bitsandbytes")); From a5b67d902ed72b9fb4a8228543b31c5990b22fb0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 00:06:56 +0000 Subject: [PATCH 1153/1189] bump: rpcs3 framework-system --- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/tools/framework-system/framework-system.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 150b775850..a828c5e08d 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 d93d9b2c5aa859d1cf2f1381cefd204fb022163a -%global ver 0.0.40-19307 +%global commit 4f47fee36039f38449830eccf10e72282d680f1a +%global ver 0.0.40-19334 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/tools/framework-system/framework-system.spec b/anda/tools/framework-system/framework-system.spec index 6eca09ff15..c5c2a0da03 100644 --- a/anda/tools/framework-system/framework-system.spec +++ b/anda/tools/framework-system/framework-system.spec @@ -1,5 +1,5 @@ Name: framework-system -Version: 0.6.2 +Version: 0.6.3 Release: 1%{?dist} Summary: Rust libraries and tools to interact with the Framework Computer systems URL: https://github.com/FrameworkComputer/framework-system From 427177b1668c52f01c1e3a4b2f39169aa9215ea3 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 5 May 2026 20:29:17 -0500 Subject: [PATCH 1154/1189] chore(kde-material-you-colors): Refactor build around new macros (#11985) --- .../kde-material-you-colors.spec | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec index 6a268e64b1..6a2e27e5d1 100644 --- a/anda/themes/kde-material-you-colors/kde-material-you-colors.spec +++ b/anda/themes/kde-material-you-colors/kde-material-you-colors.spec @@ -1,10 +1,11 @@ %global appid luisbocanegra.kdematerialyou.colors %global developer "Luis Bocanegra" %global org "com.github.luisbocanegra" +%global pypi_name kde_material_you_colors Name: kde-material-you-colors Version: 2.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop License: GPL-3.0-only URL: https://github.com/luisbocanegra/%{name} @@ -15,7 +16,6 @@ BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 3.16 BuildRequires: extra-cmake-modules >= 6.0.0 -BuildRequires: fdupes BuildRequires: generic-logos BuildRequires: pyproject-rpm-macros BuildRequires: python3-devel @@ -32,7 +32,7 @@ BuildRequires: cmake(Qt5Core) BuildRequires: pkgconfig(ocl-icd) Requires: qt5-qtbase Requires: kf6-filesystem >= 6.0.0 -Requires: python3-%{name} = %{version}-%{release} +Requires: python3-%{name} = %{evr} Packager: Gilver E. %description @@ -40,12 +40,9 @@ Automatic Material You Colors Generator from your wallpaper for the Plasma Deskt %package -n python3-%{name} Summary: Python files for %{name} -Requires: %{name} = %{version}-%{release} -Requires: python3-dbus -Requires: python3dist(numpy) >= 1.20 -Requires: python3dist(materialyoucolor) >= 2.0.9 -Requires: python3dist(pywal16) -Requires: python3dist(pillow) +Requires: %{name} = %{evr} +Requires: python%{python3_version}dist(file-magic) +Requires: python%{python3_version}dist(pywal16) BuildArch: noarch %description -n python3-%{name} @@ -53,35 +50,35 @@ Python files for KDE Material You Colors. %prep %autosetup -n %{name}-%{version} -sed -iE 's:\"python-magic.*\":\"file-magic\":' pyproject.toml +%pyproject_patch_dependency python-magic:ignore + +%conf +%cmake \ + -DCMAKE_INSTALL_PREFIX="%{_prefix}" \ + -DINSTALL_PLASMOID="ON" %build %pyproject_wheel -%cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DINSTALL_PLASMOID=ON %cmake_build %install %pyproject_install -DESTDIR="%{buildroot}" %cmake_install - -sed -Ei "s:^(#!.*)env (python.*)$:\1python3:" %{buildroot}%{python3_sitelib}/kde_material_you_colors/main.py -%fdupes %{buildroot}%{python3_sitelib}/%{name}/ +%pyproject_save_files %{pypi_name} +%cmake_install %files %doc CHANGELOG.md %doc README.md %license LICENSE %{_bindir}/%{name}-screenshot-helper -%{_datadir}/applications/%{name}-screenshot-helper.desktop -%{_datadir}/plasma/plasmoids/luisbocanegra.kdematerialyou.colors/ +%{_appsdir}/%{name}-screenshot-helper.desktop +%{_datadir}/plasma/plasmoids/%{appid}/ -%files -n python3-%{name} +%files -n python3-%{name} -f %{pyproject_files} %{_bindir}/%{name} -%{python3_sitelib}/kde_material_you_colors/ -%{python3_sitelib}/kde_material_you_colors-%{version}.dist-info/ %changelog +* Tue May 5 2026 Gilver E. - 2.2.0-4 +- Refactor build around new RPM macros * Wed May 28 2025 Gilver E. - Initial package From f50d8bb4e6d9c0b124827880104ac6c5f4b2567d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 03:33:25 +0000 Subject: [PATCH 1155/1189] bump(nightly): mpv-nightly gnome-shell-extension-multi-monitors-bar ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly types-colorama v2ray-domain-list-community cloud-hypervisor-nightly HeadsetControl-nightly natscli --- 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/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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- .../HeadsetControl-nightly/HeadsetControl-nightly.spec | 2 +- anda/tools/natscli/natscli.spec | 4 ++-- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 00014693f5..7dd067f276 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 333857403f01d760d6cf6b80654cf7a734f0ece5 +%global commit cfd818bcaef262f82596f49444ee80073fa6d49a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260504 +%global commit_date 20260506 %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 c02b816fab..0227f12442 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 1d36e934d5c5a00b99164309e09f0cc4a930b7a2 -%global commit_date 20260502 +%global commit aeb29c1e8ca23dc1bd89f1f2c73044e0ec031588 +%global commit_date 20260506 %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 87ff41a264..ef9b9bc781 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 563b085a4d623995663b320818b6088ba0f2588f +%global commit f9a9d33b3a40a95ba01cfbc0f89586567932a22b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-05-04 +%global fulldate 2026-05-05 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index d55b31b864..5d2240855f 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 8d153d7feb6d49b0f42550d6aa111378d5e0013f +%global commit 11f0ca5881ee8c32728244ee5ce3abedc851010f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260505 +%global commit_date 20260506 %global ver 1.2.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 6224b4227e..6132bb4f3d 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 ac7c8adea26c40b9e24d432d3bf37dbbc545edce +%global commit 4f58197edb50eeef29438378671f764e62144f80 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260505 +%global commit_date 20260506 %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 c3b9db49aa..ec68a817c3 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 4bcb706d496e4dce3f25040e67065950973fbaa2 +%global commit e9a0c9634e15b0bab5356547ff848d73faf11630 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260429 +%global commit_date 20260506 %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 c6904bf429..4bd5da9bb9 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 483fd73dcea6f5fbc04ea602e802e798024fa2e2 -%global commit_date 20260505 +%global commit 85f39efbe029d22a19fc7dad37bace314e0fa665 +%global commit_date 20260506 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index b9806253b0..7a0beec2de 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 7f3feacb45d989317839369bc52eae760cf5a65a +%global commit 104be0760d7c8ad66b4cd073f03b3eff9b75d4b0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260504112825 -%global commit_date 20260505 +%global ver 20260505033347 +%global commit_date 20260506 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index 9199b3dddb..cfcbacd42f 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit 3df0579866f0adb51644056924ac08a8921fe3a0 -%global commit_date 20260505 +%global commit d552320f4f766251737c3f1c5e77417804b4db28 +%global commit_date 20260506 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec b/anda/tools/HeadsetControl-nightly/HeadsetControl-nightly.spec index 456de544b3..9e9bba3207 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 07311fa2f2b58976a2fe2e613aa6d81aa1b64cf3 +%global commit 694b8576da70938b02c2de4664a51b5cb0a335fb %global commitdate 20251121 %global shortcommit %(c=%{commit}; echo ${c:0:7}) diff --git a/anda/tools/natscli/natscli.spec b/anda/tools/natscli/natscli.spec index 08e250a53f..d3362d7f73 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 b1b4c4d40fc2bbc82bfb7e915ae5969ed14ac9e6 -%global commit_date 20260503 +%global commit a4f75f973158f1d6feac85ad207c4f48f84bf4e2 +%global commit_date 20260506 %global shortcommit %{sub %{commit} 1 7} %gometa -f From 257557a54acf17ded73158846393eb08f28ba582 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 04:01:00 +0000 Subject: [PATCH 1156/1189] bump: discord-canary-openasar discord-canary ruffle-nightly electron --- 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/tools/electron/electron.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 b91b65a32d..f63c331d48 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: 1.0.1027 +Version: 1.0.1028 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 5d5d792f8c..a66aee0cc4 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: 1.0.1027 +Version: 1.0.1028 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 07c98aec21..7ec1f30396 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-05-05 +%global ver 2026-05-06 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 236549763c..70d7341f49 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 41.5.0 +Version: 42.0.0 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 4cb096d70654455f6c66820ab1fd38b61afde209 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 06:42:15 +0000 Subject: [PATCH 1157/1189] bump: helium-browser-bin xf-xet fresh zig-master-bootstrap --- anda/apps/helium-browser-bin/helium-browser-bin.spec | 2 +- anda/langs/python/hf-xet/xf-xet.spec | 2 +- anda/langs/rust/fresh/fresh.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/apps/helium-browser-bin/helium-browser-bin.spec b/anda/apps/helium-browser-bin/helium-browser-bin.spec index 9d13a1e440..43fb1cc280 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.11.7.1 +Version: 0.12.1.1 Release: 1%{?dist} Summary: Private, fast, and honest web browser based on Chromium diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 3663d194b4..8cdc61f8bb 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.4.3 +Version: 1.5.0 Release: 1%{?dist} Summary: xet client tech, used in huggingface_hub License: Apache-2.0 diff --git a/anda/langs/rust/fresh/fresh.spec b/anda/langs/rust/fresh/fresh.spec index 7291d8e2c5..0ba442c9b7 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.3.2 +Version: 0.3.4 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index fce09c018e..e77f4c8b89 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.251+0db721ec2 +version=0.17.0-dev.256+04481c76c mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index ec0602cae8..a30deb55a0 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.251+0db721ec2 +%global ver 0.17.0-dev.256+04481c76c %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 1b14ac0dbedd7cf7cbb062712b52b0c2cc92ff0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:41:01 -0500 Subject: [PATCH 1158/1189] build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#11992) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.2 to 4.35.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/95e58e9a2cdfd71adc6e0353d5c52f41a045d225...e46ed2cbd01164d986452f91f178727624ae40d7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 129b9e6dcc..e046a46d7f 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -73,6 +73,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 with: sarif_file: results.sarif From efc0dc1d519347a800628b233ac26ee3b4b9fe37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:44:20 -0500 Subject: [PATCH 1159/1189] build(deps): bump sorenlouv/backport-github-action from 11.0.0 to 12.0.0 (#11993) Bumps [sorenlouv/backport-github-action](https://github.com/sorenlouv/backport-github-action) from 11.0.0 to 12.0.0. - [Release notes](https://github.com/sorenlouv/backport-github-action/releases) - [Commits](https://github.com/sorenlouv/backport-github-action/compare/9460b7102fea25466026ce806c9ebf873ac48721...85813678d776774a19ec5af56bd3a04305946f8a) --- updated-dependencies: - dependency-name: sorenlouv/backport-github-action dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index b51cce456a..6da91e59e6 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -27,7 +27,7 @@ jobs: git config --global commit.gpgsign true - name: Backport Action - uses: sorenlouv/backport-github-action@9460b7102fea25466026ce806c9ebf873ac48721 # v11.0.0 + uses: sorenlouv/backport-github-action@85813678d776774a19ec5af56bd3a04305946f8a # v12.0.0 with: github_token: ${{ secrets.RABONEKO_BACKPORT_GITHUB_TOKEN }} auto_backport_label_prefix: sync- From a0be2a2ccdcff092d97abf61432036ba0ae86ef7 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 6 May 2026 02:46:17 -0500 Subject: [PATCH 1160/1189] chore (signal-cli): use java-25 (#11991) --- anda/misc/signal-cli/signal-cli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/misc/signal-cli/signal-cli.spec b/anda/misc/signal-cli/signal-cli.spec index b693779c7b..9d9fc83a46 100644 --- a/anda/misc/signal-cli/signal-cli.spec +++ b/anda/misc/signal-cli/signal-cli.spec @@ -14,8 +14,8 @@ BuildArch: noarch BuildRequires: gcc-c++ BuildRequires: gradle BuildRequires: anda-srpm-macros -BuildRequires: java-21-openjdk -BuildRequires: java-21-openjdk-devel +BuildRequires: java-25-openjdk +BuildRequires: java-25-openjdk-devel BuildRequires: systemd-rpm-macros BuildRequires: make BuildRequires: asciidoc From 6a79a23972d711a11a1729c8f959c5eac5c7b2df Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 08:14:03 +0000 Subject: [PATCH 1161/1189] 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 bb4a861a67..f112090ff3 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -18,7 +18,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.17.0~dev.251+0db721ec2 +Version: 0.17.0~dev.256+04481c76c 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 b9080b069b5d5e697828b89ddad80e4228ac959f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 09:11:33 +0000 Subject: [PATCH 1162/1189] bump: dart cloudflare-speed-cli --- anda/langs/dart/dart.spec | 2 +- anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/dart/dart.spec b/anda/langs/dart/dart.spec index e1d3195ba1..d49b59b8c9 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.5 +Version: 3.11.6 Release: 1%{?dist} Summary: The Dart Language License: BSD-3-Clause diff --git a/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec b/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec index 43c1f2cc30..90acba5fe3 100644 --- a/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec +++ b/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: cloudflare-speed-cli -Version: 0.6.7 +Version: 0.6.8 Release: 1%{?dist} Summary: CLI for internet speed test via cloudflare From ce4a19bf07b3f8fa4b72b4750a4943352f77c583 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 11:21:47 +0000 Subject: [PATCH 1163/1189] bump: tauri --- anda/tools/tauri/tauri.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/tauri/tauri.spec b/anda/tools/tauri/tauri.spec index d03800cdfb..2667bbc8a3 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.11.0 +Version: 2.11.1 Release: 1%{?dist} Summary: Command line interface for building Tauri apps License: Apache-2.0 OR MIT From 887c7e4daaeeffda0ddc29133ab6c71647cabfd9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 13:12:25 +0000 Subject: [PATCH 1164/1189] 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 0ba442c9b7..742cdbed0e 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.3.4 +Version: 0.3.5 Release: 1%{?dist} Summary: Text editor for your terminal: easy, powerful and fast URL: https://getfresh.dev From b10e061d5ceab7c91e22e909ab26fc464f8df2da Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 15:36:52 +0000 Subject: [PATCH 1165/1189] 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 f63c331d48..6e570cabc3 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: 1.0.1028 +Version: 1.0.1029 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 a66aee0cc4..28e3f3a450 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: 1.0.1028 +Version: 1.0.1029 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From 971382ae540986ebc25f002056c968b640066ef8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 17:10:36 +0000 Subject: [PATCH 1166/1189] 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 6082354aac..9d3c7369a6 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -7,7 +7,7 @@ %global debug_package %{nil} %endif -%global ver 1.1.5-pre +%global ver 1.1.5 # 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 98377102f7..415f328ac2 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -17,7 +17,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 1.0.1 +Version: 1.1.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 From 931225bea8dc09c80b9cbe7cfe9b9f931b4b8eec Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 19:02:00 +0000 Subject: [PATCH 1167/1189] bump: discord-canary-openasar discord-canary zed-preview kittyCAD-cli --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/tools/kittyCAD-cli/kittyCAD-cli.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 6e570cabc3..8eeb9f8d72 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: 1.0.1029 +Version: 1.0.1030 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 28e3f3a450..8bed77d7b4 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: 1.0.1029 +Version: 1.0.1030 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 9d3c7369a6..fbca98f49d 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -7,7 +7,7 @@ %global debug_package %{nil} %endif -%global ver 1.1.5 +%global ver 1.2.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/tools/kittyCAD-cli/kittyCAD-cli.spec b/anda/tools/kittyCAD-cli/kittyCAD-cli.spec index fbd0fcb4ed..3804e38624 100644 --- a/anda/tools/kittyCAD-cli/kittyCAD-cli.spec +++ b/anda/tools/kittyCAD-cli/kittyCAD-cli.spec @@ -1,7 +1,7 @@ %undefine __brp_mangle_shebangs Name: kittyCAD-cli -Version: 0.2.162 +Version: 0.2.163 Release: 1%{?dist} Summary: The Zoo command line tool for KittyCAD URL: https://github.com/KittyCAD/cli From 96508144e93fdc7235d0facf341f75f3de4be8a1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 21:47:15 +0000 Subject: [PATCH 1168/1189] bump: discord-canary-openasar discord-canary zed-preview zed --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/devs/zed/stable/zed.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 8eeb9f8d72..22dfbb8d08 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: 1.0.1030 +Version: 1.0.1031 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 8bed77d7b4..d0b193a8ea 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: 1.0.1030 +Version: 1.0.1031 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index fbca98f49d..7b4cb744ce 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -7,7 +7,7 @@ %global debug_package %{nil} %endif -%global ver 1.2.0-pre +%global ver 1.2.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 415f328ac2..2a989cf88c 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -17,7 +17,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 1.1.5 +Version: 1.1.6 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 66e691a1939516224eda8f681c4f12404d53b2ba Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 6 May 2026 22:34:36 +0000 Subject: [PATCH 1169/1189] 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 22dfbb8d08..6f2fa68cbe 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: 1.0.1031 +Version: 1.0.1033 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 d0b193a8ea..064e40fa4b 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: 1.0.1031 +Version: 1.0.1033 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From c530206db4efa90743281d03ea4698bf00defd1b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 01:21:04 +0000 Subject: [PATCH 1170/1189] bump: anki-qt5 anki discord-canary-openasar discord-canary ruffle-nightly nwg-look pysdl3 --- anda/apps/anki-qt5/anki-qt5.spec | 4 ++-- anda/apps/anki/anki.spec | 4 ++-- .../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/desktops/sway/nwg-look/nwg-look.spec | 4 ++-- anda/langs/python/pysdl3/pysdl3.spec | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/anda/apps/anki-qt5/anki-qt5.spec b/anda/apps/anki-qt5/anki-qt5.spec index 3bd44e88d1..8860d3ce77 100644 --- a/anda/apps/anki-qt5/anki-qt5.spec +++ b/anda/apps/anki-qt5/anki-qt5.spec @@ -1,6 +1,6 @@ Name: anki-qt5 -Version: 25.09.2 -Release: 1%?dist +Version: 25.09.3 +Release: 1%{?dist} Summary: Flashcard program for using space repetition learning License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5 URL: https://apps.ankiweb.net/ diff --git a/anda/apps/anki/anki.spec b/anda/apps/anki/anki.spec index 3ce12bc4f1..8e2069c31b 100644 --- a/anda/apps/anki/anki.spec +++ b/anda/apps/anki/anki.spec @@ -1,6 +1,6 @@ Name: anki -Version: 25.09.2 -Release: 1%?dist +Version: 25.09.3 +Release: 1%{?dist} Summary: Flashcard program for using space repetition learning License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5 URL: https://apps.ankiweb.net/ diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 6f2fa68cbe..4fad954ccf 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: 1.0.1033 +Version: 1.0.1035 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 064e40fa4b..da8241f275 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: 1.0.1033 +Version: 1.0.1035 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 7ec1f30396..5c374f6ee0 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-05-06 +%global ver 2026-05-07 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/desktops/sway/nwg-look/nwg-look.spec b/anda/desktops/sway/nwg-look/nwg-look.spec index cd594cd2d8..bb7365db4a 100644 --- a/anda/desktops/sway/nwg-look/nwg-look.spec +++ b/anda/desktops/sway/nwg-look/nwg-look.spec @@ -1,12 +1,12 @@ %dnl %define debug_package %{nil} %global goipath github.com/nwg-piotr/nwg-look -Version: 1.0.6 +Version: 1.1.0 %gometa -f Name: nwg-look -Release: 1%?dist +Release: 1%{?dist} Summary: GTK3 settings editor adapted to work in the wlroots environment License: MIT diff --git a/anda/langs/python/pysdl3/pysdl3.spec b/anda/langs/python/pysdl3/pysdl3.spec index 5a1106c5e2..282b5d0ca1 100644 --- a/anda/langs/python/pysdl3/pysdl3.spec +++ b/anda/langs/python/pysdl3/pysdl3.spec @@ -2,8 +2,8 @@ %global _desc A pure Python wrapper for SDL3. Name: python-%{pypi_name} -Version: 0.9.11b0 -Release: 1%?dist +Version: 0.9.11b1 +Release: 1%{?dist} Summary: A pure Python wrapper for SDL3 License: MIT URL: https://pysdl3.readthedocs.io/ From da23b1a38702b092e94b3f261a27dc8aadc945ef Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 6 May 2026 21:58:06 -0500 Subject: [PATCH 1171/1189] add: cardwire (#12013) --- anda/system/cardwire/anda.hcl | 5 +++ anda/system/cardwire/cardwire.spec | 52 ++++++++++++++++++++++++++++++ anda/system/cardwire/update.rhai | 1 + 3 files changed, 58 insertions(+) create mode 100644 anda/system/cardwire/anda.hcl create mode 100644 anda/system/cardwire/cardwire.spec create mode 100644 anda/system/cardwire/update.rhai diff --git a/anda/system/cardwire/anda.hcl b/anda/system/cardwire/anda.hcl new file mode 100644 index 0000000000..7a09dc540e --- /dev/null +++ b/anda/system/cardwire/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "cardwire.spec" + } +} diff --git a/anda/system/cardwire/cardwire.spec b/anda/system/cardwire/cardwire.spec new file mode 100644 index 0000000000..601619758d --- /dev/null +++ b/anda/system/cardwire/cardwire.spec @@ -0,0 +1,52 @@ +Name: cardwire +Version: 0.6.0 +Release: 1%{?dist} +Summary: A GPU Manager for linux that uses eBPF LSM hooks to block GPUs +URL: https://opengamingcollective.github.io/cardwire/ +Source0: https://github.com/OpenGamingCollective/cardwire/archive/refs/tags/v%{version}.tar.gz +License: GPL-3.0-or-later 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 MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND ISC AND MIT (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT) AND Zlib +BuildRequires: cargo-rpm-macros +BuildRequires: systemd-rpm-macros +BuildRequires: libbpf-devel +BuildRequires: clang-devel + +Packager: Owen Zimmerman + +%description +%{summary}. + +%prep +%autosetup +%cargo_prep_online + +%build +%cargo_build + +%install +install -Dm0755 target/rpm/cardwire %{buildroot}%{_bindir}/cardwire +install -Dm0755 target/rpm/cardwired %{buildroot}%{_bindir}/cardwired +install -Dm0644 assets/cardwired.service %{buildroot}%{_unitdir}/cardwired.service +install -Dm0644 assets/com.github.opengamingcollective.cardwire.conf %{buildroot}%{_datadir}/dbus-1/system.d/com.github.opengamingcollective.cardwire.conf + +%{cargo_license_online} > LICENSE.dependencies + +%post +%systemd_post cardwired.service + +%preun +%systemd_preun cardwired.service + +%postun +%systemd_postun_with_restart cardwired.service + +%files +%license LICENSE +%license LICENSE.dependencies +%{_bindir}/cardwire +%{_bindir}/cardwired +%{_unitdir}/cardwired.service +%{_datadir}/dbus-1/system.d/com.github.opengamingcollective.cardwire.conf + +%changelog +* Wed May 06 2026 Owen Zimmerman +- Initial commit diff --git a/anda/system/cardwire/update.rhai b/anda/system/cardwire/update.rhai new file mode 100644 index 0000000000..2e39cdc8ec --- /dev/null +++ b/anda/system/cardwire/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("OpenGamingCollective/cardwire")); From 450140603cf5aaa6cef3ece56445283609b76586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luan=20Vitor=20Simi=C3=A3o=20Oliveira?= Date: Wed, 6 May 2026 23:58:42 -0300 Subject: [PATCH 1172/1189] nct6687d: fix module not loading by default (#12011) * fix module load file * obsoletes akmods-modules --- anda/system/nct6687d/kmod-common/nct6687d.spec | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/anda/system/nct6687d/kmod-common/nct6687d.spec b/anda/system/nct6687d/kmod-common/nct6687d.spec index 6276cb0f96..49d2bad8a1 100644 --- a/anda/system/nct6687d/kmod-common/nct6687d.spec +++ b/anda/system/nct6687d/kmod-common/nct6687d.spec @@ -4,15 +4,17 @@ Name: nct6687d Version: 1.0^%{commitdate}git.%{shortcommit} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Linux kernel driver for the NCT6687D hardware monitoring chip License: GPL-2.0-or-later URL: https://github.com/Fred78290/%{name} Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz Source1: com.github.nct6687d.metainfo.xml BuildRequires: systemd-rpm-macros +BuildRequires: anda-srpm-macros Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} Provides: %{name}-kmod-common = %{?epoch:%{epoch}:}%{version} +Obsoletes: %{name}-akmods-modules < %{evr} BuildArch: noarch %description @@ -20,18 +22,10 @@ Linux kernel driver for the NCT6687D hardware monitoring chip. This kernel module permit to recognize the chipset Nuvoton NCT6687-R in lm-sensors package. This sensor is present on some B550 motherboard such as MSI or ASUS. The implementation is minimalist and was done by reverse coding of Windows 10 source code from LibreHardwareMonitor -%package akmod-modules -Summary: Modules for Akmods -Requires: %{name}-kmod = %{?epoch:%{epoch}:}%{version} -BuildArch: noarch - -%description akmod-modules -Akmods modules for the akmod-%{name} package. - %prep %autosetup -p1 -n %{name}-%{commit} -echo %{name} > %{name}.conf +echo nct6687 > %{name}.conf echo "blacklist nct6683" > nct6683_blacklist.conf %install @@ -46,10 +40,10 @@ install -Dm 0644 nct6683_blacklist.conf -t %{buildroot}%{_modprobedir} %doc README.md images/* TESTING_RESULTS.md %{_modprobedir}/nct6683_blacklist.conf %{_datadir}/metainfo/com.github.nct6687d.metainfo.xml - -%files akmod-modules %{_modulesloaddir}/%{name}.conf %changelog +* Wed May 06 2026 Luan Oliveira - 1.0^20260411git.cedda8b-2 +- fix module load file * Sat Apr 11 2026 Luan Oliveira - 1.0^20260411git.cedda8b-1 - Initial package From bf97c6819f79633c0b36eddad8c1092a46388ef9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 03:33:39 +0000 Subject: [PATCH 1173/1189] bump(nightly): ghostty-nightly zed-nightly nim-nightly types-colorama v2ray-domain-list-community cloud-hypervisor-nightly nvidia-patch scx-scheds-nightly --- 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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- anda/system/nvidia-patch/nvidia-patch.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index ef9b9bc781..41a92b3f7f 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit f9a9d33b3a40a95ba01cfbc0f89586567932a22b +%global commit 0deaac08ed1a95330346afabbad03da701708331 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2026-05-05 +%global fulldate 2026-05-06 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.3.2 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 5d2240855f..365fc2b3a8 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 11f0ca5881ee8c32728244ee5ce3abedc851010f +%global commit 5dd9082d05e4c9eb13623c1281fb7c4b0071b3a3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260506 -%global ver 1.2.0 +%global commit_date 20260507 +%global ver 1.3.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 ec68a817c3..3c9b9e5d9b 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 e9a0c9634e15b0bab5356547ff848d73faf11630 +%global commit f0077a12b20a6cbf3358eaeb09e528ec65e9eca9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260506 +%global commit_date 20260507 %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 4bd5da9bb9..df62238d92 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 85f39efbe029d22a19fc7dad37bace314e0fa665 -%global commit_date 20260506 +%global commit d541d5a20cb7533c6eaba1430b5004f9b0e504ec +%global commit_date 20260507 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global pypi_name types-colorama diff --git a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec index 7a0beec2de..f5e300925e 100644 --- a/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec +++ b/anda/misc/v2ray-domain-list-community/v2ray-domain-list-community.spec @@ -1,7 +1,7 @@ -%global commit 104be0760d7c8ad66b4cd073f03b3eff9b75d4b0 +%global commit 2b2fae988c6afeff5a32722fb46188092a70b821 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260505033347 -%global commit_date 20260506 +%global ver 20260506123139 +%global commit_date 20260507 Name: v2ray-domain-list-community Version: %{ver}^%{commit_date}git.%{shortcommit} diff --git a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec index cfcbacd42f..09f827319a 100644 --- a/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec +++ b/anda/system/cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec @@ -1,5 +1,5 @@ -%global commit d552320f4f766251737c3f1c5e77417804b4db28 -%global commit_date 20260506 +%global commit 3db4c0f7b4cc021aa917f445dd58c68c264a412a +%global commit_date 20260507 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: cloud-hypervisor-nightly diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index 6e91ef0c34..5c361215af 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 8fc8830e3dd262e42a7456809c73d88adab6e53c +%global commit 0e665c46a87ba99b41a07169fa3acf6162739648 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260501 +%global commit_date 20260507 %global patches %{_datadir}/src/nvidia-patch diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 12cef2a5c0..7ceab46eaa 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 868ee7bae3ae4aa91b81a013f79531ee00a65d2f +%global commit a9e43b68d632f2746e97da4fb7a955a320795d1a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260505 +%global commitdate 20260507 %global ver 1.1.0 %undefine __brp_mangle_shebangs From 33cf1364a90e654b8ba117c724a30216ed53445a Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 6 May 2026 22:36:30 -0500 Subject: [PATCH 1174/1189] fix (prismlauncher): recommend Java-25-openjdk, use %conf, add flag for GCC16 warning system (#12008) * chore (prismlauncher): recommend Java-25-openjdk * use %conf, add -DCMAKE_CXX_FLAGS="-Wno-error=sfinae-incomplete=" Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * fix quoting maybe Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * probe Co-authored-by: Gilver Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * im so smart Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Co-authored-by: Gilver --- anda/games/prismlauncher/prismlauncher.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index 5a5684eb75..587e9f2503 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -14,7 +14,7 @@ Name: prismlauncher Version: 11.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Minecraft launcher with ability to manage multiple instances # see COPYING.md for more information # each file in the source also contains a SPDX-License-Identifier header that declares its license @@ -63,7 +63,7 @@ Requires(postun): desktop-file-utils Requires: qt%{qt_version}-qtimageformats Requires: qt%{qt_version}-qtsvg Requires: javapackages-filesystem -Recommends: java-21-openjdk +Recommends: java-25-openjdk # See note above %if 0%{?fedora} && 0%{?fedora} < 42 Recommends: java-17-openjdk @@ -91,8 +91,7 @@ multiple installations of Minecraft at once (Fork of MultiMC) # Do not set RPATH sed -i "s|\$ORIGIN/||" CMakeLists.txt - -%build +%conf %cmake \ -DLauncher_QT_VERSION_MAJOR="%{qt_version}" \ -DLauncher_BUILD_PLATFORM="%{build_platform}" \ @@ -105,8 +104,10 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt %if "%{curseforge_key}" != "default" -DLauncher_CURSEFORGE_API_KEY="%{curseforge_key}" \ %endif - -DBUILD_TESTING=OFF + -DBUILD_TESTING=OFF \ + -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-error=sfinae-incomplete" +%build %cmake_build From 34246db8793c76829db58b88cf5bac83af353530 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 6 May 2026 23:07:09 -0500 Subject: [PATCH 1175/1189] fix (prismlauncher{nightly}): use %conf, fix build, remove outdated if statements (#12023) * fix (prismlauncher{nightly}): use %conf, fix build, remove outdated if statements Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> * prismlauncher: remove outdated ifs Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --------- Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- .../prismlauncher-nightly.spec | 17 +++++------------ anda/games/prismlauncher/prismlauncher.spec | 9 --------- 2 files changed, 5 insertions(+), 21 deletions(-) diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 6132bb4f3d..525e1cf10b 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -37,11 +37,7 @@ BuildRequires: terra-appstream-helper # Make sure you have Adoptium's repositories enabled # https://fedoraproject.org/wiki/Changes/ThirdPartyLegacyJdks # https://adoptium.net/installation/linux/#_centosrhelfedora_instructions -%if 0%{?fedora} > 41 BuildRequires: temurin-17-jdk -%else -BuildRequires: java-17-openjdk-devel -%endif BuildRequires: anda-srpm-macros BuildRequires: desktop-file-utils BuildRequires: libappstream-glib @@ -69,11 +65,6 @@ Requires(postun): desktop-file-utils Requires: qt%{qt_version}-qtimageformats Requires: qt%{qt_version}-qtsvg Requires: javapackages-filesystem -# See note above -%if 0%{?fedora} && 0%{?fedora} < 42 -Recommends: java-17-openjdk -Suggests: java-1.8.0-openjdk -%endif # xrandr needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128 Recommends: xrandr @@ -98,7 +89,7 @@ multiple installations of Minecraft at once (Fork of MultiMC) sed -i "s|\$ORIGIN/||" CMakeLists.txt -%build +%conf %cmake \ -DLauncher_QT_VERSION_MAJOR="%{qt_version}" \ -DLauncher_BUILD_PLATFORM="%{build_platform}" \ @@ -111,8 +102,10 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt %if "%{curseforge_key}" != "default" -DLauncher_CURSEFORGE_API_KEY="%{curseforge_key}" \ %endif - -DBUILD_TESTING=OFF - + -DBUILD_TESTING=OFF \ + -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-error=sfinae-incomplete" + +%build %cmake_build diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index 587e9f2503..02ecf96ba4 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -31,11 +31,7 @@ BuildRequires: gcc-c++ # Make sure you have Adoptium's repositories enabled # https://fedoraproject.org/wiki/Changes/ThirdPartyLegacyJdks # https://adoptium.net/installation/linux/#_centosrhelfedora_instructions -%if 0%{?fedora} > 41 BuildRequires: temurin-17-jdk -%else -BuildRequires: java-17-openjdk-devel -%endif BuildRequires: anda-srpm-macros BuildRequires: desktop-file-utils BuildRequires: libappstream-glib @@ -64,11 +60,6 @@ Requires: qt%{qt_version}-qtimageformats Requires: qt%{qt_version}-qtsvg Requires: javapackages-filesystem Recommends: java-25-openjdk -# See note above -%if 0%{?fedora} && 0%{?fedora} < 42 -Recommends: java-17-openjdk -Suggests: java-1.8.0-openjdk -%endif # xrandr needed for LWJGL [2.9.2, 3) https://github.com/LWJGL/lwjgl/issues/128 Recommends: xrandr From c92763b334bfd11d2bade6278889515d34f695e3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 04:55:04 +0000 Subject: [PATCH 1176/1189] bump: anki-bin discord-canary-openasar discord-canary rpcs3 zig-master-bootstrap --- anda/apps/anki-bin/anki-bin.spec | 10 +++++----- .../discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/games/rpcs3/rpcs3.spec | 4 ++-- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/anda/apps/anki-bin/anki-bin.spec b/anda/apps/anki-bin/anki-bin.spec index 2e5f31d091..a00300aee0 100644 --- a/anda/apps/anki-bin/anki-bin.spec +++ b/anda/apps/anki-bin/anki-bin.spec @@ -1,10 +1,10 @@ -%global xurl https://files.pythonhosted.org/packages/22/1c/37fe0377fd5fbfe27b17db20679d76aeb1cef7be3ddfb22e24c0bb62cf96/anki-25.9.2-cp39-abi3-manylinux_2_36_x86_64.whl -%global aurl https://files.pythonhosted.org/packages/c1/49/484a786ea0e1b3659de9478f2546368c5970da60a1cd403cec1fa2f81d65/anki-25.9.2-cp39-abi3-manylinux_2_36_aarch64.whl -%global qurl https://files.pythonhosted.org/packages/e5/d4/26016857a780290264866e1818b1a408106c379906fbd186a0aa26eb1054/aqt-25.9.2-py3-none-any.whl +%global xurl https://files.pythonhosted.org/packages/29/17/68debda9fa3a8234c8a345256254665112180bced608354f7d1361647580/anki-25.9.3-cp39-abi3-manylinux_2_36_x86_64.whl +%global aurl https://files.pythonhosted.org/packages/f9/c7/5d7351f09deed1e294724cfde077d5b2a0c91659b984d05cec291417e806/anki-25.9.3-cp39-abi3-manylinux_2_36_aarch64.whl +%global qurl https://files.pythonhosted.org/packages/54/a3/d5d68ed478b02d44dec3a4a7ba0d671be271dd2203d8ba1d49318b2221ef/aqt-25.9.3-py3-none-any.whl Name: anki-bin -Version: 25.9.2 -Release: 1%?dist +Version: 25.9.3 +Release: 1%{?dist} Summary: Flashcard program for using space repetition learning (Installed with wheel) License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5 URL: https://apps.ankiweb.net/ diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 4fad954ccf..232ead2fa7 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: 1.0.1035 +Version: 1.0.1036 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 da8241f275..879f040ffc 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: 1.0.1035 +Version: 1.0.1036 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index a828c5e08d..2165c4e70b 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 4f47fee36039f38449830eccf10e72282d680f1a -%global ver 0.0.40-19334 +%global commit 026297334f28500c8cbf6a5f48f395196700d6d7 +%global ver 0.0.40-19335 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index e77f4c8b89..a7dd2b6690 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.256+04481c76c +version=0.17.0-dev.261+3d1fb4fac mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index a30deb55a0..abf1a2f42e 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.256+04481c76c +%global ver 0.17.0-dev.261+3d1fb4fac %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 6b7b78015fff97d74ee545b04cda8e434dc23b57 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Thu, 7 May 2026 00:09:19 -0500 Subject: [PATCH 1177/1189] add: geventwebsocket (#12034) --- anda/langs/python/geventwebsocket/anda.hcl | 6 +++ .../geventwebsocket/geventwebsocket.spec | 45 +++++++++++++++++++ anda/langs/python/geventwebsocket/update.rhai | 1 + 3 files changed, 52 insertions(+) create mode 100644 anda/langs/python/geventwebsocket/anda.hcl create mode 100644 anda/langs/python/geventwebsocket/geventwebsocket.spec create mode 100644 anda/langs/python/geventwebsocket/update.rhai diff --git a/anda/langs/python/geventwebsocket/anda.hcl b/anda/langs/python/geventwebsocket/anda.hcl new file mode 100644 index 0000000000..0f26d7b84d --- /dev/null +++ b/anda/langs/python/geventwebsocket/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "geventwebsocket.spec" + } +} diff --git a/anda/langs/python/geventwebsocket/geventwebsocket.spec b/anda/langs/python/geventwebsocket/geventwebsocket.spec new file mode 100644 index 0000000000..19dc0e17e3 --- /dev/null +++ b/anda/langs/python/geventwebsocket/geventwebsocket.spec @@ -0,0 +1,45 @@ +%global pypi_name gevent-websocket +%global _desc gevent-websocket is a WebSocket library for the gevent networking library. + +Name: python-%{pypi_name} +Version: 0.10.1 +Release: 1%{?dist} +Summary: gevent-websocket is a WebSocket library for the gevent networking library +License: Apache-2.0 +URL: https://github.com/cynepiaadmin/geventwebsocket +Source0: %{pypi_source} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip + +Packager: Owen Zimmerman + +%description +%_desc + +%package -n python3-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +%_desc + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files geventwebsocket + +%files -n python3-%{pypi_name} -f %{pyproject_files} +%doc README.rst +%license LICENSE + +%changelog +* Thu May 07 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/geventwebsocket/update.rhai b/anda/langs/python/geventwebsocket/update.rhai new file mode 100644 index 0000000000..1056e6da0c --- /dev/null +++ b/anda/langs/python/geventwebsocket/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("gevent-websocket")); From ee17c424f9ea4bdb3c92f4f0b13983e54336c2b5 Mon Sep 17 00:00:00 2001 From: Gilver Date: Thu, 7 May 2026 00:34:29 -0500 Subject: [PATCH 1178/1189] fix(prismlauncher): Only pass sfinae flags on Fedora >= 44 (#12032) --- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 2 ++ anda/games/prismlauncher/prismlauncher.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 525e1cf10b..e661bbc430 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -103,7 +103,9 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt -DLauncher_CURSEFORGE_API_KEY="%{curseforge_key}" \ %endif -DBUILD_TESTING=OFF \ +%if 0%{?fedora} > 43 -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-error=sfinae-incomplete" +%endif %build %cmake_build diff --git a/anda/games/prismlauncher/prismlauncher.spec b/anda/games/prismlauncher/prismlauncher.spec index 02ecf96ba4..8afe76fe12 100644 --- a/anda/games/prismlauncher/prismlauncher.spec +++ b/anda/games/prismlauncher/prismlauncher.spec @@ -96,7 +96,9 @@ sed -i "s|\$ORIGIN/||" CMakeLists.txt -DLauncher_CURSEFORGE_API_KEY="%{curseforge_key}" \ %endif -DBUILD_TESTING=OFF \ +%if 0%{?fedora} > 43 -DCMAKE_CXX_FLAGS="$CXXFLAGS -Wno-error=sfinae-incomplete" +%endif %build %cmake_build From af0a29365665348f643e30bdbfe75818b142fc32 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 05:44:21 +0000 Subject: [PATCH 1179/1189] 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 f112090ff3..75d014658b 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -18,7 +18,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.17.0~dev.256+04481c76c +Version: 0.17.0~dev.261+3d1fb4fac 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 839637849a19097f448d97b93789dcf35350db03 Mon Sep 17 00:00:00 2001 From: nothingneko Date: Thu, 7 May 2026 01:27:33 -0500 Subject: [PATCH 1180/1189] polkit policy and desktop file for vencord (#10207) --- .../dev.vencord.Installer.desktop | 10 ++++++++++ .../dev.vencord.Installer.policy | 20 +++++++++++++++++++ .../vencord-installer/vencord-installer.spec | 12 ++++++++++- 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 anda/misc/vencord-installer/dev.vencord.Installer.desktop create mode 100644 anda/misc/vencord-installer/dev.vencord.Installer.policy diff --git a/anda/misc/vencord-installer/dev.vencord.Installer.desktop b/anda/misc/vencord-installer/dev.vencord.Installer.desktop new file mode 100644 index 0000000000..1bdd1e7134 --- /dev/null +++ b/anda/misc/vencord-installer/dev.vencord.Installer.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Vencord Installer +Type=Application +GenericName=Discord Mod Installer +Comment=Install and manage Vencord on your Discord installation +Exec=vencord-installer +Icon=dev.vencord.Installer +Categories=Network;InstantMessaging; +Keywords=discord;vencord;mod; +StartupNotify=true diff --git a/anda/misc/vencord-installer/dev.vencord.Installer.policy b/anda/misc/vencord-installer/dev.vencord.Installer.policy new file mode 100644 index 0000000000..2659c50d04 --- /dev/null +++ b/anda/misc/vencord-installer/dev.vencord.Installer.policy @@ -0,0 +1,20 @@ + + + + Vencord + https://vencord.dev + + + Run the Vencord Installer + Authentication is required to patch Discord with Vencord + + auth_admin + auth_admin + auth_admin_keep + + /usr/bin/vencord-installer + true + + diff --git a/anda/misc/vencord-installer/vencord-installer.spec b/anda/misc/vencord-installer/vencord-installer.spec index db34bea370..9d8e7e6bf7 100644 --- a/anda/misc/vencord-installer/vencord-installer.spec +++ b/anda/misc/vencord-installer/vencord-installer.spec @@ -20,14 +20,18 @@ A cross platform gui/cli app for installing Vencord.} %global godocs README.md Name: vencord-installer -Release: 1%{?dist} +Release: 2%{?dist} Provides: golang-github-vencord-installer = %{version}-%{release} Summary: A cross platform gui/cli app for installing Vencord Packager: Cappy Ishihara License: GPL-3.0-only URL: %{gourl} + Source: %{gosource} Source1: %appid.metainfo.xml +Source2: dev.vencord.Installer.desktop +Source3: dev.vencord.Installer.policy + BuildRequires: go-rpm-macros BuildRequires: go-srpm-macros BuildRequires: anda-srpm-macros @@ -43,6 +47,7 @@ BuildRequires: wayland-devel BuildRequires: libxkbcommon-devel BuildRequires: wayland-protocols-devel BuildRequires: extra-cmake-modules +BuildRequires: desktop-file-utils %description %{common_description} @@ -122,12 +127,17 @@ export CGO_LDFLAGS="${LDFLAGS}" install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %terra_appstream -o %{SOURCE1} +%desktop_file_install %{S:2} +install -Dm644 %{SOURCE3} %{buildroot}%{_datadir}/polkit-1/actions/%{appid} %files %license LICENSE %doc README.md %{_bindir}/vencord-installer %{_datadir}/metainfo/%appid.metainfo.xml +%{_datadir}/applications/%{appid}.desktop +%{_datadir}/polkit-1/actions/%{appid} + %files cli %license LICENSE From adb84a1c9fc6a813f92f92aac024c8ff39a8f452 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 07:42:05 +0000 Subject: [PATCH 1181/1189] bump: groovy groovy-docs --- anda/langs/groovy/groovy-docs/groovy-docs.spec | 2 +- anda/langs/groovy/groovy.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/groovy/groovy-docs/groovy-docs.spec b/anda/langs/groovy/groovy-docs/groovy-docs.spec index f27dab6968..046fe88acc 100644 --- a/anda/langs/groovy/groovy-docs/groovy-docs.spec +++ b/anda/langs/groovy/groovy-docs/groovy-docs.spec @@ -1,5 +1,5 @@ Name: groovy-docs -Version: 5.0.5 +Version: 5.0.6 Release: 1%{?dist} Summary: Documentation for the Groovy programming language URL: https://groovy-lang.org/ diff --git a/anda/langs/groovy/groovy.spec b/anda/langs/groovy/groovy.spec index 50e10c642d..b445f34c25 100644 --- a/anda/langs/groovy/groovy.spec +++ b/anda/langs/groovy/groovy.spec @@ -1,5 +1,5 @@ Name: groovy -Version: 5.0.5 +Version: 5.0.6 Release: 1%{?dist} Summary: A multi-faceted language for the Java platform BuildArch: noarch From 2424d9e57d468983aee254bf947cbbba0e22fc87 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 14:45:25 +0000 Subject: [PATCH 1182/1189] bump: rust-mise android-studio-canary jujutsu --- anda/buildsys/mise/rust-mise.spec | 2 +- anda/devs/android-studio/canary/android-studio-canary.spec | 4 ++-- anda/tools/jujutsu/jujutsu.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/buildsys/mise/rust-mise.spec b/anda/buildsys/mise/rust-mise.spec index ab64c4318f..8ab0a117c3 100644 --- a/anda/buildsys/mise/rust-mise.spec +++ b/anda/buildsys/mise/rust-mise.spec @@ -5,7 +5,7 @@ %global crate mise Name: rust-mise -Version: 2026.5.1 +Version: 2026.5.2 Release: 1%{?dist} Summary: Front-end to your dev env diff --git a/anda/devs/android-studio/canary/android-studio-canary.spec b/anda/devs/android-studio/canary/android-studio-canary.spec index d21d87ed59..558555ccf5 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: 2026.1.1.3 +Version: 2026.1.1.4 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 quail1-canary3 +%define suffixS quail1-canary4 Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz diff --git a/anda/tools/jujutsu/jujutsu.spec b/anda/tools/jujutsu/jujutsu.spec index 29af35fe1f..4d75d3a167 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.40.0 +Version: 0.41.0 Release: 1%{?dist} Summary: Git-compatible DVCS that is both simple and powerful License: Apache-2.0 AND CC-BY-4.0 From 4253470e7018099d37328e6c2eff9e54db2eea04 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 16:28:11 +0000 Subject: [PATCH 1183/1189] bump: discord-canary-openasar discord-canary signal-desktop --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/signal-desktop/signal-desktop.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 232ead2fa7..0ef7096e16 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: 1.0.1036 +Version: 1.0.1037 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 879f040ffc..68614f5e1d 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: 1.0.1036 +Version: 1.0.1037 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/signal-desktop/signal-desktop.spec b/anda/apps/signal-desktop/signal-desktop.spec index a2dae02f28..e8afc87435 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: 8.8.0 +Version: 8.9.0 Release: 1%{?dist} Summary: A private messenger for Windows, macOS, and Linux URL: https://signal.org From fc1225977b66644642583a49c6f2afed63de46a8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 18:08:23 +0000 Subject: [PATCH 1184/1189] 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 0ef7096e16..2dd5d94e87 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: 1.0.1037 +Version: 1.0.1040 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 68614f5e1d..0804d016f7 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: 1.0.1037 +Version: 1.0.1040 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com From a94da8da0712adb5d271e7762a67def8948192ff Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 19:52:44 +0000 Subject: [PATCH 1185/1189] 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 a01cdf5d36..3b659104a6 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.76.1 +Version: 0.77.0 Release: 1%{?dist} Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later From a7b4cdd08faf4c42a78af59082d1941e8eb021ee Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 21:04:17 +0000 Subject: [PATCH 1186/1189] bump: discord-canary-openasar discord-canary rust-zoi-rs args-hxx limine termflix --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/rust/zoi/rust-zoi-rs.spec | 2 +- anda/lib/args-hxx/args-hxx.spec | 2 +- anda/system/limine/limine.spec | 2 +- anda/tools/termflix/termflix.spec | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 2dd5d94e87..2ba19c3e4f 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: 1.0.1040 +Version: 1.0.1043 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 0804d016f7..4c47c9c0b3 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: 1.0.1040 +Version: 1.0.1043 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index 21379839cf..53edd524c8 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.11.0 +%global crate_version 1.12.0 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') diff --git a/anda/lib/args-hxx/args-hxx.spec b/anda/lib/args-hxx/args-hxx.spec index d4b8769b05..4b96f671b3 100644 --- a/anda/lib/args-hxx/args-hxx.spec +++ b/anda/lib/args-hxx/args-hxx.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: args-hxx -Version: 6.4.15 +Version: 6.4.16 Release: 1%{?dist} Summary: A simple header-only C++ argument parser library License: MIT diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index 58551e8ed6..c77d990e95 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 12.1.0 +Version: 12.2.0 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause diff --git a/anda/tools/termflix/termflix.spec b/anda/tools/termflix/termflix.spec index 7c75d40de7..4d2ae79f37 100644 --- a/anda/tools/termflix/termflix.spec +++ b/anda/tools/termflix/termflix.spec @@ -1,6 +1,6 @@ Name: termflix -Version: 0.4.2 -Release: 1%?dist +Version: 0.5.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 From 6f8eb9034dd00abdbcf7b81d96a6b85d74cc7eda Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 22:12:50 +0000 Subject: [PATCH 1187/1189] bump: discord-canary-openasar discord-canary discord-ptb-openasar discord-ptb nwg-look zig-master-bootstrap --- .../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 | 4 ++-- anda/desktops/sway/nwg-look/nwg-look.spec | 2 +- anda/langs/zig/bootstrap/setup.sh | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 2ba19c3e4f..8e672311d4 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: 1.0.1043 +Version: 1.0.1045 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 4c47c9c0b3..c579272329 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: 1.0.1043 +Version: 1.0.1045 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 7202191ff2..c90a76458c 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: 1.0.189 +Version: 1.0.190 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 f5f71582a3..019c28cf3b 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: 1.0.189 -Release: 2%{?dist} +Version: 1.0.190 +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/desktops/sway/nwg-look/nwg-look.spec b/anda/desktops/sway/nwg-look/nwg-look.spec index bb7365db4a..7f46c4ef6c 100644 --- a/anda/desktops/sway/nwg-look/nwg-look.spec +++ b/anda/desktops/sway/nwg-look/nwg-look.spec @@ -1,7 +1,7 @@ %dnl %define debug_package %{nil} %global goipath github.com/nwg-piotr/nwg-look -Version: 1.1.0 +Version: 1.1.1 %gometa -f diff --git a/anda/langs/zig/bootstrap/setup.sh b/anda/langs/zig/bootstrap/setup.sh index a7dd2b6690..b1e2498ca1 100755 --- a/anda/langs/zig/bootstrap/setup.sh +++ b/anda/langs/zig/bootstrap/setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/bash -version=0.17.0-dev.261+3d1fb4fac +version=0.17.0-dev.263+0add2dfc4 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index abf1a2f42e..a8bf6b7c17 100644 --- a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec +++ b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec @@ -6,7 +6,7 @@ %define llvm_compat 22 %endif %global llvm_version 22.0.0 -%global ver 0.17.0-dev.261+3d1fb4fac +%global ver 0.17.0-dev.263+0add2dfc4 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From f82799ccb4b155986359bf81834151028d03c129 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 22:55:45 +0000 Subject: [PATCH 1188/1189] 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 75d014658b..60a717c3bf 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -18,7 +18,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.17.0~dev.261+3d1fb4fac +Version: 0.17.0~dev.263+0add2dfc4 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 8c2914e0d622fe33c916124be971960da21d0d42 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 7 May 2026 23:13:39 +0000 Subject: [PATCH 1189/1189] bump: discord-canary-openasar discord-canary rust-zoi-rs --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/rust/zoi/rust-zoi-rs.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 8e672311d4..3e7b89e9f1 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: 1.0.1045 +Version: 1.0.1046 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 c579272329..1481357048 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: 1.0.1045 +Version: 1.0.1046 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/rust/zoi/rust-zoi-rs.spec b/anda/langs/rust/zoi/rust-zoi-rs.spec index 53edd524c8..076b403377 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.12.0 +%global crate_version 1.12.1 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g')