From f33a6de130789211a68eb7bd27027ebe84b469c0 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 8 Jun 2026 18:02:52 +0800 Subject: [PATCH 01/28] fix(obsolete): don't obsolete nushell (#12980) fix #12808 --- anda/terra/obsolete/terra-obsolete.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/terra/obsolete/terra-obsolete.spec b/anda/terra/obsolete/terra-obsolete.spec index 5cb603e7a2..54db1d64ac 100644 --- a/anda/terra/obsolete/terra-obsolete.spec +++ b/anda/terra/obsolete/terra-obsolete.spec @@ -4,7 +4,7 @@ Version: %{?fedora:%{fedora}}%{?rhel:%{rhel}} # The dist number is the version here, it is intentionally not repeated in the release %global dist %nil -Release: 4%{?dist} +Release: 5%{?dist} Summary: A package to obsolete retired packages, based on Fedora's equivalent package License: LicenseRef-Fedora-Public-Domain @@ -135,7 +135,8 @@ Packager: Terra Packaging Team %obsolete terra-libindicator-gtk3 16.10.0-3 %obsolete terra-libindicator-gtk3-devel 16.10.0-3 %obsolete terra-blueprint-compiler 0.16.0-3 -%obsolete nushell 0.101.0-3 +# See #12808 for why this obsoletion is retracted +#obsolete nushell 0.101.0-3 %obsolete uutils-coreutils-util-linux 0.0.29-2 %obsolete uutils-coreutils-util-linux-replace 0.0.29-2 # pantheon packages only packaged in terra From c1af62ec5509e36e6db8b78f74d2999d4c7a6fd7 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 8 Jun 2026 18:09:42 +0800 Subject: [PATCH 02/28] fix(ci/bootstrap): update buildsys dir path (#12981) --- .github/workflows/bootstrap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 3cd41b371f..aed2f67b33 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -37,11 +37,11 @@ jobs: dnf5 install -y ./anda-build/rpm/rpms/anda-*.rpm - name: Install build dependencies - run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/tools/buildsys/{anda,subatomic}/*.spec + run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/buildsys/{anda,subatomic}/*.spec - name: Install Anda run: | - rpmbuild -bb anda/tools/buildsys/anda/*.spec --undefine=_disable_source_fetch -D "_sourcedir $(pwd)/anda/tools/buildsys/anda/" -D "_rpmdir $(pwd)/anda-build/rpm/rpms/" + rpmbuild -bb anda/buildsys/anda/*.spec --undefine=_disable_source_fetch -D "_sourcedir $(pwd)/anda/buildsys/anda/" -D "_rpmdir $(pwd)/anda-build/rpm/rpms/" mv ./anda-build/rpm/rpms/*/anda-*.rpm ./anda-build/rpm/rpms/ dnf5 install -y ./anda-build/rpm/rpms/anda-*.rpm @@ -61,7 +61,7 @@ jobs: run: anda build -D "vendor Terra" -D "__python %{__python3}" -rrpmbuild anda/terra/appstream-helper/pkg - name: Build Subatomic - run: anda build -D "vendor Terra" -rrpmbuild anda/tools/buildsys/subatomic/pkg + run: anda build -D "vendor Terra" -rrpmbuild anda/buildsys/subatomic/pkg - name: Install Subatomic run: dnf5 install -y ./anda-build/rpm/rpms/subatomic-*.rpm From f7a2fd80f17a2aa110d0a57262ef1284421abf00 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 8 Jun 2026 13:16:03 +0000 Subject: [PATCH 03/28] 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 e8698c00f8..1c0cd50022 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.1216 +Version: 1.0.1218 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 2fae122e48..e2dcfea743 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -1,5 +1,5 @@ Name: discord-canary -Version: 1.0.1216 +Version: 1.0.1218 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 1dbd317105..0fceb59e27 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.18.0 +%global crate_version 1.18.3 Name: rust-zoi-rs Version: %(echo %crate_version | sed 's/-/~/g') From 79fbdaa9db50d8881ce4c599ac9ebf4f814b536c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 8 Jun 2026 16:53:36 +0000 Subject: [PATCH 04/28] bump: pixi --- anda/system/pixi/pixi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/system/pixi/pixi.spec b/anda/system/pixi/pixi.spec index 6d49eec7fa..e07a0c8177 100644 --- a/anda/system/pixi/pixi.spec +++ b/anda/system/pixi/pixi.spec @@ -1,5 +1,5 @@ Name: pixi -Version: 0.70.1 +Version: 0.70.2 Release: 1%{?dist} Summary: A cross-platform, multi-language package manager License: BSD-3-Clause From 9adb665325637cf2e1222c0b1cc87cf53e4c14b5 Mon Sep 17 00:00:00 2001 From: Cypress Reed Date: Mon, 8 Jun 2026 12:15:08 -0600 Subject: [PATCH 05/28] add: noctalia-git (#12902) * add noctalia-git * remove .DS_Store files * add %prep lol * Update anda/desktops/noctalia-git/noctalia-git.spec Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: Cypress Reed * Update anda/desktops/noctalia-git/noctalia-git.spec Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Signed-off-by: Cypress Reed * change update script and version scheme * change update branch * uncomment the rpm version update line in autoupdate script * bump commit --------- Signed-off-by: Cypress Reed Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/desktops/noctalia-git/anda.hcl | 8 ++ anda/desktops/noctalia-git/noctalia-git.spec | 89 ++++++++++++++++++++ anda/desktops/noctalia-git/update.rhai | 6 ++ 3 files changed, 103 insertions(+) create mode 100644 anda/desktops/noctalia-git/anda.hcl create mode 100644 anda/desktops/noctalia-git/noctalia-git.spec create mode 100644 anda/desktops/noctalia-git/update.rhai diff --git a/anda/desktops/noctalia-git/anda.hcl b/anda/desktops/noctalia-git/anda.hcl new file mode 100644 index 0000000000..bb739e75cb --- /dev/null +++ b/anda/desktops/noctalia-git/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "noctalia-git.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/desktops/noctalia-git/noctalia-git.spec b/anda/desktops/noctalia-git/noctalia-git.spec new file mode 100644 index 0000000000..ad31217c1c --- /dev/null +++ b/anda/desktops/noctalia-git/noctalia-git.spec @@ -0,0 +1,89 @@ +%global debug_package %{nil} + +%global ver 5.0.0 + +%global commit af17dadff2a721a0ba0276eb35303e22a972ab2f +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20260608 + +Name: noctalia-git +Version: %{ver}^%{commitdate}git.%{shortcommit} +Release: 1%{?dist} +Summary: A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES, with no Qt or GTK dependency + +License: MIT +URL: https://github.com/noctalia-dev/noctalia +Source0: https://github.com/noctalia-dev/noctalia/archive/%{commit}/noctalia-%{commit}.tar.gz + +BuildRequires: meson +BuildRequires: gcc-c++ +BuildRequires: git +BuildRequires: pipewire-devel +BuildRequires: sdbus-cpp-devel +BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(egl) +BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(fontconfig) +BuildRequires: pkgconfig(glesv2) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(jemalloc) +BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(libqalculate) +BuildRequires: pkgconfig(librsvg-2.0) +BuildRequires: pkgconfig(libwebp) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(pam) +BuildRequires: pkgconfig(pango) +BuildRequires: pkgconfig(polkit-gobject-1) +BuildRequires: pkgconfig(wayland-client) +BuildRequires: pkgconfig(wayland-protocols) +BuildRequires: pkgconfig(xkbcommon) + +Provides: desktop-notification-daemon +Provides: PolicyKit-authentication-agent + +Requires: hicolor-icon-theme +Requires: dejavu-sans-fonts +Requires: libwebp + +Recommends: ddcutil +Recommends: gpu-screen-recorder +Recommends: power-profiles-daemon + +Packager: Cypress Reed + +%description +A lightweight Wayland shell and bar built directly on Wayland + OpenGL ES, with no Qt or GTK dependency. + +%prep +%autosetup -n noctalia-%{commit} +# Manually insert commit hash +sed -i "s/'unknown'/'%{shortcommit}'/g" meson.build + +%conf +%meson + +%build +%meson_build + +%install +%meson_install +install -d %{buildroot}%{_licensedir}/%{name}/third_party +find third_party -type f \( -name "LICENSE*" -o -name "COPYING*" -o -name "NOTICE*" \) | while read -r file; do + # Create the destination subdirectory + dest_dir="%{buildroot}%{_licensedir}/%{name}/$(dirname "$file")" + install -d "$dest_dir" + # Copy the file to its specific subfolder + install -p -m 0644 "$file" "$dest_dir/" +done + +%files +%doc README.md +%license LICENSE +%{_licensedir}/%{name}/third_party/ +%{_bindir}/noctalia +%{_datadir}/noctalia/ + +%changelog +* Fri Jun 05 2026 Cypress Reed +- Port to terra from Fedora COPR lionheartp/Hyprland diff --git a/anda/desktops/noctalia-git/update.rhai b/anda/desktops/noctalia-git/update.rhai new file mode 100644 index 0000000000..a46eeffdfa --- /dev/null +++ b/anda/desktops/noctalia-git/update.rhai @@ -0,0 +1,6 @@ +rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia/commits/main").json().sha); +if rpm.changed() { + rpm.global("ver", gh("noctalia-dev/noctalia")); + rpm.global("commit_date", date()); + rpm.release(); +} From 0e1fb6ca1e979361f23664eaa1293089b1454e0b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 8 Jun 2026 19:21:31 +0000 Subject: [PATCH 06/28] 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 9e0cce6870..ceb7ec34f6 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.704+b8cb78023 +version=0.17.0-dev.813+2153f8143 mirrors=() diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 15cf073b85..4f5dc1d479 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.704+b8cb78023 +%global ver 0.17.0-dev.813+2153f8143 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From abf2b0b5b4a3d79b90ca80fe95bea1ff9dd1917b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 8 Jun 2026 20:38:21 +0000 Subject: [PATCH 07/28] 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 3f53058bb2..9af4a51455 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.704+b8cb78023 +Version: 0.17.0~dev.813+2153f8143 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 f227eb80967ce6e0e544a74d859055cc7cd41d8b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 8 Jun 2026 21:20:55 +0000 Subject: [PATCH 08/28] bump: discord-openasar discord qdl --- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/tools/qdl/qdl.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 b0ba518b69..d80b6494b6 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.141 +Version: 1.0.142 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 9915ffc2e6..40687561d5 100644 --- a/anda/apps/discord/discord.spec +++ b/anda/apps/discord/discord.spec @@ -1,5 +1,5 @@ Name: discord -Version: 1.0.141 +Version: 1.0.142 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/tools/qdl/qdl.spec b/anda/tools/qdl/qdl.spec index cc971a3cd1..ed4ab22065 100644 --- a/anda/tools/qdl/qdl.spec +++ b/anda/tools/qdl/qdl.spec @@ -1,5 +1,5 @@ Name: qdl -Version: 2.6 +Version: 2.7 Release: 1%{?dist} Summary: This tool communicates with USB devices of id 05c6:9008 to upload a flash loader and use this to flash images URL: https://github.com/linux-msm/qdl From 0dfdc39c6b927dc6443c9e768a8b5a8907ceca68 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 8 Jun 2026 22:56:04 +0000 Subject: [PATCH 09/28] bump: discord-canary-openasar discord-canary throne rust-television kittyCAD-cli --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/throne/throne.spec | 2 +- anda/langs/rust/television/rust-television.spec | 2 +- anda/tools/kittyCAD-cli/kittyCAD-cli.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 1c0cd50022..327001613c 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.1218 +Version: 1.0.1220 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 e2dcfea743..823eea21c8 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -1,5 +1,5 @@ Name: discord-canary -Version: 1.0.1218 +Version: 1.0.1220 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/throne/throne.spec b/anda/apps/throne/throne.spec index ae51121999..ae5bb67601 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.5 +Version: 1.1.6 Release: 1%{?dist} Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box) URL: https://github.com/throneproj/Throne diff --git a/anda/langs/rust/television/rust-television.spec b/anda/langs/rust/television/rust-television.spec index 0671af91c4..ba285ad512 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.7 +Version: 0.15.8 Release: 1%{?dist} Summary: Very fast, portable and hackable fuzzy finder for the terminal diff --git a/anda/tools/kittyCAD-cli/kittyCAD-cli.spec b/anda/tools/kittyCAD-cli/kittyCAD-cli.spec index 7c9f92def7..18c9755b96 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.174 +Version: 0.2.175 Release: 1%{?dist} Summary: The Zoo command line tool for KittyCAD URL: https://github.com/KittyCAD/cli From a4e683f84fff30156908724ca5c5e06b2917408d Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:37:49 -0500 Subject: [PATCH 10/28] add: darkly (#12832) * add: darkly Signed-off-by: Owen-sz * this * devel files * whoa * manually list all files I guess Signed-off-by: madomado * fuck it Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz Signed-off-by: madomado Co-authored-by: madomado --- anda/themes/darkly/anda.hcl | 5 ++ anda/themes/darkly/darkly.spec | 85 ++++++++++++++++++++++++++++++++++ anda/themes/darkly/update.rhai | 1 + 3 files changed, 91 insertions(+) create mode 100644 anda/themes/darkly/anda.hcl create mode 100644 anda/themes/darkly/darkly.spec create mode 100644 anda/themes/darkly/update.rhai diff --git a/anda/themes/darkly/anda.hcl b/anda/themes/darkly/anda.hcl new file mode 100644 index 0000000000..73718cd9c5 --- /dev/null +++ b/anda/themes/darkly/anda.hcl @@ -0,0 +1,5 @@ +project "pkg" { + rpm { + spec = "darkly.spec" + } +} diff --git a/anda/themes/darkly/darkly.spec b/anda/themes/darkly/darkly.spec new file mode 100644 index 0000000000..6a8dda260b --- /dev/null +++ b/anda/themes/darkly/darkly.spec @@ -0,0 +1,85 @@ +Name: darkly +Version: 0.5.37 +Release: 1%{?dist} +License: GPL-2.0-or-later +Summary: Forked from the lightly theme, this style brings a fresh and unique look to your applications +URL: https://github.com/Bali10050/Darkly +Source: %{url}/archive/refs/tags/v%{version}.tar.gz +Packager: Owen Zimmerman + +BuildRequires: gcc-c++ +BuildRequires: cmake +BuildRequires: extra-cmake-modules +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qttools-devel +BuildRequires: qt6-qtdeclarative-devel +BuildRequires: kf6-kcoreaddons-devel +BuildRequires: kf6-kcolorscheme-devel +BuildRequires: kf6-kconfig-devel +BuildRequires: kf6-kguiaddons-devel +BuildRequires: kf6-ki18n-devel +BuildRequires: kf6-kiconthemes-devel +BuildRequires: kf6-kwindowsystem-devel +BuildRequires: kf6-kirigami-devel +BuildRequires: kf6-kcmutils-devel +BuildRequires: kdecoration-devel + +Requires: hicolor-icon-theme +Requires: kdecoration +Requires: qt6-qtdeclarative +Requires: kf6-kcoreaddons +Requires: kf6-kcmutils +Requires: kf6-kcolorscheme +Requires: kf6-kconfig +Requires: kf6-kguiaddons +Requires: kf6-kiconthemes +Requires: kf6-kwindowsystem +Requires: kf6-frameworkintegration +Requires: kf6-plasma + +%description +%{summary}. + +%package devel +Summary: Development files for %{name} +Requires: %{name} = %{evr} + +%description devel +This package contains the development libraries for %{name}. + + +%prep +%autosetup -n Darkly-%{version} + +%conf +%cmake -DBUILD_QT6=ON \ + -DBUILD_QT5=OFF + +%build +%cmake_build + +%install +%cmake_install + +%files +%doc README.md +%license COPYING +%{_bindir}/darkly-settings6 +%{_appsdir}/darklystyleconfig.desktop +%{_appsdir}/kcm_darklydecoration.desktop +%{_datadir}/color-schemes/Darkly.colors +%{_scalableiconsdir}/darkly-settings.svgz +%{_datadir}/kservices6/darklydecorationconfig.desktop +%{_datadir}/kstyle/themes/darkly.themerc +%{_datadir}/plasma/desktoptheme/darkly/* + +%files devel +%{_libdir}/cmake/Darkly/ +%{_qt6_plugindir}/kstyle_config/darklystyleconfig.so +%{_qt6_plugindir}/org.kde.kdecoration3/org.kde.darkly.so +%{_qt6_plugindir}/org.kde.kdecoration3.kcm/kcm_darklydecoration.so +%{_qt6_plugindir}/styles/darkly6.so + +%changelog +* Tue Jun 02 2026 Owen Zimmerman - 0.5.37-1 +- Initial commit diff --git a/anda/themes/darkly/update.rhai b/anda/themes/darkly/update.rhai new file mode 100644 index 0000000000..f945dd5051 --- /dev/null +++ b/anda/themes/darkly/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("Bali10050/Darkly")); From d8fb677b1d6fa5baff3db6f23292d7a7773798a8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 00:07:06 +0000 Subject: [PATCH 11/28] bump: xf-xet darkly --- anda/langs/python/hf-xet/xf-xet.spec | 4 ++-- anda/themes/darkly/darkly.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/langs/python/hf-xet/xf-xet.spec b/anda/langs/python/hf-xet/xf-xet.spec index 5b727ac8a7..de83843e77 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.5.0 -Release: 2%{?dist} +Version: 1.5.1 +Release: 1%{?dist} Summary: xet client tech, used in huggingface_hub License: Apache-2.0 URL: https://github.com/huggingface/xet-core diff --git a/anda/themes/darkly/darkly.spec b/anda/themes/darkly/darkly.spec index 6a8dda260b..5cba122249 100644 --- a/anda/themes/darkly/darkly.spec +++ b/anda/themes/darkly/darkly.spec @@ -1,5 +1,5 @@ Name: darkly -Version: 0.5.37 +Version: 0.5.38 Release: 1%{?dist} License: GPL-2.0-or-later Summary: Forked from the lightly theme, this style brings a fresh and unique look to your applications From 4131d700e0964af75c9f02c5f3202fa7de8fa2ae Mon Sep 17 00:00:00 2001 From: Cypress Reed Date: Mon, 8 Jun 2026 18:43:57 -0600 Subject: [PATCH 12/28] stop trying to pull versions (#12989) --- anda/desktops/noctalia-git/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/noctalia-git/update.rhai b/anda/desktops/noctalia-git/update.rhai index a46eeffdfa..5ebe190122 100644 --- a/anda/desktops/noctalia-git/update.rhai +++ b/anda/desktops/noctalia-git/update.rhai @@ -1,6 +1,6 @@ rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia/commits/main").json().sha); if rpm.changed() { - rpm.global("ver", gh("noctalia-dev/noctalia")); + // rpm.global("ver", gh("noctalia-dev/noctalia")); rpm.global("commit_date", date()); rpm.release(); } From 0250ca6c7abf3dc2c9aa952cb5ad69331b5d4abc Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Mon, 8 Jun 2026 22:44:00 -0500 Subject: [PATCH 13/28] fix: gradle (#12991) --- anda/buildsys/gradle/gradle.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/anda/buildsys/gradle/gradle.spec b/anda/buildsys/gradle/gradle.spec index 4bc6b6ff20..b73a8c5334 100644 --- a/anda/buildsys/gradle/gradle.spec +++ b/anda/buildsys/gradle/gradle.spec @@ -41,6 +41,7 @@ export PATH="/usr/lib/jvm/java-21-openjdk/bin:${PATH}" -Pgradle_installPath="$(pwd)/dist" \ -Porg.gradle.ignoreBuildJavaVersionCheck=true \ --warning-mode all \ + -Dorg.gradle.unsafe.isolated-projects=false \ --no-configuration-cache %install From b5039cc2fd04b265ffd164bfe68dbfcee14a785b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 03:54:07 +0000 Subject: [PATCH 14/28] bump(nightly): flameshot-nightly noctalia-git libsingularity ghostty-nightly zed-nightly v2ray-nightly xray-nightly nim-nightly types-colorama v2ray-domain-list-community cloud-hypervisor-nightly scx-scheds-nightly --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/desktops/noctalia-git/noctalia-git.spec | 2 +- .../desktops/singularity/libsingularity/libsingularity.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 2 +- anda/devs/zed/nightly/zed-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 ++-- .../v2ray-domain-list-community.spec | 6 +++--- .../cloud-hypervisor/nightly/cloud-hypervisor-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 12 files changed, 23 insertions(+), 23 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index cd2a68821d..07a54406a2 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 f3e81d2608aa2e1269c53765ce61823c8ed2aea7 +%global commit da6121bdd6fe58060fd7c05fb8503520a150b715 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20260529 +%global commit_date 20260609 %global devel_name QtColorWidgets %global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold diff --git a/anda/desktops/noctalia-git/noctalia-git.spec b/anda/desktops/noctalia-git/noctalia-git.spec index ad31217c1c..490ddde61a 100644 --- a/anda/desktops/noctalia-git/noctalia-git.spec +++ b/anda/desktops/noctalia-git/noctalia-git.spec @@ -2,7 +2,7 @@ %global ver 5.0.0 -%global commit af17dadff2a721a0ba0276eb35303e22a972ab2f +%global commit 65b228b950225ae7e4b212930a7a42f9248d24d9 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commitdate 20260608 diff --git a/anda/desktops/singularity/libsingularity/libsingularity.spec b/anda/desktops/singularity/libsingularity/libsingularity.spec index 67ead3c35d..2813ccb288 100644 --- a/anda/desktops/singularity/libsingularity/libsingularity.spec +++ b/anda/desktops/singularity/libsingularity/libsingularity.spec @@ -1,5 +1,5 @@ -%global commit a45eeaf16eb85cdd3561505efd9b31858c6a9a82 -%global commit_date 20260608 +%global commit 186b53b02db00ebdb6a91d5c052ea18eb2726719 +%global commit_date 20260609 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: libsingularity diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index afc433d45f..1504216721 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit 2ba5e6b92963c9c9470fb30338989bb38fa11857 +%global commit 69095e298ab88bb0eb5ba541f4c505f2c22d07f5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2026-06-08 %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 4ba3575acc..1fad62b1bd 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 3f5705b98542f597d5ffe4d984636c7e0c68fa11 +%global commit 308a1067ec88869b0932e4234a67aab9057ce81c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260608 +%global commit_date 20260609 %global ver 1.7.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 37e3bdfad7..e1dd284b20 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 59950bd0b02c482ee88f4c7fe1aeb1e48db7e286 +%global commit 3bfa8a541c62e30a0ea753f83035b0ea7600046c %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v5.49.0 -%global commit_date 20260519 +%global commit_date 20260609 %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 623db99634..6e9e934900 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 fdb9b616fc0edf8fb4c3285870388947b92669fc +%global commit 83cf229909dfb8f0513db5a407abb190f60ab2c4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260603 +%global commit_date 20260609 %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 f6e5ea0d38..43323b2ec2 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 3c6449dbddb28a50f8fac12c6be20f375e1f21d2 +%global commit e942da94b5b52fa7e09b133d52125037ba69c7b7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260608 +%global commit_date 20260609 %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 ac6a4f6595..8474de293f 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 64869a290645cfcca73abb82b0aa03a731dd934f -%global commit_date 20260608 +%global commit abc114fe3984f89b62f852d9f7237859f8cc1e9c +%global commit_date 20260609 %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 96cf805447..664ce5ceee 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 ff4d9c8c75ba8fb5f6fdb52aec655828b5ea18d5 +%global commit 945cb940d7c86b0a521701284d157d5f0cbd6d5f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260607144641 -%global commit_date 20260608 +%global ver 20260609022440 +%global commit_date 20260609 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 a464ce006f..6efa4df2c1 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 4b671954a016377e95f13981ba9d19ca1de8536b -%global commit_date 20260607 +%global commit 829676e6403ff3fa711c9e901f90f05737c08b88 +%global commit_date 20260609 %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 3dc5302cb6..36fecd6d93 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 95d7b9856a0da604902e3aabb4e5d41080bc1cf6 +%global commit 934b41449fc48a0c106d2cf7cef1f0549c53bb18 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260608 +%global commitdate 20260609 %global ver 1.1.1 %undefine __brp_mangle_shebangs From 0ad5f461fbe8d421148221d79b334feffb92ecde Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 04:22:42 +0000 Subject: [PATCH 15/28] 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 512d0715ad..b4c2e59a60 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-06-07 +%global ver 2026-06-09 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 78db5479ce2954335d64b9fef76c3cebe94d934c Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:11:04 -0500 Subject: [PATCH 16/28] chore (qdl): update for 2.7 (#12990) * chore (qdl): update for 2.7 Signed-off-by: Owen-sz * dont need to make manpages seperatly Signed-off-by: Owen-sz * remove probing lines Signed-off-by: Owen-sz --------- Signed-off-by: Owen-sz --- anda/tools/qdl/qdl.spec | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/anda/tools/qdl/qdl.spec b/anda/tools/qdl/qdl.spec index ed4ab22065..ad779daed3 100644 --- a/anda/tools/qdl/qdl.spec +++ b/anda/tools/qdl/qdl.spec @@ -5,11 +5,13 @@ Summary: This tool communicates with USB devices of id 05c6:9008 to uploa URL: https://github.com/linux-msm/qdl Source0: %url/archive/refs/tags/v%version.tar.gz License: BSD-3-Clause -BuildRequires: make +BuildRequires: meson BuildRequires: gcc BuildRequires: help2man BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libusb-1.0) +BuildRequires: pkgconfig(libzip) +BuildRequires: pkgconfig(cmocka) Packager: Owen Zimmerman @@ -19,31 +21,30 @@ Packager: Owen Zimmerman %prep %autosetup -n qdl-%{version} +%conf +%meson + %build -%make_build -make manpages +%meson_build %install -install -Dm755 qdl %{buildroot}%{_bindir}/qdl -install -Dm755 qdl %{buildroot}%{_bindir}/qdl-ramdump -install -Dm755 qdl %{buildroot}%{_bindir}/ks -mkdir -p %{buildroot}%{_mandir}/man1 -install -Dm644 qdl.1 %{buildroot}%{_mandir}/man1/qdl.1 -install -Dm644 qdl-ramdump.1 %{buildroot}%{_mandir}/man1/qdl-ramdump.1 -install -Dm644 ks.1 %{buildroot}%{_mandir}/man1/ks.1 +%meson_install %files %{_bindir}/qdl %{_bindir}/qdl-ramdump -%{_bindir}/ks +%{_bindir}/qdl-ks %{_mandir}/man1/qdl.1.* %{_mandir}/man1/qdl-ramdump.1.* -%{_mandir}/man1/ks.1.* +%{_mandir}/man1/qdl-ks.1.* %license LICENSE %doc README.md %changelog +* Mon Jun 08 2026 Owen Zimmerman - 2.7-1 +- Update spec for 2.7 + * Mon Feb 02 2026 Owen Zimmerman - Switch to tagged versions From 9a5dd06954b49b8e9c9e6efdf1686f25a676930a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 08:06:35 +0000 Subject: [PATCH 17/28] bump: limine yt-dlp-git --- anda/system/limine/limine.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index ed93e89ae2..f1c270e17d 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 12.3.2 +Version: 12.3.3 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 7e6356e58e..6fe9707f4d 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.06.06.212509 +Version: 2026.06.09.064304 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 06dc02015fc132c153ce3139b63f6d2e0892feb2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 11:28:57 +0000 Subject: [PATCH 18/28] bump: discord-canary-openasar discord-canary dart electron --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/dart/dart.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 327001613c..c31879daf9 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.1220 +Version: 1.0.1221 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 823eea21c8..99b1b8d2f9 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -1,5 +1,5 @@ Name: discord-canary -Version: 1.0.1220 +Version: 1.0.1221 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/dart/dart.spec b/anda/langs/dart/dart.spec index d55d03744f..4d5de71184 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.12.1 +Version: 3.12.2 Release: 1%{?dist} Summary: The Dart Language License: BSD-3-Clause diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index 5ad1f20cfa..a28ea6e029 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -1,6 +1,6 @@ Name: electron %electronmeta -Version: 42.3.3 +Version: 42.4.0 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: %{electron_license} From 33425458eef19318549be401a0f7b7565a95213a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 14:01:53 +0000 Subject: [PATCH 19/28] bump: cloudflare-speed-cli --- anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec b/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec index 72f85d5e13..8487082752 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: 1.0.1 +Version: 1.0.3 Release: 1%{?dist} Summary: CLI for internet speed test via cloudflare From ca0c36f141eda6480999ba427611fd3f29545ed1 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 9 Jun 2026 22:19:41 +0800 Subject: [PATCH 20/28] fix(ci/bootstrap): I want to die (#13005) --- .github/workflows/bootstrap.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index aed2f67b33..c35b1fbbf4 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -37,7 +37,7 @@ jobs: dnf5 install -y ./anda-build/rpm/rpms/anda-*.rpm - name: Install build dependencies - run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/buildsys/{anda,subatomic}/*.spec + run: dnf5 builddep -y anda/terra/{mock-configs,srpm-macros}/*.spec anda/{buildsys/anda,tools/subatomic}/*.spec - name: Install Anda run: | @@ -61,7 +61,7 @@ jobs: run: anda build -D "vendor Terra" -D "__python %{__python3}" -rrpmbuild anda/terra/appstream-helper/pkg - name: Build Subatomic - run: anda build -D "vendor Terra" -rrpmbuild anda/buildsys/subatomic/pkg + run: anda build -D "vendor Terra" -rrpmbuild anda/tools/subatomic/pkg - name: Install Subatomic run: dnf5 install -y ./anda-build/rpm/rpms/subatomic-*.rpm From 47a041264eedb0a7e803d182cdf8262727b657bb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 16:43:01 +0000 Subject: [PATCH 21/28] bump: discord-canary-openasar discord-canary lomiri-system-settings cloudflare-speed-cli yt-dlp-git --- anda/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/tools/cloudflare-speed-cli/cloudflare-speed-cli.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 c31879daf9..2c0835a49e 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.1221 +Version: 1.0.1222 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 99b1b8d2f9..24559612fb 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -1,5 +1,5 @@ Name: discord-canary -Version: 1.0.1221 +Version: 1.0.1222 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 c6cc30aff6..602c4229e3 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 461f8efba3e43b6db0e66bfca0b7eb87f2e31fb8 +%global commit b581b003c5fa3f0c3175fff9ae99d8cc52540f76 %forgemeta Name: lomiri-system-settings diff --git a/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec b/anda/tools/cloudflare-speed-cli/cloudflare-speed-cli.spec index 8487082752..aae2cc2adc 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: 1.0.3 +Version: 1.0.4 Release: 1%{?dist} Summary: CLI for internet speed test via cloudflare diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 6fe9707f4d..c41012fcdf 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.06.09.064304 +Version: 2026.06.09.160730 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From e86af08262b852c162e71de294002bfb284e399b Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Tue, 9 Jun 2026 13:13:58 -0500 Subject: [PATCH 22/28] add: torrentp (#12953) Signed-off-by: Owen-sz --- anda/langs/python/torrentp/anda.hcl | 6 +++ anda/langs/python/torrentp/torrentp.spec | 47 ++++++++++++++++++++++++ anda/langs/python/torrentp/update.rhai | 1 + 3 files changed, 54 insertions(+) create mode 100644 anda/langs/python/torrentp/anda.hcl create mode 100644 anda/langs/python/torrentp/torrentp.spec create mode 100644 anda/langs/python/torrentp/update.rhai diff --git a/anda/langs/python/torrentp/anda.hcl b/anda/langs/python/torrentp/anda.hcl new file mode 100644 index 0000000000..a4f3f25f91 --- /dev/null +++ b/anda/langs/python/torrentp/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "torrentp.spec" + } +} diff --git a/anda/langs/python/torrentp/torrentp.spec b/anda/langs/python/torrentp/torrentp.spec new file mode 100644 index 0000000000..e66328d4e5 --- /dev/null +++ b/anda/langs/python/torrentp/torrentp.spec @@ -0,0 +1,47 @@ +%global pypi_name torrentp +%global _desc Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code. + +Name: python-%{pypi_name} +Version: 0.2.7 +Release: 1%{?dist} +Summary: Python torrent downloader - Download from torrent with .torrent file or magnet link, with just 3 lines of python code +License: BSD-2-Clause +URL: https://github.com/iw4p/torrentp +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} +%pyproject_patch_dependency rich:drop_constraints + +%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}/torrentp + +%changelog +* Sun Jun 07 2026 Owen Zimmerman +- Initial commit diff --git a/anda/langs/python/torrentp/update.rhai b/anda/langs/python/torrentp/update.rhai new file mode 100644 index 0000000000..9f038e875f --- /dev/null +++ b/anda/langs/python/torrentp/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("torrentp")); From 3dbe2bb26e67228f4a1249e49f71119611911675 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 19:02:15 +0000 Subject: [PATCH 23/28] 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/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 2c0835a49e..40ee7c1e07 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.1222 +Version: 1.0.1224 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 24559612fb..370a0bbde6 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -1,5 +1,5 @@ Name: discord-canary -Version: 1.0.1222 +Version: 1.0.1224 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 7dc0190014..8ab2fbbfac 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.6.1 +Version: 2026.6.2 Release: 1%{?dist} Summary: Front-end to your dev env From 132cccd6a47dd7a05dfc57086c489cd9ba6b804c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 21:05:58 +0000 Subject: [PATCH 24/28] bump: discord-canary-openasar discord-canary zed-preview rpcs3 cardwire yt-dlp-git --- .../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/games/rpcs3/rpcs3.spec | 4 ++-- anda/system/cardwire/cardwire.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.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 40ee7c1e07..ca88f748ed 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.1224 +Version: 1.0.1226 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 370a0bbde6..dceca1a399 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -1,5 +1,5 @@ Name: discord-canary -Version: 1.0.1224 +Version: 1.0.1226 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 6f73161a51..616a24c4b0 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.6.1-pre +%global ver 1.6.2-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/games/rpcs3/rpcs3.spec b/anda/games/rpcs3/rpcs3.spec index 01ca81c0fe..cb8fd56e30 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 e379fba97d132a84b976709ce35670c520ccc0ae -%global ver 0.0.41-19452 +%global commit f32ff351da5962588c1b4a26c3ec8ade5fd4010e +%global ver 0.0.41-19453 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') diff --git a/anda/system/cardwire/cardwire.spec b/anda/system/cardwire/cardwire.spec index 3d559df497..6923fae4da 100644 --- a/anda/system/cardwire/cardwire.spec +++ b/anda/system/cardwire/cardwire.spec @@ -1,5 +1,5 @@ Name: cardwire -Version: 0.10.0 +Version: 0.10.1 Release: 1%{?dist} Summary: A GPU Manager for linux that uses eBPF LSM hooks to block GPUs URL: https://opengamingcollective.github.io/cardwire/ diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index c41012fcdf..46f4556197 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.06.09.160730 +Version: 2026.06.09.205958 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From f29cfecbbf8a619ad9b58fb2c4422a65727334ed Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 9 Jun 2026 22:45:46 +0000 Subject: [PATCH 25/28] bump: komikku zed run0-sudo-shim yt-dlp-git --- anda/apps/komikku/komikku.spec | 2 +- anda/devs/zed/stable/zed.spec | 2 +- anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec | 4 ++-- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/komikku/komikku.spec b/anda/apps/komikku/komikku.spec index 359bc4dfbb..f2304f5ae5 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.5.0 +Version: 50.6.0 %forgemeta Release: 1%{?dist} Summary: A manga reader for GNOME diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index 4e1de49973..d3867e0afe 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.5.4 +Version: 1.5.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/rust/run0-sudo-shim/run0-sudo-shim.spec b/anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec index 57c6aa373b..190ae96194 100644 --- a/anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec +++ b/anda/langs/rust/run0-sudo-shim/run0-sudo-shim.spec @@ -1,6 +1,6 @@ Name: run0-sudo-shim -Version: 1.2.0 -Release: 1%?dist +Version: 1.3.0 +Release: 1%{?dist} Summary: An imitation of sudo, using run0 internally SourceLicense: BSD-3-Clause License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND MIT diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 46f4556197..5f2a752fdc 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.06.09.205958 +Version: 2026.06.09.223620 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From 04917d660fc2752c70cf9c130c9afec1b55c8a30 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 10 Jun 2026 00:00:06 +0000 Subject: [PATCH 26/28] bump: rio yt-dlp-git --- anda/devs/rio/rio.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index d693e45324..b8bd24f2d2 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 browsers.} Name: rio -Version: 0.4.6 +Version: 0.4.7 Release: 1%{?dist} Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 5f2a752fdc..93202d80bf 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.06.09.223620 +Version: 2026.06.09.230147 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms From b90dd24a53656bba42e35c24589fcbc3d38757ed Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 10 Jun 2026 04:05:14 +0000 Subject: [PATCH 27/28] bump(nightly): mpv-nightly gnome-shell-extension-multi-monitors-bar noctalia-git libsingularity zed-nightly xray-nightly nim-nightly types-colorama v2ray-domain-list-community cloud-hypervisor-nightly nvidia-patch scx-scheds-nightly gf --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- .../gnome-shell-extension-multi-monitors-bar.spec | 4 ++-- anda/desktops/noctalia-git/noctalia-git.spec | 2 +- .../desktops/singularity/libsingularity/libsingularity.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 +++--- .../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 ++-- anda/tools/gf/gf.spec | 2 +- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 204b6651ae..c53e3ea99b 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 6444c050592991d94cf36ecdb013dac193c24ff5 +%global commit 304426c390901436fb1d4a63efbd582ae80c88f4 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260608 +%global commit_date 20260610 %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 8d4a642e54..9cfda1abb6 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 238425abdf77c49ce89bc788c619c3035f5cec7f -%global commit_date 20260605 +%global commit bd8475a3f103360945450a9fa8e8cf32034527b6 +%global commit_date 20260610 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global extension multi-monitors-bar diff --git a/anda/desktops/noctalia-git/noctalia-git.spec b/anda/desktops/noctalia-git/noctalia-git.spec index 490ddde61a..367b5a00d0 100644 --- a/anda/desktops/noctalia-git/noctalia-git.spec +++ b/anda/desktops/noctalia-git/noctalia-git.spec @@ -2,7 +2,7 @@ %global ver 5.0.0 -%global commit 65b228b950225ae7e4b212930a7a42f9248d24d9 +%global commit e9b81ca340859026f3b22ab8fd4389d3fd0bb3fe %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commitdate 20260608 diff --git a/anda/desktops/singularity/libsingularity/libsingularity.spec b/anda/desktops/singularity/libsingularity/libsingularity.spec index 2813ccb288..e5a780e595 100644 --- a/anda/desktops/singularity/libsingularity/libsingularity.spec +++ b/anda/desktops/singularity/libsingularity/libsingularity.spec @@ -1,5 +1,5 @@ -%global commit 186b53b02db00ebdb6a91d5c052ea18eb2726719 -%global commit_date 20260609 +%global commit 227296350a7d64e5930cc2943f2e8c335993a867 +%global commit_date 20260610 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: libsingularity diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 1fad62b1bd..b18a658f75 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 308a1067ec88869b0932e4234a67aab9057ce81c +%global commit d989c7c5cdd057de2375a55bdc109ff61409801c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260609 +%global commit_date 20260610 %global ver 1.7.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 6e9e934900..e81cda2783 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 83cf229909dfb8f0513db5a407abb190f60ab2c4 +%global commit da21a8f77f31b295e77e1b55e9ef408ca3bf9402 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver v26.3.27 -%global commit_date 20260609 +%global commit_date 20260610 %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 43323b2ec2..438a3ddff9 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 e942da94b5b52fa7e09b133d52125037ba69c7b7 +%global commit 48621c217f4f32beaa7c4adb9e3ce17ac6b1b137 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20260609 +%global commit_date 20260610 %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 8474de293f..b6037af462 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 abc114fe3984f89b62f852d9f7237859f8cc1e9c -%global commit_date 20260609 +%global commit d3504ddc24c92b960a9661813efcdef10fad6d29 +%global commit_date 20260610 %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 664ce5ceee..a5d27cd6a6 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 945cb940d7c86b0a521701284d157d5f0cbd6d5f +%global commit 76199d8e61d348c58433e3c36d9d4f85131d80e7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global ver 20260609022440 -%global commit_date 20260609 +%global ver 20260609115341 +%global commit_date 20260610 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 6efa4df2c1..1e8f588e0e 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 829676e6403ff3fa711c9e901f90f05737c08b88 -%global commit_date 20260609 +%global commit 4b2a77b86e72c9c9942b4c3d23bd1463c9fdcec6 +%global commit_date 20260610 %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 5c361215af..2941481143 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 0e665c46a87ba99b41a07169fa3acf6162739648 +%global commit fea2d88b56dd80e071e5d3203beecd564f1b8265 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20260507 +%global commit_date 20260610 %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 36fecd6d93..6c81024211 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 934b41449fc48a0c106d2cf7cef1f0549c53bb18 +%global commit be473dc87a71a80caf57de9e24bcdeb19c3e3a96 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20260609 +%global commitdate 20260610 %global ver 1.1.1 %undefine __brp_mangle_shebangs diff --git a/anda/tools/gf/gf.spec b/anda/tools/gf/gf.spec index c51777c5d8..d840d86a18 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 46174e9b25850c9898ca0c2de90af31ad83122d7 +%global commit 56c97f66769ec8109a9aff2e475a86c9a6781742 %global shortcommit %{sub %{commit} 0 7} %global commitdate 20251231 From c1c810805ad2967742421efe1449a96a40a9e5cd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 10 Jun 2026 04:39:17 +0000 Subject: [PATCH 28/28] bump: discord-canary-openasar discord-canary ruffle-nightly zed-preview superisoupdater --- .../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/langs/python/superisoupdater/superisoupdater.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 ca88f748ed..d26dbec389 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.1226 +Version: 1.0.1228 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 dceca1a399..b07f8aba6a 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -1,5 +1,5 @@ Name: discord-canary -Version: 1.0.1226 +Version: 1.0.1228 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 b4c2e59a60..8815c376a9 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2026-06-09 +%global ver 2026-06-10 %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 616a24c4b0..d2540e00f9 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.6.2-pre +%global ver 1.6.3-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/langs/python/superisoupdater/superisoupdater.spec b/anda/langs/python/superisoupdater/superisoupdater.spec index 44b6810fe2..c2887e29a7 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: 2.4.0 -Release: 2%{?dist} +Version: 2.4.1 +Release: 1%{?dist} Summary: %{_desc} License: GPL-3.0-or-later URL: https://github.com/JoshuaVandaele/SuperISOUpdater