From 60d457b4452107716e773a556bab31339554d653 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Jun 2025 13:24:22 +0000 Subject: [PATCH 001/203] bump: zig-master-bootstrap tdlib-nightly --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- anda/lib/tdlib/tdlib-nightly.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 5733917627..338c4f750f 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.15.0-dev.828+3ce8d19f7 +%global ver 0.15.0-dev.832+1ca213dab %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index 95e0c42120..fbdee2a63e 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,4 +1,4 @@ -%global commit 1b011986f5e08d863cc5bc31093a23a8ae3a7949 +%global commit 5af09c68faa75d11d6b2f86a6d7cf8c680ca0772 %global ver 1.8.50 %global commit_date 20250616 %global shortcommit %(c=%{commit}; echo ${c:0:7}) From d2b26e8107b2cf633ed632eabd9611e5a41576a0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Jun 2025 14:55:43 +0000 Subject: [PATCH 002/203] bump: tdlib-nightly --- anda/lib/tdlib/tdlib-nightly.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index fbdee2a63e..cf4924ba26 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,4 +1,4 @@ -%global commit 5af09c68faa75d11d6b2f86a6d7cf8c680ca0772 +%global commit 1e75ca0ce40b9bae36ed3eb7b676fcad1bbbdc0a %global ver 1.8.50 %global commit_date 20250616 %global shortcommit %(c=%{commit}; echo ${c:0:7}) From b5c48d5bd764b9d02fb0ba4e6bfeef100fec5f62 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 17 Jun 2025 00:38:35 +0800 Subject: [PATCH 003/203] fix(tdlib): set it to nightly (#5509) Signed-off-by: madomado --- anda/lib/tdlib/anda.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anda/lib/tdlib/anda.hcl b/anda/lib/tdlib/anda.hcl index b1b0aee448..bedb540c20 100644 --- a/anda/lib/tdlib/anda.hcl +++ b/anda/lib/tdlib/anda.hcl @@ -2,4 +2,7 @@ project pkg { rpm { spec = "tdlib-nightly.spec" } + labels { + nightly = 1 + } } From 653079f0b35122f4257ea8d8b97f1d8e6b2483b2 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 16 Jun 2025 11:41:46 -0500 Subject: [PATCH 004/203] chore(edit): RUSTC_BOOSTRAP=1 is enough now (#5508) Signed-off-by: Gilver --- anda/devs/edit/edit.spec | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/anda/devs/edit/edit.spec b/anda/devs/edit/edit.spec index fae483f397..e442deab3c 100644 --- a/anda/devs/edit/edit.spec +++ b/anda/devs/edit/edit.spec @@ -1,12 +1,7 @@ %global _description %{expand: An editor that pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code.} %global crate edit -%bcond rust_nightly 1 -%if %{with rust_nightly} -%define __cargo /usr/bin/env CARGO_HOME=.cargo RUSTC_BOOTSTRAP=1 RUSTFLAGS='%{build_rustflags}' $HOME/.cargo/bin/cargo -%define __rustc $HOME/.cargo/bin/rustc -%define __rustdoc $HOME/.cargo/bin/rustdoc -%endif +%bcond rust_nightly 0 Name: %{crate} Version: 1.2.0 @@ -29,10 +24,7 @@ Packager: Gilver E. %prep %autosetup -n %{name}-%{version} %if %{with rust_nightly} -rustup-init -y -. "$HOME/.cargo/env" -rustup toolchain install nightly -rustup override set nightly +%rustup_nightly %endif %cargo_prep_online From edc6b020e8cd171122cd00e78c57a4fd1c859787 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Jun 2025 16:51:50 +0000 Subject: [PATCH 005/203] bump: discord-canary-openasar discord-canary rust-anda --- .../apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/tools/buildsys/anda/rust-anda.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 7f336403e2..7682be26af 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.697 +Version: 0.0.698 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 1d977e3989..16e065e033 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.697 +Version: 0.0.698 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/tools/buildsys/anda/rust-anda.spec b/anda/tools/buildsys/anda/rust-anda.spec index c414133ace..ded06bd27a 100644 --- a/anda/tools/buildsys/anda/rust-anda.spec +++ b/anda/tools/buildsys/anda/rust-anda.spec @@ -5,8 +5,8 @@ %global crate anda Name: rust-anda -Version: 0.4.12 -Release: 5%?dist +Version: 0.4.13 +Release: 1%?dist Summary: Andaman Build toolchain License: MIT From f362f50d453616cdca9a52052b902fbca435e8d6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Jun 2025 17:37:23 +0000 Subject: [PATCH 006/203] 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 06d2232eec..9e1a9b4854 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.191.2-pre +%global ver 0.191.3-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From fc27af6eb6875a23378e1be5e34c59778fe5eb5c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Jun 2025 17:48:28 +0000 Subject: [PATCH 007/203] 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 7682be26af..5ef486323b 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.698 +Version: 0.0.699 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 16e065e033..59e4a00b1c 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.698 +Version: 0.0.699 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From 2bb25592d7817afadc8628887b74544bb8da59b7 Mon Sep 17 00:00:00 2001 From: Jan Date: Mon, 16 Jun 2025 22:36:15 +0200 Subject: [PATCH 008/203] fix(zig-master): rebase linker patches (#5517) --- ...t-directory-of-libraries-to-linker-p.patch | 25 +++++++++++-------- ...t-directory-of-libraries-to-linker-p.patch | 25 +++++++++++-------- 2 files changed, 28 insertions(+), 22 deletions(-) diff --git a/anda/langs/zig/bootstrap/0005-link.Elf-add-root-directory-of-libraries-to-linker-p.patch b/anda/langs/zig/bootstrap/0005-link.Elf-add-root-directory-of-libraries-to-linker-p.patch index 4bfc87db0e..d4dd5bb4eb 100644 --- a/anda/langs/zig/bootstrap/0005-link.Elf-add-root-directory-of-libraries-to-linker-p.patch +++ b/anda/langs/zig/bootstrap/0005-link.Elf-add-root-directory-of-libraries-to-linker-p.patch @@ -1,27 +1,30 @@ -From 48aa23307d1a47b444854fc09478da6d4ee8e624 Mon Sep 17 00:00:00 2001 +From 1796a91063dc5ed71418f164bb7d98ca65c33d4a Mon Sep 17 00:00:00 2001 From: Jan200101 -Date: Sun, 11 May 2025 01:09:41 +0200 -Subject: [PATCH 5/5] link.Elf: add root directory of libraries to linker path +Date: Mon, 16 Jun 2025 20:46:25 +0200 +Subject: [PATCH] link.Elf: add root directory of libraries to linker path -all the given dynamic shared objects will be linked with an absolute path however they may link to other dynamic shared objects which won't have an absolute path, for this we need to add the library path so that lld can resolve it +All the given dynamic shared objects will be linked with an absolute +path however they may link to other dynamic shared objects which won't +have an absolute path, for this we need to add the library path so that +lld can resolve it. Signed-off-by: Jan200101 --- - src/link/Elf.zig | 12 +++++++++++- + src/link/Lld.zig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -diff --git a/src/link/Elf.zig b/src/link/Elf.zig -index 53f88101b1..fe2b7abd48 100644 ---- a/src/link/Elf.zig -+++ b/src/link/Elf.zig -@@ -1938,9 +1938,19 @@ fn linkWithLLD(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_node: s +diff --git a/src/link/Lld.zig b/src/link/Lld.zig +index 4ea809428e..b8421dd60a 100644 +--- a/src/link/Lld.zig ++++ b/src/link/Lld.zig +@@ -1109,9 +1109,19 @@ fn elfLink(lld: *Lld, arena: Allocator) !void { // Positional arguments to the linker such as object files. var whole_archive = false; + var lib_directories = std.StringArrayHashMap(void).init(gpa); + defer lib_directories.deinit(); + - for (self.base.comp.link_inputs) |link_input| switch (link_input) { + for (base.comp.link_inputs) |link_input| switch (link_input) { .res => unreachable, // Windows-only - .dso => continue, + .dso => |dso| { diff --git a/anda/langs/zig/master/0005-link.Elf-add-root-directory-of-libraries-to-linker-p.patch b/anda/langs/zig/master/0005-link.Elf-add-root-directory-of-libraries-to-linker-p.patch index 4bfc87db0e..d4dd5bb4eb 100644 --- a/anda/langs/zig/master/0005-link.Elf-add-root-directory-of-libraries-to-linker-p.patch +++ b/anda/langs/zig/master/0005-link.Elf-add-root-directory-of-libraries-to-linker-p.patch @@ -1,27 +1,30 @@ -From 48aa23307d1a47b444854fc09478da6d4ee8e624 Mon Sep 17 00:00:00 2001 +From 1796a91063dc5ed71418f164bb7d98ca65c33d4a Mon Sep 17 00:00:00 2001 From: Jan200101 -Date: Sun, 11 May 2025 01:09:41 +0200 -Subject: [PATCH 5/5] link.Elf: add root directory of libraries to linker path +Date: Mon, 16 Jun 2025 20:46:25 +0200 +Subject: [PATCH] link.Elf: add root directory of libraries to linker path -all the given dynamic shared objects will be linked with an absolute path however they may link to other dynamic shared objects which won't have an absolute path, for this we need to add the library path so that lld can resolve it +All the given dynamic shared objects will be linked with an absolute +path however they may link to other dynamic shared objects which won't +have an absolute path, for this we need to add the library path so that +lld can resolve it. Signed-off-by: Jan200101 --- - src/link/Elf.zig | 12 +++++++++++- + src/link/Lld.zig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) -diff --git a/src/link/Elf.zig b/src/link/Elf.zig -index 53f88101b1..fe2b7abd48 100644 ---- a/src/link/Elf.zig -+++ b/src/link/Elf.zig -@@ -1938,9 +1938,19 @@ fn linkWithLLD(self: *Elf, arena: Allocator, tid: Zcu.PerThread.Id, prog_node: s +diff --git a/src/link/Lld.zig b/src/link/Lld.zig +index 4ea809428e..b8421dd60a 100644 +--- a/src/link/Lld.zig ++++ b/src/link/Lld.zig +@@ -1109,9 +1109,19 @@ fn elfLink(lld: *Lld, arena: Allocator) !void { // Positional arguments to the linker such as object files. var whole_archive = false; + var lib_directories = std.StringArrayHashMap(void).init(gpa); + defer lib_directories.deinit(); + - for (self.base.comp.link_inputs) |link_input| switch (link_input) { + for (base.comp.link_inputs) |link_input| switch (link_input) { .res => unreachable, // Windows-only - .dso => continue, + .dso => |dso| { From 4dbbfae9af4d279600c20eb0ca44cfa20d460372 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Jun 2025 21:19:00 +0000 Subject: [PATCH 009/203] 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 476fadade0..8976c5e8e4 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.97 +Version: 0.0.98 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 97cee36bcb..e2a53578d4 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.97 +Version: 0.0.98 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: https://discord.com From d427f0452b229584a2582c4a7e04672d1c61e97e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Jun 2025 21:38:31 +0000 Subject: [PATCH 010/203] bump(branch): kf6-kio zig-master --- anda/desktops/kde/kf6-kio/kf6-kio.spec | 4 ++-- anda/langs/zig/master/zig-master.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/kde/kf6-kio/kf6-kio.spec b/anda/desktops/kde/kf6-kio/kf6-kio.spec index 67c88e6b0b..b175ce4947 100644 --- a/anda/desktops/kde/kf6-kio/kf6-kio.spec +++ b/anda/desktops/kde/kf6-kio/kf6-kio.spec @@ -1,11 +1,11 @@ %global framework kio %global stable_kf6 stable -%global majmin_ver_kf6 6.14 +%global majmin_ver_kf6 6.15 Name: kf6-%{framework} Version: %{majmin_ver_kf6}.0 -Release: 3%{?dist}.switcheroo +Release: 1%{?dist}.switcheroo Summary: KDE Frameworks 6 Tier 3 solution for filesystem abstraction Obsoletes: kf6-%{framework}.switcheroo < 6.14.0-4 diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index cefab182b5..fc37926afd 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.784+4a02e080d +Version: 0.15.0~dev.832+1ca213dab Release: 1%?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 9de3ebca33ea89af9247069e48a2e1e60b189d42 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 16 Jun 2025 22:43:10 +0000 Subject: [PATCH 011/203] 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 b5d1c947c7..f3c19fbcd5 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: 2025.6.4 +Version: 2025.6.5 Release: 1%?dist Summary: Front-end to your dev env From 8e6122fccd8da0243ca0e4c829aec1238584d56b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 01:50:07 +0000 Subject: [PATCH 012/203] 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 5ef486323b..0dc03469de 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.699 +Version: 0.0.700 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 59e4a00b1c..1497f183f9 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.699 +Version: 0.0.700 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From e6e25051564a3773cf185692282dc3ceec7e02d6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 01:54:51 +0000 Subject: [PATCH 013/203] bump(nightly): flameshot-nightly hyprutils.nightly zed-nightly prismlauncher-nightly grabnim nim-nightly --- anda/apps/flameshot/flameshot-nightly.spec | 4 ++-- anda/desktops/waylands/hyprutils/hyprutils.nightly.spec | 5 +++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/games/prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/langs/nim/grabnim/grabnim.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 27a1c0da80..a53cea90af 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 v12.1.0 -%global commit 58afdce7414bbe3881610042e4da3772d2d0365f +%global commit d420a53a4a61cb39842ee632fb8183ab07b58879 %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20250613 +%global commit_date 20250617 %global devel_name QtColorWidgets Name: flameshot.nightly diff --git a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec index c81076e9fa..24e337cb79 100644 --- a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec @@ -2,8 +2,9 @@ %global realname hyprutils %global ver 0.7.1 -%global commit 57ab2a867d8b554ad89f29060c15efd11631db91 -%global commit_date 20250613 + +%global commit c9cd5f153c090005437b5fac504bb4f7172a7cc1 +%global commit_date 20250617 %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 0a84d05cdd..e00eb9e162 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 3595dbb155d692a000d1f556e2e49c8b05ff5c2d +%global commit 783412fa1d07f5e1d010151a94d870388993a2c8 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250616 +%global commit_date 20250617 %global ver 0.192.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index c29f3a2863..3a459db13d 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -1,10 +1,10 @@ %global real_name prismlauncher %global nice_name PrismLauncher -%global commit a2681b5704f4ec0f84b5830091b15ec89b70a7e1 +%global commit 1889dca401151682a3c1c0eab713bbfcb37caf7b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250616 +%global commit_date 20250617 %global snapshot_info %{commit_date}.%{shortcommit} %bcond_without qt6 diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index ed4866d753..ac7bd92687 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit d7bf849493cd48a8e7ae1a63893991d538d276d4 -%global commit_date 20250616 +%global commit 4e354b27dd27765f22f7ce8cf094ee76aa699605 +%global commit_date 20250617 %global shortcommit %{sub %commit 1 7} Name: grabnim diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 0996ca3591..49712290d5 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 7701b3c7e6f6c640a89cc445b40f466834ab4fcf +%global commit c22bfe6bc06951a037d3094612151c6ea1b9fc79 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20250613 +%global commit_date 20250617 %global debug_package %nil Name: nim-nightly From 23b077affde32e94b0859ffe99e00a23d1f56a32 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 03:01:17 +0000 Subject: [PATCH 014/203] bump(branch): ffmpeg --- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index 7eb16d57f1..ee610a32a9 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 3%?dist +Release: 4%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From ebb366103c9cb6741ad866234881c097faa30e02 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 03:59:52 +0000 Subject: [PATCH 015/203] bump(branch): ffmpeg --- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index ee610a32a9..8538110ba6 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 4%?dist +Release: 5%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From 3d01a27a3ea5f9b4c88171019d80c294966b0b35 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 04:33:18 +0000 Subject: [PATCH 016/203] bump(branch): ffmpeg --- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index 8538110ba6..830f5c3b38 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 5%?dist +Release: 6%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From 18b34423d26c1bdfc7169d329dae44dcea8ea58f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 05:14:39 +0000 Subject: [PATCH 017/203] bump(branch): ffmpeg --- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index 830f5c3b38..854f1ccd77 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 6%?dist +Release: 7%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From 3ef07299742ecb93f491cb45936138066d523c21 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 05:42:12 +0000 Subject: [PATCH 018/203] bump(branch): ffmpeg --- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index 854f1ccd77..577169e254 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 7%?dist +Release: 8%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From d9179d924545a003b362348d7563c64c8ced037d Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 17 Jun 2025 01:07:44 -0500 Subject: [PATCH 019/203] fix(flameshot-nightly): Requires Qt6 now, crop the stable ver in update.rhai (#5521) * fix(flameshot-nightly): Requires Qt6 now Signed-off-by: Gilver * fix: Qt6Svg Signed-off-by: Gilver * fix: Qt6LinguistTools Signed-off-by: Gilver * Trying something Signed-off-by: Gilver * chore: Remove old deps, update runtime deps Signed-off-by: Gilver * Apparently this wants to be Git cloned? Signed-off-by: Gilver * I'm stupid Signed-off-by: Gilver * fix: update.rhai Signed-off-by: Gilver * cleanup: V begone Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/apps/flameshot/flameshot-nightly.spec | 28 +++++++++++----------- anda/apps/flameshot/update.rhai | 4 +++- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index a53cea90af..3fb71bac76 100644 --- a/anda/apps/flameshot/flameshot-nightly.spec +++ b/anda/apps/flameshot/flameshot-nightly.spec @@ -1,6 +1,6 @@ #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec -%global ver v12.1.0 +%global ver 12.1.0 %global commit d420a53a4a61cb39842ee632fb8183ab07b58879 %global shortcommit %{sub %{commit} 1 7} %global commit_date 20250617 @@ -12,7 +12,7 @@ Release: 2%?dist License: GPL-3.0-or-later AND ASL-2.0 AND GPL-2.0-only AND LGPL-3.0-only AND FAL-1.3 Summary: Powerful yet simple to use screenshot software URL: https://flameshot.org -Source0: https://github.com/flameshot-org/flameshot/archive/%commit/flameshot-%commit.tar.gz +%dnl Source0: https://github.com/flameshot-org/flameshot/archive/%commit/flameshot-%commit.tar.gz Packager: madonuko BuildRequires: cmake >= 3.13.0 @@ -22,19 +22,19 @@ BuildRequires: libappstream-glib BuildRequires: ninja-build BuildRequires: desktop-file-utils -BuildRequires: cmake(Qt5Core) >= 5.9.0 -BuildRequires: cmake(KF5GuiAddons) >= 5.89.0 -BuildRequires: cmake(Qt5DBus) >= 5.9.0 -BuildRequires: cmake(Qt5Gui) >= 5.9.0 -BuildRequires: cmake(Qt5LinguistTools) >= 5.9.0 -BuildRequires: cmake(Qt5Network) >= 5.9.0 -BuildRequires: cmake(Qt5Svg) >= 5.9.0 -BuildRequires: cmake(Qt5Widgets) >= 5.9.0 +BuildRequires: cmake(Qt6Core) +BuildRequires: cmake(KF6GuiAddons) +BuildRequires: cmake(Qt6DBus) +BuildRequires: cmake(Qt6Gui) +BuildRequires: cmake(Qt6LinguistTools) +BuildRequires: cmake(Qt6Network) +BuildRequires: cmake(Qt6Svg) +BuildRequires: cmake(Qt6Widgets) Requires: hicolor-icon-theme -Requires: qt5-qtbase >= 5.9.0 -Requires: qt5-qttools >= 5.9.0 -Requires: qt5-qtsvg%{?_isa} >= 5.9.0 +Requires: qt6-qtbase +Requires: qt6-qttools +Requires: qt6-qtsvg%{?_isa} %dnl Provides: flameshot = %version-%release Conflicts: flameshot @@ -67,7 +67,7 @@ Requires: %{name} = %{version} Development files for Flameshot. %prep -%autosetup -p1 -n flameshot-%commit +%git_clone https://github.com/flameshot-org/flameshot.git %commit %build %cmake -G Ninja \ diff --git a/anda/apps/flameshot/update.rhai b/anda/apps/flameshot/update.rhai index ea700708a8..5350ca331b 100644 --- a/anda/apps/flameshot/update.rhai +++ b/anda/apps/flameshot/update.rhai @@ -1,5 +1,7 @@ rpm.global("commit", gh_commit("flameshot-org/flameshot")); if rpm.changed() { - rpm.global("ver", gh("flameshot-org/flameshot")); + let v = gh("flameshot-org/flameshot"); + v.crop(1); + rpm.global("ver", v); rpm.global("commit_date", date()); } From ad6cfc2cb00385d4356b6ed6ebf08d8b1be9e63e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 06:21:19 +0000 Subject: [PATCH 020/203] bump(branch): ffmpeg --- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index 577169e254..874c425028 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 8%?dist +Release: 9%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From 6e8422c534ea95ad2b35ef1c9c1d9687861c7dc1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 06:50:08 +0000 Subject: [PATCH 021/203] bump(branch): ffmpeg --- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index 874c425028..779c900176 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 9%?dist +Release: 10%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From 55c24ff3f1ff190a5159db6397388aad88ea7a13 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 17 Jun 2025 15:12:19 +0800 Subject: [PATCH 022/203] fix(ffmpeg): maybe also exit 0 (#5526) Signed-off-by: madomado --- anda/multimedia/ffmpeg/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/update.rhai b/anda/multimedia/ffmpeg/update.rhai index 27a45a0d4c..b9aa2adae7 100644 --- a/anda/multimedia/ffmpeg/update.rhai +++ b/anda/multimedia/ffmpeg/update.rhai @@ -8,7 +8,7 @@ open_file("anda/multimedia/ffmpeg/VERSION_tesseract.txt", "w").write(bump::bodhi open_file("anda/multimedia/ffmpeg/VERSION_vvenc.txt", "w").write(bump::madoguchi("vvenc-libs", labels.branch)); let dir = sub(`/[^/]+`, "", __script_path); -if sh("[[ `git status " + dir + "--porcelain` ]] && exit 1", #{}).ctx.rc == 1 { +if sh("[[ `git status " + dir + "--porcelain` ]] && exit 1 || exit 0", #{}).ctx.rc == 1 { let rel = spec::get_release(rpm).parse_int(); rpm.release(rel + 1); } From 0e1ecdc83db1188173c86ef1253bd1c3d8b7e128 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 17 Jun 2025 02:13:26 -0500 Subject: [PATCH 023/203] add: scx-scheds and scx-scheds-nightly (#5475) * add: scx-scheds and scx-scheds-nightly * fix: Build requires cargo-rpm-macros * fix: Licenses * feat: Use pkg_devel_files * cleanup: Use the systemd macros --- anda/system/scx-scheds/nightly/anda.hcl | 8 ++ .../nightly/scx-scheds-nightly.spec | 100 ++++++++++++++++++ anda/system/scx-scheds/nightly/update.rhai | 8 ++ anda/system/scx-scheds/stable/anda.hcl | 5 + anda/system/scx-scheds/stable/scx-scheds.spec | 91 ++++++++++++++++ anda/system/scx-scheds/stable/update.rhai | 1 + 6 files changed, 213 insertions(+) create mode 100644 anda/system/scx-scheds/nightly/anda.hcl create mode 100644 anda/system/scx-scheds/nightly/scx-scheds-nightly.spec create mode 100644 anda/system/scx-scheds/nightly/update.rhai create mode 100644 anda/system/scx-scheds/stable/anda.hcl create mode 100644 anda/system/scx-scheds/stable/scx-scheds.spec create mode 100644 anda/system/scx-scheds/stable/update.rhai diff --git a/anda/system/scx-scheds/nightly/anda.hcl b/anda/system/scx-scheds/nightly/anda.hcl new file mode 100644 index 0000000000..5f81ec00fd --- /dev/null +++ b/anda/system/scx-scheds/nightly/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "scx-scheds-nightly.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec new file mode 100644 index 0000000000..d650772407 --- /dev/null +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -0,0 +1,100 @@ +%global commit c1507b0cc57be922834f27417a4052b2f3c4cd2c +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commitdate 20250612 +%global ver 1.0.13 + +Name: scx-scheds-nightly +Version: %{ver}^%{commitdate}.git.%{shortcommit} +Release: 1%{?dist} +Summary: Nightly builds of sched_ext schedulers and tools +SourceLicense: GPL-2.0-only +License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND LGPL-2.1 AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND (MPL-2.0 OR MIT OR Apache-2.0) AND MPL-2.0-only and MPL-2.0-or-later AND (Unlicense OR MIT) AND Zlib +URL: https://github.com/sched-ext/scx +Source0: %{URL}/archive/%{commit}/scx-%{commit}.tar.gz +BuildRequires: anda-srpm-macros +BuildRequires: bpftool +BuildRequires: cargo +BuildRequires: cargo-rpm-macros +BuildRequires: clang >= 17 +BuildRequires: elfutils-libelf +BuildRequires: elfutils-libelf-devel +BuildRequires: gcc +BuildRequires: git +BuildRequires: jq +BuildRequires: jq-devel +BuildRequires: libseccomp-devel +BuildRequires: lld >= 17 +BuildRequires: llvm >= 17 +BuildRequires: meson >= 1.2 +BuildRequires: protobuf-compiler +BuildRequires: python3 +BuildRequires: rust +BuildRequires: systemd +BuildRequires: systemd-rpm-macros +BuildRequires: zlib-ng-compat +Requires: elfutils-libelf +Requires: jq +Requires: libseccomp +Requires: protobuf +Requires: zlib +Conflicts: rust-scx_utils-devel +Conflicts: scx_c_schedulers +Conflicts: scx_layered +Conflicts: scx_rustland +Conflicts: scx_rusty +Conflicts: scx-scheds +Provides: rust-scx_utils-devel +Provides: scx_c_schedulers +Provides: scxctl = %{version} +Provides: scx_layered +Provides: scx_rustland +Provides: scx_rusty +Obsoletes: scxctl >= 0.3.4 +Packager: Gilver E. + +%description +sched_ext is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. + +This package contains nightly builds of the sched_ext schedulers. + +%package devel +License: GPL-2.0-only +%pkg_devel_files +%doc BREAKING_CHANGES.md +%doc DEVELOPER_GUIDE.md +%license LICENSE + +%prep +%autosetup -p1 -n scx-%{commit} + +%cargo_prep_online + +%build +%meson \ + -Dsystemd=enabled \ + -Dopenrc=disabled \ + -Dlibalpm=disabled +%meson_build + + +%install +%meson_install + +%{cargo_license_online} > LICENSE.dependencies + +%files +%doc OVERVIEW.md +%doc README.md +%license LICENSE +%license LICENSE.dependencies +%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/default/scx +%{_bindir}/scx* +%{_bindir}/vmlinux_docify +%{_unitdir}/scx_loader.service +%{_unitdir}/scx.service +%{_datadir}/dbus-1/system.d/org.scx.Loader.conf +%{_datadir}/dbus-1/system-services/org.scx.Loader.service + +%changelog +* Sun Jun 15 2025 Gilver E. - 1.0.13^20250612.git.c1507b0-1 +- Initial package diff --git a/anda/system/scx-scheds/nightly/update.rhai b/anda/system/scx-scheds/nightly/update.rhai new file mode 100644 index 0000000000..5675ab6cac --- /dev/null +++ b/anda/system/scx-scheds/nightly/update.rhai @@ -0,0 +1,8 @@ +rpm.global("commit", gh_commit("sched-ext/scx")); +if rpm.changed() { + rpm.release(); + rpm.global("commitdate", date()); + let v = gh("sched-ext/scx"); + v.crop(1); + rpm.global("ver", v); +} diff --git a/anda/system/scx-scheds/stable/anda.hcl b/anda/system/scx-scheds/stable/anda.hcl new file mode 100644 index 0000000000..b221e7e271 --- /dev/null +++ b/anda/system/scx-scheds/stable/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "scx-scheds.spec" + } +} diff --git a/anda/system/scx-scheds/stable/scx-scheds.spec b/anda/system/scx-scheds/stable/scx-scheds.spec new file mode 100644 index 0000000000..a39fc47aa7 --- /dev/null +++ b/anda/system/scx-scheds/stable/scx-scheds.spec @@ -0,0 +1,91 @@ +Name: scx-scheds +Version: 1.0.13 +Release: 1%{?dist} +Summary: 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 +URL: https://github.com/sched-ext/scx +Source0: %{URL}/archive/refs/tags/v%{version}.tar.gz +BuildRequires: anda-srpm-macros +BuildRequires: bpftool +BuildRequires: cargo +BuildRequires: cargo-rpm-macros +BuildRequires: clang >= 17 +BuildRequires: elfutils-libelf +BuildRequires: elfutils-libelf-devel +BuildRequires: gcc +BuildRequires: git +BuildRequires: jq +BuildRequires: jq-devel +BuildRequires: libseccomp-devel +BuildRequires: lld >= 17 +BuildRequires: llvm >= 17 +BuildRequires: meson >= 1.2 +BuildRequires: protobuf-compiler +BuildRequires: python3 +BuildRequires: rust +BuildRequires: systemd +BuildRequires: systemd-rpm-macros +BuildRequires: zlib-ng-compat +Requires: elfutils-libelf +Requires: jq +Requires: libseccomp +Requires: protobuf +Requires: zlib +Conflicts: rust-scx_utils-devel +Conflicts: scx_c_schedulers +Conflicts: scx_layered +Conflicts: scx_rustland +Conflicts: scx_rusty +Conflicts: scx-scheds-git +Provides: rust-scx_utils-devel +Provides: scx_c_schedulers +Provides: scxctl = %{version} +Provides: scx_layered +Provides: scx_rustland +Provides: scx_rusty +Obsoletes: scxctl >= 0.3.4 +Packager: Gilver E. + +%description +sched_ext is a Linux kernel feature which enables implementing kernel thread schedulers in BPF and dynamically loading them. + +%package devel +License: GPL-2.0-only +%pkg_devel_files +%doc BREAKING_CHANGES.md +%doc DEVELOPER_GUIDE.md +%license LICENSE + +%prep +%autosetup -n scx-%{version} -p1 +%cargo_prep_online + +%build +%meson \ + -Dsystemd=enabled \ + -Dopenrc=disabled \ + -Dlibalpm=disabled +%meson_build + +%install +%meson_install + +%{cargo_license_online} > LICENSE.dependencies + +%files +%doc OVERVIEW.md +%doc README.md +%license LICENSE +%license LICENSE.dependencies +%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/default/scx +%{_bindir}/scx* +%{_bindir}/vmlinux_docify +%{_unitdir}/scx_loader.service +%{_unitdir}/scx.service +%{_datadir}/dbus-1/system.d/org.scx.Loader.conf +%{_datadir}/dbus-1/system-services/org.scx.Loader.service + +%changelog +* Sun Jun 15 2025 Gilver E. - 1.0.13-1 +- Initial package diff --git a/anda/system/scx-scheds/stable/update.rhai b/anda/system/scx-scheds/stable/update.rhai new file mode 100644 index 0000000000..154a7af1b1 --- /dev/null +++ b/anda/system/scx-scheds/stable/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("sched-ext/scx")); From 83cd9f332c54c5b809a1b10ca0d30f834738da1e Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 17 Jun 2025 15:27:13 +0800 Subject: [PATCH 024/203] rm: onefetch (#5533) https://src.fedoraproject.org/rpms/rust-onefetch Signed-off-by: madomado --- anda/langs/rust/onefetch/anda.hcl | 5 - .../onefetch/onefetch-fix-metadata-auto.diff | 11 -- anda/langs/rust/onefetch/rust-onefetch.spec | 103 ------------------ anda/langs/rust/onefetch/update.rhai | 1 - 4 files changed, 120 deletions(-) delete mode 100644 anda/langs/rust/onefetch/anda.hcl delete mode 100644 anda/langs/rust/onefetch/onefetch-fix-metadata-auto.diff delete mode 100644 anda/langs/rust/onefetch/rust-onefetch.spec delete mode 100644 anda/langs/rust/onefetch/update.rhai diff --git a/anda/langs/rust/onefetch/anda.hcl b/anda/langs/rust/onefetch/anda.hcl deleted file mode 100644 index bd7888580c..0000000000 --- a/anda/langs/rust/onefetch/anda.hcl +++ /dev/null @@ -1,5 +0,0 @@ -project pkg { - rpm { - spec = "rust-onefetch.spec" - } -} diff --git a/anda/langs/rust/onefetch/onefetch-fix-metadata-auto.diff b/anda/langs/rust/onefetch/onefetch-fix-metadata-auto.diff deleted file mode 100644 index 60b7ecb7a4..0000000000 --- a/anda/langs/rust/onefetch/onefetch-fix-metadata-auto.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- onefetch-2.21.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ onefetch-2.21.0/Cargo.toml 2024-07-23T17:12:11.234589+00:00 -@@ -164,8 +164,3 @@ - [features] - fail-on-deprecated = [] - --[target."cfg(windows)".dependencies.enable-ansi-support] --version = "0.2.1" -- --[target."cfg(windows)".build-dependencies.winres] --version = "0.1" diff --git a/anda/langs/rust/onefetch/rust-onefetch.spec b/anda/langs/rust/onefetch/rust-onefetch.spec deleted file mode 100644 index eb3788fc03..0000000000 --- a/anda/langs/rust/onefetch/rust-onefetch.spec +++ /dev/null @@ -1,103 +0,0 @@ -# Generated by rust2rpm 26 -%bcond_without check - -%global crate onefetch - -Name: rust-onefetch -Version: 2.24.0 -Release: 1%?dist -Summary: Command-line Git information tool - -License: MIT -URL: https://crates.io/crates/onefetch -Source: %{crates_source} -# Automatically generated patch to strip dependencies and normalize metadata -Patch: onefetch-fix-metadata-auto.diff - -BuildRequires: anda-srpm-macros cargo-rpm-macros >= 24 -BuildRequires: cmake mold - -%global _description %{expand: -Command-line Git information tool.} - -%description %{_description} - -%package -n %{crate} -Summary: %{summary} -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 MIT) AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) 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 (CC0-1.0 OR MIT-0 OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) 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) - -%description -n %{crate} %{_description} - -%files -n %{crate} -%license LICENSE.md -%license resources/license.cache.zstd -%license src/info/license.rs -%license LICENSE.dependencies -%doc CHANGELOG.md -%doc CONTRIBUTING.md -%doc README.md -%{_bindir}/onefetch - -%package devel -Summary: %{summary} -BuildArch: noarch - -%description devel %{_description} - -This package contains library source intended for building other packages which -use the "%{crate}" crate. - -%files devel -%license %{crate_instdir}/LICENSE.md -%license %{crate_instdir}/resources/license.cache.zstd -%license %{crate_instdir}/src/info/license.rs -%doc %{crate_instdir}/CHANGELOG.md -%doc %{crate_instdir}/CONTRIBUTING.md -%doc %{crate_instdir}/README.md -%{crate_instdir}/ - -%package -n %{name}+default-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+default-devel %{_description} - -This package contains library source intended for building other packages which -use the "default" feature of the "%{crate}" crate. - -%files -n %{name}+default-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+fail-on-deprecated-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+fail-on-deprecated-devel %{_description} - -This package contains library source intended for building other packages which -use the "fail-on-deprecated" feature of the "%{crate}" crate. - -%files -n %{name}+fail-on-deprecated-devel -%ghost %{crate_instdir}/Cargo.toml - -%prep -%autosetup -n %{crate}-%{version} -p1 -%cargo_prep_online - -%build -cat< license.sh -%{cargo_license} > LICENSE.dependencies -EOF -sed -i "s/--offline//g" license.sh -bash license.sh - -%install -%cargo_install - -%if %{with check} -%check -%cargo_test -%endif - -%changelog -%autochangelog diff --git a/anda/langs/rust/onefetch/update.rhai b/anda/langs/rust/onefetch/update.rhai deleted file mode 100644 index bb9a2f71ec..0000000000 --- a/anda/langs/rust/onefetch/update.rhai +++ /dev/null @@ -1 +0,0 @@ -rpm.version(crates("onefetch")); From 894524fb629ddb9db18df8839aa459250ca310c6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 07:40:07 +0000 Subject: [PATCH 025/203] bump(branch): ffmpeg --- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index 779c900176..eb8b41ddf2 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 10%?dist +Release: 11%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From 6e81f7d42d3d30bdaf2328e40b8abe2f2edafc65 Mon Sep 17 00:00:00 2001 From: madomado Date: Tue, 17 Jun 2025 15:47:31 +0800 Subject: [PATCH 026/203] fix(ffmpeg): see I'm blind (#5538) Signed-off-by: madomado --- anda/multimedia/ffmpeg/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/update.rhai b/anda/multimedia/ffmpeg/update.rhai index b9aa2adae7..aa48382451 100644 --- a/anda/multimedia/ffmpeg/update.rhai +++ b/anda/multimedia/ffmpeg/update.rhai @@ -8,7 +8,7 @@ open_file("anda/multimedia/ffmpeg/VERSION_tesseract.txt", "w").write(bump::bodhi open_file("anda/multimedia/ffmpeg/VERSION_vvenc.txt", "w").write(bump::madoguchi("vvenc-libs", labels.branch)); let dir = sub(`/[^/]+`, "", __script_path); -if sh("[[ `git status " + dir + "--porcelain` ]] && exit 1 || exit 0", #{}).ctx.rc == 1 { +if sh("[[ `git status " + dir + " --porcelain` ]] && exit 1 || exit 0", #{}).ctx.rc == 1 { let rel = spec::get_release(rpm).parse_int(); rpm.release(rel + 1); } From d10345fc9e0bc339b436cbfa337b265f00ff6a7f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 07:51:39 +0000 Subject: [PATCH 027/203] bump: eww --- anda/desktops/waylands/eww/eww.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/waylands/eww/eww.spec b/anda/desktops/waylands/eww/eww.spec index 0aa2c2b179..80da3a42c0 100644 --- a/anda/desktops/waylands/eww/eww.spec +++ b/anda/desktops/waylands/eww/eww.spec @@ -1,7 +1,7 @@ # Generated by rust2rpm 27 -%global commit 98c220126d912b935987766f56650b55f3e226eb +%global commit 0e409d4a52bd3d37d0aa0ad4e2d7f3b9a8adcdb7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250518 +%global commit_date 20250617 %global ver v0.6.0 %bcond check 0 From 9df8672367f5f3c0f79104a5e07f7cdf69bda9e4 Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 17 Jun 2025 05:25:22 -0500 Subject: [PATCH 028/203] add: terra-protontricks (#5537) * add: terra-protontricks * Folks Gil is not on his A game today Signed-off-by: Gilver * fix: Pip Signed-off-by: Gilver * AAAA Signed-off-by: Gilver * Update protontricks.spec Signed-off-by: Gilver * fix: pypi_name Signed-off-by: Gilver * fix: If I could spell maybe Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/apps/protontricks/anda.hcl | 9 +++ anda/apps/protontricks/protontricks.spec | 92 ++++++++++++++++++++++++ anda/apps/protontricks/update.rhai | 1 + 3 files changed, 102 insertions(+) create mode 100644 anda/apps/protontricks/anda.hcl create mode 100644 anda/apps/protontricks/protontricks.spec create mode 100644 anda/apps/protontricks/update.rhai diff --git a/anda/apps/protontricks/anda.hcl b/anda/apps/protontricks/anda.hcl new file mode 100644 index 0000000000..08cee6defa --- /dev/null +++ b/anda/apps/protontricks/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "protontricks.spec" + } + labels { + subrepo = "extras" + } +} diff --git a/anda/apps/protontricks/protontricks.spec b/anda/apps/protontricks/protontricks.spec new file mode 100644 index 0000000000..2c2185c728 --- /dev/null +++ b/anda/apps/protontricks/protontricks.spec @@ -0,0 +1,92 @@ +%bcond_with tests +%global pypi_name protontricks + +Name: terra-%{pypi_name} +Version: 1.12.1 +Release: 1%{?dist} +Summary: Simple wrapper that does winetricks things for Proton enabled games +BuildArch: noarch + +License: GPL-3.0-or-later +URL: https://github.com/Matoking/protontricks + +# GitHub tarball won't work for setuptools-scm +Source0: %{pypi_source} + +BuildRequires: desktop-file-utils +BuildRequires: python3-devel +BuildRequires: python3dist(pip) +BuildRequires: python3dist(setuptools) +BuildRequires: python3dist(setuptools-scm) +# BuildRequires: python3dist(vdf) >= 3.4 +%if %{with tests} +BuildRequires: python3dist(pytest-cov) >= 2.10 +BuildRequires: python3dist(pytest) >= 6.0 +%endif + +Requires: (terra-winetricks or winetricks-git) +Conflicts: protontricks + +Recommends: yad + +Suggests: zenity +# https://github.com/Matoking/protontricks/blob/master/CHANGELOG.md#1120---2024-09-16 +Provides: bundled(python3-vdf) + + +%description +A simple wrapper that does winetricks things for Proton enabled games, +requires Winetricks. + +This is a fork of the original project created by sirmentio. The original +repository is available at Sirmentio/protontricks. + + +%prep +%autosetup -n %{pypi_name}-%{version} + + +%build +%if 0%{?fedora} <= 41 +%py3_build +%else +%pyproject_wheel +%endif + + +%install +%if 0%{?fedora} <= 41 +%py3_install +%else +%pyproject_install +%endif + +# Remove `protontricks-desktop-install`, since we already install .desktop +# files properly +# https://bugzilla.redhat.com/show_bug.cgi?id=1991684 +rm %{buildroot}%{_bindir}/%{pypi_name}-desktop-install + + +%if %{with tests} +%check +%{py3_test_envvars} %{python3} -m pytest -v +desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop +%endif + + +%files +%license LICENSE +%doc README.md CHANGELOG.md +%{_bindir}/%{pypi_name}-launch +%{_bindir}/%{pypi_name} +%{_datadir}/applications/*.desktop +%{python3_sitelib}/%{pypi_name}/ +%if 0%{?fedora} <= 41 +%{python3_sitelib}/%{pypi_name}-%{version}*.egg-info/ +%else +%{python3_sitelib}/%{pypi_name}-%{version}*.dist-info/ +%endif + + +%changelog +%autochangelog diff --git a/anda/apps/protontricks/update.rhai b/anda/apps/protontricks/update.rhai new file mode 100644 index 0000000000..219119c8c4 --- /dev/null +++ b/anda/apps/protontricks/update.rhai @@ -0,0 +1 @@ +rpm.version(pypi("protontricks")); From 2670c4c721d9ad2645f68976e85ac574e395908f Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 17 Jun 2025 05:25:53 -0500 Subject: [PATCH 029/203] fix(melody): Build deps, don't generate buildrequires (#5542) * fix(melody): Build deps Signed-off-by: Gilver * fix: More build deps Signed-off-by: Gilver * fix: ? Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/tools/melody/melody.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/anda/tools/melody/melody.spec b/anda/tools/melody/melody.spec index 5126a9bd07..891c175aa1 100644 --- a/anda/tools/melody/melody.spec +++ b/anda/tools/melody/melody.spec @@ -15,6 +15,12 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros +BuildRequires: python3dist(anytree) +BuildRequires: python3dist(click) +BuildRequires: python3dist(pip) +BuildRequires: python3dist(pyyaml) +BuildRequires: python3dist(poetry-core) +BuildRequires: python3dist(rich) Requires: python3-dnf Requires: python3-melody = %{version}-%{release} @@ -30,9 +36,6 @@ Summary: %{summary} %prep %autosetup -p1 -n melody-main -%generate_buildrequires -%pyproject_buildrequires -r - %build %pyproject_wheel From bff0d14572b67af7197b4644615977bad27a4d8e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 13:22:38 +0000 Subject: [PATCH 030/203] bump: python-pip-system-certs zig-master-bootstrap --- anda/langs/python/pip-system-certs/python-pip-system-certs.spec | 2 +- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/python/pip-system-certs/python-pip-system-certs.spec b/anda/langs/python/pip-system-certs/python-pip-system-certs.spec index bd92b04d80..e5d330dec0 100644 --- a/anda/langs/python/pip-system-certs/python-pip-system-certs.spec +++ b/anda/langs/python/pip-system-certs/python-pip-system-certs.spec @@ -1,6 +1,6 @@ # Created by pyp2rpm-3.3.10 %global pypi_name pip-system-certs -%global pypi_version 5.0 +%global pypi_version 5.1 Name: python-%{pypi_name} Version: %{pypi_version} diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 338c4f750f..63cd7b6404 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.15.0-dev.832+1ca213dab +%global ver 0.15.0-dev.833+5f7780c53 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From f9425794fbe3014cc6657b84f03e214a1754f546 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 13:49:26 +0000 Subject: [PATCH 031/203] bump: compat-nvidia-repo dkms-nvidia dkms-nvidia-open nvidia-driver nvidia-kmod-common nvidia-kmod nvidia-open-kmod nvidia-modprobe nvidia-persistenced nvidia-settings nvidia-xconfig readymade-git --- anda/lib/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec | 2 +- anda/system/nvidia/dkms-nvidia/closed/dkms-nvidia.spec | 2 +- anda/system/nvidia/dkms-nvidia/open/dkms-nvidia-open.spec | 2 +- anda/system/nvidia/nvidia-driver/nvidia-driver.spec | 2 +- anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec | 2 +- anda/system/nvidia/nvidia-kmod/closed/nvidia-kmod.spec | 2 +- anda/system/nvidia/nvidia-kmod/open/nvidia-open-kmod.spec | 2 +- anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec | 2 +- .../nvidia/nvidia-persistenced/nvidia-persistenced.spec | 2 +- anda/system/nvidia/nvidia-settings/nvidia-settings.spec | 2 +- anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec | 2 +- anda/system/readymade/git/readymade-git.spec | 4 ++-- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/anda/lib/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec b/anda/lib/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec index 057c45dc37..2597c50baf 100644 --- a/anda/lib/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec +++ b/anda/lib/nvidia/compat-nvidia-repo/compat-nvidia-repo.spec @@ -1,5 +1,5 @@ Name: compat-nvidia-repo -Version: 575.57.08 +Version: 575.64 Epoch: 3 Release: 1%?dist Summary: Compatibility package required by official CUDA packages diff --git a/anda/system/nvidia/dkms-nvidia/closed/dkms-nvidia.spec b/anda/system/nvidia/dkms-nvidia/closed/dkms-nvidia.spec index e023c62d80..eacf523b2c 100644 --- a/anda/system/nvidia/dkms-nvidia/closed/dkms-nvidia.spec +++ b/anda/system/nvidia/dkms-nvidia/closed/dkms-nvidia.spec @@ -4,7 +4,7 @@ %global modulename nvidia Name: dkms-%{modulename} -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: NVIDIA display driver kernel module Epoch: 3 diff --git a/anda/system/nvidia/dkms-nvidia/open/dkms-nvidia-open.spec b/anda/system/nvidia/dkms-nvidia/open/dkms-nvidia-open.spec index 941aab8dc8..34a7cdfdee 100644 --- a/anda/system/nvidia/dkms-nvidia/open/dkms-nvidia-open.spec +++ b/anda/system/nvidia/dkms-nvidia/open/dkms-nvidia-open.spec @@ -4,7 +4,7 @@ %global modulename nvidia Name: dkms-%{modulename}-open -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: NVIDIA display driver kernel module Epoch: 3 diff --git a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec index 0ea99ae0c1..81da2eeb81 100644 --- a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec +++ b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec @@ -10,7 +10,7 @@ %endif Name: nvidia-driver -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Epoch: 3 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 6b657bfa77..b6ad435b42 100644 --- a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec +++ b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec @@ -7,7 +7,7 @@ %global __brp_strip %{nil} Name: nvidia-kmod-common -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 diff --git a/anda/system/nvidia/nvidia-kmod/closed/nvidia-kmod.spec b/anda/system/nvidia/nvidia-kmod/closed/nvidia-kmod.spec index 3bdc35a6d9..fe4991cd8d 100644 --- a/anda/system/nvidia/nvidia-kmod/closed/nvidia-kmod.spec +++ b/anda/system/nvidia/nvidia-kmod/closed/nvidia-kmod.spec @@ -4,7 +4,7 @@ %global debug_package %{nil} Name: nvidia-kmod -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: NVIDIA display driver kernel module Epoch: 3 diff --git a/anda/system/nvidia/nvidia-kmod/open/nvidia-open-kmod.spec b/anda/system/nvidia/nvidia-kmod/open/nvidia-open-kmod.spec index aa7441da11..8443e53071 100644 --- a/anda/system/nvidia/nvidia-kmod/open/nvidia-open-kmod.spec +++ b/anda/system/nvidia/nvidia-kmod/open/nvidia-open-kmod.spec @@ -4,7 +4,7 @@ %global debug_package %{nil} Name: nvidia-open-kmod -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: NVIDIA display driver kernel module Epoch: 3 diff --git a/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec b/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec index 876e763ced..ba4f1c7601 100644 --- a/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec +++ b/anda/system/nvidia/nvidia-modprobe/nvidia-modprobe.spec @@ -1,5 +1,5 @@ Name: nvidia-modprobe -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: NVIDIA kernel module loader Epoch: 3 diff --git a/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec b/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec index b86fc31dcf..5a1809cb88 100644 --- a/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec +++ b/anda/system/nvidia/nvidia-persistenced/nvidia-persistenced.spec @@ -1,5 +1,5 @@ Name: nvidia-persistenced -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: A daemon to maintain persistent software state in the NVIDIA driver Epoch: 3 diff --git a/anda/system/nvidia/nvidia-settings/nvidia-settings.spec b/anda/system/nvidia/nvidia-settings/nvidia-settings.spec index 3f61f9aa30..1ab64c985d 100644 --- a/anda/system/nvidia/nvidia-settings/nvidia-settings.spec +++ b/anda/system/nvidia/nvidia-settings/nvidia-settings.spec @@ -1,5 +1,5 @@ Name: nvidia-settings -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: Configure the NVIDIA graphics driver Epoch: 3 diff --git a/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec b/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec index 85a33522e4..5f39a46509 100644 --- a/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec +++ b/anda/system/nvidia/nvidia-xconfig/nvidia-xconfig.spec @@ -1,5 +1,5 @@ Name: nvidia-xconfig -Version: 575.57.08 +Version: 575.64 Release: 1%?dist Summary: NVIDIA X configuration file editor Epoch: 3 diff --git a/anda/system/readymade/git/readymade-git.spec b/anda/system/readymade/git/readymade-git.spec index 32519e7a47..9f50b769ee 100644 --- a/anda/system/readymade/git/readymade-git.spec +++ b/anda/system/readymade/git/readymade-git.spec @@ -1,5 +1,5 @@ -%global commit 695e6fb7c6873af6c8bec5b36a6a3e310513c0b1 -%global commit_date 20250611 +%global commit 48968b2108a94bbe7f75c45343c3468bfbac559f +%global commit_date 20250617 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: readymade-git From f74874c7b7c09553bca2c240711995cb62f26653 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 14:15:31 +0000 Subject: [PATCH 032/203] bump(branch): zig-master ffmpeg --- anda/langs/zig/master/zig-master.spec | 2 +- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index fc37926afd..68cc592736 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.832+1ca213dab +Version: 0.15.0~dev.833+5f7780c53 Release: 1%?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/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index eb8b41ddf2..e15461f037 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 11%?dist +Release: 12%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From dffe7acaf1f9490e36b9daf33d1426329808e8d6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 16:55:38 +0000 Subject: [PATCH 033/203] bump: readymade-git tela-icon-theme --- anda/system/readymade/git/readymade-git.spec | 2 +- anda/themes/tela-icon-theme/tela-icon-theme.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/system/readymade/git/readymade-git.spec b/anda/system/readymade/git/readymade-git.spec index 9f50b769ee..8eda71e810 100644 --- a/anda/system/readymade/git/readymade-git.spec +++ b/anda/system/readymade/git/readymade-git.spec @@ -1,4 +1,4 @@ -%global commit 48968b2108a94bbe7f75c45343c3468bfbac559f +%global commit fa75e2d2e444bfcea27270c3dd7b2e45512d92c1 %global commit_date 20250617 %global shortcommit %(c=%{commit}; echo ${c:0:7}) diff --git a/anda/themes/tela-icon-theme/tela-icon-theme.spec b/anda/themes/tela-icon-theme/tela-icon-theme.spec index 4e2219271e..8461bded3f 100644 --- a/anda/themes/tela-icon-theme/tela-icon-theme.spec +++ b/anda/themes/tela-icon-theme/tela-icon-theme.spec @@ -1,5 +1,5 @@ -%global commit 69d31d1067916e5ac3694d311c73b6f3515991ed -%global commit_date 20250503 +%global commit 05bf5ff7804417147e74cca45ee1dca027f8444c +%global commit_date 20250617 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tela-icon-theme From bc8d0908aa39930ebd8815dd6ea1aeba80f41035 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 17:18:22 +0000 Subject: [PATCH 034/203] bump: zed-preview tela-icon-theme --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/themes/tela-icon-theme/tela-icon-theme.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 9e1a9b4854..1a559911b0 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.191.3-pre +%global ver 0.191.4-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/themes/tela-icon-theme/tela-icon-theme.spec b/anda/themes/tela-icon-theme/tela-icon-theme.spec index 8461bded3f..cc5619bb4e 100644 --- a/anda/themes/tela-icon-theme/tela-icon-theme.spec +++ b/anda/themes/tela-icon-theme/tela-icon-theme.spec @@ -1,4 +1,4 @@ -%global commit 05bf5ff7804417147e74cca45ee1dca027f8444c +%global commit 5c8ce407d95ce4cd266a2d05a9fac22ab85c397f %global commit_date 20250617 %global shortcommit %(c=%{commit}; echo ${c:0:7}) From b168006c4573b5a8f6da4aa9cf87d5425de90722 Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 18 Jun 2025 01:20:46 +0800 Subject: [PATCH 035/203] fix(intel-lpmd): install files to the correct place (#5550) Signed-off-by: madomado --- anda/system/intel-lpmd/intel-lpmd.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/anda/system/intel-lpmd/intel-lpmd.spec b/anda/system/intel-lpmd/intel-lpmd.spec index 5230bc8c80..aea520d41d 100644 --- a/anda/system/intel-lpmd/intel-lpmd.spec +++ b/anda/system/intel-lpmd/intel-lpmd.spec @@ -28,7 +28,6 @@ sed -i 's@mandb || true@@' Makefile.am %install %make_install -mv %buildroot{%_usr%_sysconfdir/intel_lpmd,%_sysconfdir} %if "%_sbindir" == "%_bindir" mv %buildroot{%_usr/sbin/*,%_bindir} %endif @@ -42,6 +41,6 @@ mv %buildroot{%_usr/sbin/*,%_bindir} %_mandir/man5/intel_lpmd_config.xml.5.gz %_mandir/man8/intel_lpmd.8.* %_mandir/man8/intel_lpmd_control.8.* -%_sysconfdir/intel_lpmd/ +%_usr%_sysconfdir/intel_lpmd/ %_sysconfdir/dbus-1/system.d/org.freedesktop.intel_lpmd.conf %_unitdir/intel_lpmd.service From 31f098d788114bc66f6a37b5bdc86a3341e68dde Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 17:38:47 +0000 Subject: [PATCH 036/203] 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 a87fa78889..108ac551f4 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 f16f9c336f54f3da72604cb5e8703b416c3726b6 +%global commit 4e66b2a79d4d0df9dca2740666259a7f456f5bdc %forgemeta Name: lomiri-system-settings From 595fff462dcc8e7250604b44852d3869be7474f7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 20:29:55 +0000 Subject: [PATCH 037/203] 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 5b9b5e7ffa..c07d770691 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 9634e58f0a5b21469282c44dceeee9e5b902a03b -%global ver 0.0.37-18009 +%global commit 27359d3d329693c3f6bab2d480a08603511f2261 +%global ver 0.0.37-18014 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 2b0735a5888da963a61386affe03b5796656ec35 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 22:26:24 +0000 Subject: [PATCH 038/203] 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 0c337287de..4e8cc5962d 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.2.18 +Version: 0.2.19 Release: 1%?dist Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT From bbf27eb0926d0217280a73a2597641b6116ac57e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 23:18:55 +0000 Subject: [PATCH 039/203] bump: klassy --- anda/themes/klassy/klassy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/themes/klassy/klassy.spec b/anda/themes/klassy/klassy.spec index bd7fed6c81..79663ec613 100644 --- a/anda/themes/klassy/klassy.spec +++ b/anda/themes/klassy/klassy.spec @@ -1,8 +1,8 @@ Name: klassy %global forgeurl https://github.com/paulmcauley/%{name} -%global tag 6.3.breeze6.3.5 -%global date 20250506 +%global tag 6.4.breeze6.4.0 +%global date 20250617 %forgemeta Version: %{tag} From 2af6aea83f877df5ed341eb566eb5dde4aee50a9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 17 Jun 2025 23:35:13 +0000 Subject: [PATCH 040/203] bump: discord-canary-openasar discord-canary python-pip-system-certs --- anda/apps/discord-canary-openasar/discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/langs/python/pip-system-certs/python-pip-system-certs.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 0dc03469de..81721860ab 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.700 +Version: 0.0.701 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 1497f183f9..37c8aea958 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.700 +Version: 0.0.701 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/langs/python/pip-system-certs/python-pip-system-certs.spec b/anda/langs/python/pip-system-certs/python-pip-system-certs.spec index e5d330dec0..c301b56d5d 100644 --- a/anda/langs/python/pip-system-certs/python-pip-system-certs.spec +++ b/anda/langs/python/pip-system-certs/python-pip-system-certs.spec @@ -1,6 +1,6 @@ # Created by pyp2rpm-3.3.10 %global pypi_name pip-system-certs -%global pypi_version 5.1 +%global pypi_version 5.2 Name: python-%{pypi_name} Version: %{pypi_version} From bf0e6d2a15f204dcbaae34dbb363644449dc8cb0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 01:54:16 +0000 Subject: [PATCH 041/203] bump(nightly): ghostty-nightly zed-nightly prismlauncher-nightly nvidia-patch scx-scheds-nightly --- 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/system/nvidia-patch/nvidia-patch.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 8ad570f657..acdcb74832 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit d0f116da3554c151c63fd3a11e90661cb8489359 +%global commit 5a788bfa90d8fb1757350a6e661e7e058f34f606 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2025-06-15 +%global fulldate 2025-06-17 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.1.4 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index e00eb9e162..949b9d899d 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 783412fa1d07f5e1d010151a94d870388993a2c8 +%global commit 9bdfd1e98ad27e8e4aba21d0b041c0ab54a5c451 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250617 +%global commit_date 20250618 %global ver 0.192.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 3a459db13d..468db768f8 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -1,10 +1,10 @@ %global real_name prismlauncher %global nice_name PrismLauncher -%global commit 1889dca401151682a3c1c0eab713bbfcb37caf7b +%global commit be2e2ec6290a8f957b5c12f22a5557da0cfe52ef %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250617 +%global commit_date 20250618 %global snapshot_info %{commit_date}.%{shortcommit} %bcond_without qt6 diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index f0066bef66..51884386e8 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 54f37fd88fe791cb8df9a9cb7e19a16adde3f580 +%global commit c3621cc0855244380d85ad2b7601d5946d048015 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250607 +%global commit_date 20250618 %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 d650772407..a26c9d8b17 100644 --- a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec +++ b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec @@ -1,11 +1,11 @@ -%global commit c1507b0cc57be922834f27417a4052b2f3c4cd2c +%global commit 9ca92fafa925685f7e6899a1b32bff6c40d763ab %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250612 +%global commitdate 20250618 %global ver 1.0.13 Name: scx-scheds-nightly Version: %{ver}^%{commitdate}.git.%{shortcommit} -Release: 1%{?dist} +Release: 1%?dist Summary: Nightly builds of sched_ext schedulers and tools SourceLicense: GPL-2.0-only License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND LGPL-2.1 AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND (MPL-2.0 OR MIT OR Apache-2.0) AND MPL-2.0-only and MPL-2.0-or-later AND (Unlicense OR MIT) AND Zlib From 2d5f605cf7619b873d596e1b6f86bea08d136089 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 01:56:03 +0000 Subject: [PATCH 042/203] 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 28a9349be7..07990d9ee2 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-16 +%global ver 2025-06-18 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 66ec5547a38da7fd695d28d485c2dc6ff3919926 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 05:55:33 +0000 Subject: [PATCH 043/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 63cd7b6404..a2454be2ad 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.15.0-dev.833+5f7780c53 +%global ver 0.15.0-dev.836+080ee25ec %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 2af827693ac1c4ecbc620ddde49b2ff0511b8d42 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 06:50:30 +0000 Subject: [PATCH 044/203] bump(branch): zig-master ffmpeg --- anda/langs/zig/master/zig-master.spec | 2 +- anda/multimedia/ffmpeg/ffmpeg.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/zig/master/zig-master.spec b/anda/langs/zig/master/zig-master.spec index 68cc592736..3bdae1c513 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.833+5f7780c53 +Version: 0.15.0~dev.836+080ee25ec Release: 1%?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/multimedia/ffmpeg/ffmpeg.spec b/anda/multimedia/ffmpeg/ffmpeg.spec index e15461f037..821cbcd9a3 100644 --- a/anda/multimedia/ffmpeg/ffmpeg.spec +++ b/anda/multimedia/ffmpeg/ffmpeg.spec @@ -12,7 +12,7 @@ Summary: A complete solution to record, convert and stream audio and video Name: ffmpeg Version: 7.1.1 -Release: 12%?dist +Release: 13%?dist License: LGPL-3.0-or-later URL: http://%{name}.org/ Epoch: 1 From b4ba3c2c3b432b6e56a18ceb4052593e6f7e2f0d Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 18 Jun 2025 15:13:16 +0800 Subject: [PATCH 045/203] feat(flameshot): revert to commit with qt5 (#5554) * feat(flameshot): revert to commit with qt5 Signed-off-by: madomado * feat(flameshot-nightly): terminate update script Signed-off-by: madomado --------- Signed-off-by: madomado --- anda/apps/flameshot/flameshot-nightly.spec | 31 +++++++++++----------- anda/apps/flameshot/update.rhai | 1 + 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/anda/apps/flameshot/flameshot-nightly.spec b/anda/apps/flameshot/flameshot-nightly.spec index 3fb71bac76..9f8cc301df 100644 --- a/anda/apps/flameshot/flameshot-nightly.spec +++ b/anda/apps/flameshot/flameshot-nightly.spec @@ -1,9 +1,10 @@ #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec %global ver 12.1.0 -%global commit d420a53a4a61cb39842ee632fb8183ab07b58879 +%global commit 4edfb2ac1d71e7f75fcdcb850ff6bce5fb148a7b %global shortcommit %{sub %{commit} 1 7} -%global commit_date 20250617 +#global commit_date 20250608 +%global commit_date 20250618 %global devel_name QtColorWidgets Name: flameshot.nightly @@ -12,7 +13,7 @@ Release: 2%?dist License: GPL-3.0-or-later AND ASL-2.0 AND GPL-2.0-only AND LGPL-3.0-only AND FAL-1.3 Summary: Powerful yet simple to use screenshot software URL: https://flameshot.org -%dnl Source0: https://github.com/flameshot-org/flameshot/archive/%commit/flameshot-%commit.tar.gz +Source0: https://github.com/flameshot-org/flameshot/archive/%commit/flameshot-%commit.tar.gz Packager: madonuko BuildRequires: cmake >= 3.13.0 @@ -22,19 +23,19 @@ BuildRequires: libappstream-glib BuildRequires: ninja-build BuildRequires: desktop-file-utils -BuildRequires: cmake(Qt6Core) -BuildRequires: cmake(KF6GuiAddons) -BuildRequires: cmake(Qt6DBus) -BuildRequires: cmake(Qt6Gui) -BuildRequires: cmake(Qt6LinguistTools) -BuildRequires: cmake(Qt6Network) -BuildRequires: cmake(Qt6Svg) -BuildRequires: cmake(Qt6Widgets) +BuildRequires: cmake(Qt5Core) >= 5.9.0 +BuildRequires: cmake(KF5GuiAddons) >= 5.89.0 +BuildRequires: cmake(Qt5DBus) >= 5.9.0 +BuildRequires: cmake(Qt5Gui) >= 5.9.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.9.0 +BuildRequires: cmake(Qt5Network) >= 5.9.0 +BuildRequires: cmake(Qt5Svg) >= 5.9.0 +BuildRequires: cmake(Qt5Widgets) >= 5.9.0 Requires: hicolor-icon-theme -Requires: qt6-qtbase -Requires: qt6-qttools -Requires: qt6-qtsvg%{?_isa} +Requires: qt5-qtbase >= 5.9.0 +Requires: qt5-qttools >= 5.9.0 +Requires: qt5-qtsvg%{?_isa} >= 5.9.0 %dnl Provides: flameshot = %version-%release Conflicts: flameshot @@ -67,7 +68,7 @@ Requires: %{name} = %{version} Development files for Flameshot. %prep -%git_clone https://github.com/flameshot-org/flameshot.git %commit +%autosetup -p1 -n flameshot-%commit %build %cmake -G Ninja \ diff --git a/anda/apps/flameshot/update.rhai b/anda/apps/flameshot/update.rhai index 5350ca331b..514949abd6 100644 --- a/anda/apps/flameshot/update.rhai +++ b/anda/apps/flameshot/update.rhai @@ -1,3 +1,4 @@ +terminate(); rpm.global("commit", gh_commit("flameshot-org/flameshot")); if rpm.changed() { let v = gh("flameshot-org/flameshot"); From 8c2b86302149814bd1a8332d533c12def69a6b62 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 18 Jun 2025 00:17:58 -0700 Subject: [PATCH 046/203] fix(ffmpeg): Add $ to update script (#5557) (#5559) (cherry picked from commit bf90e64810ef9a01d61901c66594ca26068cf3f9) Co-authored-by: Gilver --- anda/multimedia/ffmpeg/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/ffmpeg/update.rhai b/anda/multimedia/ffmpeg/update.rhai index aa48382451..c7c838cb2d 100644 --- a/anda/multimedia/ffmpeg/update.rhai +++ b/anda/multimedia/ffmpeg/update.rhai @@ -7,7 +7,7 @@ open_file("anda/multimedia/ffmpeg/VERSION_x265.txt", "w").write(bump::madoguchi( open_file("anda/multimedia/ffmpeg/VERSION_tesseract.txt", "w").write(bump::bodhi("tesseract", bump::as_bodhi_ver(labels.branch))); open_file("anda/multimedia/ffmpeg/VERSION_vvenc.txt", "w").write(bump::madoguchi("vvenc-libs", labels.branch)); -let dir = sub(`/[^/]+`, "", __script_path); +let dir = sub(`/[^/]+$`, "", __script_path); if sh("[[ `git status " + dir + " --porcelain` ]] && exit 1 || exit 0", #{}).ctx.rc == 1 { let rel = spec::get_release(rpm).parse_int(); rpm.release(rel + 1); From 5c034c8f4dbcf7107ab537cd5bcf7180910ceabf Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 08:36:08 +0000 Subject: [PATCH 047/203] 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 c7369d118c..baecfb37c2 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -12,7 +12,7 @@ %global __provides_exclude_from %{_libdir}/%{name}/.*\\.so Name: electron -Version: 36.4.0 +Version: 36.5.0 Release: 1%?dist Summary: Build cross platform desktop apps with web technologies License: MIT From 5c0605529384b56bc19507ccb3f25d42fb169102 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 09:22:46 +0000 Subject: [PATCH 048/203] bump: LCEVCdec --- anda/multimedia/lcevcdec/LCEVCdec.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/lcevcdec/LCEVCdec.spec b/anda/multimedia/lcevcdec/LCEVCdec.spec index 6835bfe02e..bdbb32529c 100644 --- a/anda/multimedia/lcevcdec/LCEVCdec.spec +++ b/anda/multimedia/lcevcdec/LCEVCdec.spec @@ -16,7 +16,7 @@ %bcond docs 0 Name: LCEVCdec -Version: 3.3.7 +Version: 3.3.8 Release: 1%?dist Summary: MPEG-5 LCEVC Decoder License: BSD-3-Clause-Clear From 317e45d228c7cd169afafb9a5afbdbadafa6ccac Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 14:42:25 +0000 Subject: [PATCH 049/203] 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 c07d770691..e3a6fe3ec3 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 27359d3d329693c3f6bab2d480a08603511f2261 -%global ver 0.0.37-18014 +%global commit bad6e992586264344ee1a3943423863d2bd39b45 +%global ver 0.0.37-18015 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 34f3045ee28c5eac8ea04e637fd6b4874dfc5f78 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 15:24:48 +0000 Subject: [PATCH 050/203] 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 e3a6fe3ec3..28b92da515 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit bad6e992586264344ee1a3943423863d2bd39b45 -%global ver 0.0.37-18015 +%global commit 4fd581b812abf1507bca92845b39e47e9e6d298a +%global ver 0.0.37-18016 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From f77be006b62127938028bb82f0234a6e868fe211 Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 19 Jun 2025 01:11:18 +0800 Subject: [PATCH 051/203] fix(LCEVEdev): files (#5561) Signed-off-by: madomado --- anda/multimedia/lcevcdec/LCEVCdec.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/multimedia/lcevcdec/LCEVCdec.spec b/anda/multimedia/lcevcdec/LCEVCdec.spec index bdbb32529c..033547d723 100644 --- a/anda/multimedia/lcevcdec/LCEVCdec.spec +++ b/anda/multimedia/lcevcdec/LCEVCdec.spec @@ -150,7 +150,7 @@ python3 src/func_tests/run_tests.py %files devel %{_includedir}/LCEVC -%{_includedir}/lcevc_config.h +#{_includedir}/lcevc_config.h %{_libdir}/liblcevc_dec_api.so %{_libdir}/liblcevc_dec_core.so %{_libdir}/pkgconfig/lcevc_dec.pc From 7211e608ba8125a9e8c56e36f24edbc19ea31b02 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 17:18:48 +0000 Subject: [PATCH 052/203] 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 1a559911b0..94d1f5e5ce 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.191.4-pre +%global ver 0.191.4 # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/devs/zed/stable/zed.spec b/anda/devs/zed/stable/zed.spec index b65232f632..b31791f906 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -9,7 +9,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.190.6 +Version: 0.191.4 Release: 1%?dist Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later From bdab62aa991cfd55078e5d4eb7e6b91c88c23b9f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 17:39:46 +0000 Subject: [PATCH 053/203] 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 94d1f5e5ce..6d54cd729b 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.191.4 +%global ver 0.192.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 6c9dbc37cc07e3914f29c986fa90d9c740d9ea0f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 18:27:45 +0000 Subject: [PATCH 054/203] bump: mesa --- 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 744f030a9f..5c3cfcbaf0 100644 --- a/anda/lib/mesa/mesa.spec +++ b/anda/lib/mesa/mesa.spec @@ -79,7 +79,7 @@ Summary: Mesa graphics libraries # This should not break anything by default as the Mesa stream is ***EXPLICITLY*** # disabled by default, and has to be enabled manually. See `terra/release/terra-mesa.repo` for details. Epoch: 1 -Version: 25.1.3 +Version: 25.1.4 Release: 1%?dist License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: http://www.mesa3d.org From 4567f014e621f2b9937b137879ea51589eb243b3 Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 19 Jun 2025 02:32:40 +0800 Subject: [PATCH 055/203] add: wild (#5564) --- anda/langs/rust/wild/anda.hcl | 5 ++ anda/langs/rust/wild/rust-wild-linker.spec | 54 ++++++++++++++++++++++ anda/langs/rust/wild/update.rhai | 1 + 3 files changed, 60 insertions(+) create mode 100644 anda/langs/rust/wild/anda.hcl create mode 100644 anda/langs/rust/wild/rust-wild-linker.spec create mode 100644 anda/langs/rust/wild/update.rhai diff --git a/anda/langs/rust/wild/anda.hcl b/anda/langs/rust/wild/anda.hcl new file mode 100644 index 0000000000..45e6b694f5 --- /dev/null +++ b/anda/langs/rust/wild/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "rust-wild-linker.spec" + } +} diff --git a/anda/langs/rust/wild/rust-wild-linker.spec b/anda/langs/rust/wild/rust-wild-linker.spec new file mode 100644 index 0000000000..049c86f0d1 --- /dev/null +++ b/anda/langs/rust/wild/rust-wild-linker.spec @@ -0,0 +1,54 @@ +# Generated by rust2rpm 27 +%bcond check 0 + +%global crate wild-linker + +Name: rust-wild-linker +Version: 0.5.0 +Release: 1%?dist +Summary: Very fast linker for Linux + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/wild-linker +Source: %{crates_source} +Source1: https://github.com/davidlattimore/wild/archive/refs/tags/%version.tar.gz + +BuildRequires: cargo-rpm-macros >= 24 +BuildRequires: gcc-c++ + +%global _description %{expand: +A very fast linker for Linux.} + +%description %{_description} + +%package -n %{crate} +Summary: %{summary} +License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (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 MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR NCSA) AND (MIT OR Zlib OR Apache-2.0) AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT) +# LICENSE.dependencies contains a full license breakdown +Provides: wild = %evr + +%description -n %{crate} %{_description} + +%files -n %{crate} +%license LICENSE-APACHE LICENSE-MIT +%license LICENSE.dependencies +%doc README.md +%{_bindir}/wild + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep_online +tar xf %{S:1} +cp wild-%version/LICENSE-* . + +%build +%{cargo_license_summary_online} +%{cargo_license_online} > LICENSE.dependencies + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif diff --git a/anda/langs/rust/wild/update.rhai b/anda/langs/rust/wild/update.rhai new file mode 100644 index 0000000000..ea2dd2af4d --- /dev/null +++ b/anda/langs/rust/wild/update.rhai @@ -0,0 +1 @@ +rpm.version(crates("wild-linker")); From c24b9c1dede284ca7fe9e51f0c042d0e90e2395c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 20:22:49 +0000 Subject: [PATCH 056/203] 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 6d54cd729b..88985b55ba 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.192.0-pre +%global ver 0.192.1-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 31e0d1b55c223081d2f1c4ae54841b1ef2762cea Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 20:56:05 +0000 Subject: [PATCH 057/203] 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 b31791f906..8b5ab94a48 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -9,7 +9,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.191.4 +Version: 0.191.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 32fd7aae40c93fddf33cb5327d410b5c370780d6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 22:39:14 +0000 Subject: [PATCH 058/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index a2454be2ad..4e48998c53 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.15.0-dev.836+080ee25ec +%global ver 0.15.0-dev.847+850655f06 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 34f88d1cd0642e9ff426874759ac0baf1980ea06 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 22:50:37 +0000 Subject: [PATCH 059/203] 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 81721860ab..38dca429f8 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.701 +Version: 0.0.702 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 37c8aea958..1734c3beae 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.701 +Version: 0.0.702 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From bb159f30241daf6e337da0e10ec95d5335037dfd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 18 Jun 2025 23:38:55 +0000 Subject: [PATCH 060/203] 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 3bdae1c513..8b8c32d9c6 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.836+080ee25ec +Version: 0.15.0~dev.847+850655f06 Release: 1%?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 f218e8b4a74635615477c62183ce1ba1e31c7710 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 01:55:13 +0000 Subject: [PATCH 061/203] bump(nightly): ghostty-nightly zed-nightly prismlauncher-nightly grabnim nim-nightly cros-keyboard-map scx-scheds-nightly xone spotx-bash --- 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/grabnim/grabnim.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/system/cros-keyboard-map/cros-keyboard-map.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xone/kmod-common/xone.spec | 6 +++--- anda/tools/spotx-bash/spotx-bash.spec | 4 ++-- 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 acdcb74832..c481fd5795 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 5a788bfa90d8fb1757350a6e661e7e058f34f606 +%global commit d0e145292e35994bf86908ac27864ff267ce0e4c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2025-06-17 +%global fulldate 2025-06-18 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.1.4 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 949b9d899d..77eaa53e88 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit 9bdfd1e98ad27e8e4aba21d0b041c0ab54a5c451 +%global commit 804b91aa8c48a702bbddc9cd94e53e4498cd0d93 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250618 -%global ver 0.192.0 +%global commit_date 20250619 +%global ver 0.193.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 468db768f8..a7988eaa94 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -1,10 +1,10 @@ %global real_name prismlauncher %global nice_name PrismLauncher -%global commit be2e2ec6290a8f957b5c12f22a5557da0cfe52ef +%global commit b6c1ce31a63b01d47625d60450622910cb66aa65 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250618 +%global commit_date 20250619 %global snapshot_info %{commit_date}.%{shortcommit} %bcond_without qt6 diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index ac7bd92687..c8564394ca 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit 4e354b27dd27765f22f7ce8cf094ee76aa699605 -%global commit_date 20250617 +%global commit 8c2d717b95df093bd0929ec9fd80fbe61059a21a +%global commit_date 20250619 %global shortcommit %{sub %commit 1 7} Name: grabnim diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 49712290d5..7956fc9da0 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 c22bfe6bc06951a037d3094612151c6ea1b9fc79 +%global commit aba93615105b8243b95c534f2d7c39aa69ace997 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20250617 +%global commit_date 20250619 %global debug_package %nil Name: nim-nightly diff --git a/anda/system/cros-keyboard-map/cros-keyboard-map.spec b/anda/system/cros-keyboard-map/cros-keyboard-map.spec index 274f20ae59..4401eb3229 100644 --- a/anda/system/cros-keyboard-map/cros-keyboard-map.spec +++ b/anda/system/cros-keyboard-map/cros-keyboard-map.spec @@ -1,6 +1,6 @@ -%global commit_date 20250317 +%global commit_date 20250619 -%global tree_commit d7356896fdf513aa4e51ff34c49998638ff9ee3e +%global tree_commit 4e12f63955c1309c4e9580841083f05614f9e367 %global tree_shortcommit %(c=%{tree_commit}; echo ${c:0:7}) %global um_commit 46892acafb2fff3f3ace425d4694382c92645feb diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index a26c9d8b17..ab2dba5989 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 9ca92fafa925685f7e6899a1b32bff6c40d763ab +%global commit e4791ca93f38f3ba28e04e4d583279c5a407a704 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250618 +%global commitdate 20250619 %global ver 1.0.13 Name: scx-scheds-nightly diff --git a/anda/system/xone/kmod-common/xone.spec b/anda/system/xone/kmod-common/xone.spec index 5e25448df0..c1b9823245 100644 --- a/anda/system/xone/kmod-common/xone.spec +++ b/anda/system/xone/kmod-common/xone.spec @@ -1,7 +1,7 @@ -%global commit 197b160f7806d7d27117b12198cacb7656a07f1f +%global commit b8f90dabf73e72d0446e0ff1fd27471e87abb501 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250503 -%global ver 0.3 +%global commitdate 20250619 +%global ver 0.3.1 %global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d %global firmware_hash0 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf66 %global firmware_hash1 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223 diff --git a/anda/tools/spotx-bash/spotx-bash.spec b/anda/tools/spotx-bash/spotx-bash.spec index 9cc288dd5c..48ee2d089e 100644 --- a/anda/tools/spotx-bash/spotx-bash.spec +++ b/anda/tools/spotx-bash/spotx-bash.spec @@ -1,5 +1,5 @@ -%global commit 27a3d20020803bbe8a9b7e78b013059dbe6e815b -%global commit_date 20250615 +%global commit 181fd7fc8fe838237660a46ae096570d869bc30f +%global commit_date 20250619 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: spotx-bash From 896baf27878aad7e48b74114d22e54e7e3e2c3bb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 02:10:42 +0000 Subject: [PATCH 062/203] 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 07990d9ee2..43001b820c 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-18 +%global ver 2025-06-19 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From deb61dbae4c9cff4c252fa14e68b4005586ccc44 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 03:01:28 +0000 Subject: [PATCH 063/203] bump(branch): xone-kmod dkms-xone --- anda/system/xone/akmod/xone-kmod.spec | 6 +++--- anda/system/xone/dkms/dkms-xone.spec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/xone/akmod/xone-kmod.spec b/anda/system/xone/akmod/xone-kmod.spec index 429e497c4e..bd620aee0a 100644 --- a/anda/system/xone/akmod/xone-kmod.spec +++ b/anda/system/xone/akmod/xone-kmod.spec @@ -1,7 +1,7 @@ -%global commit 197b160f7806d7d27117b12198cacb7656a07f1f +%global commit b8f90dabf73e72d0446e0ff1fd27471e87abb501 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250503 -%global ver 0.3 +%global commitdate 20250619 +%global ver 0.3.1 %define buildforkernels akmod %global debug_package %{nil} %global modulename xone diff --git a/anda/system/xone/dkms/dkms-xone.spec b/anda/system/xone/dkms/dkms-xone.spec index 52c6333c8d..cc90832967 100644 --- a/anda/system/xone/dkms/dkms-xone.spec +++ b/anda/system/xone/dkms/dkms-xone.spec @@ -1,7 +1,7 @@ -%global commit 197b160f7806d7d27117b12198cacb7656a07f1f +%global commit b8f90dabf73e72d0446e0ff1fd27471e87abb501 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250503 -%global ver 0.3 +%global commitdate 20250619 +%global ver 0.3.1 %global debug_package %{nil} %global modulename xone From 0c1045923e94c1751a30fc530b8d3583ee5a0dbd Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 03:32:03 +0000 Subject: [PATCH 064/203] bump: inputplumber opengamepadui --- anda/games/inputplumber/inputplumber.spec | 2 +- anda/games/opengamepadui/opengamepadui.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/inputplumber/inputplumber.spec b/anda/games/inputplumber/inputplumber.spec index c279e84266..eab72535a2 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.58.6 +Version: 0.58.7 Release: 1%?dist Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later diff --git a/anda/games/opengamepadui/opengamepadui.spec b/anda/games/opengamepadui/opengamepadui.spec index 9587c1883f..39dc669766 100644 --- a/anda/games/opengamepadui/opengamepadui.spec +++ b/anda/games/opengamepadui/opengamepadui.spec @@ -1,5 +1,5 @@ Name: opengamepadui -Version: 0.39.2 +Version: 0.39.3 Release: 1%?dist Summary: Open source gamepad-native game launcher and overlay From e40476e15b5a1d16fe7990b0c56ba0e3edb7b6fa Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 04:38:50 +0000 Subject: [PATCH 065/203] bump: nekoray --- anda/apps/nekoray/Sagernet.SingBox.Version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/nekoray/Sagernet.SingBox.Version.txt b/anda/apps/nekoray/Sagernet.SingBox.Version.txt index 273d4e8c57..4d251bfd41 100644 --- a/anda/apps/nekoray/Sagernet.SingBox.Version.txt +++ b/anda/apps/nekoray/Sagernet.SingBox.Version.txt @@ -1 +1 @@ -v1.11.13 \ No newline at end of file +v1.11.14 \ No newline at end of file From 0d1dc3387d3beb459bcb90a14e1e5006c37463d8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 05:40:01 +0000 Subject: [PATCH 066/203] bump: opengamepadui --- anda/games/opengamepadui/opengamepadui.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/games/opengamepadui/opengamepadui.spec b/anda/games/opengamepadui/opengamepadui.spec index 39dc669766..808d857ebb 100644 --- a/anda/games/opengamepadui/opengamepadui.spec +++ b/anda/games/opengamepadui/opengamepadui.spec @@ -1,5 +1,5 @@ Name: opengamepadui -Version: 0.39.3 +Version: 0.40.0 Release: 1%?dist Summary: Open source gamepad-native game launcher and overlay From 88d313f8b9a57d0b2976cb2e9a8f21bbab199ef3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 09:21:07 +0000 Subject: [PATCH 067/203] 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 28b92da515..0faeaabdcb 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 4fd581b812abf1507bca92845b39e47e9e6d298a -%global ver 0.0.37-18016 +%global commit 6f37be1afdadd3a947b96af73930f2a7fa5bf318 +%global ver 0.0.37-18017 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 288a25ea959c8f52066a6480e104b7a53e4c1c7f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 10:45:43 +0000 Subject: [PATCH 068/203] 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 0faeaabdcb..b3613b13d6 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 6f37be1afdadd3a947b96af73930f2a7fa5bf318 -%global ver 0.0.37-18017 +%global commit 28896acb833dc76b0a1da236d542e21cf4d5c401 +%global ver 0.0.37-18018 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From cac97be18872101fc85e4f0f99d5bb8b7465d667 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 13:58:09 +0000 Subject: [PATCH 069/203] 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 d5dfbd841f..75cf3bf856 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.2.17 +Version: 0.2.18 Release: 1%?dist Summary: SRPM macros for extra Fedora packages From 6bcb64f5124e86098fbd7883ddb1d8c2987e23e8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 15:42:34 +0000 Subject: [PATCH 070/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 4e48998c53..84157dacba 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.15.0-dev.847+850655f06 +%global ver 0.15.0-dev.848+f3940ad85 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From a0b349933644a9f068f8687e640a4c95410b5823 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 16:46:28 +0000 Subject: [PATCH 071/203] 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 8b8c32d9c6..4e04ffb68b 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.847+850655f06 +Version: 0.15.0~dev.848+f3940ad85 Release: 1%?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 f1218898c457789dfaa3226e0709d13ef1f4f44e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 19:19:37 +0000 Subject: [PATCH 072/203] 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 88985b55ba..fe2013801e 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.192.1-pre +%global ver 0.191.6 # 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 8b5ab94a48..eb8dc3c0fe 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -9,7 +9,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.191.5 +Version: 0.191.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 2ec2c5b51ae1c26bbe87946d5501971467aee1a7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 19:56:03 +0000 Subject: [PATCH 073/203] 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 fe2013801e..328269151a 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.191.6 +%global ver 0.192.2-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 9f7fd8ff42a06ad40a17d5e05efcf5ec012e13e8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 19 Jun 2025 22:50:21 +0000 Subject: [PATCH 074/203] 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 eab72535a2..dae969e6d8 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.58.7 +Version: 0.59.0 Release: 1%?dist Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later From 83b98a7375b66a6cd7790bd1c3034332927b84f3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Jun 2025 01:54:05 +0000 Subject: [PATCH 075/203] bump(nightly): mpv-nightly hyprgraphics.nightly hyprlang.nightly hyprutils.nightly hyprwayland-scanner.nightly zed-nightly scx-scheds-nightly --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/desktops/waylands/hyprgraphics/hyprgraphics.nightly.spec | 4 ++-- anda/desktops/waylands/hyprlang/hyprlang.nightly.spec | 4 ++-- anda/desktops/waylands/hyprutils/hyprutils.nightly.spec | 4 ++-- .../hyprwayland-scanner/hyprwayland-scanner.nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index 07a939c892..ed688092ae 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,6 +1,6 @@ -%global commit e8ade130faef6a18971325d49213b8d166935d50 +%global commit 494afa4115dfe456da0980121d9b263889ddfd64 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250613 +%global commit_date 20250620 %global ver 0.40.0 Name: mpv-nightly diff --git a/anda/desktops/waylands/hyprgraphics/hyprgraphics.nightly.spec b/anda/desktops/waylands/hyprgraphics/hyprgraphics.nightly.spec index 9da245a38e..a92e179b66 100644 --- a/anda/desktops/waylands/hyprgraphics/hyprgraphics.nightly.spec +++ b/anda/desktops/waylands/hyprgraphics/hyprgraphics.nightly.spec @@ -2,8 +2,8 @@ %global realname hyprgraphics %global ver 0.1.3 -%global commit c7225d73755a6c4c7c72f4d4f3925ea426e325a8 -%global commit_date 20250607 +%global commit 15c6f8f3a567fec9a0f732cd310a7ff456deef88 +%global commit_date 20250620 %global shortcommit %{sub %commit 1 7} %bcond libjxl 1 diff --git a/anda/desktops/waylands/hyprlang/hyprlang.nightly.spec b/anda/desktops/waylands/hyprlang/hyprlang.nightly.spec index a3f4eaf85e..6e8e4cbb02 100644 --- a/anda/desktops/waylands/hyprlang/hyprlang.nightly.spec +++ b/anda/desktops/waylands/hyprlang/hyprlang.nightly.spec @@ -2,8 +2,8 @@ %global realname hyprlang %global ver 0.6.3 -%global commit 1bfb84f54d50c7ae6558c794d3cfd5f6a7e6e676 -%global commit_date 20250606 +%global commit cee01452bca58d6cadb3224e21e370de8bc20f0b +%global commit_date 20250620 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec index 24e337cb79..0cb8b66022 100644 --- a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec @@ -3,8 +3,8 @@ %global realname hyprutils %global ver 0.7.1 -%global commit c9cd5f153c090005437b5fac504bb4f7172a7cc1 -%global commit_date 20250617 +%global commit 38f3a211657ce82a1123bf19402199b67a410f08 +%global commit_date 20250620 %global shortcommit %{sub %commit 1 7} Name: %realname.nightly diff --git a/anda/desktops/waylands/hyprwayland-scanner/hyprwayland-scanner.nightly.spec b/anda/desktops/waylands/hyprwayland-scanner/hyprwayland-scanner.nightly.spec index 60dd077ca0..5aba8ce93f 100644 --- a/anda/desktops/waylands/hyprwayland-scanner/hyprwayland-scanner.nightly.spec +++ b/anda/desktops/waylands/hyprwayland-scanner/hyprwayland-scanner.nightly.spec @@ -2,9 +2,9 @@ %global realname hyprwayland-scanner %global ver 0.4.4 -%global commit 817918315ea016cc2d94004bfb3223b5fd9dfcc6 +%global commit aa38edd6e3e277ae6a97ea83a69261a5c3aab9fd %global shortcommit %{sub %commit 1 7} -%global commit_date 20250614 +%global commit_date 20250620 Name: %realname.nightly 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 77eaa53e88..3ed9f0c0d3 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 804b91aa8c48a702bbddc9cd94e53e4498cd0d93 +%global commit 26249504720b04a2f84f3b229c66763c5a21f4b0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250619 +%global commit_date 20250620 %global ver 0.193.0 %bcond_with check diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index ab2dba5989..9b37f95284 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 e4791ca93f38f3ba28e04e4d583279c5a407a704 +%global commit 0d6eae142e9961c00b896fa131e7b44df79da427 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250619 +%global commitdate 20250620 %global ver 1.0.13 Name: scx-scheds-nightly From 53477c481688ba12f6f0247da3b7877f1642364d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Jun 2025 01:57:01 +0000 Subject: [PATCH 076/203] 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 43001b820c..6d7055e6f1 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-19 +%global ver 2025-06-20 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From d3b900646bf879769ff22e211203bd0be7b60b54 Mon Sep 17 00:00:00 2001 From: VirtualFreeEx <122599332+VirtualFreeEx@users.noreply.github.com> Date: Fri, 20 Jun 2025 07:37:32 +0300 Subject: [PATCH 077/203] fix(zapret): build again (#5572) --- anda/misc/zapret/build-dont-strip.patch | 68 +++++++++++++------ .../zapret/chore-move-to-different-dirs.patch | 14 ++-- anda/misc/zapret/zapret.spec | 3 +- 3 files changed, 57 insertions(+), 28 deletions(-) diff --git a/anda/misc/zapret/build-dont-strip.patch b/anda/misc/zapret/build-dont-strip.patch index 7ddc2b01f6..a78a0241b1 100644 --- a/anda/misc/zapret/build-dont-strip.patch +++ b/anda/misc/zapret/build-dont-strip.patch @@ -1,19 +1,26 @@ -From 77ade97f4c3a1acc5955feeac3bf6e83e0f4d22e Mon Sep 17 00:00:00 2001 +From eb811f9950a3b00dab37ce194adf43140789c58e Mon Sep 17 00:00:00 2001 From: VirtualFreeEx -Date: Thu, 1 May 2025 18:21:33 +0300 -Subject: [PATCH 2/2] build: dont strip +Date: Fri, 20 Jun 2025 07:07:50 +0300 +Subject: [PATCH 1/2] build: dont strip --- - ip2net/Makefile | 6 +++--- - mdig/Makefile | 8 ++++---- - nfq/Makefile | 4 ++-- - tpws/Makefile | 8 ++++---- - 4 files changed, 13 insertions(+), 13 deletions(-) + ip2net/Makefile | 8 ++++---- + mdig/Makefile | 10 +++++----- + nfq/Makefile | 6 +++--- + tpws/Makefile | 10 +++++----- + 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ip2net/Makefile b/ip2net/Makefile -index 484f3d7..209ad3c 100644 +index 484f3d7..c3c68be 100644 --- a/ip2net/Makefile +++ b/ip2net/Makefile +@@ -1,5 +1,5 @@ + CC ?= gcc +-CFLAGS += -std=gnu99 -Os -flto=auto ++CFLAGS += -g -std=gnu99 -Os -flto=auto + CFLAGS_BSD = -Wno-address-of-packed-member + CFLAGS_WIN = -static + LIBS = @@ -9,14 +9,14 @@ SRC_FILES = ip2net.c qsort.c all: ip2net @@ -41,9 +48,16 @@ index 484f3d7..209ad3c 100644 clean: rm -f ip2net *.o diff --git a/mdig/Makefile b/mdig/Makefile -index 21b6c84..a9ea0e1 100644 +index 21b6c84..d841433 100644 --- a/mdig/Makefile +++ b/mdig/Makefile +@@ -1,5 +1,5 @@ + CC ?= gcc +-CFLAGS += -std=gnu99 -Os ++CFLAGS += -g -std=gnu99 -Os + CFLAGS_BSD = -Wno-address-of-packed-member + CFLAGS_WIN = -static + LIBS = -lpthread @@ -10,15 +10,15 @@ SRC_FILES = *.c all: mdig @@ -73,10 +87,17 @@ index 21b6c84..a9ea0e1 100644 clean: rm -f mdig *.o diff --git a/nfq/Makefile b/nfq/Makefile -index 85a29e4..4b6491b 100644 +index f368101..3cb9559 100644 --- a/nfq/Makefile +++ b/nfq/Makefile -@@ -16,10 +16,10 @@ SRC_FILES = *.c crypto/*.c +@@ -1,5 +1,5 @@ + CC ?= gcc +-CFLAGS += -std=gnu99 -Os -flto=auto ++CFLAGS += -std=gnu99 -Os -flto=auto -g + CFLAGS_SYSTEMD = -DUSE_SYSTEMD + CFLAGS_BSD = -Wno-address-of-packed-member + CFLAGS_CYGWIN = -Wno-address-of-packed-member -static +@@ -17,10 +17,10 @@ SRC_FILES = *.c crypto/*.c all: nfqws nfqws: $(SRC_FILES) @@ -87,26 +108,33 @@ index 85a29e4..4b6491b 100644 - $(CC) -s $(CFLAGS) $(CFLAGS_SYSTEMD) -o nfqws $(SRC_FILES) $(LIBS_LINUX) $(LIBS_SYSTEMD) $(LDFLAGS) + $(CC) $(CFLAGS) $(CFLAGS_SYSTEMD) -o nfqws $(SRC_FILES) $(LIBS_LINUX) $(LIBS_SYSTEMD) $(LDFLAGS) - android: nfqws - + android: $(SRC_FILES) + $(CC) -s $(CFLAGS) -o nfqws $(SRC_FILES) $(LIBS_LINUX) $(LDFLAGS) $(LDFLAGS_ANDROID) diff --git a/tpws/Makefile b/tpws/Makefile -index 2f53263..4fc1743 100644 +index e1270f8..47c4348 100644 --- a/tpws/Makefile +++ b/tpws/Makefile -@@ -11,16 +11,16 @@ SRC_FILES_ANDROID = $(SRC_FILES) andr/*.c +@@ -1,5 +1,5 @@ + CC ?= gcc +-CFLAGS += -std=gnu99 -Os -flto=auto ++CFLAGS += -g -std=gnu99 -Os -flto=auto + CFLAGS_SYSTEMD = -DUSE_SYSTEMD + CFLAGS_BSD = -Wno-address-of-packed-member + LDFLAGS_ANDROID = -llog +@@ -12,16 +12,16 @@ SRC_FILES_ANDROID = $(SRC_FILES) andr/*.c all: tpws tpws: $(SRC_FILES) - $(CC) -s $(CFLAGS) -o tpws $(SRC_FILES) $(LIBS) $(LDFLAGS) -+ $(CC) -g $(CFLAGS) -o tpws $(SRC_FILES) $(LIBS) $(LDFLAGS) ++ $(CC) $(CFLAGS) -o tpws $(SRC_FILES) $(LIBS) $(LDFLAGS) systemd: $(SRC_FILES) - $(CC) -s $(CFLAGS) $(CFLAGS_SYSTEMD) -o tpws $(SRC_FILES) $(LIBS) $(LIBS_SYSTEMD) $(LDFLAGS) -+ $(CC) -g $(CFLAGS) $(CFLAGS_SYSTEMD) -o tpws $(SRC_FILES) $(LIBS) $(LIBS_SYSTEMD) $(LDFLAGS) ++ $(CC) $(CFLAGS) $(CFLAGS_SYSTEMD) -o tpws $(SRC_FILES) $(LIBS) $(LIBS_SYSTEMD) $(LDFLAGS) android: $(SRC_FILES) -- $(CC) -s $(CFLAGS) -o tpws $(SRC_FILES_ANDROID) $(LIBS_ANDROID) $(LDFLAGS) -+ $(CC) -g $(CFLAGS) -o tpws $(SRC_FILES_ANDROID) $(LIBS_ANDROID) $(LDFLAGS) +- $(CC) -s $(CFLAGS) -o tpws $(SRC_FILES_ANDROID) $(LIBS_ANDROID) $(LDFLAGS) $(LDFLAGS_ANDROID) ++ $(CC) $(CFLAGS) -o tpws $(SRC_FILES_ANDROID) $(LIBS_ANDROID) $(LDFLAGS) $(LDFLAGS_ANDROID) bsd: $(SRC_FILES) - $(CC) -s $(CFLAGS) $(CFLAGS_BSD) -Iepoll-shim/include -o tpws $(SRC_FILES) epoll-shim/src/*.c $(LIBS) $(LDFLAGS) diff --git a/anda/misc/zapret/chore-move-to-different-dirs.patch b/anda/misc/zapret/chore-move-to-different-dirs.patch index e363b2a391..00e9d3c2dc 100644 --- a/anda/misc/zapret/chore-move-to-different-dirs.patch +++ b/anda/misc/zapret/chore-move-to-different-dirs.patch @@ -1,7 +1,7 @@ -From 97c9edf12cad05fb8c682ce432a3e8e5ff4c1956 Mon Sep 17 00:00:00 2001 +From e6e3b033683453f3bffceb099ebe4195f35a3d7c Mon Sep 17 00:00:00 2001 From: VirtualFreeEx -Date: Thu, 1 May 2025 18:22:41 +0300 -Subject: [PATCH 1/2] chore: move to different dirs +Date: Fri, 20 Jun 2025 07:08:06 +0300 +Subject: [PATCH 2/2] chore: move to different dirs --- blockcheck.sh | 15 ++++++++------- @@ -15,7 +15,7 @@ Subject: [PATCH 1/2] chore: move to different dirs 8 files changed, 19 insertions(+), 20 deletions(-) diff --git a/blockcheck.sh b/blockcheck.sh -index a827843..9fb0d2b 100755 +index 24ad898..1fa77ea 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -3,9 +3,10 @@ @@ -49,7 +49,7 @@ index a827843..9fb0d2b 100755 IPFW_RULE_NUM=${IPFW_RULE_NUM:-1} IPFW_DIVERT_PORT=${IPFW_DIVERT_PORT:-59780} diff --git a/config.default b/config.default -index 3a79e59..6a4fc31 100644 +index ac04997..bee9a86 100644 --- a/config.default +++ b/config.default @@ -1,9 +1,6 @@ @@ -63,7 +63,7 @@ index 3a79e59..6a4fc31 100644 #WS_USER=nobody diff --git a/init.d/systemd/nfqws@.service b/init.d/systemd/nfqws@.service -index ca1a6d5..3ddbbb5 100644 +index 5a18c7e..98daa37 100644 --- a/init.d/systemd/nfqws@.service +++ b/init.d/systemd/nfqws@.service @@ -30,7 +30,7 @@ After=network.target @@ -76,7 +76,7 @@ index ca1a6d5..3ddbbb5 100644 Environment=CONFIG_DIR=/etc/zapret Environment=INSTANCE=%i diff --git a/init.d/systemd/tpws@.service b/init.d/systemd/tpws@.service -index d6cce63..6ce1ca9 100644 +index c278008..62732b5 100644 --- a/init.d/systemd/tpws@.service +++ b/init.d/systemd/tpws@.service @@ -30,7 +30,7 @@ After=network.target diff --git a/anda/misc/zapret/zapret.spec b/anda/misc/zapret/zapret.spec index 663eecd2c8..b9379548ee 100644 --- a/anda/misc/zapret/zapret.spec +++ b/anda/misc/zapret/zapret.spec @@ -1,6 +1,6 @@ Name: zapret Version: 71.1.1 -Release: 1%?dist +Release: 2%?dist Summary: A multi-platform Deep Packet Inspection (DPI) bypass tool License: MIT ExcludeArch: s390x @@ -16,6 +16,7 @@ BuildRequires: gcc BuildRequires: make BuildRequires: git # Headers. +BuildRequires: libmnl-devel BuildRequires: libcap-devel BuildRequires: systemd-devel From 0a1bd7021be44dff2f0e0bee10be58ad891497c0 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 20 Jun 2025 00:44:17 -0500 Subject: [PATCH 078/203] add: falcond and falcond-profiles (#5571) * add: falcond and falcond-profiles * cleanup: Actually why was I doing that * cleanup: Fix some cursed formatting * cleanup: Fix the globbing * fix?: Zig fetch ahead of time? Signed-off-by: Gilver * Ah. Signed-off-by: Gilver * Env var maybe Signed-off-by: Gilver * cleanup: Remove unnecessary things * cleanup(falcond-profiles): Where did that space come from? Signed-off-by: Gilver * fix(falcond): Disable Zig system integration mode Signed-off-by: Gilver * fix: LICENSE and README path Signed-off-by: Gilver * fix: -t Signed-off-by: Gilver * fix: Build aarch64 again baseline for now Signed-off-by: Gilver * Update falcond.spec Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/system/falcond-profiles/anda.hcl | 9 ++++ .../falcond-profiles/falcond-profiles.spec | 41 ++++++++++++++ anda/system/falcond-profiles/update.rhai | 6 +++ anda/system/falcond/anda.hcl | 5 ++ anda/system/falcond/falcond.spec | 54 +++++++++++++++++++ anda/system/falcond/update.rhai | 1 + 6 files changed, 116 insertions(+) create mode 100644 anda/system/falcond-profiles/anda.hcl create mode 100644 anda/system/falcond-profiles/falcond-profiles.spec create mode 100644 anda/system/falcond-profiles/update.rhai create mode 100644 anda/system/falcond/anda.hcl create mode 100644 anda/system/falcond/falcond.spec create mode 100644 anda/system/falcond/update.rhai diff --git a/anda/system/falcond-profiles/anda.hcl b/anda/system/falcond-profiles/anda.hcl new file mode 100644 index 0000000000..87c2fb9934 --- /dev/null +++ b/anda/system/falcond-profiles/anda.hcl @@ -0,0 +1,9 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "falcond-profiles.spec" + } + labels { + nightly = 1 + } +} diff --git a/anda/system/falcond-profiles/falcond-profiles.spec b/anda/system/falcond-profiles/falcond-profiles.spec new file mode 100644 index 0000000000..249ef87ffb --- /dev/null +++ b/anda/system/falcond-profiles/falcond-profiles.spec @@ -0,0 +1,41 @@ +%global commit 96c2cdfee69761d2c29caebb4b1e9ff7cc904f7a +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commit_date 20250613 + +Name: falcond-profiles +Version: 0^%{commit_date}git.%{shortcommit} +Release: 1%{?dist} +Summary: Profiles for falcond +License: MIT +URL: https://github.com/PikaOS-Linux/falcond-profiles +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +Requires: falcond +BuildArch: noarch +Packager: Gilver E. + +%description +This package contains the profiles needed for falcond. + +%prep +%autosetup -n %{name}-%{commit} + +%build +# Hi, I'm empty! + +%install +install -Dm644 usr/share/falcond/system.conf -t %{buildroot}%{_datadir}/falcond/ +install -Dm644 usr/share/falcond/profiles/*.conf -t %{buildroot}%{_datadir}/falcond/profiles/ +install -Dm644 usr/share/falcond/profiles/handheld/* -t %{buildroot}%{_datadir}/falcond/profiles/handheld/ +install -Dm644 usr/share/falcond/profiles/htpc/* -t %{buildroot}%{_datadir}/falcond/profiles/htpc/ + +%files +%doc README.md +%license LICENSE +%{_datadir}/falcond/system.conf +%{_datadir}/falcond/profiles/*.conf +%{_datadir}/falcond/profiles/handheld/*.conf +%{_datadir}/falcond/profiles/htpc/*.conf + +%changelog +* Thu Jun 19 2025 Gilver E. - 0^20250613git.96c2cdf-1 +- Initial package diff --git a/anda/system/falcond-profiles/update.rhai b/anda/system/falcond-profiles/update.rhai new file mode 100644 index 0000000000..3ff72ad483 --- /dev/null +++ b/anda/system/falcond-profiles/update.rhai @@ -0,0 +1,6 @@ +rpm.global("commit", gh_commit("PikaOS-Linux/falcond-profiles")); + if rpm.changed() { + rpm.global("commit_date", date()); + rpm.release(); + } +} diff --git a/anda/system/falcond/anda.hcl b/anda/system/falcond/anda.hcl new file mode 100644 index 0000000000..0b5df9a392 --- /dev/null +++ b/anda/system/falcond/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "falcond.spec" + } +} diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec new file mode 100644 index 0000000000..55ce4b8c55 --- /dev/null +++ b/anda/system/falcond/falcond.spec @@ -0,0 +1,54 @@ +%global _include_minidebuginfo 0 + +Name: falcond +Version: 1.1.5 +Release: 1%{?dist} +Summary: Advanced Linux Gaming Performance Daemon +License: MIT +URL: https://git.pika-os.com/general-packages/falcond +Source0: %{url}/archive/v%{version}.tar.gz +BuildRequires: anda-srpm-macros >= 0.2.18 +BuildRequires: systemd-rpm-macros +BuildRequires: zig >= 0.14.0 +BuildRequires: zig-rpm-macros +Requires: %{name}-profiles +Requires: (scx-scheds or scx-scheds-nightly) +Conflicts: gamemode +Packager: Gilver E. + +%description +falcond is a powerful system daemon designed to automatically optimize your Linux gaming experience. It intelligently manages system resources and performance settings on a per-game basis, eliminating the need to manually configure settings for each game. + +%prep +%autosetup -n %{name}/%{name} + +%build + +%install +install -Dm644 debian/%{name}.service -t %{buildroot}%{_unitdir} +# When DNF supports microarchitectures the fallback option for -c can be used here instead +DESTDIR="%{buildroot}" \ +%ifarch x86_64 x86_64_v2 x86_64_v3 x86_64_v4 +%{zig_build_target -r fast -c x86_64_v3 -s} \ +%elifarch aarch64 +%{zig_build_target -r fast -s} \ +%endif + +%post +%systemd_post %{name}.service + +%preun +%systemd_preun %{name}.service + +%postun +%systemd_postun_with_restart %{name}.service + +%files +%doc ../README.md +%license ../LICENSE +%{_bindir}/%{name} +%{_unitdir}/%{name}.service + +%changelog +* Thu Jun 19 2025 Gilver E. - 1.1.5-1 +- Initial package diff --git a/anda/system/falcond/update.rhai b/anda/system/falcond/update.rhai new file mode 100644 index 0000000000..b1dc91a1bb --- /dev/null +++ b/anda/system/falcond/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_tag("PikaOS-Linux/falcond")); From f36ecb41f09f2eb8bb1a771bd4207d82d8249ded Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 20 Jun 2025 02:16:44 -0500 Subject: [PATCH 079/203] feat(heroic, steam): Recommend falcond OR gamemode (#5579) * feat(heroic, steam): Recommend falcond OR gamemode * fix(steam): Only recommend i386 Gamemode if x86_64 is also installed --- anda/games/heroic-games-launcher/heroic-games-launcher.spec | 4 ++-- anda/games/steam/steam.spec | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/games/heroic-games-launcher/heroic-games-launcher.spec b/anda/games/heroic-games-launcher/heroic-games-launcher.spec index a7c1d5feb4..d186c601f7 100644 --- a/anda/games/heroic-games-launcher/heroic-games-launcher.spec +++ b/anda/games/heroic-games-launcher/heroic-games-launcher.spec @@ -16,7 +16,7 @@ Name: %{shortname}-games-launcher Version: 2.17.2 -Release: 1%?dist +Release: 2%?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 @@ -37,7 +37,7 @@ Requires: hicolor-icon-theme Requires: nss Requires: python3 Requires: which -Recommends: gamemode +Recommends: (falcond or gamemode) Recommends: mangohud Recommends: umu-launcher Provides: bundled(comet) = %{comet_version} diff --git a/anda/games/steam/steam.spec b/anda/games/steam/steam.spec index 3e3dc00710..0f5ddf6410 100644 --- a/anda/games/steam/steam.spec +++ b/anda/games/steam/steam.spec @@ -5,7 +5,7 @@ Name: steam Version: 1.0.0.83 -Release: 1%?dist +Release: 2%?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 @@ -111,8 +111,8 @@ Requires: SDL2%{?_isa} %endif # Game performance is increased with gamemode (for games that support it) -Recommends: gamemode -Recommends: gamemode%{?_isa} +Recommends: (falcond or gamemode) +Recommends: (gamemode%{?_isa} if gamemode(x86-64)) Recommends: (gnome-shell-extension-appindicator if gnome-shell) Recommends: (gnome-shell-extension-appindicator if gnome-shell) From a3bf536d7908c4e49e4774c613bf7906a55a03a0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Jun 2025 07:35:37 +0000 Subject: [PATCH 080/203] 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 b3613b13d6..f300c90b94 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 28896acb833dc76b0a1da236d542e21cf4d5c401 -%global ver 0.0.37-18018 +%global commit 9c93ec0bc31bbc94ca4dce2a76ceea80da6f6554 +%global ver 0.0.37-18022 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From a057854a2b62c3023a7d9ee341d927a3c3ed823c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Jun 2025 08:29:19 +0000 Subject: [PATCH 081/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 84157dacba..1f134fffde 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.15.0-dev.848+f3940ad85 +%global ver 0.15.0-dev.849+36499c251 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 3c117695bd48701e9bd9306d27d2242940d67a80 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Jun 2025 09:15:18 +0000 Subject: [PATCH 082/203] 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 4e04ffb68b..3f02e7a4dd 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.848+f3940ad85 +Version: 0.15.0~dev.849+36499c251 Release: 1%?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 03770bfbd2cb246febbf4c1fff6302a6af324273 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Jun 2025 09:20:37 +0000 Subject: [PATCH 083/203] 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 071362fa60..47ce185e14 100644 --- a/anda/devs/codium/codium.spec +++ b/anda/devs/codium/codium.spec @@ -12,7 +12,7 @@ %endif Name: codium -Version: 1.101.03933 +Version: 1.101.14098 Release: 1%?dist Summary: Code editing. Redefined. License: MIT From 6de45dc20b6ad172b676dfbf17298ce8d07c42a4 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 20 Jun 2025 06:13:51 -0500 Subject: [PATCH 084/203] chore: Update some more Python packages (#5584) * chore: Update some more Python packages * fix: What the heck? * fix: Okay this is VERY weird * fix: This Wheel is cursed * fix: Cursed typo * fix: How did it even let me do that * fix: CURSED WHEEL * fix: -f * fix: Okay * fix: ??? * What now * fix: Python path --- .../lomiri-unity/unity-shell/unity-shell.spec | 17 ++++++++++++-- anda/desktops/mate/tweak/mate-tweak.spec | 23 +++++++++++++++---- 2 files changed, 34 insertions(+), 6 deletions(-) diff --git a/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec b/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec index db0267dd2e..b8816bd7b5 100644 --- a/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec +++ b/anda/desktops/lomiri-unity/unity-shell/unity-shell.spec @@ -21,7 +21,7 @@ BuildRequires: pkgconfig(zeitgeist-2.0) BuildRequires: libappstream-glib-devel BuildRequires: libdbusmenu-devel BuildRequires: bamf-devel -BuildRequires: terra-libindicator-gtk3-devel +BuildRequires: libindicator-gtk3-devel BuildRequires: json-glib-devel BuildRequires: libnotify-devel BuildRequires: libsigc++20-devel @@ -30,6 +30,7 @@ BuildRequires: doxygen BuildRequires: pam-devel BuildRequires: boost-devel BuildRequires: python3-devel +BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: pkgconfig(libstartup-notification-1.0) BuildRequires: pkgconfig(nux-4.0) @@ -47,7 +48,7 @@ Requires: pam Requires: bamf-daemon Requires: unity-gtk-module-common Requires: compiz9 -Requires: terra-libindicator-gtk3 +Requires: libindicator-gtk3 Recommends: unity-greeter Recommends: unity-scope-home @@ -115,12 +116,20 @@ sed -i '/libgeis/d' CMakeLists.txt %cmake_build pushd uwidgets/ +%if 0%{?fedora} <= 41 %py3_build +%else +%pyproject_wheel +%endif popd %install pushd uwidgets/ +%if 0%{?fedora} <= 41 %py3_install +%else +%pyproject_install +%endif popd %cmake_install @@ -222,7 +231,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %doc README %license uwidgets/LICENCE %{_bindir}/uwidgets-runner +%if 0%{?fedora} <= 41 %{python3_sitearch}/uwidgets-*.egg-info/ +%else +%{python3_sitearch}/uwidgets-*.dist-info/ +%endif %{python3_sitearch}/uwidgets/ %changelog diff --git a/anda/desktops/mate/tweak/mate-tweak.spec b/anda/desktops/mate/tweak/mate-tweak.spec index 3a84b0eea5..f7dfeb93db 100644 --- a/anda/desktops/mate/tweak/mate-tweak.spec +++ b/anda/desktops/mate/tweak/mate-tweak.spec @@ -8,7 +8,7 @@ License: GPL-2.0 URL: https://github.com/ubuntu-mate/mate-tweak Source0: %url/archive/refs/tags/%version.tar.gz Requires: python3 -BuildRequires: python3dist(setuptools) rpm_macro(py3_build) intltool desktop-file-utils +BuildRequires: python3dist(setuptools) python3-devel python3dist(pip) intltool desktop-file-utils %description This is MATE Tweak, a fork of mintDesktop. @@ -19,10 +19,21 @@ python3 -m ensurepip python3 -m pip install distutils-extra-python %build +%if 0%{?fedora} <= 41 %py3_build +%else +%pyproject_wheel +%endif %install +%if 0%{?fedora} <= 41 %py3_install +%else +%pyproject_install +desktop-file-install data/*.desktop +cp -r %{buildroot}%{python3_sitelib}%{_prefix} -t %{buildroot} --preserve=all +rm -rf %{buildroot}%{python3_sitelib}%{_prefix} +%endif %check desktop-file-validate %buildroot%_datadir/applications/*.desktop @@ -39,9 +50,13 @@ desktop-file-validate %buildroot%_datadir/applications/*.desktop %_datadir/applications/%name.desktop %_datadir/applications/marco-{glx,no-composite,xr_glx_hybrid,xrender}.desktop %_datadir/polkit-1/actions/org.mate.%name.policy -%ghost %_prefix/lib/python3.*/site-packages/__pycache__ -%ghost %_prefix/lib/python3.*/site-packages/setup.py -%ghost %_prefix/lib/python3.*/site-packages/mate_tweak-%version-py3.*.egg-info/ +%{python3_sitelib}/__pycache__/ +%{python3_sitelib}/setup.py +%if 0%{?fedora} <= 41 +%{python3_sitelib}/mate_tweak-%version-py3.*.egg-info/ +%else +%{python3_sitelib}/mate_tweak-%{version}.dist-info/ +%endif %changelog %autochangelog From 0f5e5154bdee60c0991879bf0cd4be1a9b65a629 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 20 Jun 2025 07:00:10 -0500 Subject: [PATCH 085/203] add: si-cik-amdgpu (#5583) * add: si-cik-amdgpu * fix: This is noarch --- anda/system/si-cik-amdgpu/anda.hcl | 6 +++ anda/system/si-cik-amdgpu/si-cik-amdgpu.spec | 52 ++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 anda/system/si-cik-amdgpu/anda.hcl create mode 100644 anda/system/si-cik-amdgpu/si-cik-amdgpu.spec diff --git a/anda/system/si-cik-amdgpu/anda.hcl b/anda/system/si-cik-amdgpu/anda.hcl new file mode 100644 index 0000000000..a0b3834e72 --- /dev/null +++ b/anda/system/si-cik-amdgpu/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "si-cik-amdgpu.spec" + } +} diff --git a/anda/system/si-cik-amdgpu/si-cik-amdgpu.spec b/anda/system/si-cik-amdgpu/si-cik-amdgpu.spec new file mode 100644 index 0000000000..fba10fafc4 --- /dev/null +++ b/anda/system/si-cik-amdgpu/si-cik-amdgpu.spec @@ -0,0 +1,52 @@ +%global commit c0c7df418d9d5eb499b72f738fa4c9c4ee7fcbc6 +%global shortcommit %(c=%{commit}; echo ${c:0:7}) +%global commit_date 20250620 + +Name: si-cik-amdgpu +Version: 0^%{commit_date}git.%{shortcommit} +Release: 1%{?dist} +Summary: Modprobe config to enable the amdgpu drivers on Southern Islands (SI) and CIK (Sea Islands) +License: GPL-3.0-only +URL: https://github.com/terrapkg/pkg-si-cik-amdgpu +Source0: %{url}/archive/%{commit}.tar.gz#/%{name}-%{shortcommit}.tar.gz +BuildRequires: systemd-rpm-macros +Requires(post): dracut +Requires(postun): dracut +BuildArch: noarch +Packager: Gilver E. + +%description +%{summary}. + +Forcing these generations of cards to use the amdgpu driver generally improves performance, especially for gaming. + +DISCLAIMER: +Using the amdgpu driver with SI and CIK GPUs is NOT officially supported. +You SHOULD NOT report any issues with doing so to AMD or Mesa. + +Using this driver with these GPUs is known in some cases to cause a higher power draw. +If this is not a potential tradeoff you are comfortable with, please do not use this config. + +%prep +%autosetup -n pkg-%{name}-%{commit} + +%build +# [Crickets chirping] + +%install +install -Dm644 amdgpu.conf -t %{buildroot}%{_modprobedir} + +%post +dracut -f --regenerate-all + +%postun +dracut -f --regenerate-all + +%files +%doc README.md +%license LICENSE +%{_modprobedir}/amdgpu.conf + +%changelog +* Fri Jun 20 2025 Gilver E. - 0^20250620git.c0c7df4-1 +- Initial package From bc06f953581a6d9b4aec6387322b54986468cc98 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 20 Jun 2025 10:31:03 -0500 Subject: [PATCH 086/203] chore(falcond): Update based on discussion with the dev (#5591) --- anda/system/falcond/falcond.preset | 1 + anda/system/falcond/falcond.spec | 14 +++++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 anda/system/falcond/falcond.preset diff --git a/anda/system/falcond/falcond.preset b/anda/system/falcond/falcond.preset new file mode 100644 index 0000000000..ab43d0cb0b --- /dev/null +++ b/anda/system/falcond/falcond.preset @@ -0,0 +1 @@ +enable falcond.service diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index 55ce4b8c55..b3b5cffc3d 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -2,11 +2,12 @@ Name: falcond Version: 1.1.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Advanced Linux Gaming Performance Daemon License: MIT URL: https://git.pika-os.com/general-packages/falcond Source0: %{url}/archive/v%{version}.tar.gz +Source1: %{name}.preset BuildRequires: anda-srpm-macros >= 0.2.18 BuildRequires: systemd-rpm-macros BuildRequires: zig >= 0.14.0 @@ -17,7 +18,9 @@ Conflicts: gamemode Packager: Gilver E. %description -falcond is a powerful system daemon designed to automatically optimize your Linux gaming experience. It intelligently manages system resources and performance settings on a per-game basis, eliminating the need to manually configure settings for each game. +falcond is a powerful system daemon designed to automatically optimize your Linux gaming experience. +It intelligently manages system resources and performance settings on a per-game basis. +This eliminates the need to manually configure settings for each game. %prep %autosetup -n %{name}/%{name} @@ -26,9 +29,10 @@ falcond is a powerful system daemon designed to automatically optimize your Linu %install install -Dm644 debian/%{name}.service -t %{buildroot}%{_unitdir} +install -Dm644 %{SOURCE1} %{buildroot}%{_presetdir}/60-%{name}.preset # When DNF supports microarchitectures the fallback option for -c can be used here instead DESTDIR="%{buildroot}" \ -%ifarch x86_64 x86_64_v2 x86_64_v3 x86_64_v4 +%ifarch x86_64 %{zig_build_target -r fast -c x86_64_v3 -s} \ %elifarch aarch64 %{zig_build_target -r fast -s} \ @@ -48,7 +52,11 @@ DESTDIR="%{buildroot}" \ %license ../LICENSE %{_bindir}/%{name} %{_unitdir}/%{name}.service +%{_presetdir}/60-%{name}.preset %changelog +* Fri Jun 20 2025 Gilver E. - 1.1.5-2 +- Enable service by default +- Enable aarch64 CPU features * Thu Jun 19 2025 Gilver E. - 1.1.5-1 - Initial package From 1c08d95691c0c607c765dbf151f493d484d2380b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Jun 2025 15:50:04 +0000 Subject: [PATCH 087/203] 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 108ac551f4..7cbd83b853 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 4e66b2a79d4d0df9dca2740666259a7f456f5bdc +%global commit 1238368d77798aee3969e15349f87dfa21cdd5c0 %forgemeta Name: lomiri-system-settings From 43ad3df203ae40ee3c7b2599c43faf3905dd8795 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Jun 2025 16:00:14 +0000 Subject: [PATCH 088/203] 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 328269151a..9d530eec32 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.192.2-pre +%global ver 0.191.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 eb8dc3c0fe..541f953397 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -9,7 +9,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.191.6 +Version: 0.191.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 915d92cc008ba09aa68f96678bbb4c1d7fdc9e73 Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 20 Jun 2025 11:23:47 -0500 Subject: [PATCH 089/203] fix(kf6-kio): Update for Rawhide and F42 (#5592) * fix(kf6-kio): Update for Rawhide and F42 Signed-off-by: Gilver * ??? Signed-off-by: Gilver * Adding the Literal Only Difference Signed-off-by: Gilver * Mock save us Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/desktops/kde/kf6-kio/anda.hcl | 1 + anda/desktops/kde/kf6-kio/kf6-kio.spec | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/anda/desktops/kde/kf6-kio/anda.hcl b/anda/desktops/kde/kf6-kio/anda.hcl index 24de21b76f..c848a83927 100644 --- a/anda/desktops/kde/kf6-kio/anda.hcl +++ b/anda/desktops/kde/kf6-kio/anda.hcl @@ -5,5 +5,6 @@ project pkg { labels { subrepo = "extras" updbranch = 1 + mock = 1 } } diff --git a/anda/desktops/kde/kf6-kio/kf6-kio.spec b/anda/desktops/kde/kf6-kio/kf6-kio.spec index b175ce4947..212bec110a 100644 --- a/anda/desktops/kde/kf6-kio/kf6-kio.spec +++ b/anda/desktops/kde/kf6-kio/kf6-kio.spec @@ -14,6 +14,7 @@ License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0- URL: https://invent.kde.org/frameworks/%{framework} Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz +Source1: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz.sig # https://invent.kde.org/frameworks/kio/-/issues/26 # I'm not sending this upstream because I'm not sure it's really @@ -173,6 +174,12 @@ Obsoletes: kf6-kio.switcheroo-qch-doc < 6.14.0-4 %description qch-doc Developer Documentation files for %{name} for use with KDevelop or QtCreator. +%package html +Summary: Developer Documentation files for %{name} +BuildArch: noarch +%description html +Developer Documentation files for %{name} in HTML format + %prep %autosetup -n %{framework}-%{version} -p1 @@ -180,11 +187,11 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator. %build %cmake_kf6 -%cmake_build +%cmake_build_kf6 %install -%cmake_install +%cmake_install_kf6 %find_lang kf6-kio --all-name --with-man --with-html %files @@ -231,11 +238,17 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator. %{_kf6_libdir}/cmake/KF6KIO/ %{_kf6_datadir}/kdevappwizard/templates/kioworker6.tar.bz2 %{_kf6_qtplugindir}/designer/kio6widgets.so -%{_qt6_docdir}/*.tags +%{_qt6_docdir}/*/*.tags +%{_qt6_docdir}/*/*.index %files qch-doc %{_qt6_docdir}/*.qch +%files html +%{_qt6_docdir}/*/* +%exclude %{_qt6_docdir}/*/*.tags +%exclude %{_qt6_docdir}/*/*.index + %changelog * Fri Feb 07 2025 Marc Deop i Argemí - 6.11.0-1 - 6.11.0 From ed20e2775300f2a8430efba69eddc97365072517 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 20 Jun 2025 16:33:55 +0000 Subject: [PATCH 090/203] bump: rio zed-preview --- anda/devs/rio/rio.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/devs/rio/rio.spec b/anda/devs/rio/rio.spec index 4e8cc5962d..4078ce6dcc 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.2.19 +Version: 0.2.20 Release: 1%?dist Summary: A hardware-accelerated terminal written in Rust. SourceLicense: MIT diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 9d530eec32..914a9e6b9f 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.191.7 +%global ver 0.192.3-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 1e77efd596ef3a5295dff2d749ee00d626354b9d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Jun 2025 01:52:04 +0000 Subject: [PATCH 091/203] bump(nightly): legcord-nightly mpv-nightly winetricks-git ghostty-nightly micro-nightly zed-nightly grabnim tdlib-nightly Carla-nightly scx-scheds-nightly --- anda/apps/legcord/nightly/legcord-nightly.spec | 4 ++-- 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/micro/micro-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/nim/grabnim/grabnim.spec | 4 ++-- anda/lib/tdlib/tdlib-nightly.spec | 4 ++-- anda/multimedia/carla/Carla-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 0b0452a47e..3eb858057d 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 774311e9473dbf7741f0daced1bad98ddac17de8 -%global commit_date 20250614 +%global commit 0d9959e1bbe1dc1a5d4a479add3690ff8955ed65 +%global commit_date 20250621 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define debug_package %nil %global __provides_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$ diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index ed688092ae..e884e6f748 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,6 +1,6 @@ -%global commit 494afa4115dfe456da0980121d9b263889ddfd64 +%global commit 18defc8530caf7694b132a501e9c34476d4cef80 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250620 +%global commit_date 20250621 %global ver 0.40.0 Name: mpv-nightly diff --git a/anda/apps/winetricks/git/winetricks-git.spec b/anda/apps/winetricks/git/winetricks-git.spec index ee4ba75000..c32831742c 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 9e29aa7e2d8e84880aec741ed92eed35baa742ac +%global commit 50417b23b5d3e79c6c8fa4d1af69167dfa3de719 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 20250102 -%global commit_date 20250613 +%global commit_date 20250621 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 c481fd5795..c1fd406b01 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit d0e145292e35994bf86908ac27864ff267ce0e4c +%global commit f55c77bc817f0d28992e34db54408da388b172a6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2025-06-18 +%global fulldate 2025-06-20 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.1.4 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index 2c7ac6ffbe..5b3ef2dfc0 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 5eddf5b85d66f95e9e61d2f0a9f972d432936979 -%global commit_date 20250527 +%global commit_hash 97b5e3506e486219550f20a5a2481d7faeb60726 +%global commit_date 20250621 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.14 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 3ed9f0c0d3..1a4e09cc07 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 26249504720b04a2f84f3b229c66763c5a21f4b0 +%global commit b9838efaaa0bd13dec0adcfff96b9e45b88442d3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250620 +%global commit_date 20250621 %global ver 0.193.0 %bcond_with check diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index c8564394ca..fd5414ff8c 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit 8c2d717b95df093bd0929ec9fd80fbe61059a21a -%global commit_date 20250619 +%global commit ed8bde57e539ee613322771587f92b209b4d2eb3 +%global commit_date 20250621 %global shortcommit %{sub %commit 1 7} Name: grabnim diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index cf4924ba26..23fb79c96f 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,6 +1,6 @@ -%global commit 1e75ca0ce40b9bae36ed3eb7b676fcad1bbbdc0a +%global commit 63fcfdab8650cb0bc770756ddde891c4b8f3e3d8 %global ver 1.8.50 -%global commit_date 20250616 +%global commit_date 20250621 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly diff --git a/anda/multimedia/carla/Carla-nightly.spec b/anda/multimedia/carla/Carla-nightly.spec index 9a76c1b2c2..a4af7c3eb2 100644 --- a/anda/multimedia/carla/Carla-nightly.spec +++ b/anda/multimedia/carla/Carla-nightly.spec @@ -1,8 +1,8 @@ %global pname carla %global ver v2.5.9 -%global commit 17000e7fe99459b25a50094a8b00bdfa12f2bfbc +%global commit 89eb2d5d801b52c472b6819672eb371159d717e0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20241205 +%global commit_date 20250621 Name: Carla-nightly Version: %(echo %ver | tr -d 'v')^%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 9b37f95284..c98d2fb9ca 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 0d6eae142e9961c00b896fa131e7b44df79da427 +%global commit 864fd570636c364b9d2322bd30893db3239dbc24 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250620 +%global commitdate 20250621 %global ver 1.0.13 Name: scx-scheds-nightly From 7c55482a8c4d3616dd3ba78a48735d82e7b8dc16 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Jun 2025 01:59:28 +0000 Subject: [PATCH 092/203] bump: ruffle-nightly limine --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/system/limine/limine.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 6d7055e6f1..4f763cbf54 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-20 +%global ver 2025-06-21 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/system/limine/limine.spec b/anda/system/limine/limine.spec index 1c4d2a1ebd..5b7ef6a456 100644 --- a/anda/system/limine/limine.spec +++ b/anda/system/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 9.3.3 +Version: 9.3.4 Release: 1%?dist Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause From 5755ccc4118afffc30d26de0cc9a05f2ceff9443 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Jun 2025 08:52:11 +0000 Subject: [PATCH 093/203] bump: bun-bin --- anda/devs/bun/bun-bin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/devs/bun/bun-bin.spec b/anda/devs/bun/bun-bin.spec index 93f33a35c7..0efa6cc6e8 100644 --- a/anda/devs/bun/bun-bin.spec +++ b/anda/devs/bun/bun-bin.spec @@ -6,7 +6,7 @@ %endif Name: bun-bin -Version: 1.2.16 +Version: 1.2.17 Release: 1%?dist Summary: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one License: MIT From cc7b40758d21e0edd19068592fcdd66bfd93f515 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Jun 2025 11:31:52 +0000 Subject: [PATCH 094/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 1f134fffde..4c0a1ac398 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.15.0-dev.849+36499c251 +%global ver 0.15.0-dev.864+75d0ec9c0 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From a2fae75b0ae3dfe8e860caab582b9866b1ff2cd2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Jun 2025 12:25:56 +0000 Subject: [PATCH 095/203] 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 3f02e7a4dd..e5d8e5aa7a 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.849+36499c251 +Version: 0.15.0~dev.864+75d0ec9c0 Release: 1%?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 7cb519188b3798990f65342d965aca4433dc192f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Jun 2025 13:35:23 +0000 Subject: [PATCH 096/203] bump: vala-panel-appmenu --- anda/langs/vala/vala-panel-appmenu/vala-panel-appmenu.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/vala/vala-panel-appmenu/vala-panel-appmenu.spec b/anda/langs/vala/vala-panel-appmenu/vala-panel-appmenu.spec index fe4751fae3..fadaafc546 100644 --- a/anda/langs/vala/vala-panel-appmenu/vala-panel-appmenu.spec +++ b/anda/langs/vala/vala-panel-appmenu/vala-panel-appmenu.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/vala-panel-project/vala-panel-appmenu -%global commit f05d28d805a22a7564895aa178772361c44b6b7a +%global commit c1727022ae164a49013679ba14daeabf23b2b933 %forgemeta Name: vala-panel-appmenu From 5125b7ebc830fbe0efdce2be58fd14dc1bec1e44 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Jun 2025 14:41:34 +0000 Subject: [PATCH 097/203] bump: readymade-git --- anda/system/readymade/git/readymade-git.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/readymade/git/readymade-git.spec b/anda/system/readymade/git/readymade-git.spec index 8eda71e810..0bed57f8ce 100644 --- a/anda/system/readymade/git/readymade-git.spec +++ b/anda/system/readymade/git/readymade-git.spec @@ -1,5 +1,5 @@ -%global commit fa75e2d2e444bfcea27270c3dd7b2e45512d92c1 -%global commit_date 20250617 +%global commit 4484d501c9e3f5227ae582267f053dd9fe7cbe89 +%global commit_date 20250621 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: readymade-git From 759050e4e693c00b2afd071e14e8d9338b626c06 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 21 Jun 2025 17:49:58 +0000 Subject: [PATCH 098/203] 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 f300c90b94..78ba74e216 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 9c93ec0bc31bbc94ca4dce2a76ceea80da6f6554 -%global ver 0.0.37-18022 +%global commit 22d9343f2ce20669d08c1426eb078cf4bb61e46a +%global ver 0.0.37-18023 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From a7f1b868ca35c43bb999a3a587cb01ca180ddc4e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Jun 2025 02:03:25 +0000 Subject: [PATCH 099/203] bump(nightly): legcord-nightly ghostty-nightly zed-nightly prismlauncher-nightly grabnim nim-nightly tdlib-nightly Carla-nightly scx-scheds-nightly xone --- 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 ++-- anda/langs/nim/grabnim/grabnim.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/lib/tdlib/tdlib-nightly.spec | 4 ++-- anda/multimedia/carla/Carla-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xone/kmod-common/xone.spec | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 3eb858057d..3dccea87a4 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,5 +1,5 @@ -%global commit 0d9959e1bbe1dc1a5d4a479add3690ff8955ed65 -%global commit_date 20250621 +%global commit 0b1a005936552abd5aed144bdc0ca5a82f2fa682 +%global commit_date 20250622 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %define debug_package %nil %global __provides_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$ diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index c1fd406b01..3f0f2ab35e 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit f55c77bc817f0d28992e34db54408da388b172a6 +%global commit 9d922e1c629dcd01b1bb2c7109f40305e5ac9c2c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2025-06-20 +%global fulldate 2025-06-21 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.1.4 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 1a4e09cc07..eb1ea36db2 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit b9838efaaa0bd13dec0adcfff96b9e45b88442d3 +%global commit 3cb4342a7606e724536bd5ad79e0f8a4fd49b3fa %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250621 +%global commit_date 20250622 %global ver 0.193.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index a7988eaa94..ce5d838da9 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -1,10 +1,10 @@ %global real_name prismlauncher %global nice_name PrismLauncher -%global commit b6c1ce31a63b01d47625d60450622910cb66aa65 +%global commit 1064e5dc575e6992746a85230bdecd802b00a9f5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250619 +%global commit_date 20250622 %global snapshot_info %{commit_date}.%{shortcommit} %bcond_without qt6 diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index fd5414ff8c..824b8ba0df 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit ed8bde57e539ee613322771587f92b209b4d2eb3 -%global commit_date 20250621 +%global commit 183ef39ae3ef7ced8f441d7a3ff9bcf326aaee6b +%global commit_date 20250622 %global shortcommit %{sub %commit 1 7} Name: grabnim diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 7956fc9da0..14606e34ec 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 aba93615105b8243b95c534f2d7c39aa69ace997 +%global commit 334848f3ae7aa8011e3665da90839e3c7e9bc439 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20250619 +%global commit_date 20250622 %global debug_package %nil Name: nim-nightly diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index 23fb79c96f..e4b23d3b84 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,6 +1,6 @@ -%global commit 63fcfdab8650cb0bc770756ddde891c4b8f3e3d8 +%global commit 64852808ae50d43c655f3f46734f2f90a670f95f %global ver 1.8.50 -%global commit_date 20250621 +%global commit_date 20250622 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tdlib-nightly diff --git a/anda/multimedia/carla/Carla-nightly.spec b/anda/multimedia/carla/Carla-nightly.spec index a4af7c3eb2..84128c252c 100644 --- a/anda/multimedia/carla/Carla-nightly.spec +++ b/anda/multimedia/carla/Carla-nightly.spec @@ -1,8 +1,8 @@ %global pname carla %global ver v2.5.9 -%global commit 89eb2d5d801b52c472b6819672eb371159d717e0 +%global commit 378d5dbba527ad548c1976eaaec8b37730c13c3a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250621 +%global commit_date 20250622 Name: Carla-nightly Version: %(echo %ver | tr -d 'v')^%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 c98d2fb9ca..31cff58e20 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 864fd570636c364b9d2322bd30893db3239dbc24 +%global commit a3ea1f2f9bfd9b07a40e1d86865bb9282055d595 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250621 +%global commitdate 20250622 %global ver 1.0.13 Name: scx-scheds-nightly diff --git a/anda/system/xone/kmod-common/xone.spec b/anda/system/xone/kmod-common/xone.spec index c1b9823245..1152978a98 100644 --- a/anda/system/xone/kmod-common/xone.spec +++ b/anda/system/xone/kmod-common/xone.spec @@ -1,6 +1,6 @@ -%global commit b8f90dabf73e72d0446e0ff1fd27471e87abb501 +%global commit a9505894818dd6d164cab80c3e6acdc113454348 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250619 +%global commitdate 20250622 %global ver 0.3.1 %global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d %global firmware_hash0 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf66 From a92a715c90446db2f01819b9c4466a6dae176ef1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Jun 2025 02:25:59 +0000 Subject: [PATCH 100/203] 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 4f763cbf54..7161ecdf92 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-21 +%global ver 2025-06-22 %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 78ba74e216..ef05a97cf9 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 22d9343f2ce20669d08c1426eb078cf4bb61e46a -%global ver 0.0.37-18023 +%global commit b0067e893456b4b6695371faab943bde5f4b935d +%global ver 0.0.37-18024 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 473cb0fa66a712d3d83046f5c322c504d83278e5 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Jun 2025 03:10:48 +0000 Subject: [PATCH 101/203] bump(branch): xone-kmod dkms-xone --- anda/system/xone/akmod/xone-kmod.spec | 4 ++-- anda/system/xone/dkms/dkms-xone.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/system/xone/akmod/xone-kmod.spec b/anda/system/xone/akmod/xone-kmod.spec index bd620aee0a..e69015f226 100644 --- a/anda/system/xone/akmod/xone-kmod.spec +++ b/anda/system/xone/akmod/xone-kmod.spec @@ -1,6 +1,6 @@ -%global commit b8f90dabf73e72d0446e0ff1fd27471e87abb501 +%global commit a9505894818dd6d164cab80c3e6acdc113454348 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250619 +%global commitdate 20250622 %global ver 0.3.1 %define buildforkernels akmod %global debug_package %{nil} diff --git a/anda/system/xone/dkms/dkms-xone.spec b/anda/system/xone/dkms/dkms-xone.spec index cc90832967..416bbedbc6 100644 --- a/anda/system/xone/dkms/dkms-xone.spec +++ b/anda/system/xone/dkms/dkms-xone.spec @@ -1,6 +1,6 @@ -%global commit b8f90dabf73e72d0446e0ff1fd27471e87abb501 +%global commit a9505894818dd6d164cab80c3e6acdc113454348 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250619 +%global commitdate 20250622 %global ver 0.3.1 %global debug_package %{nil} %global modulename xone From d8bf13e53e7d8f8a2dd1c10deceb7c1e17f44475 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 22 Jun 2025 07:28:05 -0500 Subject: [PATCH 102/203] fix(carla): Update build deps (#5605) * fix(carla): Try BuildConflicts Signed-off-by: Gilver * fix: Try a ci_setup script Signed-off-by: Gilver * fix: Does this need to be DNF5 explicitly? Signed-off-by: Gilver * Okay just don't use that flag Signed-off-by: Gilver * Try fixing the typo maybe Signed-off-by: Gilver * Considering the stuff this wants to remove I don't think this is safe but Signed-off-by: Gilver * I wanna try something first Signed-off-by: Gilver * ? Signed-off-by: Gilver * fix: Apparently this needs full FFmpeg and wants SDL? Signed-off-by: Gilver * fix: Search by CMake? Signed-off-by: Gilver * Delete anda/multimedia/carla/ci_setup.rhai Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/multimedia/carla/Carla-nightly.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/carla/Carla-nightly.spec b/anda/multimedia/carla/Carla-nightly.spec index 84128c252c..5d83a378c0 100644 --- a/anda/multimedia/carla/Carla-nightly.spec +++ b/anda/multimedia/carla/Carla-nightly.spec @@ -79,12 +79,14 @@ BuildRequires: pkgconfig(mxml) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(Qt5Core) BuildRequires: python3-qt5-base -BuildRequires: python3-magic +BuildRequires: python3-file-magic BuildRequires: python3-rdflib BuildRequires: pkgconfig(liblo) BuildRequires: pkgconfig(zlib) Buildrequires: pkgconfig(libmagic) -BuildRequires: (ffmpeg-free-devel or ffmpeg-devel) +BuildRequires: cmake(SDL2) +BuildRequires: cmake(SDL3) +BuildRequires: ffmpeg-devel BuildRequires: desktop-file-utils BuildRequires: make BuildRequires: /usr/bin/appstream-util From 865fc243572537324c955738f40a01aeb8beb154 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sun, 22 Jun 2025 07:28:35 -0500 Subject: [PATCH 103/203] fix(legcord-nightly): Disable stripping (#5604) Signed-off-by: Gilver --- anda/apps/legcord/nightly/legcord-nightly.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/apps/legcord/nightly/legcord-nightly.spec b/anda/apps/legcord/nightly/legcord-nightly.spec index 3dccea87a4..ee0e82d816 100644 --- a/anda/apps/legcord/nightly/legcord-nightly.spec +++ b/anda/apps/legcord/nightly/legcord-nightly.spec @@ -1,7 +1,8 @@ %global commit 0b1a005936552abd5aed144bdc0ca5a82f2fa682 %global commit_date 20250622 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%define debug_package %nil +%global debug_package %nil +%global __strip /bin/true %global __provides_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$ %ifnarch aarch64 %global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*)|(.*\\aarch64*\\.so.*))$ From 29ede7bc9331f05b49aa86bd1eab4418c5b2b5e2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sun, 22 Jun 2025 20:41:06 +0000 Subject: [PATCH 104/203] bump: chezmoi --- anda/langs/go/chezmoi/chezmoi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/go/chezmoi/chezmoi.spec b/anda/langs/go/chezmoi/chezmoi.spec index bd72f4e877..63a732a470 100644 --- a/anda/langs/go/chezmoi/chezmoi.spec +++ b/anda/langs/go/chezmoi/chezmoi.spec @@ -4,7 +4,7 @@ # https://github.com/twpayne/chezmoi %global goipath github.com/twpayne/chezmoi -Version: 2.62.6 +Version: 2.62.7 %gometa -f From 8aee7f4aa916b4745e37d92631f5ef7cabb4f443 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 02:01:58 +0000 Subject: [PATCH 105/203] bump(nightly): hyprgraphics.nightly ghostty-nightly zed-nightly prismlauncher-nightly astal openbangla-keyboard-nightly Carla-nightly libva-nvidia-driver scx-scheds-nightly xone --- .../waylands/hyprgraphics/hyprgraphics.nightly.spec | 6 +++--- anda/devs/ghostty/nightly/ghostty-nightly.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- .../prismlauncher-nightly/prismlauncher-nightly.spec | 4 ++-- anda/lib/astal/astal/astal.spec | 4 ++-- .../openbangla-keyboard/openbangla-keyboard-nightly.spec | 4 ++-- anda/multimedia/carla/Carla-nightly.spec | 4 ++-- .../nvidia/libva-nvidia-driver/libva-nvidia-driver.spec | 8 ++++---- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xone/kmod-common/xone.spec | 4 ++-- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/anda/desktops/waylands/hyprgraphics/hyprgraphics.nightly.spec b/anda/desktops/waylands/hyprgraphics/hyprgraphics.nightly.spec index a92e179b66..639f9863fe 100644 --- a/anda/desktops/waylands/hyprgraphics/hyprgraphics.nightly.spec +++ b/anda/desktops/waylands/hyprgraphics/hyprgraphics.nightly.spec @@ -1,9 +1,9 @@ #? https://src.fedoraproject.org/rpms/hyprgraphics/blob/rawhide/f/hyprgraphics.spec %global realname hyprgraphics -%global ver 0.1.3 -%global commit 15c6f8f3a567fec9a0f732cd310a7ff456deef88 -%global commit_date 20250620 +%global ver 0.1.4 +%global commit b3d628d01693fb9bb0a6690cd4e7b80abda04310 +%global commit_date 20250623 %global shortcommit %{sub %commit 1 7} %bcond libjxl 1 diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 3f0f2ab35e..c631738ba1 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 9d922e1c629dcd01b1bb2c7109f40305e5ac9c2c +%global commit 3e79c4b7eaf7c875001fd028df5188d10a6246ee %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2025-06-21 +%global fulldate 2025-06-23 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.1.4 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index eb1ea36db2..8e21a22d5b 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 3cb4342a7606e724536bd5ad79e0f8a4fd49b3fa +%global commit 7f44e4b89c74895165a986896d084779486f673c %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250622 +%global commit_date 20250623 %global ver 0.193.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index ce5d838da9..0a8541af9a 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -1,10 +1,10 @@ %global real_name prismlauncher %global nice_name PrismLauncher -%global commit 1064e5dc575e6992746a85230bdecd802b00a9f5 +%global commit e0c569365f39ac6277c645ed26ce2ccff6a3a4ae %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250622 +%global commit_date 20250623 %global snapshot_info %{commit_date}.%{shortcommit} %bcond_without qt6 diff --git a/anda/lib/astal/astal/astal.spec b/anda/lib/astal/astal/astal.spec index d3f2987089..3467de6834 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,7 +1,7 @@ -%global commit ca3190d077d09b9597e7de471a8e388a08f112e9 +%global commit 07d7f994871424f4321671050f97e2b3a4540af7 %global shortcommit %{sub %commit 1 7} -%global commit_date 20250616 +%global commit_date 20250623 Name: astal Version: 0^%commit_date.%shortcommit diff --git a/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec b/anda/misc/openbangla-keyboard/openbangla-keyboard-nightly.spec index 8fbb44641f..83f13fcd84 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 0cc91abe97f98da356bd886c3cd6657e2c187478 -%global commit_date 20250602 +%global commit 079f3d8b4cb3906f9eb7bd2a7b32f52f9df9bb97 +%global commit_date 20250623 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: openbangla-keyboard-nightly diff --git a/anda/multimedia/carla/Carla-nightly.spec b/anda/multimedia/carla/Carla-nightly.spec index 5d83a378c0..266554b7e2 100644 --- a/anda/multimedia/carla/Carla-nightly.spec +++ b/anda/multimedia/carla/Carla-nightly.spec @@ -1,8 +1,8 @@ %global pname carla %global ver v2.5.9 -%global commit 378d5dbba527ad548c1976eaaec8b37730c13c3a +%global commit 54ebc831f54d37b23a400f85cb3d44637718d52e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250622 +%global commit_date 20250623 Name: Carla-nightly Version: %(echo %ver | tr -d 'v')^%commit_date.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 9f4093edc0..e3454143c0 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 effa3af05da4525d850a525ae2dedf5eb80351d7 -%global date 20250524 +%global commit0 677f48002cee82e4e37d4e95a5b085ab1c5bbe98 +%global date 20250623 %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.13%{!?tag:^%{date}git%{shortcommit0}} -Release: 1%{?dist} +Version: 0.0.14%{!?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/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 31cff58e20..574fca8cc2 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 a3ea1f2f9bfd9b07a40e1d86865bb9282055d595 +%global commit 3859f066f52815532fe372acb1de5eb7324f232d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250622 +%global commitdate 20250623 %global ver 1.0.13 Name: scx-scheds-nightly diff --git a/anda/system/xone/kmod-common/xone.spec b/anda/system/xone/kmod-common/xone.spec index 1152978a98..e93f170a02 100644 --- a/anda/system/xone/kmod-common/xone.spec +++ b/anda/system/xone/kmod-common/xone.spec @@ -1,6 +1,6 @@ -%global commit a9505894818dd6d164cab80c3e6acdc113454348 +%global commit 474bace4dde2cac5784828e7504735d909b291a0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250622 +%global commitdate 20250623 %global ver 0.3.1 %global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d %global firmware_hash0 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf66 From 48625c65772c98d24ee41c49842fee847bde1851 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 03:11:44 +0000 Subject: [PATCH 106/203] bump(branch): astal-gtk xone-kmod dkms-xone --- anda/lib/astal/astal-gtk/astal-gtk.spec | 4 ++-- anda/system/xone/akmod/xone-kmod.spec | 4 ++-- anda/system/xone/dkms/dkms-xone.spec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index 2c645df8a6..5a2093d64f 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,5 +1,5 @@ -%global commit ca3190d -%global commit_date 20250616 +%global commit 07d7f99 +%global commit_date 20250623 Name: astal Version: 0^%commit_date.%commit diff --git a/anda/system/xone/akmod/xone-kmod.spec b/anda/system/xone/akmod/xone-kmod.spec index e69015f226..3b9b9c5a2f 100644 --- a/anda/system/xone/akmod/xone-kmod.spec +++ b/anda/system/xone/akmod/xone-kmod.spec @@ -1,6 +1,6 @@ -%global commit a9505894818dd6d164cab80c3e6acdc113454348 +%global commit 474bace4dde2cac5784828e7504735d909b291a0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250622 +%global commitdate 20250623 %global ver 0.3.1 %define buildforkernels akmod %global debug_package %{nil} diff --git a/anda/system/xone/dkms/dkms-xone.spec b/anda/system/xone/dkms/dkms-xone.spec index 416bbedbc6..37fbd7aec1 100644 --- a/anda/system/xone/dkms/dkms-xone.spec +++ b/anda/system/xone/dkms/dkms-xone.spec @@ -1,6 +1,6 @@ -%global commit a9505894818dd6d164cab80c3e6acdc113454348 +%global commit 474bace4dde2cac5784828e7504735d909b291a0 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250622 +%global commitdate 20250623 %global ver 0.3.1 %global debug_package %{nil} %global modulename xone From 11c035cb7e65787e847975d8ef4fbbf851b15c72 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 03:42:30 +0000 Subject: [PATCH 107/203] 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 f3c19fbcd5..f9d17b6828 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: 2025.6.5 +Version: 2025.6.6 Release: 1%?dist Summary: Front-end to your dev env From f3ebd7e52d1a9a4be8eafcf1330d79202bfb6df9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 07:42:54 +0000 Subject: [PATCH 108/203] bump: rust-kanata --- anda/tools/kanata/rust-kanata.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tools/kanata/rust-kanata.spec b/anda/tools/kanata/rust-kanata.spec index d674d64dae..f840461334 100644 --- a/anda/tools/kanata/rust-kanata.spec +++ b/anda/tools/kanata/rust-kanata.spec @@ -4,7 +4,7 @@ %global crate kanata Name: rust-kanata -Version: 1.8.1 +Version: 1.9.0 Release: 1%?dist Summary: Multi-layer keyboard customization From da70409d0919a76159b93a17dc2ce74cff58961b Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 23 Jun 2025 17:26:28 +0800 Subject: [PATCH 109/203] fix(kanata): rust2rpm (#5613) --- .../kanata/kanata-fix-metadata-auto.diff | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/anda/tools/kanata/kanata-fix-metadata-auto.diff b/anda/tools/kanata/kanata-fix-metadata-auto.diff index f7446e4b7a..acb539232a 100644 --- a/anda/tools/kanata/kanata-fix-metadata-auto.diff +++ b/anda/tools/kanata/kanata-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- kanata-*/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ kanata-*/Cargo.toml 2025-02-24T02:18:17.384667+00:00 -@@ -124,23 +124,9 @@ +--- kanata-1.9.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ kanata-1.9.0/Cargo.toml 2025-06-23T09:19:38.121344+00:00 +@@ -45,23 +45,9 @@ "kanata-parser/gui", "win_sendinput_send_scancodes", "win_llhook_read_scancodes", @@ -24,7 +24,7 @@ "kanata-parser/interception_driver", ] passthru_ahk = [ -@@ -154,9 +140,7 @@ +@@ -75,9 +61,7 @@ wasm = ["instant/wasm-bindgen"] win_llhook_read_scancodes = ["kanata-parser/win_llhook_read_scancodes"] win_manifest = [ @@ -34,10 +34,10 @@ ] win_sendinput_send_scancodes = ["kanata-parser/win_sendinput_send_scancodes"] zippychord = ["kanata-parser/zippychord"] -@@ -192,91 +176,2 @@ +@@ -186,97 +170,9 @@ [target.'cfg(target_os = "linux")'.dependencies.signal-hook] version = "0.3.14" -- + -[target.'cfg(target_os = "macos")'.dependencies.core-graphics] -version = "0.24.0" - @@ -126,3 +126,10 @@ -[target.'cfg(target_os = "windows")'.build-dependencies.regex] -version = "1.10.4" -optional = true +- + [profile.release] + opt-level = "z" + lto = "fat" + codegen-units = 1 + panic = "abort" ++ From 34f8cc0962859126069114d7c7f4626f78293e5d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 10:23:03 +0000 Subject: [PATCH 110/203] 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 7cbd83b853..9cc9ff04c6 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 1238368d77798aee3969e15349f87dfa21cdd5c0 +%global commit fcc7fe7570da28147906b6779d2f0587ae4ee854 %forgemeta Name: lomiri-system-settings From e772b9944fe6db90702d271fb329b0209e7bc114 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 11:39:11 +0000 Subject: [PATCH 111/203] 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 f9d17b6828..6208a9e826 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: 2025.6.6 +Version: 2025.6.7 Release: 1%?dist Summary: Front-end to your dev env From f3e1c334d259e58c9f5529b9839dbf0ffec5d73c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 12:57:37 +0000 Subject: [PATCH 112/203] bump: falcond --- anda/system/falcond/falcond.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index b3b5cffc3d..ea21e8e01a 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -1,8 +1,8 @@ %global _include_minidebuginfo 0 Name: falcond -Version: 1.1.5 -Release: 2%{?dist} +Version: 1.1.6 +Release: 1%?dist Summary: Advanced Linux Gaming Performance Daemon License: MIT URL: https://git.pika-os.com/general-packages/falcond From ea1d76d7127b6a86338809ae6571cf4ec4c7eb8c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 13:38:50 +0000 Subject: [PATCH 113/203] bump: kotlin-native kotlin --- anda/langs/kotlin/kotlin-native/kotlin-native.spec | 2 +- anda/langs/kotlin/kotlin/kotlin.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/langs/kotlin/kotlin-native/kotlin-native.spec b/anda/langs/kotlin/kotlin-native/kotlin-native.spec index 15d99f676f..8484d8fb5c 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.1.21 +Version: 2.2.0 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 d534b1e225..1e694fcaf1 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.1.21 +Version: 2.2.0 Release: 1%?dist Summary: Statically typed programming language From f93a3ab04e84382cc319af56ea70bb7d08cf4bf0 Mon Sep 17 00:00:00 2001 From: madomado Date: Mon, 23 Jun 2025 22:33:25 +0800 Subject: [PATCH 114/203] fix(mise): rust2rpm (#5612) --- anda/tools/buildsys/mise/mise-fix-metadata-auto.diff | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff b/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff index 58e417b096..7145ccb2e3 100644 --- a/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff +++ b/anda/tools/buildsys/mise/mise-fix-metadata-auto.diff @@ -1,6 +1,6 @@ ---- mise-2025.5.15/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ mise-2025.5.15/Cargo.toml 2025-05-28T15:40:58.219641+00:00 -@@ -475,25 +475,6 @@ +--- mise-2025.6.6/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ mise-2025.6.6/Cargo.toml 2025-06-23T09:18:21.561501+00:00 +@@ -475,26 +475,6 @@ optional = true default-features = false @@ -8,6 +8,7 @@ -version = "0.42" -features = [ - "archive-zip", +- "compression-zip-deflate", - "signatures", -] -optional = true @@ -26,7 +27,7 @@ [lints.clippy] borrowed_box = "allow" -@@ -508,3 +489,4 @@ +@@ -509,3 +489,4 @@ [profile.serious] lto = true inherits = "release" From bd6d702dd98ea8679b746f9e2679c62b4c4634a2 Mon Sep 17 00:00:00 2001 From: Gilver Date: Mon, 23 Jun 2025 10:10:14 -0500 Subject: [PATCH 115/203] chore(falcond): v2 is high enough now (#5620) DNF microarch support when so we can handle this better Signed-off-by: Gilver --- anda/system/falcond/falcond.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/falcond/falcond.spec b/anda/system/falcond/falcond.spec index ea21e8e01a..fbe5981f7d 100644 --- a/anda/system/falcond/falcond.spec +++ b/anda/system/falcond/falcond.spec @@ -2,7 +2,7 @@ Name: falcond Version: 1.1.6 -Release: 1%?dist +Release: 2%?dist Summary: Advanced Linux Gaming Performance Daemon License: MIT URL: https://git.pika-os.com/general-packages/falcond @@ -33,7 +33,7 @@ install -Dm644 %{SOURCE1} %{buildroot}%{_presetdir}/60-%{name}.preset # When DNF supports microarchitectures the fallback option for -c can be used here instead DESTDIR="%{buildroot}" \ %ifarch x86_64 -%{zig_build_target -r fast -c x86_64_v3 -s} \ +%{zig_build_target -r fast -c x86_64_v2 -s} \ %elifarch aarch64 %{zig_build_target -r fast -s} \ %endif From 4a6390c95081093d96ba7d8804a24b382baa8b58 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 15:25:49 +0000 Subject: [PATCH 116/203] bump: readymade-git --- anda/system/readymade/git/readymade-git.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/system/readymade/git/readymade-git.spec b/anda/system/readymade/git/readymade-git.spec index 0bed57f8ce..8a4427634b 100644 --- a/anda/system/readymade/git/readymade-git.spec +++ b/anda/system/readymade/git/readymade-git.spec @@ -1,5 +1,5 @@ -%global commit 4484d501c9e3f5227ae582267f053dd9fe7cbe89 -%global commit_date 20250621 +%global commit 3ce23794fe03d49a22d8b18fada03bd3b4f6703d +%global commit_date 20250623 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: readymade-git From dc9e94b60cffa7dee15948c01499aac5ee32ec79 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 17:18:14 +0000 Subject: [PATCH 117/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 4c0a1ac398..57800fd49b 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.15.0-dev.864+75d0ec9c0 +%global ver 0.15.0-dev.865+3034d1e37 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From ce9466431b09314d3f13840efbd321f548de5584 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 17:39:08 +0000 Subject: [PATCH 118/203] 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 38dca429f8..f3b5c64354 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.702 +Version: 0.0.703 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 1734c3beae..dd8464e506 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.702 +Version: 0.0.703 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From 9b9927f9c2eb31d3d87b1c913f34fc22df02ae36 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 17:51:00 +0000 Subject: [PATCH 119/203] 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 f1484025f5..2be1ac4221 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.148 +Version: 0.0.149 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 b9324d27c0..e4f6989dcd 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.148 +Version: 0.0.149 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com From bf33514ca86ee44cbff2a085ea10a85b5c1df834 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 18:23:25 +0000 Subject: [PATCH 120/203] 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 e5d8e5aa7a..f20a4fd3f0 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.864+75d0ec9c0 +Version: 0.15.0~dev.865+3034d1e37 Release: 1%?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 12e6e64ed1ada1926d9be00dfb6cbdf484cc03b7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Mon, 23 Jun 2025 23:31:28 +0000 Subject: [PATCH 121/203] 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 ef05a97cf9..f300c90b94 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit b0067e893456b4b6695371faab943bde5f4b935d -%global ver 0.0.37-18024 +%global commit 9c93ec0bc31bbc94ca4dce2a76ceea80da6f6554 +%global ver 0.0.37-18022 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 0bf7c670a6862c246c0c400751eb22cf1f797dff Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 01:49:02 +0000 Subject: [PATCH 122/203] 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 7161ecdf92..ba5b50cbd0 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-22 +%global ver 2025-06-24 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 8a3ff238fa8ddb6ad863caf78b951d679b88f876 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 01:55:46 +0000 Subject: [PATCH 123/203] bump(nightly): hyprutils.nightly ghostty-nightly zed-nightly grabnim astal nvidia-patch scx-scheds-nightly --- anda/desktops/waylands/hyprutils/hyprutils.nightly.spec | 4 ++-- anda/devs/ghostty/nightly/ghostty-nightly.spec | 2 +- anda/devs/zed/nightly/zed-nightly.spec | 4 ++-- anda/langs/nim/grabnim/grabnim.spec | 4 ++-- anda/lib/astal/astal/astal.spec | 4 ++-- anda/system/nvidia-patch/nvidia-patch.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec index 0cb8b66022..4df6534159 100644 --- a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec @@ -3,8 +3,8 @@ %global realname hyprutils %global ver 0.7.1 -%global commit 38f3a211657ce82a1123bf19402199b67a410f08 -%global commit_date 20250620 +%global commit 1b8090e5d87e6c365eabb1a0c10bf5cd0d6fe60d +%global commit_date 20250624 %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 c631738ba1..5e4b15278d 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit 3e79c4b7eaf7c875001fd028df5188d10a6246ee +%global commit 373fc6bcbf04f50bc8a8d19c7688f8ee24fb3849 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2025-06-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 8e21a22d5b..74d2706d04 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 7f44e4b89c74895165a986896d084779486f673c +%global commit 21f985a018f7cca9c0fb7f5b7a87555486ab9db5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250623 +%global commit_date 20250624 %global ver 0.193.0 %bcond_with check diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index 824b8ba0df..f5006d298a 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit 183ef39ae3ef7ced8f441d7a3ff9bcf326aaee6b -%global commit_date 20250622 +%global commit 28790ca21b88d4cb3f0ce9bfff20e2c917065e7e +%global commit_date 20250624 %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 3467de6834..843562f37a 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,7 +1,7 @@ -%global commit 07d7f994871424f4321671050f97e2b3a4540af7 +%global commit 36f1dafe8f298a275c20032c37bd135aa955e4ba %global shortcommit %{sub %commit 1 7} -%global commit_date 20250623 +%global commit_date 20250624 Name: astal Version: 0^%commit_date.%shortcommit diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index 51884386e8..c0b7da7246 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 c3621cc0855244380d85ad2b7601d5946d048015 +%global commit c67e5929f8ce6b1255c249c70b915463ba170ce3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250618 +%global commit_date 20250624 %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 574fca8cc2..af005d47ac 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 3859f066f52815532fe372acb1de5eb7324f232d +%global commit 87d3eb407ff780300db62418983a28305d435e59 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250623 +%global commitdate 20250624 %global ver 1.0.13 Name: scx-scheds-nightly From 372ca949dcded0b588412504795df683ef1d80f7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 03:03:53 +0000 Subject: [PATCH 124/203] bump(branch): astal-gtk --- anda/lib/astal/astal-gtk/astal-gtk.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index 5a2093d64f..45b06433d0 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,5 +1,5 @@ -%global commit 07d7f99 -%global commit_date 20250623 +%global commit 36f1daf +%global commit_date 20250624 Name: astal Version: 0^%commit_date.%commit From 452f50fe58014f7f3ef4625dc5f9333051ef5720 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 03:12:37 +0000 Subject: [PATCH 125/203] 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 f300c90b94..fa2309cc31 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 9c93ec0bc31bbc94ca4dce2a76ceea80da6f6554 -%global ver 0.0.37-18022 +%global commit 329655a1bff2460bdd388397184a1bcb18373d76 +%global ver 0.0.37-18025 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 5d8b753bc954cb81c255a0d9d2e05fad06e6e1e9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 04:37:19 +0000 Subject: [PATCH 126/203] 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 fa2309cc31..f300c90b94 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 329655a1bff2460bdd388397184a1bcb18373d76 -%global ver 0.0.37-18025 +%global commit 9c93ec0bc31bbc94ca4dce2a76ceea80da6f6554 +%global ver 0.0.37-18022 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 5a3fff205b46f3d49a1a34bcb8422fd252ca814e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 05:23:03 +0000 Subject: [PATCH 127/203] bump: scenefx --- anda/lib/scenefx/scenefx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/scenefx/scenefx.spec b/anda/lib/scenefx/scenefx.spec index dc8f9adb7a..c5d99d51e2 100644 --- a/anda/lib/scenefx/scenefx.spec +++ b/anda/lib/scenefx/scenefx.spec @@ -1,5 +1,5 @@ Name: scenefx -Version: 0.3 +Version: 0.4 Release: 1%?dist Summary: A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects From 0e6c10871e374c18fafb7f72abc3d803da92470d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 05:45:27 +0000 Subject: [PATCH 128/203] bump: swayfx scenefx --- anda/desktops/swayfx/swayfx.spec | 2 +- anda/lib/scenefx/scenefx.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/desktops/swayfx/swayfx.spec b/anda/desktops/swayfx/swayfx.spec index a0c8aabc63..80bfbf8850 100644 --- a/anda/desktops/swayfx/swayfx.spec +++ b/anda/desktops/swayfx/swayfx.spec @@ -1,7 +1,7 @@ %global swayVersion 1.10.1 Name: swayfx -Version: 0.5.1 +Version: 0.5.2 Release: 1%?dist Summary: SwayFX: Sway, but with eye candy! diff --git a/anda/lib/scenefx/scenefx.spec b/anda/lib/scenefx/scenefx.spec index c5d99d51e2..2d0b19b60f 100644 --- a/anda/lib/scenefx/scenefx.spec +++ b/anda/lib/scenefx/scenefx.spec @@ -1,5 +1,5 @@ Name: scenefx -Version: 0.4 +Version: 0.4.1 Release: 1%?dist Summary: A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects From d2b81e01c98bafe98de42fccdecc96cb51b0b17c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 05:55:51 +0000 Subject: [PATCH 129/203] bump: scenefx --- anda/lib/scenefx/scenefx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/scenefx/scenefx.spec b/anda/lib/scenefx/scenefx.spec index 2d0b19b60f..c5d99d51e2 100644 --- a/anda/lib/scenefx/scenefx.spec +++ b/anda/lib/scenefx/scenefx.spec @@ -1,5 +1,5 @@ Name: scenefx -Version: 0.4.1 +Version: 0.4 Release: 1%?dist Summary: A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects From 36970fce14f13f4805669ccacf1bcdccd31c2b7b Mon Sep 17 00:00:00 2001 From: Gilver Date: Tue, 24 Jun 2025 01:01:21 -0500 Subject: [PATCH 130/203] chore(scenefx): Update build dependencies and files (#5624) * chore(scenefx): Update build dependencies `wlroots-0.19.0` is still in testing on F42 and it is unclear if it will be added to F41. Signed-off-by: Gilver * chore: Update files Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/lib/scenefx/scenefx.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/lib/scenefx/scenefx.spec b/anda/lib/scenefx/scenefx.spec index c5d99d51e2..525d5fb33e 100644 --- a/anda/lib/scenefx/scenefx.spec +++ b/anda/lib/scenefx/scenefx.spec @@ -25,7 +25,7 @@ BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) >= 1.32 BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(wayland-server) >= 1.22 -BuildRequires: pkgconfig(wlroots-0.18) +BuildRequires: pkgconfig(wlroots-0.19) Packager: Atmois @@ -65,9 +65,9 @@ MESON_OPTIONS=( %files %license LICENSE %doc README.md -%{_libdir}/lib%{name}-0.2.so +%{_libdir}/lib%{name}-*.so %files devel -%{_includedir}/%{name}-0.2/* -%{_libdir}/pkgconfig/%{name}-0.2.pc +%{_includedir}/%{name}-*/* +%{_libdir}/pkgconfig/%{name}-*.pc From a29d9e2b5de206ca74e54e9f8f3a4e5864f732d9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 06:31:02 +0000 Subject: [PATCH 131/203] bump: scenefx electron --- anda/lib/scenefx/scenefx.spec | 2 +- anda/tools/electron/electron.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/lib/scenefx/scenefx.spec b/anda/lib/scenefx/scenefx.spec index 525d5fb33e..27da3740a9 100644 --- a/anda/lib/scenefx/scenefx.spec +++ b/anda/lib/scenefx/scenefx.spec @@ -1,5 +1,5 @@ Name: scenefx -Version: 0.4 +Version: 0.4.1 Release: 1%?dist Summary: A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index baecfb37c2..b7eb9bafcc 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -12,7 +12,7 @@ %global __provides_exclude_from %{_libdir}/%{name}/.*\\.so Name: electron -Version: 36.5.0 +Version: 37.0.0 Release: 1%?dist Summary: Build cross platform desktop apps with web technologies License: MIT From ca434342c3175a34e16eda53edddd0972a48c4e8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 10:22:47 +0000 Subject: [PATCH 132/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 57800fd49b..40ec487e4c 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.15.0-dev.865+3034d1e37 +%global ver 0.15.0-dev.869+640a13065 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From dbad71d54094c08cea89c9f2fbbce06dd8470794 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 11:13:07 +0000 Subject: [PATCH 133/203] 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 f20a4fd3f0..004e936115 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.865+3034d1e37 +Version: 0.15.0~dev.869+640a13065 Release: 1%?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 0d401bd773bd4478b5f93dc616a07f25b0176857 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 15:23:59 +0000 Subject: [PATCH 134/203] 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 914a9e6b9f..8cf0d9b8ef 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.192.3-pre +%global ver 0.192.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 541f953397..29e4557895 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -9,7 +9,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.191.7 +Version: 0.191.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 From ba133234d63ee893098931d1b4458affd7f02378 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 15:44:44 +0000 Subject: [PATCH 135/203] bump: tela-icon-theme --- anda/themes/tela-icon-theme/tela-icon-theme.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/themes/tela-icon-theme/tela-icon-theme.spec b/anda/themes/tela-icon-theme/tela-icon-theme.spec index cc5619bb4e..0b2ee8ff76 100644 --- a/anda/themes/tela-icon-theme/tela-icon-theme.spec +++ b/anda/themes/tela-icon-theme/tela-icon-theme.spec @@ -1,5 +1,5 @@ -%global commit 5c8ce407d95ce4cd266a2d05a9fac22ab85c397f -%global commit_date 20250617 +%global commit 2a80f232ba3d683423acc8fa04c34ed05943f3e2 +%global commit_date 20250624 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tela-icon-theme From 11a791c4e0c030b0c3811f85c60d105c07de468b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 16:52:38 +0000 Subject: [PATCH 136/203] 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 f3b5c64354..ed343f82da 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.703 +Version: 0.0.704 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 dd8464e506..46472315d5 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.703 +Version: 0.0.704 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From 6c89a6e72e6b04f747f246dd37fdcea90996b065 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 17:52:20 +0000 Subject: [PATCH 137/203] 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 29e4557895..d976f0eb5f 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -9,7 +9,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.191.8 +Version: 0.191.9 Release: 1%?dist Summary: Zed is a high-performance, multiplayer code editor SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later From 2f2ff321323ec4d40b6ca127b1f3ee37ab9429c1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 18:28:04 +0000 Subject: [PATCH 138/203] bump: discord-openasar discord zed-preview --- anda/apps/discord-openasar/discord-openasar.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/devs/zed/preview/zed-preview.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index 8976c5e8e4..33fef4ddfd 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.98 +Version: 0.0.99 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 e2a53578d4..396577a8aa 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.98 +Version: 0.0.99 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 8cf0d9b8ef..02577f6c5b 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.192.4-pre +%global ver 0.192.5-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From c9e3e9cfd4e86d91f9cc1273a7e222f8fecf4555 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 21:18:52 +0000 Subject: [PATCH 139/203] 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 ed343f82da..25f22b4675 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.704 +Version: 0.0.705 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 46472315d5..bf76cf6149 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.704 +Version: 0.0.705 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From b221e21c4847f0d934250ba1937401cc951a4781 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Tue, 24 Jun 2025 23:35:52 +0000 Subject: [PATCH 140/203] 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 dae969e6d8..a10ccfcc53 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.59.0 +Version: 0.59.1 Release: 1%?dist Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later From 5c13a5d3a2d7d4b507e3921e4bae6edbb57403d6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 01:55:53 +0000 Subject: [PATCH 141/203] bump(nightly): ghostty-nightly micro-nightly zed-nightly grabnim nvidia-patch 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/langs/nim/grabnim/grabnim.spec | 4 ++-- anda/system/nvidia-patch/nvidia-patch.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/anda/devs/ghostty/nightly/ghostty-nightly.spec b/anda/devs/ghostty/nightly/ghostty-nightly.spec index 5e4b15278d..602ebf75e1 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 373fc6bcbf04f50bc8a8d19c7688f8ee24fb3849 +%global commit 00aad8662544fe12c80cee19f626d84480849547 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2025-06-23 +%global fulldate 2025-06-24 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.1.4 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index 5b3ef2dfc0..b760c2da38 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 97b5e3506e486219550f20a5a2481d7faeb60726 -%global commit_date 20250621 +%global commit_hash 4db233acf4bff3095ccb52fc2c1d47af0fa62c74 +%global commit_date 20250625 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.14 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 74d2706d04..c1d8465706 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit 21f985a018f7cca9c0fb7f5b7a87555486ab9db5 +%global commit aa330fcf2c4c1153d5c4f0408a4f6bfc145d94d5 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250624 +%global commit_date 20250625 %global ver 0.193.0 %bcond_with check diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index f5006d298a..5c68b86199 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit 28790ca21b88d4cb3f0ce9bfff20e2c917065e7e -%global commit_date 20250624 +%global commit 32f5c584d3510b80615d8569b9765dd58cffa525 +%global commit_date 20250625 %global shortcommit %{sub %commit 1 7} Name: grabnim diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index c0b7da7246..82a489fd56 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 c67e5929f8ce6b1255c249c70b915463ba170ce3 +%global commit e52a24855cf45312776cd8fc5a968ff1fcf1881a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250624 +%global commit_date 20250625 %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 af005d47ac..2c4e907e81 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 87d3eb407ff780300db62418983a28305d435e59 +%global commit 5cce6ff6a22d647db55a8596a88c8e29e6fdf970 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250624 +%global commitdate 20250625 %global ver 1.0.13 Name: scx-scheds-nightly From a5ef256f04aaf02de92dc8de803eb6f571aef587 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 02:04:16 +0000 Subject: [PATCH 142/203] 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 ba5b50cbd0..973cd9c1f7 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-24 +%global ver 2025-06-25 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From c270e5de494db5d550bbbb9e41dd6dc58ff7c101 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 03:32:10 +0000 Subject: [PATCH 143/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 40ec487e4c..1b8b517202 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.15.0-dev.869+640a13065 +%global ver 0.15.0-dev.870+710632b45 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 348a6d38f7861c57d632d0612c366b60b965b591 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 04:06:06 +0000 Subject: [PATCH 144/203] 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 fb19be9e83..de3d5129a8 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: 0.14.0 +Version: 0.15.0 Release: 1%?dist Summary: A modern self-hosted music player License: GPL-3.0 From 60defc5fe3dcac7f037acecb66da5cb5218b32c7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 04:50:07 +0000 Subject: [PATCH 145/203] 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 004e936115..d342dc4190 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.869+640a13065 +Version: 0.15.0~dev.870+710632b45 Release: 1%?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 145baf4a5e9e13f27f36a6da1824b66b099e9516 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 05:49:56 +0000 Subject: [PATCH 146/203] bump: feishin opengamepadui --- anda/apps/feishin/feishin.spec | 2 +- anda/games/opengamepadui/opengamepadui.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/apps/feishin/feishin.spec b/anda/apps/feishin/feishin.spec index de3d5129a8..4efb48e4b9 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: 0.15.0 +Version: 0.15.1 Release: 1%?dist Summary: A modern self-hosted music player License: GPL-3.0 diff --git a/anda/games/opengamepadui/opengamepadui.spec b/anda/games/opengamepadui/opengamepadui.spec index 808d857ebb..7bc3a3d4f2 100644 --- a/anda/games/opengamepadui/opengamepadui.spec +++ b/anda/games/opengamepadui/opengamepadui.spec @@ -1,5 +1,5 @@ Name: opengamepadui -Version: 0.40.0 +Version: 0.40.1 Release: 1%?dist Summary: Open source gamepad-native game launcher and overlay From 9d934150525fa0007380ede7e312119afc97a5fd Mon Sep 17 00:00:00 2001 From: Gilver Date: Wed, 25 Jun 2025 07:19:12 -0500 Subject: [PATCH 147/203] chore(swayfx): Update build deps (#5628) * chore(swayfx): Update build deps Signed-off-by: Gilver * chore: Update wlroots too Signed-off-by: Gilver --------- Signed-off-by: Gilver --- anda/desktops/swayfx/swayfx.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/desktops/swayfx/swayfx.spec b/anda/desktops/swayfx/swayfx.spec index 80bfbf8850..06f88fbff5 100644 --- a/anda/desktops/swayfx/swayfx.spec +++ b/anda/desktops/swayfx/swayfx.spec @@ -33,8 +33,8 @@ BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-server) >= 1.21.0 BuildRequires: pkgconfig(wayland-protocols) >= 1.24 -BuildRequires: pkgconfig(scenefx-0.2) -BuildRequires: pkgconfig(wlroots-0.18) +BuildRequires: pkgconfig(scenefx-0.4) +BuildRequires: pkgconfig(wlroots-0.19) BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-icccm) BuildRequires: pkgconfig(xkbcommon) >= 1.5.0 @@ -149,4 +149,4 @@ install -d -m755 -pv %{buildroot}%{_sysconfdir}/sway/config.d %files wallpapers %license assets/LICENSE -%{_datadir}/backgrounds/sway \ No newline at end of file +%{_datadir}/backgrounds/sway From b1e6868e1dbfb0eb0e7caa2792c2e8442e5990a3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 16:55:36 +0000 Subject: [PATCH 148/203] 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 02577f6c5b..2a63bb2b14 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.192.5-pre +%global ver 0.193.0-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 5c414572cd6989caf923e1bea7dc6fa2af024970 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 17:18:23 +0000 Subject: [PATCH 149/203] 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 d976f0eb5f..52ca9475cc 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -9,7 +9,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.191.9 +Version: 0.192.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 58ee875d64d3c30d4efaaa0afb1a0a5cb2e70a63 Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 26 Jun 2025 01:37:59 +0800 Subject: [PATCH 150/203] add: bdf2sfd (#5636) --- anda/tools/bdf2sfd/anda.hcl | 5 +++++ anda/tools/bdf2sfd/bdf2sfd.spec | 30 ++++++++++++++++++++++++++++++ anda/tools/bdf2sfd/update.rhai | 0 3 files changed, 35 insertions(+) create mode 100644 anda/tools/bdf2sfd/anda.hcl create mode 100644 anda/tools/bdf2sfd/bdf2sfd.spec create mode 100644 anda/tools/bdf2sfd/update.rhai diff --git a/anda/tools/bdf2sfd/anda.hcl b/anda/tools/bdf2sfd/anda.hcl new file mode 100644 index 0000000000..69579731c5 --- /dev/null +++ b/anda/tools/bdf2sfd/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "bdf2sfd.spec" + } +} diff --git a/anda/tools/bdf2sfd/bdf2sfd.spec b/anda/tools/bdf2sfd/bdf2sfd.spec new file mode 100644 index 0000000000..40b48b09a2 --- /dev/null +++ b/anda/tools/bdf2sfd/bdf2sfd.spec @@ -0,0 +1,30 @@ +Name: bdf2sfd +Version: 1.1.9 +Release: 1%?dist +Summary: BDF to SFD converter, allowing to vectorize bitmap fonts +License: BSD-2-Clause +URL: https://github.com/fcambus/bdf2sfd +Source0: %url/archive/refs/tags/1.1.9.tar.gz +BuildRequires: cmake gcc + +%description +bdf2sfd is a BDF to SFD converter, allowing to vectorize bitmap fonts. + +It works by converting each pixel of a glyph to a polygon, which produces +large and unoptimized SFD files that should be post-processed using FontForge. + +%prep +%autosetup + +%build +%cmake +%cmake_build + +%install +%cmake_install + +%files +%doc README.md ChangeLog AUTHORS THANKS +%license LICENSE +%_bindir/%name +%_mandir/man1/%name.* diff --git a/anda/tools/bdf2sfd/update.rhai b/anda/tools/bdf2sfd/update.rhai new file mode 100644 index 0000000000..e69de29bb2 From 163420ac419fb25f8b19cd1c612e92ae54a79d12 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 17:39:17 +0000 Subject: [PATCH 151/203] 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 3e2dda17e5..ddbaccc3bf 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: 2025.06.12.232741 +Version: 2025.06.25.171013 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 9885a2306639478a642002a55ec70dc30ef1ca04 Mon Sep 17 00:00:00 2001 From: june <159748074+june-fish@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:15:56 -0500 Subject: [PATCH 152/203] add: virtualsmartcard (#5635) * add: virtualsmartcard * fix: update rhai script --- anda/tools/virtualsmartcard/anda.hcl | 5 +++ anda/tools/virtualsmartcard/update.rhai | 3 ++ .../virtualsmartcard/virtualsmartcard.spec | 40 +++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 anda/tools/virtualsmartcard/anda.hcl create mode 100644 anda/tools/virtualsmartcard/update.rhai create mode 100644 anda/tools/virtualsmartcard/virtualsmartcard.spec diff --git a/anda/tools/virtualsmartcard/anda.hcl b/anda/tools/virtualsmartcard/anda.hcl new file mode 100644 index 0000000000..23d088ef48 --- /dev/null +++ b/anda/tools/virtualsmartcard/anda.hcl @@ -0,0 +1,5 @@ +project pkg { + rpm { + spec = "virtualsmartcard.spec" + } +} diff --git a/anda/tools/virtualsmartcard/update.rhai b/anda/tools/virtualsmartcard/update.rhai new file mode 100644 index 0000000000..e78960ff12 --- /dev/null +++ b/anda/tools/virtualsmartcard/update.rhai @@ -0,0 +1,3 @@ +let v = gh_tag("frankmorgner/vsmartcard"); +v.crop(17); +rpm.version(v); diff --git a/anda/tools/virtualsmartcard/virtualsmartcard.spec b/anda/tools/virtualsmartcard/virtualsmartcard.spec new file mode 100644 index 0000000000..0d570fcd7e --- /dev/null +++ b/anda/tools/virtualsmartcard/virtualsmartcard.spec @@ -0,0 +1,40 @@ +Name: virtualsmartcard +Version: 0.10 +Release: 1%?dist +Summary: Smart card emulator and driver for networked smart card reader/emulator +URL: https://frankmorgner.github.io/vsmartcard/index.html +Source0: https://github.com/frankmorgner/vsmartcard/releases/download/%name-%version/%name-%version.tar.gz +License: GPL-3.0-only +BuildRequires: pcsc-lite-devel gcc libtool pkg-config qrencode-devel python3-devel help2man + +Requires: qrencode-libs python3 +Packager: june-fish + +%description +Virtual Smart Card emulates a smart card and makes it accessible through PC/SC. The vpcd is a smart card reader driver for PCSC-Lite and the windows smart card service. It allows smart card applications to access the vpicc through the PC/SC API. + +%prep +%autosetup +autoreconf --verbose --install +%configure prefix=NONE pythondir=%{python3_sitelib} bindir=%{_bindir} + +%build +%make_build + +%install +%make_install prefix=NONE pythondir=%{python3_sitelib} bindir=%{_bindir} + +%files +%{_bindir}/vicc +%{_mandir}/man1/vicc.1.gz +%{python3_sitelib}/virtualsmartcard/ +%{python3_sitelib}/virtualsmartcard/cards/ +%{_libdir}/pcsc/drivers/serial/libifdvpcd.so.%version +%{_libdir}/pcsc/drivers/serial/libifdvpcd.so +%{_sysconfdir}/reader.conf.d/vpcd +%{_bindir}/vpcd-config +%doc docs + +%changelog +* Wed Jun 25 2025 june-fish +- Initial Package From 6566f422215a865858f6f4e568e228b5628be53c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 18:52:47 +0000 Subject: [PATCH 153/203] bump: codium flutter yt-dlp-git --- anda/devs/codium/codium.spec | 2 +- anda/devs/flutter/flutter.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/anda/devs/codium/codium.spec b/anda/devs/codium/codium.spec index 47ce185e14..e7f0c01b3f 100644 --- a/anda/devs/codium/codium.spec +++ b/anda/devs/codium/codium.spec @@ -12,7 +12,7 @@ %endif Name: codium -Version: 1.101.14098 +Version: 1.101.24242 Release: 1%?dist Summary: Code editing. Redefined. License: MIT diff --git a/anda/devs/flutter/flutter.spec b/anda/devs/flutter/flutter.spec index f41163b6a1..84f73d5664 100644 --- a/anda/devs/flutter/flutter.spec +++ b/anda/devs/flutter/flutter.spec @@ -1,5 +1,5 @@ Name: flutter -Version: 3.32.4 +Version: 3.32.5 Release: 1%?dist Summary: SDK for crafting beautiful, fast user experiences from a single codebase License: BSD-3-Clause diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index ddbaccc3bf..e6717121b9 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: 2025.06.25.171013 +Version: 2025.06.25.183313 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From a36a5f7af756ea880f2bdbc074fa4cc4955943ae Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 19:14:06 +0000 Subject: [PATCH 154/203] 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 e6717121b9..413aa7720b 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: 2025.06.25.183313 +Version: 2025.06.25.190253 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 17b01345c24a6d99cd7b0c403e42ffd9f1aaf2a4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 19:29:06 +0000 Subject: [PATCH 155/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 1b8b517202..cba3d9c22c 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.15.0-dev.870+710632b45 +%global ver 0.15.0-dev.875+75d6d4c3f %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 9324f777f719b49b32dd565912cd8bd24c048e64 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 19:41:01 +0000 Subject: [PATCH 156/203] 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 413aa7720b..cae181ea8f 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: 2025.06.25.190253 +Version: 2025.06.25.192434 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From f261209331763e3c45f1656e03594e55012a884b Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 20:16:19 +0000 Subject: [PATCH 157/203] 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 d342dc4190..f03e803456 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.870+710632b45 +Version: 0.15.0~dev.875+75d6d4c3f Release: 1%?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 2e4211e6c95228fbdc7c3ab771bc941a48b6c139 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 20:44:07 +0000 Subject: [PATCH 158/203] 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 f300c90b94..8688ef4731 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 9c93ec0bc31bbc94ca4dce2a76ceea80da6f6554 -%global ver 0.0.37-18022 +%global commit aa50b0fbb99c04918645a78acd1fcab8a1cf31b2 +%global ver 0.0.37-18055 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 3529d420be6283ba5d8ba16b28e564fe0f9febf4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 22:24:23 +0000 Subject: [PATCH 159/203] bump: tracy --- 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 e6a293429f..7ec991aa9c 100644 --- a/anda/devs/tracy/tracy.spec +++ b/anda/devs/tracy/tracy.spec @@ -1,7 +1,7 @@ %global _desc Tracy is a real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications. Name: tracy -Version: 0.12.1 +Version: 0.12.2 Release: 1%?dist Summary: A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications. License: BSD-3-Clause From 585f3efa26349e7ab3bb86592d93d5e176b7efff Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 23:35:37 +0000 Subject: [PATCH 160/203] 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 cae181ea8f..5de78564ea 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: 2025.06.25.192434 +Version: 2025.06.25.232453 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From f968c0e5bb0c4779e732ce7356e6a3539a085be0 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 23:48:46 +0000 Subject: [PATCH 161/203] bump: electron yt-dlp-git --- anda/tools/electron/electron.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index b7eb9bafcc..c0542d02ca 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -12,7 +12,7 @@ %global __provides_exclude_from %{_libdir}/%{name}/.*\\.so Name: electron -Version: 37.0.0 +Version: 37.1.0 Release: 1%?dist Summary: Build cross platform desktop apps with web technologies License: MIT diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index 5de78564ea..ebb8e3d47e 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: 2025.06.25.232453 +Version: 2025.06.25.233510 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 79ef4b596aff485fbd1e572d0676b5228d67ea1e Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jun 2025 23:58:52 +0000 Subject: [PATCH 162/203] bump: zed-preview yt-dlp-git --- anda/devs/zed/preview/zed-preview.spec | 2 +- anda/tools/yt-dlp/yt-dlp-git.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 2a63bb2b14..5f38177337 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.193.0-pre +%global ver 0.193.1-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ diff --git a/anda/tools/yt-dlp/yt-dlp-git.spec b/anda/tools/yt-dlp/yt-dlp-git.spec index ebb8e3d47e..4f5b9366c9 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: 2025.06.25.233510 +Version: 2025.06.25.234534 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 1bfd7f962f3fddcfce60ee6b99ce5fd9a15da5f0 Mon Sep 17 00:00:00 2001 From: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> Date: Wed, 25 Jun 2025 19:27:54 -0500 Subject: [PATCH 163/203] Fix: virtualsmartcard license install (#5644) Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/virtualsmartcard/virtualsmartcard.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/tools/virtualsmartcard/virtualsmartcard.spec b/anda/tools/virtualsmartcard/virtualsmartcard.spec index 0d570fcd7e..284cf992ac 100644 --- a/anda/tools/virtualsmartcard/virtualsmartcard.spec +++ b/anda/tools/virtualsmartcard/virtualsmartcard.spec @@ -1,6 +1,6 @@ Name: virtualsmartcard Version: 0.10 -Release: 1%?dist +Release: 2%?dist Summary: Smart card emulator and driver for networked smart card reader/emulator URL: https://frankmorgner.github.io/vsmartcard/index.html Source0: https://github.com/frankmorgner/vsmartcard/releases/download/%name-%version/%name-%version.tar.gz @@ -34,6 +34,7 @@ autoreconf --verbose --install %{_sysconfdir}/reader.conf.d/vpcd %{_bindir}/vpcd-config %doc docs +%license COPYING %changelog * Wed Jun 25 2025 june-fish From e2362c11c30f8a8a356c0b4e3c013175fac323e2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 01:54:43 +0000 Subject: [PATCH 164/203] bump(nightly): hyprutils.nightly ghostty-nightly micro-nightly zed-nightly grabnim nim-nightly scx-scheds-nightly xone --- anda/desktops/waylands/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 | 6 +++--- anda/langs/nim/grabnim/grabnim.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xone/kmod-common/xone.spec | 6 +++--- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec index 4df6534159..d19799a901 100644 --- a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec @@ -3,8 +3,8 @@ %global realname hyprutils %global ver 0.7.1 -%global commit 1b8090e5d87e6c365eabb1a0c10bf5cd0d6fe60d -%global commit_date 20250624 +%global commit 925f26633fb0a5ca8f11884c1bbf82e96c22e34b +%global commit_date 20250626 %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 602ebf75e1..2e78cbd047 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit 00aad8662544fe12c80cee19f626d84480849547 +%global commit fa47db5363bedc5c3c9add87a83427447a273a90 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2025-06-24 +%global fulldate 2025-06-25 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.1.4 diff --git a/anda/devs/micro/micro-nightly.spec b/anda/devs/micro/micro-nightly.spec index b760c2da38..bb83bda4ac 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 4db233acf4bff3095ccb52fc2c1d47af0fa62c74 -%global commit_date 20250625 +%global commit_hash da02f836ff273214fe78476c105c891101ce9a0c +%global commit_date 20250626 %global shortcommit %{sub %{commit_hash} 1 7} %global ver 2.0.14 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index c1d8465706..70c0099f44 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit aa330fcf2c4c1153d5c4f0408a4f6bfc145d94d5 +%global commit d9218b10eac46534592f1f4eea636c830aa3603d %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250625 -%global ver 0.193.0 +%global commit_date 20250626 +%global ver 0.194.0 %bcond_with check diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index 5c68b86199..e405cdb955 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit 32f5c584d3510b80615d8569b9765dd58cffa525 -%global commit_date 20250625 +%global commit 3952e0fab8e1b2aae980ecac80787c889da6279e +%global commit_date 20250626 %global shortcommit %{sub %commit 1 7} Name: grabnim diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 14606e34ec..1a2ebd95b1 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 334848f3ae7aa8011e3665da90839e3c7e9bc439 +%global commit b6491e7de54f6880b59c46853cf51f8aee8b83e6 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20250622 +%global commit_date 20250626 %global debug_package %nil Name: nim-nightly diff --git a/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 2c4e907e81..37f3b64f04 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 5cce6ff6a22d647db55a8596a88c8e29e6fdf970 +%global commit a5d8c6d2e681a54bc3a24b03f5d67355909adc18 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250625 +%global commitdate 20250626 %global ver 1.0.13 Name: scx-scheds-nightly diff --git a/anda/system/xone/kmod-common/xone.spec b/anda/system/xone/kmod-common/xone.spec index e93f170a02..cb5bbe8753 100644 --- a/anda/system/xone/kmod-common/xone.spec +++ b/anda/system/xone/kmod-common/xone.spec @@ -1,7 +1,7 @@ -%global commit 474bace4dde2cac5784828e7504735d909b291a0 +%global commit feca13ffdd80da82453010ab90a4fa0b20a87fb1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250623 -%global ver 0.3.1 +%global commitdate 20250626 +%global ver 0.3.2 %global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d %global firmware_hash0 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf66 %global firmware_hash1 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223 From 96a13cf6803870133aa9d1f539b8c4d388b265c9 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 02:10:43 +0000 Subject: [PATCH 165/203] 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 973cd9c1f7..1dfc9a995c 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-25 +%global ver 2025-06-26 %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 4f5b9366c9..92e77d234e 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: 2025.06.25.234534 +Version: 2025.06.25.235605 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From abd18d74b1099188b2f3c90c682b5734fb659e37 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 03:02:25 +0000 Subject: [PATCH 166/203] bump(branch): xone-kmod dkms-xone --- anda/system/xone/akmod/xone-kmod.spec | 6 +++--- anda/system/xone/dkms/dkms-xone.spec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/xone/akmod/xone-kmod.spec b/anda/system/xone/akmod/xone-kmod.spec index 3b9b9c5a2f..6520f5b9bb 100644 --- a/anda/system/xone/akmod/xone-kmod.spec +++ b/anda/system/xone/akmod/xone-kmod.spec @@ -1,7 +1,7 @@ -%global commit 474bace4dde2cac5784828e7504735d909b291a0 +%global commit feca13ffdd80da82453010ab90a4fa0b20a87fb1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250623 -%global ver 0.3.1 +%global commitdate 20250626 +%global ver 0.3.2 %define buildforkernels akmod %global debug_package %{nil} %global modulename xone diff --git a/anda/system/xone/dkms/dkms-xone.spec b/anda/system/xone/dkms/dkms-xone.spec index 37fbd7aec1..b45c1bbe5a 100644 --- a/anda/system/xone/dkms/dkms-xone.spec +++ b/anda/system/xone/dkms/dkms-xone.spec @@ -1,7 +1,7 @@ -%global commit 474bace4dde2cac5784828e7504735d909b291a0 +%global commit feca13ffdd80da82453010ab90a4fa0b20a87fb1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250623 -%global ver 0.3.1 +%global commitdate 20250626 +%global ver 0.3.2 %global debug_package %{nil} %global modulename xone From 1937b071b00952d4668e862ad5266aa48e7fbed3 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 04:03:59 +0000 Subject: [PATCH 167/203] bump: voicevox --- anda/apps/voicevox/voicevox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/apps/voicevox/voicevox.spec b/anda/apps/voicevox/voicevox.spec index 3b4f0eecf3..2a552efd1c 100644 --- a/anda/apps/voicevox/voicevox.spec +++ b/anda/apps/voicevox/voicevox.spec @@ -13,7 +13,7 @@ %global __requires_exclude ^((libffmpeg[.]so.*)|(lib.*\\.so.*))$ Name: voicevox -Version: 0.23.1 +Version: 0.24.0 Release: 1%?dist Summary: Free Japanese text-to-speech editor License: LGPL-3.0 From 7ad5229a417e28c2c049bc97bd128327fb5a2f22 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 09:21:24 +0000 Subject: [PATCH 168/203] bump: feishin zed-preview zed --- anda/apps/feishin/feishin.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/apps/feishin/feishin.spec b/anda/apps/feishin/feishin.spec index 4efb48e4b9..1c88b5b0d6 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: 0.15.1 +Version: 0.16.0 Release: 1%?dist Summary: A modern self-hosted music player License: GPL-3.0 diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index 5f38177337..c9bf953c5f 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.193.1-pre +%global ver 0.192.6 # 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 52ca9475cc..51515df307 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -9,7 +9,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.192.5 +Version: 0.192.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 94df51551102a04bd064cb5bbc14590361595490 Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 26 Jun 2025 20:28:49 +0800 Subject: [PATCH 169/203] fix(ci): random fluke-fixing with madoguchi (#5541) --- .github/workflows/autobuild.yml | 4 ++-- .github/workflows/build.yml | 4 ++-- .github/workflows/json-build.yml | 4 ++-- .github/workflows/mg.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index ace04bd797..1b7398c403 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -106,7 +106,7 @@ jobs: - name: Notify Madoguchi (Success) if: success() && github.event_name == 'push' - run: ./.github/workflows/mg.sh true ${{matrix.pkg.pkg}} ${{matrix.version}} ${{matrix.pkg.arch}} ${{github.run_id}} ${{secrets.MADOGUCHI_JWT}} $GITHUB_SHA + run: ./.github/workflows/mg.sh true "${{matrix.pkg.pkg}}" "${{matrix.version}}" "${{matrix.pkg.arch}}" "${{github.run_id}}" "${{secrets.MADOGUCHI_JWT}}" "$GITHUB_SHA" - name: Notify Madoguchi (Failure) if: ( cancelled() || failure() ) && github.event_name == 'push' - run: ./.github/workflows/mg.sh false ${{matrix.pkg.pkg}} ${{matrix.version}} ${{matrix.pkg.arch}} ${{github.run_id}} ${{secrets.MADOGUCHI_JWT}} $GITHUB_SHA + run: ./.github/workflows/mg.sh false "${{matrix.pkg.pkg}}" "${{matrix.version}}" "${{matrix.pkg.arch}}" "${{github.run_id}}" "${{secrets.MADOGUCHI_JWT}}" "$GITHUB_SHA" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d8064118c..7f4c5c8aba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,7 @@ jobs: - name: Notify Madoguchi (Success) if: success() - run: ./.github/workflows/mg.sh true ${{matrix.pkg}} ${{matrix.version}} ${{matrix.arch}} ${{github.run_id}} ${{secrets.MADOGUCHI_JWT}} $GITHUB_SHA + run: ./.github/workflows/mg.sh true "${{matrix.pkg}}" "${{matrix.version}}" "${{matrix.arch}}" "${{github.run_id}}" "${{secrets.MADOGUCHI_JWT}}" "$GITHUB_SHA" - name: Notify Madoguchi (Failure) if: cancelled() || failure() - run: ./.github/workflows/mg.sh false ${{matrix.pkg}} ${{matrix.version}} ${{matrix.arch}} ${{github.run_id}} ${{secrets.MADOGUCHI_JWT}} $GITHUB_SHA + run: ./.github/workflows/mg.sh false "${{matrix.pkg}}" "${{matrix.version}}" "${{matrix.arch}}" "${{github.run_id}}" "${{secrets.MADOGUCHI_JWT}}" "$GITHUB_SHA" diff --git a/.github/workflows/json-build.yml b/.github/workflows/json-build.yml index f8522d5417..6f0c72a50e 100644 --- a/.github/workflows/json-build.yml +++ b/.github/workflows/json-build.yml @@ -76,7 +76,7 @@ jobs: - name: Notify Madoguchi (Success) if: success() - run: ./.github/workflows/mg.sh true ${{matrix.pkg.pkg}} ${{matrix.version}} ${{matrix.pkg.arch}} ${{github.run_id}} ${{secrets.MADOGUCHI_JWT}} $GITHUB_SHA + run: ./.github/workflows/mg.sh true "${{matrix.pkg.pkg}}" "${{matrix.version}}" "${{matrix.pkg.arch}}" "${{github.run_id}}" "${{secrets.MADOGUCHI_JWT}}" "$GITHUB_SHA" - name: Notify Madoguchi (Failure) if: cancelled() || failure() - run: ./.github/workflows/mg.sh false ${{matrix.pkg.pkg}} ${{matrix.version}} ${{matrix.pkg.arch}} ${{github.run_id}} ${{secrets.MADOGUCHI_JWT}} $GITHUB_SHA + run: ./.github/workflows/mg.sh false "${{matrix.pkg.pkg}}" "${{matrix.version}}" "${{matrix.pkg.arch}}" "${{github.run_id}}" "${{secrets.MADOGUCHI_JWT}}" "$GITHUB_SHA" diff --git a/.github/workflows/mg.sh b/.github/workflows/mg.sh index 64402b1718..2bb4d68768 100755 --- a/.github/workflows/mg.sh +++ b/.github/workflows/mg.sh @@ -7,7 +7,7 @@ export p="{\"id\":\"$5\",\"ver\":\"%v\",\"rel\":\"%r\",\"arch\":\"$4\",\"dirs\": if [[ $1 == false ]]; then d=${p/\%v/?} d=${d/\%r/?} - curl -H "Authorization: Bearer $6" https://madoguchi.fyralabs.com/ci/terra$3/builds/f -X PUT -H "Content-Type: application/json" -d $d --fail-with-body + curl -H "Authorization: Bearer $6" https://madoguchi.fyralabs.com/ci5/terra$3/builds/f -X PUT -H "Content-Type: application/json" -d "$d" --fail-with-body exit 0 fi From bbf93fbd46ac20a72ce1d298801863c84e0e00fb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 12:47:47 +0000 Subject: [PATCH 170/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index cba3d9c22c..3650f7aa84 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.15.0-dev.875+75d6d4c3f +%global ver 0.15.0-dev.876+8eca338c2 %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 70d8d2fd5f54630076f72f5c528302e22601c433 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 13:48:55 +0000 Subject: [PATCH 171/203] 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 f03e803456..bca164f9d1 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.875+75d6d4c3f +Version: 0.15.0~dev.876+8eca338c2 Release: 1%?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 813de5c0b986ff072dd96fce39e940d05e5a69ec Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 16:54:02 +0000 Subject: [PATCH 172/203] 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 2be1ac4221..15825fd0e9 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.149 +Version: 0.0.150 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 e4f6989dcd..41af8b2fcd 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.149 +Version: 0.0.150 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com From a33aeefeacfc97c445f5c18b286b3a7db0bd0398 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 17:58:58 +0000 Subject: [PATCH 173/203] 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 92e77d234e..ce67190654 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: 2025.06.25.235605 +Version: 2025.06.26.174256 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From e47930c4ba37325b185b9661c1698e0cf933fed8 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 18:37:39 +0000 Subject: [PATCH 174/203] 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 ce67190654..3f46725e65 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: 2025.06.26.174256 +Version: 2025.06.26.175321 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From afd7bf1f8236a7bed1c4d4106abf711c44c00d51 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 19:30:18 +0000 Subject: [PATCH 175/203] 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 6208a9e826..6c019493b4 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: 2025.6.7 +Version: 2025.6.8 Release: 1%?dist Summary: Front-end to your dev env From 7daf100768357b164ea906a317c52babfc389c11 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Thu, 26 Jun 2025 20:43:01 +0000 Subject: [PATCH 176/203] 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 25f22b4675..f3ef9cc0dd 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.705 +Version: 0.0.706 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 bf76cf6149..798a9ec0dd 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.705 +Version: 0.0.706 Release: 1%?dist Summary: Free Voice and Text Chat for Gamers URL: discord.com From d4b59f6c105bcc719a696f8ebaa61a533687dc50 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 01:55:49 +0000 Subject: [PATCH 177/203] bump(nightly): hyprutils.nightly ghostty-nightly zed-nightly prismlauncher-nightly ipu6-camera-bins ipu6-camera-hal intel-ipu6-drivers scx-scheds-nightly --- anda/desktops/waylands/hyprutils/hyprutils.nightly.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/lib/ipu6-camera-bins/ipu6-camera-bins.spec | 4 ++-- anda/system/ipu6-camera-hal/ipu6-camera-hal.spec | 4 ++-- .../system/ipu6-drivers/kmod-common/intel-ipu6-drivers.spec | 6 +++--- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec index d19799a901..58f66d0d76 100644 --- a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/waylands/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.7.1 +%global ver 0.8.0 -%global commit 925f26633fb0a5ca8f11884c1bbf82e96c22e34b -%global commit_date 20250626 +%global commit 1eb6759ae7a53cff9a9f80e1e6db88235e0c7648 +%global commit_date 20250627 %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 2e78cbd047..e1bc6eed01 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,6 +1,6 @@ -%global commit fa47db5363bedc5c3c9add87a83427447a273a90 +%global commit 979d72056ba2f3485423bfdd07deff7626972e2a %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global fulldate 2025-06-25 +%global fulldate 2025-06-27 %global commit_date %(echo %{fulldate} | sed 's/-//g') %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global ver 1.1.4 diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 70c0099f44..208b49116f 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit d9218b10eac46534592f1f4eea636c830aa3603d +%global commit ba1c05abf27f4285fb856fe4594e10c83e6dd01e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250626 +%global commit_date 20250627 %global ver 0.194.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 0a8541af9a..37f5862d5b 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -1,10 +1,10 @@ %global real_name prismlauncher %global nice_name PrismLauncher -%global commit e0c569365f39ac6277c645ed26ce2ccff6a3a4ae +%global commit 95594caa1238396204401f1b5c7654d7820b5423 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250623 +%global commit_date 20250627 %global snapshot_info %{commit_date}.%{shortcommit} %bcond_without qt6 diff --git a/anda/lib/ipu6-camera-bins/ipu6-camera-bins.spec b/anda/lib/ipu6-camera-bins/ipu6-camera-bins.spec index d166633d46..1ae3f79089 100644 --- a/anda/lib/ipu6-camera-bins/ipu6-camera-bins.spec +++ b/anda/lib/ipu6-camera-bins/ipu6-camera-bins.spec @@ -1,6 +1,6 @@ %global debug_package %{nil} -%global commit eff4a63c32b3ce4ac86d521d924b9973bbec8b99 -%global commit_date 20250521 +%global commit 30e87664829782811a765b0ca9eea3a878a7ff29 +%global commit_date 20250627 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 1.0.0 diff --git a/anda/system/ipu6-camera-hal/ipu6-camera-hal.spec b/anda/system/ipu6-camera-hal/ipu6-camera-hal.spec index 1e58b347e9..08b3902c55 100644 --- a/anda/system/ipu6-camera-hal/ipu6-camera-hal.spec +++ b/anda/system/ipu6-camera-hal/ipu6-camera-hal.spec @@ -1,5 +1,5 @@ -%global commit c7a6beca177e67983f826bfad2b8875adef000ae -%global commit_date 20250521 +%global commit c933525a6efe8229a7129b7b0b66798f19d2bef7 +%global commit_date 20250627 %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 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 475652db64..41f581ac99 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 e89983c628d046b2f77af3b6678cc49c2dd58332 +%global commit 9bff73689ea2502f6e3bc34769fd699cde3ffeea %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250521 +%global commit_date 20250627 # 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: 2%?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/scx-scheds/nightly/scx-scheds-nightly.spec b/anda/system/scx-scheds/nightly/scx-scheds-nightly.spec index 37f3b64f04..4c2ebc441b 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 a5d8c6d2e681a54bc3a24b03f5d67355909adc18 +%global commit ebf1a26831f518b9c2dcfd13daca3f53dae6a490 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250626 +%global commitdate 20250627 %global ver 1.0.13 Name: scx-scheds-nightly From 750be02a6adb08a5ee071efec89d2840a130e25f Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 02:01:53 +0000 Subject: [PATCH 178/203] 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 1dfc9a995c..1cb6116ed9 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-26 +%global ver 2025-06-27 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold From 4bbe428aca1a0eb79787536a536a2fd80697345c Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 03:04:30 +0000 Subject: [PATCH 179/203] bump(branch): intel-ipu6-kmod dkms-intel-ipu6 --- anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec | 6 +++--- anda/system/ipu6-drivers/dkms/dkms-intel-ipu6.spec | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec b/anda/system/ipu6-drivers/akmod/intel-ipu6-kmod.spec index 965170668b..1553aa78ef 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 e89983c628d046b2f77af3b6678cc49c2dd58332 +%global commit 9bff73689ea2502f6e3bc34769fd699cde3ffeea %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250521 +%global commit_date 20250627 %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: 2%?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 ca75138662..0c9c54abbf 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 e89983c628d046b2f77af3b6678cc49c2dd58332 +%global commit 9bff73689ea2502f6e3bc34769fd699cde3ffeea %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250521 +%global commit_date 20250627 %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: 2%?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 From d53d489b936bba94713b8ae9b1453de53af446f1 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 04:57:03 +0000 Subject: [PATCH 180/203] bump: zig-master-bootstrap --- anda/langs/zig/bootstrap/zig-master-bootstrap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/langs/zig/bootstrap/zig-master-bootstrap.spec b/anda/langs/zig/bootstrap/zig-master-bootstrap.spec index 3650f7aa84..4b8893bcfc 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.15.0-dev.876+8eca338c2 +%global ver 0.15.0-dev.877+0adcfd60f %bcond bootstrap 1 %bcond docs %{without bootstrap} %bcond test 1 From 4ea31c77e891b1755354216864f79a32340729e6 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 05:43:57 +0000 Subject: [PATCH 181/203] 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 bca164f9d1..b483c4217c 100644 --- a/anda/langs/zig/master/zig-master.spec +++ b/anda/langs/zig/master/zig-master.spec @@ -13,7 +13,7 @@ %global zig_cache_dir %{builddir}/zig-cache Name: zig-master -Version: 0.15.0~dev.876+8eca338c2 +Version: 0.15.0~dev.877+0adcfd60f Release: 1%?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 143b6a7bea94e9ed13d81f191649a836df2c9d05 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 06:30:52 +0000 Subject: [PATCH 182/203] bump: tela-icon-theme --- anda/themes/tela-icon-theme/tela-icon-theme.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/themes/tela-icon-theme/tela-icon-theme.spec b/anda/themes/tela-icon-theme/tela-icon-theme.spec index 0b2ee8ff76..d6bf8e0cde 100644 --- a/anda/themes/tela-icon-theme/tela-icon-theme.spec +++ b/anda/themes/tela-icon-theme/tela-icon-theme.spec @@ -1,5 +1,5 @@ -%global commit 2a80f232ba3d683423acc8fa04c34ed05943f3e2 -%global commit_date 20250624 +%global commit 4765da512b881d1ca7776ab33069a7b17ed44a39 +%global commit_date 20250627 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: tela-icon-theme From 6be6aabcee94750f3f82a36e06f320c8a8cf9091 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 13:21:23 +0000 Subject: [PATCH 183/203] bump: maple-fonts --- anda/fonts/maple/maple-fonts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/fonts/maple/maple-fonts.spec b/anda/fonts/maple/maple-fonts.spec index c61c0f834b..a2b54769bf 100644 --- a/anda/fonts/maple/maple-fonts.spec +++ b/anda/fonts/maple/maple-fonts.spec @@ -1,6 +1,6 @@ %define debug_package %nil %define _ttfontsdir %{_datadir}/fonts/maple -%global upstream_ver v7.3 +%global upstream_ver v7.4 %define sanitized_ver %(echo "$( sed 's/^.//;s/-/~/' <<< "%{upstream_ver}" )") Name: maple-fonts From 3e722e43ba4be5c864518ddb1c79b0b0ca52b1bc Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 15:20:17 +0000 Subject: [PATCH 184/203] bump: inputplumber opengamepadui --- anda/games/inputplumber/inputplumber.spec | 2 +- anda/games/opengamepadui/opengamepadui.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/games/inputplumber/inputplumber.spec b/anda/games/inputplumber/inputplumber.spec index a10ccfcc53..93b63019ed 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.59.1 +Version: 0.59.2 Release: 1%?dist Summary: Open source input router and remapper daemon for Linux License: GPL-3.0-or-later diff --git a/anda/games/opengamepadui/opengamepadui.spec b/anda/games/opengamepadui/opengamepadui.spec index 7bc3a3d4f2..6562a692dc 100644 --- a/anda/games/opengamepadui/opengamepadui.spec +++ b/anda/games/opengamepadui/opengamepadui.spec @@ -1,5 +1,5 @@ Name: opengamepadui -Version: 0.40.1 +Version: 0.40.2 Release: 1%?dist Summary: Open source gamepad-native game launcher and overlay From b764fcbfa0073517eabc83958b3e0eca52622d45 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 15:50:26 +0000 Subject: [PATCH 185/203] 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 8688ef4731..6bdcf9c935 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit aa50b0fbb99c04918645a78acd1fcab8a1cf31b2 -%global ver 0.0.37-18055 +%global commit 1660dc24b385292bc35c0ddb0454acb5e5299e91 +%global ver 0.0.37-18056 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From a0d50b61caf5d52c1c5a6f47f455b24b73b4d848 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 16:45:30 +0000 Subject: [PATCH 186/203] bump(branch): gstreamer1-plugin-libav gstreamer1-plugins-bad gstreamer1-plugins-ugly gstreamer1-vaapi --- .../gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec | 2 +- .../gstreamer1-plugins-bad/gstreamer1-plugins-bad.spec | 4 ++-- .../gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec | 2 +- .../gstreamer1/gstreamer1-vaapi/gstreamer1-vaapi.spec | 2 +- 4 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 822e1f7cbc..3827519292 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugin-libav/gstreamer1-plugin-libav.spec @@ -1,5 +1,5 @@ Name: gstreamer1-plugin-libav -Version: 1.26.2 +Version: 1.26.3 Release: 1%?dist Epoch: 1 Summary: GStreamer Libav plugin 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 4660b79fae..100341ac18 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.26.2 -Release: 2%?dist +Version: 1.26.3 +Release: 1%?dist Epoch: 2 Summary: GStreamer streaming media framework "bad" plugins License: LGPL-2.0-or-later and LGPL-2.0-only 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 10a1e0a06b..6d0c3a50b2 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-plugins-ugly/gstreamer1-plugins-ugly.spec @@ -1,7 +1,7 @@ %global majorminor 1.0 Name: gstreamer1-plugins-ugly -Version: 1.26.2 +Version: 1.26.3 Release: 1%?dist Epoch: 1 Summary: GStreamer streaming media framework "ugly" plugins diff --git a/anda/multimedia/gstreamer1/gstreamer1-vaapi/gstreamer1-vaapi.spec b/anda/multimedia/gstreamer1/gstreamer1-vaapi/gstreamer1-vaapi.spec index df401b522a..27b2183a62 100644 --- a/anda/multimedia/gstreamer1/gstreamer1-vaapi/gstreamer1-vaapi.spec +++ b/anda/multimedia/gstreamer1/gstreamer1-vaapi/gstreamer1-vaapi.spec @@ -1,5 +1,5 @@ Name: gstreamer1-plugin-vaapi -Version: 1.26.2 +Version: 1.26.3 Release: 1%?dist Epoch: 1 Summary: GStreamer VA-API integration From 1e54dd552d7e3106f99d2da8f250064e72e4f6da Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 27 Jun 2025 10:30:22 -0700 Subject: [PATCH 187/203] add: deadbeef (#5653) (#5656) (cherry picked from commit 9a6c0bf3fe25666b84d3038253b571462f3c43c8) Co-authored-by: madomado --- anda/multimedia/deadbeef/anda.hcl | 8 + anda/multimedia/deadbeef/deadbeef.spec | 381 +++++++++++++++++++++++++ anda/multimedia/deadbeef/update.rhai | 1 + 3 files changed, 390 insertions(+) create mode 100644 anda/multimedia/deadbeef/anda.hcl create mode 100644 anda/multimedia/deadbeef/deadbeef.spec create mode 100644 anda/multimedia/deadbeef/update.rhai diff --git a/anda/multimedia/deadbeef/anda.hcl b/anda/multimedia/deadbeef/anda.hcl new file mode 100644 index 0000000000..7620ae87a7 --- /dev/null +++ b/anda/multimedia/deadbeef/anda.hcl @@ -0,0 +1,8 @@ +project pkg { + rpm { + spec = "deadbeef.spec" + } + labels { + subrepo = "extras" + } +} diff --git a/anda/multimedia/deadbeef/deadbeef.spec b/anda/multimedia/deadbeef/deadbeef.spec new file mode 100644 index 0000000000..5575fb4379 --- /dev/null +++ b/anda/multimedia/deadbeef/deadbeef.spec @@ -0,0 +1,381 @@ +#? https://github.com/rpmfusion/deadbeef + +%global toolchain clang +%global _distro_extra_cxxflags -std=c++11 -Wno-unused-but-set-variable -Wno-unused-variable +%global _distro_extra_cflags -Wno-unused-but-set-variable -Wno-unused-variable + +Name: deadbeef +Version: 1.10.0 +Release: 1%{?dist} +Summary: An audio player for GNU/Linux + +License: GPL-2.0-or later AND LGPL-2.0-or-later and BSD and MIT AND Zlib +URL: https://deadbeef.sourceforge.io/ +Source0: https://sourceforge.net/projects/%{name}/files/travis/linux/%{version}/%{name}-%{version}.tar.bz2 + +BuildRequires: clang +BuildRequires: pkgconfig(alsa) +BuildRequires: pkgconfig(dbus-1) +BuildRequires: ffmpeg-devel +BuildRequires: pkgconfig(flac) +BuildRequires: faad2-devel +BuildRequires: pkgconfig(libmms) +BuildRequires: intltool +BuildRequires: gettext-devel +BuildRequires: pkgconfig(libcddb) +BuildRequires: pkgconfig(libcdio) +BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(mad) +BuildRequires: pkgconfig(libmpg123) +BuildRequires: pkgconfig(samplerate) +BuildRequires: pkgconfig(sndfile) +BuildRequires: libtool +BuildRequires: pkgconfig(vorbis) +BuildRequires: pkgconfig(libpipewire-0.3) +BuildRequires: pkgconfig(wavpack) +BuildRequires: yasm-devel +BuildRequires: bison +BuildRequires: pkgconfig(imlib2) +BuildRequires: pkgconfig(libzip) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: desktop-file-utils +BuildRequires: pkgconfig(jansson) +BuildRequires: pkgconfig(opusfile) +BuildRequires: libdispatch-devel + +Requires: hicolor-icon-theme +Requires: %{name}-plugins%{?_isa} %evr + +Recommends: deadbeef-mpris2-plugin + +%description +DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux systems with X11 +(though now it also runs in plain console without X, in FreeBSD, and in +OpenSolaris). + + +%package devel +Requires: %{name}%{?_isa} = %evr +%pkg_devel_files + +%package plugins +Summary: Plugins for %{name} +Requires: %{name}%{?_isa} = %evr + +%description plugins +This package contains plugins for %{name}. + + +%prep +%autosetup -p1 + +sed -i "s|size_t|std::size_t|" external/ddb_dsp_libretro/sinc_resampler.h +%ifnarch x86_64 +sed -i -re 's/^(.*)\s+([-]msse3)\s+(.*)$/\1 \3/g' external/ddb_dsp_libretro/Makefile.am +%endif + +# Regenerate the build files +autoreconf -fiv + +# Remove exec permission from source files +find . \( -name '*.cpp' -or -name '*.hpp' -or -name '*.h' \) -and -executable -exec chmod -x {} \; + +sed -i 's|Toggle Pause|Toggle-Pause|' deadbeef.desktop.in +for data in Play Pause Toggle-Pause Stop Next Prev +do + sed -i "s|$data Shortcut Group|X-$data Shortcut Group|" deadbeef.desktop.in +done + +%build +%configure \ + --enable-ffmpeg \ + --docdir=%{_defaultdocdir}/%{name}-%{version} \ + --disable-silent-rules \ + --disable-static \ + --disable-gtk2 \ +%ifarch ppc64le + --disable-lfm \ + --disable-notify \ +%else + --enable-lfm \ +%endif + --enable-gtk3 \ + --disable-pulse \ + --enable-pipewire +%make_build + + +%install +%make_install +find %{buildroot} -name "*.la" -exec rm {} \; + +install -Dpm0644 %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/%{name}.png \ + %{buildroot}%{_datadir}/pixmaps/%{name}.png + +sed -i -e "s!MP3!MP3;!" %{buildroot}%{_datadir}/applications/%{name}.desktop + +%find_lang %{name} + +%check +desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop + + +%files -f %{name}.lang +%doc README ChangeLog AUTHORS +%license COPYING +%{_defaultdocdir}/%{name}-%{version} +%{_bindir}/%{name} +%dir %{_libdir}/%{name} +%{_datadir}/applications/%{name}.desktop +%{_datadir}/%{name} +%{_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 + +* Wed Apr 02 2025 Leigh Scott - 1.10.0-1 +- Update to 1.10.0 +- Switch to release tarball as it makes packaging easier +- Drop ffmpeg-7 patch +- Use autoreconf to regenerate the build files +- Drop the arm conditionals + +* Tue Jan 28 2025 RPM Fusion Release Engineering - 1.9.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Sat Oct 12 2024 Leigh Scott - 1.9.6-4 +- rebuild for ffmpeg + +* Thu Aug 01 2024 RPM Fusion Release Engineering - 1.9.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Feb 03 2024 RPM Fusion Release Engineering - 1.9.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Nov 13 2023 Vasiliy N. Glazov - 1.9.6-1 +- Update to 1.9.6 + +* Wed Nov 08 2023 Leigh Scott - 1.9.5-5 +- Rebuild for new faad2 version + +* Fri Aug 04 2023 Vasiliy N. Glazov - 1.9.5-4 +- Fix Build for F39 + +* Tue Aug 01 2023 Vasiliy N. Glazov - 1.9.5-3 +- Add mpris plugin to recommends + +* Wed Mar 01 2023 Leigh Scott - 1.9.5-2 +- Rebuild for new ffmpeg + +* Mon Feb 20 2023 Vasiliy N. Glazov - 1.9.5-1 +- Update to 1.9.5 +- Switch to Pipewire + +* Tue Dec 20 2022 Vasiliy N. Glazov - 1.9.4-1 +- Update to 1.9.4 + +* Tue Nov 15 2022 Vasiliy N. Glazov - 1.9.3-1 +- Update to 1.9.3 + +* Fri Oct 07 2022 Vasiliy N. Glazov - 1.9.2-1 +- Update to 1.9.2 + +* Sun Aug 07 2022 RPM Fusion Release Engineering - 1.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg + 5.1 + +* Tue May 24 2022 Vasiliy N. Glazov - 1.9.1-1 +- Update to 1.9.1 + +* Sat May 14 2022 Vasiliy N. Glazov - 1.9.0-1 +- Update to 1.9.0 + +* Sat Mar 05 2022 Leigh Scott - 1.8.8-6 +- Use compat-ffmpeg4 for f36+ + +* Fri Feb 25 2022 Vasiliy N. Glazov - 1.8.8-5 +- Enable notifications + +* Wed Feb 09 2022 RPM Fusion Release Engineering - 1.8.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Nov 11 2021 Leigh Scott - 1.8.8-3 +- Rebuilt for new ffmpeg snapshot + +* Thu Sep 23 2021 Vasiliy N. Glazov - 1.8.8-2 +- Fix segfault 0 bytes stack allocation + +* Thu Aug 05 2021 Vasiliy N. Glazov - 1.8.8-1 +- Update to 1.8.8 + +* Mon Aug 02 2021 RPM Fusion Release Engineering - 1.8.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Feb 23 2021 Vasiliy N. Glazov - 1.8.7-1 +- Update to 1.8.7 + +* Wed Feb 03 2021 RPM Fusion Release Engineering - 1.8.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Dec 31 2020 Leigh Scott - 1.8.4-3 +- Rebuilt for new ffmpeg snapshot + +* Mon Aug 17 2020 RPM Fusion Release Engineering - 1.8.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun Jul 5 2020 Vasiliy N. Glazov - 1.8.4-1 +- Update to 1.8.4 + +* Fri Apr 10 2020 Leigh Scott - 1.8.3-2 +- Rebuild for new libcdio version + +* Tue Mar 24 2020 Vasiliy N. Glazov - 1.8.3-1 +- Update to 1.8.3 + +* Tue Feb 04 2020 RPM Fusion Release Engineering - 1.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Aug 09 2019 Vasiliy N. Glazov - 1.8.2-1 +- Update to 1.8.2 + +* Wed Aug 07 2019 Leigh Scott - 1.8.1-2 +- Rebuild for new ffmpeg version + +* Fri Jun 28 2019 Vasiliy N. Glazov - 1.8.1-1 +- Update to 1.8.1 + +* Mon Apr 08 2019 Vasiliy N. Glazov - 1.8.0-1 +- Update to 1.8.0 + +* Mon Mar 04 2019 RPM Fusion Release Engineering - 0.7.3-0.2.20190209git373f556 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Feb 27 2019 Vasiliy N. Glazov - 0.7.3-0.1.20190209git373f556 +- Update to latest git +- Enable LTO + +* Thu Dec 27 2018 Vasiliy N. Glazov - 0.7.3-0.1.20181224git73f9722 +- Update to latest git + +* Tue Aug 14 2018 Vasiliy N. Glazov - 0.7.3-0.1.20180814git6d02b02 +- Update to latest git + +* Thu Jul 26 2018 RPM Fusion Release Engineering - 0.7.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu May 10 2018 Vasiliy N. Glazov - 0.7.2-6 +- Correct patches as in upstream + +* Fri May 04 2018 Vasiliy N. Glazov - 0.7.2-5 +- Rebuild with new ffmpeg + +* Tue Feb 07 2017 Vasiliy N. Glazov - 0.7.2-4 +- Remove unneeded scriptlet + +* Tue Aug 16 2016 Vasiliy N. Glazov - 0.7.2-3 +- Clean spec + +* Tue Jun 14 2016 Arkady L. Shane - 0.7.2-2.R +- rebuilt against new ffmpeg + +* Thu Apr 28 2016 Vasiliy N. Glazov - 0.7.2-1.R +- Update to 0.7.2 +- Add patch for desktop-file + +* Wed Mar 16 2016 Vasiliy N. Glazov - 0.7.1-1.R +- Update to 0.7.1 + +* Tue Feb 02 2016 Vasiliy N. Glazov - 0.7.0-2.R +- Add Icon Cache scriptlets +- Add desktop-database scriptlets +- Add libmpg123 support + +* Mon Feb 01 2016 Vasiliy N. Glazov - 0.7.0-1.R +- Update to 0.7.0 + +* Tue Nov 18 2014 Vasiliy N. Glazov - 0.6.2-3.R +- Bump rebuild for new ffmpeg + +* Fri Oct 03 2014 Vasiliy N. Glazov - 0.6.2-2.R +- Bump rebuild for new cdio + +* Thu Aug 07 2014 Vasiliy N. Glazov - 0.6.2-1.R +- update to 0.6.2 + +* Mon Feb 03 2014 Vasiliy N. Glazov - 0.6.1-1.R +- update to 0.6.1 + +* Tue Nov 26 2013 Vasiliy N. Glazov - 0.6.0-2.R +- correct FSF address and other errors and warnings + +* Tue Nov 26 2013 Vasiliy N. Glazov - 0.6.0-1.R +- update to 0.6.0 + +* Wed Apr 03 2013 Vasiliy N. Glazov - 0.5.6-5.R +- bump release for update dependencies + +* Tue Nov 06 2012 Vasiliy N. Glazov - 0.5.6-4.R +- added documentation to help menu + +* Fri Oct 26 2012 Vasiliy N. Glazov - 0.5.6-3.R +- correct compile for >= F18 + +* Thu Oct 25 2012 Vasiliy N. Glazov - 0.5.6-2.R +- added plugins artwork, ffmpeg, vfs_zip + +* Tue Oct 23 2012 Vasiliy N. Glazov - 0.5.6-1.R +- update to 0.5.6 +- switch to GTK3 + +* Tue Sep 11 2012 Vasiliy N. Glazov - 0.5.5-2.R +- add some BR + +* Thu Jun 07 2012 Vasiliy N. Glazov - 0.5.5-1.R +- update to 0.5.5 + +* Sat May 12 2012 Vasiliy N. Glazov - 0.5.4-1.R +- update to 0.5.4 +- enable SID plugin + +* Wed Mar 28 2012 Vasiliy N. Glazov - 0.5.2-2.R +- Added APE support + +* Mon Mar 26 2012 Vasiliy N. Glazov - 0.5.2-1.R +- update to 0.5.2 + +* Sun Feb 5 2012 Arkady L. Shane - 0.5.1-4.R +- added conditions to build for EL6 + +* Tue Nov 22 2011 Vasiliy N. Glazov - 0.5.1-3.R +- Added description in russian language + +* Mon Oct 31 2011 Vasiliy N. Glazov - 0.5.1-2.R +- Added patch to compile in F16 + +* Mon Jun 6 2011 Arkady L. Shane - 0.5.1-1.R +- update to 0.5.1 + +* Mon May 16 2011 Arkady L. Shane - 0.5.0-1.R +- update to 0.5.0 +- added BR: libstdc++-static for fedora >= 14 + +* Tue Nov 16 2010 Arkady L. Shane - 0.4.4-1 +- update to 0.4.4 + +* Tue Nov 2 2010 Arkady L. Shane - 0.4.3-1 +- update to 0.4.3 + +* Mon Oct 18 2010 Arkady L. Shane - 0.4.2-2 +- install deadbeef.png to /usr/share/pixmaps + +* Mon Oct 18 2010 Arkady L. Shane - 0.4.2-1 +- initial build for Fedora diff --git a/anda/multimedia/deadbeef/update.rhai b/anda/multimedia/deadbeef/update.rhai new file mode 100644 index 0000000000..e5d0f61954 --- /dev/null +++ b/anda/multimedia/deadbeef/update.rhai @@ -0,0 +1 @@ +rpm.version(gh_tag("DeaDBeeF-Player/deadbeef")); From 4fe2999a5b5ff443038aaee129438dc177e764e2 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 17:41:51 +0000 Subject: [PATCH 188/203] bump: deadbeef --- anda/multimedia/deadbeef/deadbeef.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/deadbeef/deadbeef.spec b/anda/multimedia/deadbeef/deadbeef.spec index 5575fb4379..84dd53188a 100644 --- a/anda/multimedia/deadbeef/deadbeef.spec +++ b/anda/multimedia/deadbeef/deadbeef.spec @@ -5,8 +5,8 @@ %global _distro_extra_cflags -Wno-unused-but-set-variable -Wno-unused-variable Name: deadbeef -Version: 1.10.0 -Release: 1%{?dist} +Version: 0.2.2.2 +Release: 1%?dist Summary: An audio player for GNU/Linux License: GPL-2.0-or later AND LGPL-2.0-or-later and BSD and MIT AND Zlib From 4e00d967a9aa3993e66e2e5d50d19ad2bdb132a7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 17:55:39 +0000 Subject: [PATCH 189/203] 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 c9bf953c5f..fd70b35731 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.192.6 +%global ver 0.192.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 51515df307..3c853af017 100644 --- a/anda/devs/zed/stable/zed.spec +++ b/anda/devs/zed/stable/zed.spec @@ -9,7 +9,7 @@ %global rustflags_debuginfo 0 Name: zed -Version: 0.192.6 +Version: 0.192.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 08ecb0bff11f22bc624cf60a5a4998f23720ab5a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 18:28:13 +0000 Subject: [PATCH 190/203] bump: lomiri-system-settings zed-preview --- .../lomiri-system-settings/lomiri-system-settings.spec | 2 +- anda/devs/zed/preview/zed-preview.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 9cc9ff04c6..83c090b211 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 fcc7fe7570da28147906b6779d2f0587ae4ee854 +%global commit 7e2a9cb7fa3877f2096bbbcd477a624ec4f10fe4 %forgemeta Name: lomiri-system-settings diff --git a/anda/devs/zed/preview/zed-preview.spec b/anda/devs/zed/preview/zed-preview.spec index fd70b35731..877556ae3f 100644 --- a/anda/devs/zed/preview/zed-preview.spec +++ b/anda/devs/zed/preview/zed-preview.spec @@ -1,6 +1,6 @@ %bcond_with check -%global ver 0.192.7 +%global ver 0.193.2-pre # Exclude input files from mangling %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ From 8f8c353bb4af8213f0f82ea3347ad4f147fb0123 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 21:32:45 +0000 Subject: [PATCH 191/203] 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 e4e3ca790d..1172f36b01 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 10.x # Make this as a variable instead in case of WINE RCs -%global ver wine-10.10 +%global ver wine-10.11 %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 1428091a3e6ed568138b074f4beaf4bcf03b8e6d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 22:44:01 +0000 Subject: [PATCH 192/203] 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 3f46725e65..7a03f1a2f8 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: 2025.06.26.175321 +Version: 2025.06.27.222950 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 8fa978593f995f99ef3cd6adedaa952cd727f49d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Fri, 27 Jun 2025 22:55:27 +0000 Subject: [PATCH 193/203] 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 7a03f1a2f8..ae591f1155 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: 2025.06.27.222950 +Version: 2025.06.27.224014 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 822ba9c6ccb4188f688339c5d0deebfe7069df23 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Jun 2025 01:51:39 +0000 Subject: [PATCH 194/203] bump(nightly): mpv-nightly hyprutils.nightly ghostty-nightly zed-nightly prismlauncher-nightly grabnim nim-nightly astal nvidia-patch scx-scheds-nightly xone --- anda/apps/mpv/mpv-nightly.spec | 4 ++-- anda/desktops/waylands/hyprutils/hyprutils.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/nim/grabnim/grabnim.spec | 4 ++-- anda/langs/nim/nim-nightly/nim-nightly.spec | 4 ++-- anda/lib/astal/astal/astal.spec | 4 ++-- anda/system/nvidia-patch/nvidia-patch.spec | 4 ++-- anda/system/scx-scheds/nightly/scx-scheds-nightly.spec | 4 ++-- anda/system/xone/kmod-common/xone.spec | 6 +++--- 11 files changed, 22 insertions(+), 22 deletions(-) diff --git a/anda/apps/mpv/mpv-nightly.spec b/anda/apps/mpv/mpv-nightly.spec index e884e6f748..6057b1a2eb 100644 --- a/anda/apps/mpv/mpv-nightly.spec +++ b/anda/apps/mpv/mpv-nightly.spec @@ -1,6 +1,6 @@ -%global commit 18defc8530caf7694b132a501e9c34476d4cef80 +%global commit ed8954e8cf2d92d7f2df22aeeb9b6087f76ef89e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250621 +%global commit_date 20250628 %global ver 0.40.0 Name: mpv-nightly diff --git a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec index 58f66d0d76..a32e1d70a0 100644 --- a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec @@ -3,8 +3,8 @@ %global realname hyprutils %global ver 0.8.0 -%global commit 1eb6759ae7a53cff9a9f80e1e6db88235e0c7648 -%global commit_date 20250627 +%global commit 4737241eaf8a1e51671a2a088518071f9a265cf4 +%global commit_date 20250628 %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 e1bc6eed01..c967946ed4 100644 --- a/anda/devs/ghostty/nightly/ghostty-nightly.spec +++ b/anda/devs/ghostty/nightly/ghostty-nightly.spec @@ -1,4 +1,4 @@ -%global commit 979d72056ba2f3485423bfdd07deff7626972e2a +%global commit 98b1af8353077b608713d30a9863cbc6e008d034 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global fulldate 2025-06-27 %global commit_date %(echo %{fulldate} | sed 's/-//g') diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 208b49116f..40a3d0f475 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,6 +1,6 @@ -%global commit ba1c05abf27f4285fb856fe4594e10c83e6dd01e +%global commit bbf16bda75587626cc1e2bb959e714d817aeffec %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250627 +%global commit_date 20250628 %global ver 0.194.0 %bcond_with check diff --git a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec index 37f5862d5b..259cc7ffce 100644 --- a/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec +++ b/anda/games/prismlauncher-nightly/prismlauncher-nightly.spec @@ -1,10 +1,10 @@ %global real_name prismlauncher %global nice_name PrismLauncher -%global commit 95594caa1238396204401f1b5c7654d7820b5423 +%global commit 497cea0bd538450512339fa0ed3dd9783d8a8d9b %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250627 +%global commit_date 20250628 %global snapshot_info %{commit_date}.%{shortcommit} %bcond_without qt6 diff --git a/anda/langs/nim/grabnim/grabnim.spec b/anda/langs/nim/grabnim/grabnim.spec index e405cdb955..bf74239ebd 100644 --- a/anda/langs/nim/grabnim/grabnim.spec +++ b/anda/langs/nim/grabnim/grabnim.spec @@ -1,5 +1,5 @@ -%global commit 3952e0fab8e1b2aae980ecac80787c889da6279e -%global commit_date 20250626 +%global commit 8499635c56018b22dd4efbd20e274fae045c569b +%global commit_date 20250628 %global shortcommit %{sub %commit 1 7} Name: grabnim diff --git a/anda/langs/nim/nim-nightly/nim-nightly.spec b/anda/langs/nim/nim-nightly/nim-nightly.spec index 1a2ebd95b1..eaaf20b0af 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 b6491e7de54f6880b59c46853cf51f8aee8b83e6 +%global commit 6bdb069a6651e419b2d808f488051322cd05d753 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global ver 2.3.1 -%global commit_date 20250626 +%global commit_date 20250628 %global debug_package %nil Name: nim-nightly diff --git a/anda/lib/astal/astal/astal.spec b/anda/lib/astal/astal/astal.spec index 843562f37a..442b49e565 100644 --- a/anda/lib/astal/astal/astal.spec +++ b/anda/lib/astal/astal/astal.spec @@ -1,7 +1,7 @@ -%global commit 36f1dafe8f298a275c20032c37bd135aa955e4ba +%global commit 95c6d6dbaf0eaa71a17abf02c20bfca7371956c1 %global shortcommit %{sub %commit 1 7} -%global commit_date 20250624 +%global commit_date 20250628 Name: astal Version: 0^%commit_date.%shortcommit diff --git a/anda/system/nvidia-patch/nvidia-patch.spec b/anda/system/nvidia-patch/nvidia-patch.spec index 82a489fd56..00129d7759 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 e52a24855cf45312776cd8fc5a968ff1fcf1881a +%global commit d45f13b2fe3de6a060ae32ba3021eea0c00918ea %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20250625 +%global commit_date 20250628 %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 4c2ebc441b..2bdef6f916 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 ebf1a26831f518b9c2dcfd13daca3f53dae6a490 +%global commit 28b3527321b65087bb7c5dc15cfa94b23fe1aa03 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250627 +%global commitdate 20250628 %global ver 1.0.13 Name: scx-scheds-nightly diff --git a/anda/system/xone/kmod-common/xone.spec b/anda/system/xone/kmod-common/xone.spec index cb5bbe8753..2e30319581 100644 --- a/anda/system/xone/kmod-common/xone.spec +++ b/anda/system/xone/kmod-common/xone.spec @@ -1,7 +1,7 @@ -%global commit feca13ffdd80da82453010ab90a4fa0b20a87fb1 +%global commit 1d3ef1d8e0dfed6cac169a9a06000a2507c0a417 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250626 -%global ver 0.3.2 +%global commitdate 20250628 +%global ver 0.3.3 %global _dracutconfdir %{_prefix}/lib/dracut/dracut.conf.d %global firmware_hash0 48084d9fa53b9bb04358f3bb127b7495dc8f7bb0b3ca1437bd24ef2b6eabdf66 %global firmware_hash1 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223 From e1652d0dd7a769baa6f7e84036cf13cade51538d Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Jun 2025 01:58:29 +0000 Subject: [PATCH 195/203] bump: ruffle-nightly abuild cbfstool cbmem --- anda/apps/ruffle/ruffle-nightly.spec | 2 +- anda/tools/abuild/abuild.spec | 2 +- anda/tools/cbfstool/cbfstool.spec | 4 ++-- anda/tools/cbmem/cbmem.spec | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/anda/apps/ruffle/ruffle-nightly.spec b/anda/apps/ruffle/ruffle-nightly.spec index 1cb6116ed9..90396b67d5 100644 --- a/anda/apps/ruffle/ruffle-nightly.spec +++ b/anda/apps/ruffle/ruffle-nightly.spec @@ -1,4 +1,4 @@ -%global ver 2025-06-27 +%global ver 2025-06-28 %global goodver %(echo %ver | sed 's/-//g') %global __brp_mangle_shebangs %{nil} %bcond_without mold diff --git a/anda/tools/abuild/abuild.spec b/anda/tools/abuild/abuild.spec index 123879607b..522edd4f75 100644 --- a/anda/tools/abuild/abuild.spec +++ b/anda/tools/abuild/abuild.spec @@ -1,5 +1,5 @@ Name: abuild -Version: 25.03 +Version: 25.06 Release: 1%?dist Summary: coreboot autobuild script builds coreboot images for all available targets. URL: https://doc.coreboot.org/util/abuild/index.html diff --git a/anda/tools/cbfstool/cbfstool.spec b/anda/tools/cbfstool/cbfstool.spec index 5e34ffb6d4..78b0cce1da 100644 --- a/anda/tools/cbfstool/cbfstool.spec +++ b/anda/tools/cbfstool/cbfstool.spec @@ -1,6 +1,6 @@ Name: cbfstool -Version: 25.03 -Release: 2%?dist +Version: 25.06 +Release: 1%?dist Summary: Management utility for CBFS formatted ROM images URL: https://doc.coreboot.org/lib/fw_config.html#cbfs License: GPLv2 diff --git a/anda/tools/cbmem/cbmem.spec b/anda/tools/cbmem/cbmem.spec index 6155f7be85..97ddb655f0 100644 --- a/anda/tools/cbmem/cbmem.spec +++ b/anda/tools/cbmem/cbmem.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: cbmem -Version: 25.03 +Version: 25.06 Release: 1%?dist Summary: Prints out coreboot mem table information URL: https://review.coreboot.org From fa5eb170e071654ce91ab132724f9e51e9d0953a Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Jun 2025 02:55:55 +0000 Subject: [PATCH 196/203] bump(branch): astal-gtk xone-kmod dkms-xone --- anda/lib/astal/astal-gtk/astal-gtk.spec | 4 ++-- anda/system/xone/akmod/xone-kmod.spec | 6 +++--- anda/system/xone/dkms/dkms-xone.spec | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/anda/lib/astal/astal-gtk/astal-gtk.spec b/anda/lib/astal/astal-gtk/astal-gtk.spec index 45b06433d0..5c692db0a8 100644 --- a/anda/lib/astal/astal-gtk/astal-gtk.spec +++ b/anda/lib/astal/astal-gtk/astal-gtk.spec @@ -1,5 +1,5 @@ -%global commit 36f1daf -%global commit_date 20250624 +%global commit 95c6d6d +%global commit_date 20250628 Name: astal Version: 0^%commit_date.%commit diff --git a/anda/system/xone/akmod/xone-kmod.spec b/anda/system/xone/akmod/xone-kmod.spec index 6520f5b9bb..662a89b2e7 100644 --- a/anda/system/xone/akmod/xone-kmod.spec +++ b/anda/system/xone/akmod/xone-kmod.spec @@ -1,7 +1,7 @@ -%global commit feca13ffdd80da82453010ab90a4fa0b20a87fb1 +%global commit 1d3ef1d8e0dfed6cac169a9a06000a2507c0a417 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250626 -%global ver 0.3.2 +%global commitdate 20250628 +%global ver 0.3.3 %define buildforkernels akmod %global debug_package %{nil} %global modulename xone diff --git a/anda/system/xone/dkms/dkms-xone.spec b/anda/system/xone/dkms/dkms-xone.spec index b45c1bbe5a..a84de04cee 100644 --- a/anda/system/xone/dkms/dkms-xone.spec +++ b/anda/system/xone/dkms/dkms-xone.spec @@ -1,7 +1,7 @@ -%global commit feca13ffdd80da82453010ab90a4fa0b20a87fb1 +%global commit 1d3ef1d8e0dfed6cac169a9a06000a2507c0a417 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commitdate 20250626 -%global ver 0.3.2 +%global commitdate 20250628 +%global ver 0.3.3 %global debug_package %{nil} %global modulename xone From ebbbe83de819597d42ae88b9409efddba5c2b1d4 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Jun 2025 03:14:40 +0000 Subject: [PATCH 197/203] 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 ae591f1155..1aee622f1c 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: 2025.06.27.224014 +Version: 2025.06.28.023001 Release: 1%?dist Summary: A command-line program to download videos from online video platforms From 8ba127c0112859fa5e6e1b432621f1c3651ec200 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Fri, 27 Jun 2025 20:34:46 -0700 Subject: [PATCH 198/203] fix(hyprutils): bump so ver (#5655) (#5662) (cherry picked from commit 8fe448a56618ded2821ff0fb1691a975fbca354a) Signed-off-by: madomado Co-authored-by: madomado --- anda/desktops/waylands/hyprutils/hyprutils.nightly.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec index a32e1d70a0..84d1217409 100644 --- a/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec +++ b/anda/desktops/waylands/hyprutils/hyprutils.nightly.spec @@ -52,4 +52,4 @@ Conflicts: %realname-devel %license LICENSE %doc README.md %{_libdir}/lib%{realname}.so.%{ver} -%{_libdir}/lib%{realname}.so.6 +%{_libdir}/lib%{realname}.so.* From 767872a4c21492130a60ff42ff8df9ca8c90181e Mon Sep 17 00:00:00 2001 From: Gilver Date: Fri, 27 Jun 2025 23:45:38 -0500 Subject: [PATCH 199/203] fix(deadbeef): Missing = (#5661) Signed-off-by: Gilver --- anda/multimedia/deadbeef/deadbeef.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anda/multimedia/deadbeef/deadbeef.spec b/anda/multimedia/deadbeef/deadbeef.spec index 84dd53188a..1db2fec728 100644 --- a/anda/multimedia/deadbeef/deadbeef.spec +++ b/anda/multimedia/deadbeef/deadbeef.spec @@ -6,7 +6,7 @@ Name: deadbeef Version: 0.2.2.2 -Release: 1%?dist +Release: 2%?dist Summary: An audio player for GNU/Linux License: GPL-2.0-or later AND LGPL-2.0-or-later and BSD and MIT AND Zlib @@ -44,7 +44,7 @@ BuildRequires: pkgconfig(opusfile) BuildRequires: libdispatch-devel Requires: hicolor-icon-theme -Requires: %{name}-plugins%{?_isa} %evr +Requires: %{name}-plugins%{?_isa} = %evr Recommends: deadbeef-mpris2-plugin From dc81a854f0df3d710855503b0e5a6534ffae9361 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Jun 2025 04:48:45 +0000 Subject: [PATCH 200/203] 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 81045ea0a3..d3b89baf1c 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: 10.10 +Version: 10.11 Release: 1%?dist Epoch: 1 Summary: WINE Is Not An Emulator - runs MS Windows programs From 90e3fe5d626c5cb1aca90414bde79806ffb9f3b4 Mon Sep 17 00:00:00 2001 From: Gilver Date: Sat, 28 Jun 2025 00:17:19 -0500 Subject: [PATCH 201/203] fix(nvidia): UX improvements (#5648) * fix(nvidia): Automatically pull necessary 32-bit deps * feat: Fallback service and more --- .../dkms-nvidia/closed/dkms-nvidia.spec | 4 ++- .../libva-nvidia-driver.spec | 7 +++- .../nvidia/nvidia-driver/nvidia-driver.spec | 32 ++++++++++++++++++- .../10-nvidia-fallback.rules | 2 ++ .../nvidia-fallback.service | 17 ++++++++++ .../nvidia-kmod-common.spec | 14 +++++++- .../nvidia/nvidia-kmod-common/nvidia.conf | 6 ++-- 7 files changed, 74 insertions(+), 8 deletions(-) create mode 100644 anda/system/nvidia/nvidia-kmod-common/10-nvidia-fallback.rules create mode 100644 anda/system/nvidia/nvidia-kmod-common/nvidia-fallback.service diff --git a/anda/system/nvidia/dkms-nvidia/closed/dkms-nvidia.spec b/anda/system/nvidia/dkms-nvidia/closed/dkms-nvidia.spec index eacf523b2c..211f282f7d 100644 --- a/anda/system/nvidia/dkms-nvidia/closed/dkms-nvidia.spec +++ b/anda/system/nvidia/dkms-nvidia/closed/dkms-nvidia.spec @@ -1,11 +1,13 @@ ## NVIDIA DKMS package, based on the work of Negativo17 with tweaks for Terra. +# 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 Name: dkms-%{modulename} Version: 575.64 -Release: 1%?dist +Release: 2%?dist Summary: NVIDIA display driver kernel module Epoch: 3 License: NVIDIA License 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 e3454143c0..cc22ff2df4 100644 --- a/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec +++ b/anda/system/nvidia/libva-nvidia-driver/libva-nvidia-driver.spec @@ -11,7 +11,7 @@ Name: libva-nvidia-driver Epoch: 1 Version: 0.0.14%{!?tag:^%{date}git%{shortcommit0}} -Release: 1%?dist +Release: 2%?dist Summary: VA-API user mode driver for Nvidia GPUs License: MIT URL: https://github.com/elFarto/%{upstream_name} @@ -39,6 +39,11 @@ Provides: %{upstream_name} = %{version}-%{release} Provides: nvdec-vaapi-driver = %{version}-%{release} Requires: mesa-filesystem +%if 0%{?fedora} +%ifarch x86_64 +Requires: %{name}(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} +%endif +%endif %description This is a VA-API implementation that uses NVDEC as a backend. This diff --git a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec index 81da2eeb81..620a205f73 100644 --- a/anda/system/nvidia/nvidia-driver/nvidia-driver.spec +++ b/anda/system/nvidia/nvidia-driver/nvidia-driver.spec @@ -11,7 +11,7 @@ Name: nvidia-driver Version: 575.64 -Release: 1%?dist +Release: 2%?dist Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards Epoch: 3 License: NVIDIA License @@ -48,6 +48,11 @@ BuildRequires: coreutils Requires: nvidia-driver-libs%{?_isa} = %{?epoch:%{epoch}:}%{version} Requires: nvidia-kmod-common = %{?epoch:%{epoch}:}%{version} +%if 0%{?fedora} +%ifarch x86_64 +Requires: %{name}(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} +%endif +%endif Conflicts: nvidia-x11-drv Conflicts: nvidia-x11-drv-470xx @@ -74,6 +79,11 @@ Requires: libglvnd-glx%{?_isa} >= 1.0 Requires: libglvnd-opengl%{?_isa} >= 1.0 Requires: libnvidia-ml%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: vulkan-loader +%if 0%{?fedora} +%ifarch x86_64 +Requires: %{name}-libs(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} +%endif +%endif # dlopened Requires: libnvidia-gpucomp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: libnvidia-ml%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} @@ -95,6 +105,11 @@ Requires: libnvidia-ml = %{?epoch:%{epoch}:}%{version}-%{release} %ifarch x86_64 aarch64 Requires: libnvidia-cfg = %{?epoch:%{epoch}:}%{version}-%{release} %endif +%if 0%{?fedora} +%ifarch x86_64 +Requires: %{name}-cuda-libs(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} +%endif +%endif # dlopened: Requires: libnvidia-gpucomp%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: libnvidia-ml = %{?epoch:%{epoch}:}%{version}-%{release} @@ -109,6 +124,11 @@ This package provides the CUDA libraries for %{name}-cuda. Summary: NVIDIA OpenGL-based Framebuffer Capture libraries Provides: nvidia-driver-NvFBCOpenGL = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: nvidia-driver-NvFBCOpenGL < %{?epoch:%{epoch}:}%{version}-%{release} +%if 0%{?fedora} +%ifarch x86_64 +Requires: libnvidia-fbc(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} +%endif +%endif # dlopened: Requires: %{name}-cuda-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} @@ -120,6 +140,11 @@ graphics scenarios. %package -n libnvidia-gpucomp Summary: NVIDIA library for shader compilation (nvgpucomp) +%if 0%{?fedora} +%ifarch x86_64 +Requires: libnvidia-gpucomp(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} +%endif +%endif %description -n libnvidia-gpucomp This package contains the private libnvidia-gpucomp runtime library which is used by @@ -129,6 +154,11 @@ other driver components. Summary: NVIDIA Management Library (NVML) Provides: cuda-nvml%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Provides: nvidia-driver-NVML = %{?epoch:%{epoch}:}%{version}-%{release} +%if 0%{?fedora} +%ifarch x86_64 +Requires: libnvidia-ml(x86-32) = %{?epoch:%{epoch}:}%{version}-%{release} +%endif +%endif Obsoletes: nvidia-driver-NVML < %{?epoch:%{epoch}:}%{version}-%{release} %description -n libnvidia-ml diff --git a/anda/system/nvidia/nvidia-kmod-common/10-nvidia-fallback.rules b/anda/system/nvidia/nvidia-kmod-common/10-nvidia-fallback.rules new file mode 100644 index 0000000000..5ead9f6780 --- /dev/null +++ b/anda/system/nvidia/nvidia-kmod-common/10-nvidia-fallback.rules @@ -0,0 +1,2 @@ +SUBSYSTEM=="pci", ATTRS{vendor}=="0x12d2", ATTRS{class}=="0x030000", TAG+="systemd", ENV{SYSTEMD_WANTS}="nvidia-fallback.service" +SUBSYSTEM=="pci", ATTRS{vendor}=="0x10de", ATTRS{class}=="0x030[02]00", TAG+="systemd", ENV{SYSTEMD_WANTS}="nvidia-fallback.service" diff --git a/anda/system/nvidia/nvidia-kmod-common/nvidia-fallback.service b/anda/system/nvidia/nvidia-kmod-common/nvidia-fallback.service new file mode 100644 index 0000000000..8e08e806f0 --- /dev/null +++ b/anda/system/nvidia/nvidia-kmod-common/nvidia-fallback.service @@ -0,0 +1,17 @@ +[Unit] +Description=Fallback to nouveau as nvidia did not load +After=akmods.service +Before=display-manager.service +ConditionKernelCommandLine=rd.driver.blacklist=nouveau +ConditionPathExists=!/sys/module/nvidia + + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=-/sbin/modprobe nouveau +ExecStartPost=-/bin/plymouth message --text="NVIDIA kernel module missing. Falling back to Nouveau." + + +[Install] +WantedBy=graphical.target 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 b6ad435b42..cf08fd5023 100644 --- a/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec +++ b/anda/system/nvidia/nvidia-kmod-common/nvidia-kmod-common.spec @@ -8,7 +8,7 @@ Name: nvidia-kmod-common Version: 575.64 -Release: 1%?dist +Release: 2%?dist Summary: Common file for NVIDIA's proprietary driver kernel modules Epoch: 3 License: NVIDIA License @@ -21,14 +21,19 @@ Source18: MODULE_VARIANT.txt Source19: nvidia-modeset.conf Source20: nvidia.conf Source21: 60-nvidia.rules +Source22: nvidia-fallback.service +Source23: 10-nvidia-fallback.rules # UDev rule location (_udevrulesdir) and systemd macros: BuildRequires: systemd-rpm-macros Requires: dracut Requires: nvidia-modprobe +Requires: nvidia-driver = %{?epoch:%{epoch}:}%{version} +Requires: nvidia-driver-libs = %{?epoch:%{epoch}:}%{version} Requires: (nvidia-open-kmod = %{?epoch:%{epoch}:}%{version} or nvidia-kmod = %{?epoch:%{epoch}:}%{version}) Provides: nvidia-kmod-common = %{?epoch:%{epoch}:}%{version} +Provides: nvidia-open-kmod-common = %{?epoch:%{epoch}:}%{version} Obsoletes: cuda-nvidia-kmod-common < %{?epoch:%{epoch}:}%{version} %description @@ -59,6 +64,11 @@ install -p -m 644 firmware/* %{buildroot}%{_prefix}/lib/firmware/nvidia/%{versio # Old kernel.conf rewritten as a doc file. cp %{SOURCE18} . +# Fallback service. Fall back to Nouveau if NVIDIA drivers fail. +# This is actually from RPM Fusion. +install -Dm644 %{SOURCE22} -t %{buildroot}%{_unitdir} +install -Dm644 %{SOURCE23} -t %{buildroot}%{_udevrulesdir} + %pre # Remove the kernel command line adjustments one last time when doing an upgrade # from a version that was still setting up the command line parameters: @@ -77,7 +87,9 @@ dracut --regenerate-all --force %dir %{_prefix}/lib/firmware/nvidia %{_prefix}/lib/firmware/nvidia/%{version} %config(noreplace) %{_sysconfdir}/modprobe.d/nvidia-modeset.conf +%{_udevrulesdir}/10-nvidia-fallback.rules %{_udevrulesdir}/60-nvidia.rules +%{_unitdir}/nvidia-fallback.service %changelog %autochangelog diff --git a/anda/system/nvidia/nvidia-kmod-common/nvidia.conf b/anda/system/nvidia/nvidia-kmod-common/nvidia.conf index bb90a99750..0e4083bf5e 100644 --- a/anda/system/nvidia/nvidia-kmod-common/nvidia.conf +++ b/anda/system/nvidia/nvidia-kmod-common/nvidia.conf @@ -1,8 +1,6 @@ -# Nouveau must be blacklisted here as well beside from the initrd to avoid a -# delayed loading (for example on Optimus laptops where the Nvidia card is not -# driving the main display). +# NOVA must be blacklisted as it conflicts with both these drivers and Nouveau. -blacklist nouveau +blacklist nova-core # Make a soft dependency for nvidia-uvm as adding the module loading to # /usr/lib/modules-load.d/nvidia-uvm.conf for systemd consumption, makes the From 5a9daca81a4385f3b3bc8d66a008f6b50f446392 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Sat, 28 Jun 2025 12:37:41 +0000 Subject: [PATCH 202/203] 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 6bdcf9c935..f300c90b94 100644 --- a/anda/games/rpcs3/rpcs3.spec +++ b/anda/games/rpcs3/rpcs3.spec @@ -6,8 +6,8 @@ # Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags %global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument %global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument -%global commit 1660dc24b385292bc35c0ddb0454acb5e5299e91 -%global ver 0.0.37-18056 +%global commit 9c93ec0bc31bbc94ca4dce2a76ceea80da6f6554 +%global ver 0.0.37-18022 Name: rpcs3 Version: %(echo %{ver} | sed 's/-/^/g') From 085ca9af922e66fdabde6d10992b17799e5d2f96 Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 28 Jun 2025 21:12:24 +0800 Subject: [PATCH 203/203] fix(chezmoi)?: try using latest go.sum (#5385) Signed-off-by: madomado --- anda/langs/go/chezmoi/chezmoi.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/anda/langs/go/chezmoi/chezmoi.spec b/anda/langs/go/chezmoi/chezmoi.spec index 63a732a470..af878218a9 100644 --- a/anda/langs/go/chezmoi/chezmoi.spec +++ b/anda/langs/go/chezmoi/chezmoi.spec @@ -43,6 +43,10 @@ Source: %{gosource} %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