Merge branch 'frawhide' into mado/w/buzz

This commit is contained in:
Owen Zimmerman
2026-05-24 17:24:29 -05:00
committed by GitHub
128 changed files with 742 additions and 166 deletions
+1 -1
View File
@@ -73,6 +73,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional). # Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard # Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning" - name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4 uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
with: with:
sarif_file: results.sarif sarif_file: results.sarif
+1 -1
View File
@@ -8,7 +8,7 @@ for background device management, as well as a GUI to expertly customize your se
%global __brp_mangle_shebangs %{nil} %global __brp_mangle_shebangs %{nil}
Name: coolercontrol Name: coolercontrol
Version: 4.3.0 Version: 4.3.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Cooling device control for Linux Summary: Cooling device control for Linux
ExclusiveArch: x86_64 aarch64 ExclusiveArch: x86_64 aarch64
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar Name: discord-canary-openasar
Version: 1.0.1103 Version: 1.0.1140
Release: 1%{?dist} Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-canary Name: discord-canary
Version: 1.0.1103 Version: 1.0.1140
Release: 1%{?dist} Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers Summary: Free Voice and Text Chat for Gamers
URL: discord.com URL: discord.com
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-ptb-openasar Name: discord-ptb-openasar
Version: 1.0.191 Version: 1.0.192
Release: 1%{?dist} Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-ptb Name: discord-ptb
Version: 1.0.191 Version: 1.0.192
Release: 1%{?dist} Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers. Summary: Free Voice and Text Chat for Gamers.
URL: https://discord.com URL: https://discord.com
+9 -7
View File
@@ -1,6 +1,8 @@
%global appid com.pikaos.falcondgui
Name: falcond-gui Name: falcond-gui
Version: 1.0.2 Version: 1.0.3
Release: 1%?dist Release: 1%{?dist}
Summary: A GTK4/LibAdwaita application to control and monitor the Falcond gaming optimization daemon Summary: A GTK4/LibAdwaita application to control and monitor the Falcond gaming optimization daemon
SourceLicense: MIT SourceLicense: MIT
License: (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND CC0-1.0 AND ISC AND (MIT OR Apache-2.0) AND MIT AND (Unlicense OR MIT) License: (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND CC0-1.0 AND ISC AND (MIT OR Apache-2.0) AND MIT AND (Unlicense OR MIT)
@@ -30,12 +32,12 @@ falcond-gui provides a user-friendly graphical interface for managing falcond. I
%install %install
%cargo_install %cargo_install
desktop-file-install res/%{name}.desktop %desktop_file_install res/%{appid}.desktop
install -Dm644 res/falcond.png -t %{buildroot}%{_hicolordir}/512x512/apps/ install -Dm644 res/%{appid}.png -t %{buildroot}%{_hicolordir}/512x512/apps/
%{cargo_license_online} > LICENSE.dependencies %{cargo_license_online} > LICENSE.dependencies
%check %check
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %desktop_file_validate %{buildroot}%{_datadir}/applications/%{appid}.desktop
%posttrans %posttrans
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor/ &>/dev/null || : /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor/ &>/dev/null || :
@@ -44,8 +46,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%doc ../README.md %doc ../README.md
%license ../LICENSE.md %license ../LICENSE.md
%{_bindir}/%{name} %{_bindir}/%{name}
%{_hicolordir}/512x512/apps/falcond.png %{_hicolordir}/512x512/apps/%{appid}.png
%{_appsdir}/%{name}.desktop %{_appsdir}/%{appid}.desktop
%changelog %changelog
* Thu Jan 1 2026 Gilver E. <roachy@fyralabs.com> - 1.0.0-1 * Thu Jan 1 2026 Gilver E. <roachy@fyralabs.com> - 1.0.0-1
+2 -2
View File
@@ -1,9 +1,9 @@
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec #? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
%global ver 13.3.0 %global ver 13.3.0
%global commit 95032bd2b752c711860ed06b9f0225243a4b6cbd %global commit 1ee047f1d9b0ca5bc88fcbfd8bea89f0f4d23b43
%global shortcommit %{sub %{commit} 1 7} %global shortcommit %{sub %{commit} 1 7}
%global commit_date 20260513 %global commit_date 20260521
%global devel_name QtColorWidgets %global devel_name QtColorWidgets
%global _distro_extra_cflags -fuse-ld=mold %global _distro_extra_cflags -fuse-ld=mold
%global _distro_extra_cxxflags -fuse-ld=mold %global _distro_extra_cxxflags -fuse-ld=mold
@@ -11,7 +11,7 @@
%endif %endif
Name: helium-browser-bin Name: helium-browser-bin
Version: 0.12.3.1 Version: 0.12.4.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Private, fast, and honest web browser based on Chromium Summary: Private, fast, and honest web browser based on Chromium
@@ -1,5 +1,5 @@
%global commit 5c4e9d0707dca9cfde324b83a6423497a251e6c4 %global commit 089cff6792d604faba5127bc8f03d87959e5e062
%global commit_date 20260517 %global commit_date 20260522
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global debug_package %nil %global debug_package %nil
%global __strip /bin/true %global __strip /bin/true
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+ # Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10] %bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit 8fc1a10a44ee8b24ef1d1761832b2170343a0254 %global commit 9e06c3248a67a14717909db4a02709bc22fe559e
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260519 %global commit_date 20260523
%global ver 0.41.0 %global ver 0.41.0
Name: mpv-nightly Name: mpv-nightly
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit ecc8fff9109001717d913dd5a4d30573f4a3f2c5 %global commit 8d837571ef02a4c1c4d74e419ebc59d66b47b685
%global commit_date 20260401 %global commit_date 20260521
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: rp-bookshelf Name: rp-bookshelf
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit 44175da2dd3332fc8ddfaeef14f23a7660bd1312 %global commit 0e6cd08585bccd8f56c69bf8785777c2e3e67c4a
%global commit_date 20260519 %global commit_date 20260520
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: rpcc Name: rpcc
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-05-19 %global ver 2026-05-24
%global goodver %(echo %ver | sed 's/-//g') %global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil} %global __brp_mangle_shebangs %{nil}
%bcond_without mold %bcond_without mold
+1 -1
View File
@@ -2,7 +2,7 @@
Name: signal-desktop Name: signal-desktop
%electronmeta -aD %electronmeta -aD
Version: 8.10.0 Version: 8.11.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A private messenger for Windows, macOS, and Linux Summary: A private messenger for Windows, macOS, and Linux
URL: https://signal.org URL: https://signal.org
+1 -1
View File
@@ -1,7 +1,7 @@
#? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=throne-git #? https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=throne-git
Name: throne Name: throne
Version: 1.1.3 Version: 1.1.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box) Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box)
URL: https://github.com/throneproj/Throne URL: https://github.com/throneproj/Throne
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "wavemon.spec"
}
}
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("uoaerg/wavemon"));
+48
View File
@@ -0,0 +1,48 @@
Name: wavemon
Version: 0.9.7
Release: 1%{?dist}
Summary: ncurses-based monitoring application for wireless network devices on Linux
License: GPL-3.0-or-later
URL: https://github.com/uoaerg/wavemon
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
Packager: Owen Zimmerman <owen@fyralabs.com>
BuildRequires: gcc
BuildRequires: ncurses-devel
BuildRequires: pkgconfig(libnl-3.0)
BuildRequires: autoconf
BuildRequires: automake
%description
%{summary}.
%prep
%autosetup
sed -e '/^CFLAGS=/d' -i configure.ac
sed -r 's|\?=|=|g' -i Makefile.in
autoreconf -fiv
%conf
CFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"
CXXFLAGS="$RPM_OPT_FLAGS -fPIC -pie -Wl,-z,relro -Wl,-z,now"
export CFLAGS
export CXXFLAGS
%configure
%build
%make_build
%install
%make_install
# Delete wrong placed readme and license
rm -rf %{buildroot}%{_datadir}/%{name}/*
%files
%doc README.md
%license LICENSE
%{_mandir}/man*/%{name}*.*
%{_bindir}/%{name}
%changelog
* Tue May 19 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate mise %global crate mise
Name: rust-mise Name: rust-mise
Version: 2026.5.12 Version: 2026.5.15
Release: 1%{?dist} Release: 1%{?dist}
Summary: Front-end to your dev env Summary: Front-end to your dev env
+1 -1
View File
@@ -1,5 +1,5 @@
Name: driftwm Name: driftwm
Version: 0.7.0 Version: 0.8.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: A trackpad-first infinite canvas Wayland compositor Summary: A trackpad-first infinite canvas Wayland compositor
License: GPL-3.0-or-later License: GPL-3.0-or-later
@@ -1,5 +1,5 @@
%global commit 5d5bb105380a90b2f9767df328eb846009299ddb %global commit c9dde8ec3f9a027ee2080b4beda2af9bc20fc927
%global commit_date 20260513 %global commit_date 20260522
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global extension multi-monitors-bar %global extension multi-monitors-bar
@@ -3,8 +3,8 @@
%global realname hyprutils %global realname hyprutils
%global ver 0.13.1 %global ver 0.13.1
%global commit a2dbd8a4cc51f7cbe4224732668392bb1aa79df2 %global commit 3cd3972b2ee658a14d2610d8494e09259e530124
%global commit_date 20260509 %global commit_date 20260523
%global shortcommit %{sub %commit 1 7} %global shortcommit %{sub %commit 1 7}
Name: %realname.nightly Name: %realname.nightly
+1 -1
View File
@@ -1,5 +1,5 @@
Name: nirius Name: nirius
Version: 0.6.1 Version: 0.7.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Utility commands for niri Summary: Utility commands for niri
+1 -1
View File
@@ -2,7 +2,7 @@
Name: noctalia-qs Name: noctalia-qs
Version: 0.0.12 Version: 0.0.12
Release: 3%{?dist} Release: 4%{?dist}
Summary: Flexible QtQuick based desktop shell toolkit Summary: Flexible QtQuick based desktop shell toolkit
License: LGPL-3.0-only AND GPL-3.0-only License: LGPL-3.0-only AND GPL-3.0-only
URL: https://github.com/noctalia-dev/noctalia-qs URL: https://github.com/noctalia-dev/noctalia-qs
+6 -1
View File
@@ -1 +1,6 @@
rpm.version(gh("noctalia-dev/noctalia-shell")); let v = gh("noctalia-dev/noctalia-shell");
v.crop(1);
if v < "5" {
rpm.version(v);
}
+1 -1
View File
@@ -1,5 +1,5 @@
Name: scroll Name: scroll
Version: 1.12.11 Version: 1.12.13
Release: 1%{?dist} Release: 1%{?dist}
Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller Summary: i3-compatible Wayland compositor (sway) with a PaperWM layout like niri or hyprscroller
License: MIT License: MIT
@@ -1,5 +1,5 @@
%global commit f0997ee20a4c7502e0634bbb689ea678e26c0ea3 %global commit 546ca2a939542c397b6668e1fc1883046126b6fe
%global commit_date 20260519 %global commit_date 20260523
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: libsingularity Name: libsingularity
@@ -18,6 +18,7 @@ BuildRequires: pkgconfig(gtk4-layer-shell-0)
BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(gee-0.8)
BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libpeas-2) BuildRequires: pkgconfig(libpeas-2)
BuildRequires: pkgconfig(libsoup-3.0)
Packager: Owen Zimmerman <owen@fyralabs.com> Packager: Owen Zimmerman <owen@fyralabs.com>
+8
View File
@@ -0,0 +1,8 @@
project pkg {
rpm {
spec = "mangobar.spec"
}
labels {
nightly = 1
}
}
@@ -0,0 +1,50 @@
%global commit e5e8e35953c03e07e163a4967feda7af6aba7803
%global commit_date 20260509
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: mangobar
Version: 0~%{commit_date}git.%{shortcommit}
Release: 1%{?dist}
Summary: A suckless-esc bar for mangowc
URL: https://github.com/Gur0v/mangobar
Source0: %{url}/archive/%{commit}/mangobar-%{commit}.tar.gz
SourceLicense: GPL-3.0-or-later
License: %{sourcelicense} AND (Apache-2.0 OR MIT) AND MIT AND GPL-3.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (Unlicense OR MIT)
BuildRequires: rust
BuildRequires: cargo-rpm-macros
BuildRequires: gtk4
BuildRequires: gtk4-devel
BuildRequires: gtk4-layer-shell
BuildRequires: gtk4-layer-shell-devel
BuildRequires: gdk-pixbuf2
BuildRequires: gdk-pixbuf2-devel
BuildRequires: wireplumber
Suggests: mangowm
Packager: Its-J <jonah@fyralabs.com>
%description
%{summary}.
%prep
%autosetup -n mangobar-%{commit}
%cargo_prep_online
%build
%cargo_build
%install
install -Dm 755 target/rpm/mangobar %{buildroot}%{_bindir}/mangobar
%cargo_license_summary_online
%{cargo_license_online} > LICENSE.dependencies
%files
%{_bindir}/mangobar
%license LICENSE
%license LICENSE.dependencies
%doc README.md
%changelog
* Sat May 23 2026 Its-J <jonah@fyralabs.com>
- Package mangobar
@@ -0,0 +1,5 @@
rpm.global("commit", gh_commit("Gur0v/mangobar"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "vibepanel.spec"
}
}
@@ -0,0 +1 @@
rpm.version(gh("prankstr/vibepanel"));
@@ -0,0 +1,52 @@
Name: vibepanel
Version: 0.14.1
Release: 2%{?dist}
Summary: GTK4 panel for Wayland with notifications, OSD, and quick settings between a status bar and a desktop shell
URL: https://github.com/prankstr/vibepanel
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
SourceLicense: MIT
License: %{sourcelicense} AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (0BSD OR MIT OR Apache-2.0) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND MPL-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND CC0-1.0 AND Apache-2.0 AND ISC AND (BSD-3-Clause OR Apache-2.0) AND ISC AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT)
BuildRequires: rust
BuildRequires: cargo-rpm-macros
BuildRequires: gcc
BuildRequires: gtk4-devel
BuildRequires: gtk4-layer-shell-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: systemd-devel
BuildRequires: dbus-devel
Requires: gtk4
Requires: gtk4-layer-shell
Requires: pulseaudio-libs
Requires: upower
Requires: NetworkManager
Requires: bluez
Recommends: power-profiles-daemon
Packager: Its-J <jonah@fyralabs.com>
%description
%{summary}.
%prep
%autosetup -n vibepanel-%{version}
%cargo_prep_online
%build
%cargo_build
%install
install -Dm 755 target/rpm/vibepanel %{buildroot}%{_bindir}/vibepanel
%{cargo_license_online} > LICENSE.dependencies
%files
%{_bindir}/vibepanel
%license LICENSE
%license LICENSE.dependencies
%doc README.md
%changelog
* Sat May 23 2026 Its-J <jonah@fyralabs.com>
- Package vibepanel
@@ -16,7 +16,7 @@
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$ %global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
Name: android-studio-canary Name: android-studio-canary
Version: 2026.1.2.1 Version: 2026.1.2.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Official IDE for Android development (Canary build) Summary: Official IDE for Android development (Canary build)
License: Apache-2.0 License: Apache-2.0
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>
ExclusiveArch: x86_64 ExclusiveArch: x86_64
URL: https://developer.android.com/studio/preview URL: https://developer.android.com/studio/preview
%define suffixS quail2-canary1 %define suffixS quail2-canary2
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
+1 -1
View File
@@ -1,7 +1,7 @@
%global appid com.vscodium.VSCodium %global appid com.vscodium.VSCodium
Name: codium Name: codium
Version: 1.116.02821 Version: 1.121.03429
%electronmeta -D %electronmeta -D
%global __requires_exclude %{__requires_exclude}|libcurl.so|libmsalruntime.so %global __requires_exclude %{__requires_exclude}|libcurl.so|libmsalruntime.so
Release: 1%{?dist} Release: 1%{?dist}
+1 -1
View File
@@ -6,7 +6,7 @@
%global crate deno %global crate deno
Name: rust-deno Name: rust-deno
Version: 2.7.14 Version: 2.8.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Deno executable Summary: Deno executable
@@ -1,6 +1,6 @@
%global commit 3706abab0c962d9c93c4c4af853149f9d55f4deb %global commit d5d8cef4d3834cc8999eb9344066b0960b033f2d
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global fulldate 2026-05-18 %global fulldate 2026-05-23
%global commit_date %(echo %{fulldate} | sed 's/-//g') %global commit_date %(echo %{fulldate} | sed 's/-//g')
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV %global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
%global ver 1.3.2 %global ver 1.3.2
+2 -2
View File
@@ -12,8 +12,8 @@
# Naming variable as something other than "commit" is necessary # Naming variable as something other than "commit" is necessary
# to stop %%gometa from putting commit hash in release # to stop %%gometa from putting commit hash in release
%global commit_hash 934dac4301efb0c7c1e081e6d2945535bc230e89 %global commit_hash 85a3d79f97bda50a1a6121a9f20ff6482aa952a9
%global commit_date 20260519 %global commit_date 20260520
%global shortcommit %{sub %{commit_hash} 1 7} %global shortcommit %{sub %{commit_hash} 1 7}
%global ver 2.0.15 %global ver 2.0.15
+2 -2
View File
@@ -18,8 +18,8 @@
%bcond test 1 %bcond test 1
Name: powershell Name: powershell
Version: 7.6.1 Version: 7.6.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: A cross-platform automation and configuration tool/framework Summary: A cross-platform automation and configuration tool/framework
SourceLicense: MIT SourceLicense: MIT
License: Apache-2.0 AND BSD-2-Clause AND MIT License: Apache-2.0 AND BSD-2-Clause AND MIT
+1 -1
View File
@@ -4,7 +4,7 @@
A hardware-accelerated terminal emulator focusing to run in desktops and browsers.} A hardware-accelerated terminal emulator focusing to run in desktops and browsers.}
Name: rio Name: rio
Version: 0.4.4 Version: 0.4.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: A hardware-accelerated terminal written in Rust. Summary: A hardware-accelerated terminal written in Rust.
SourceLicense: MIT SourceLicense: MIT
+1 -1
View File
@@ -2,7 +2,7 @@
Name: turbowarp-desktop Name: turbowarp-desktop
%electronmeta -D %electronmeta -D
Version: 1.15.5 Version: 1.16.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A better offline editor for Scratch 3 Summary: A better offline editor for Scratch 3
URL: https://desktop.turbowarp.org/ URL: https://desktop.turbowarp.org/
+2 -2
View File
@@ -1,8 +1,8 @@
%bcond bootstrap 0 %bcond bootstrap 0
Name: yarnpkg-berry Name: yarnpkg-berry
Version: 4.14.1 Version: 4.15.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Active development version of Yarn Summary: Active development version of Yarn
License: BSD-2-Clause License: BSD-2-Clause
URL: https://yarnpkg.com URL: https://yarnpkg.com
+3 -3
View File
@@ -1,7 +1,7 @@
%global commit 8ca194d833a4d2e9a3f3c43f84e806a36c3839c4 %global commit b0911ccc9e8bb2b9eab4cc53ec2c98b0471e2759
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260519 %global commit_date 20260524
%global ver 1.4.0 %global ver 1.5.0
%bcond_with check %bcond_with check
%bcond_with debug_no_build %bcond_with debug_no_build
+1 -1
View File
@@ -7,7 +7,7 @@
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
%global ver 1.3.5-pre %global ver 1.4.1-pre
# Exclude input files from mangling # Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
+1 -1
View File
@@ -17,7 +17,7 @@
%global rustflags_debuginfo 0 %global rustflags_debuginfo 0
Name: zed Name: zed
Version: 1.2.7 Version: 1.3.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: Zed is a high-performance, multiplayer code editor Summary: Zed is a high-performance, multiplayer code editor
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 1.8.0 %global ver v1.7.1
Name: geist-font Name: geist-font
Version: %(echo %ver | sed 's/^geist@//') Version: %(echo %ver | sed 's/^geist@//')
+1 -1
View File
@@ -52,7 +52,7 @@
%global fontdescription %{expand: %global fontdescription %{expand:
Versatile typeface for code, from code.} Versatile typeface for code, from code.}
Version: 34.5.0 Version: 34.6.1
Release: 1%{?dist} Release: 1%{?dist}
Packager: Cappy Ishihara <cappy@fyralabs.com> Packager: Cappy Ishihara <cappy@fyralabs.com>
Summary: Versatile typeface for code, from code. Summary: Versatile typeface for code, from code.
@@ -1,5 +1,5 @@
Name: sarasa-gothic-fonts Name: sarasa-gothic-fonts
Version: 1.0.37 Version: 1.0.39
Release: 1%{?dist} Release: 1%{?dist}
URL: https://github.com/be5invis/Sarasa-Gothic URL: https://github.com/be5invis/Sarasa-Gothic
Source0: %url/releases/download/v%version/Sarasa-TTC-%version.7z Source0: %url/releases/download/v%version/Sarasa-TTC-%version.7z
+1 -1
View File
@@ -4,7 +4,7 @@
%global crate chess-tui %global crate chess-tui
Name: rust-chess-tui Name: rust-chess-tui
Version: 2.7.0 Version: 2.7.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Rusty chess game in your terminal 🦀 Summary: Rusty chess game in your terminal 🦀
+1 -1
View File
@@ -1,7 +1,7 @@
%global __brp_mangle_shebangs %{nil} %global __brp_mangle_shebangs %{nil}
Name: inputplumber Name: inputplumber
Version: 0.77.1 Version: 0.77.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: Open source input router and remapper daemon for Linux Summary: Open source input router and remapper daemon for Linux
License: GPL-3.0-or-later License: GPL-3.0-or-later
@@ -2,7 +2,7 @@
%global crate anime-game-launcher %global crate anime-game-launcher
%global appid moe.launcher.an-anime-game-launcher %global appid moe.launcher.an-anime-game-launcher
Name: %{crate} Name: %{crate}
Version: 3.19.4 Version: 3.19.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: An Anime Game Launcher for Linux with automatic patching and telemetry disabling Summary: An Anime Game Launcher for Linux with automatic patching and telemetry disabling
@@ -3,10 +3,10 @@
%global name_pretty %{quote:Prism Launcher (Nightly)} %global name_pretty %{quote:Prism Launcher (Nightly)}
%global appid org.prismlauncher.PrismLauncher-nightly %global appid org.prismlauncher.PrismLauncher-nightly
%global commit 43c11a8555788c870895bf1b67cec56a3a4cf61a %global commit f67a670bcfb54a632d27dfa9b963e42a895047ab
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260519 %global commit_date 20260524
%global snapshot_info %{commit_date}.%{shortcommit} %global snapshot_info %{commit_date}.%{shortcommit}
# Change this variables if you want to use custom keys # Change this variables if you want to use custom keys
+2 -2
View File
@@ -9,8 +9,8 @@
# GLIBCXX_ASSERTIONS is known to break RPCS3 # GLIBCXX_ASSERTIONS is known to break RPCS3
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} %global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags} %global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
%global commit 2613d7eee7de144e80b7c2e866a4c3dd8ad24f33 %global commit dd81c92a02b28ecc2a38ba8af358bb1b9220486d
%global ver 0.0.40-19381 %global ver 0.0.40-19394
Name: rpcs3 Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g') Version: %(echo %{ver} | sed 's/-/^/g')
@@ -4,7 +4,7 @@
Name: steamos-manager-powerstation Name: steamos-manager-powerstation
Version: 0~%{commitdate}.git%{shortcommit} Version: 0~%{commitdate}.git%{shortcommit}
Release: 3%{?dist} Release: 4%{?dist}
Summary: SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system Summary: SteamOS Manager is a system daemon that aims to abstract Steam's interactions with the operating system
License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (Apache-2.0 OR BSL-1.0) AND Apache-2.0 OR MIT AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND ISC AND (LGPL-2.1 OR MIT OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (Apache-2.0 OR BSL-1.0) AND Apache-2.0 OR MIT AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR MIT OR Apache-2.0) AND ISC AND (LGPL-2.1 OR MIT OR Apache-2.0) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
URL: https://github.com/OpenGamingCollective/steamos-manager URL: https://github.com/OpenGamingCollective/steamos-manager
@@ -19,6 +19,9 @@ files_config_file(steamos_manager_conf_t)
# Allow systemd to manage the service (start/stop/status) # Allow systemd to manage the service (start/stop/status)
init_dbus_chat(steamos_manager_t) init_dbus_chat(steamos_manager_t)
# Query systemd and overall system status (init_t:system status)
init_status(steamos_manager_t)
######################################## ########################################
# Process permissions # Process permissions
######################################## ########################################
@@ -77,6 +80,18 @@ domain_read_all_domains_state(steamos_manager_t)
kernel_read_debugfs(steamos_manager_t) kernel_read_debugfs(steamos_manager_t)
kernel_manage_debugfs(steamos_manager_t) kernel_manage_debugfs(steamos_manager_t)
gen_require(`
type tracefs_t;
')
allow steamos_manager_t tracefs_t:dir search;
########################################
# Cgroup access
########################################
# Search the cgroup hierarchy under /sys/fs/cgroup
fs_search_cgroup_dirs(steamos_manager_t)
######################################## ########################################
# Device access # Device access
######################################## ########################################
@@ -185,6 +200,27 @@ corenet_tcp_connect_all_ports(steamos_manager_t)
logging_send_syslog_msg(steamos_manager_t) logging_send_syslog_msg(steamos_manager_t)
########################################
# bootupd (bootloader management)
########################################
# steamos-manager invokes bootupctl, which runs in its own bootupd_t domain.
optional_policy(`
gen_require(`
type bootupd_t;
type mount_var_run_t;
')
# NSS user/group lookups: /etc/passwd, systemd-userdbd, systemd-homed
auth_use_nsswitch(bootupd_t)
# Read /proc system state
kernel_read_system_state(bootupd_t)
# Search the mount runtime directory under /run
allow bootupd_t mount_var_run_t:dir search;
')
######################################## ########################################
# Miscellaneous # Miscellaneous
######################################## ########################################
@@ -6,7 +6,7 @@
Name: twintaillauncher Name: twintaillauncher
Version: 2.1.1 Version: 2.2.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A multi-platform launcher for your anime games Summary: A multi-platform launcher for your anime games
Packager: Yoong Jin <solomoncyj@gmail.com> Packager: Yoong Jin <solomoncyj@gmail.com>
@@ -5,7 +5,7 @@
# https://github.com/xyproto/gendesk # https://github.com/xyproto/gendesk
%global goipath github.com/xyproto/gendesk %global goipath github.com/xyproto/gendesk
Version: 1.0.10 Version: 1.0.13
%global tag 1.0.9 %global tag 1.0.9
%global commit f074161864697100fdc21a99e09b567e82aeb1b9 %global commit f074161864697100fdc21a99e09b567e82aeb1b9
@@ -20,7 +20,7 @@ of information.}
%global godocs README.md %global godocs README.md
Name: %{goname} Name: %{goname}
Release: 1%?dist Release: 1%{?dist}
Summary: Generate .desktop files and download .png icons Summary: Generate .desktop files and download .png icons
License: BSD-3-Clause License: BSD-3-Clause
+2 -2
View File
@@ -1,7 +1,7 @@
%global commit 1bdb488c9ec09ea51e6899697d5b7437f3cf6eb2 %global commit ab69985fccb3206300c761cf1792258e53f82749
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver v26.3.27 %global ver v26.3.27
%global commit_date 20260510 %global commit_date 20260524
%global goipath github.com/XTLS/Xray-core %global goipath github.com/XTLS/Xray-core
Version: %{ver}^%{commit_date}git.%{shortcommit} Version: %{ver}^%{commit_date}git.%{shortcommit}
@@ -1,6 +1,5 @@
%define _binaries_in_noarch_packages_terminate_build 0 %define _binaries_in_noarch_packages_terminate_build 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Name: kotlin-native Name: kotlin-native
Version: 2.3.21 Version: 2.3.21
Release: 1%{?dist} Release: 1%{?dist}
-1
View File
@@ -1,4 +1,3 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
Name: kotlin Name: kotlin
Version: 2.3.21 Version: 2.3.21
+2 -2
View File
@@ -1,8 +1,8 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit f9647276d8a9279a7d6eb4591a2feb356a9a4ca7 %global commit 8771451701d1c9081282d6e9d5cb626bb636da19
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 2.3.1 %global ver 2.3.1
%global commit_date 20260519 %global commit_date 20260522
%global debug_package %nil %global debug_package %nil
Name: nim-nightly Name: nim-nightly
+1 -1
View File
@@ -2,7 +2,7 @@
%global _desc Send usage data from your Python code to PostHog. %global _desc Send usage data from your Python code to PostHog.
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 7.15.0 Version: 7.15.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Send usage data from your Python code to PostHog Summary: Send usage data from your Python code to PostHog
License: MIT License: MIT
@@ -2,7 +2,7 @@
%global pypi_name protobuf %global pypi_name protobuf
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 7.34.1 Version: 7.35.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Protocol Buffers Summary: Protocol Buffers
@@ -3,7 +3,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.3.4 Version: 1.3.4
Release: 1%?dist Release: 3%?dist
Summary: Python bindings for FluidSynth Summary: Python bindings for FluidSynth
License: LGPL-2.1 License: LGPL-2.1
URL: https://github.com/nwhitehead/pyfluidsynth URL: https://github.com/nwhitehead/pyfluidsynth
@@ -35,14 +35,12 @@ Summary: %{summary}
%install %install
%pyproject_install %pyproject_install
%pyproject_save_files fluidsynth
%files -n python3-%{pypi_name} %files -n python3-%{pypi_name} -f %{pyproject_files}
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%{_usr}/lib/python3.14/site-packages/__pycache__/fluidsynth.*.pyc %{python3_sitelib}/fluidsynth.py
%{_usr}/lib/python3.14/site-packages/__pycache__/fluidsynth.*.*.pyc
%{_usr}/lib/python3.14/site-packages/fluidsynth.py
%{_usr}/lib/python3.14/site-packages/%{pypi_name}-%{version}.dist-info/*
%changelog %changelog
* Sat Jan 24 2026 Owen Zimmerman <owen@fyralabs.com> * Sat Jan 24 2026 Owen Zimmerman <owen@fyralabs.com>
@@ -2,7 +2,7 @@
%global _desc The model-definition framework for state-of-the-art machine learning models. %global _desc The model-definition framework for state-of-the-art machine learning models.
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 5.8.1 Version: 5.9.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: The model-definition framework for state-of-the-art machine learning models Summary: The model-definition framework for state-of-the-art machine learning models
License: Apache-2.0 License: Apache-2.0
@@ -1,5 +1,5 @@
%global commit ee2120881632f977cb9d61d055f1a36eb7bdbd64 %global commit df452876bbcabefe36ada5f956a06beb859d778d
%global commit_date 20260519 %global commit_date 20260523
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama %global pypi_name types-colorama
+6 -1
View File
@@ -3,7 +3,7 @@
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.1.2 Version: 0.1.2
Release: 1%?dist Release: 3%?dist
Summary: Terminal Piano App Summary: Terminal Piano App
License: MIT License: MIT
URL: https://github.com/eliasdorneles/upiano URL: https://github.com/eliasdorneles/upiano
@@ -17,6 +17,8 @@ BuildRequires: python3-setuptools
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-poetry-core BuildRequires: python3-poetry-core
Requires: fluidsynth
Packager: Owen Zimmerman <owen@fyralabs.com> Packager: Owen Zimmerman <owen@fyralabs.com>
%description %description
@@ -33,6 +35,9 @@ Summary: %{summary}
%autosetup -n upiano-%{version} %autosetup -n upiano-%{version}
cp %{SOURCE1} . cp %{SOURCE1} .
%pyproject_patch_dependency pyfluidsynth:drop_constraints
%pyproject_patch_dependency textual:drop_constraints
%build %build
%pyproject_wheel %pyproject_wheel
+1 -1
View File
@@ -1,7 +1,7 @@
%undefine __brp_mangle_shebangs %undefine __brp_mangle_shebangs
Name: fresh Name: fresh
Version: 0.3.7 Version: 0.3.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: Text editor for your terminal: easy, powerful and fast Summary: Text editor for your terminal: easy, powerful and fast
URL: https://getfresh.dev URL: https://getfresh.dev
+2 -2
View File
@@ -4,8 +4,8 @@
%global crate wild-linker %global crate wild-linker
Name: rust-wild-linker Name: rust-wild-linker
Version: 0.8.0 Version: 0.9.0
Release: 1%?dist Release: 1%{?dist}
Summary: Very fast linker for Linux Summary: Very fast linker for Linux
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
+1 -1
View File
@@ -1,7 +1,7 @@
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$ %define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
%global crate zoi-rs %global crate zoi-rs
%global crate_version 1.13.0 %global crate_version 1.14.0
Name: rust-zoi-rs Name: rust-zoi-rs
Version: %(echo %crate_version | sed 's/-/~/g') Version: %(echo %crate_version | sed 's/-/~/g')
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash #!/usr/bin/bash
version=0.17.0-dev.313+27be3b069 version=0.17.0-dev.338+0d4f3cc67
mirrors=() mirrors=()
@@ -6,7 +6,7 @@
%define llvm_compat 22 %define llvm_compat 22
%endif %endif
%global llvm_version 22.0.0 %global llvm_version 22.0.0
%global ver 0.17.0-dev.313+27be3b069 %global ver 0.17.0-dev.338+0d4f3cc67
%bcond bootstrap 1 %bcond bootstrap 1
%bcond docs %{without bootstrap} %bcond docs %{without bootstrap}
%bcond test 1 %bcond test 1
+1 -1
View File
@@ -18,7 +18,7 @@
%global zig_cache_dir %{builddir}/zig-cache %global zig_cache_dir %{builddir}/zig-cache
Name: zig-master Name: zig-master
Version: 0.17.0~dev.305+bdfbf432d Version: 0.17.0~dev.338+0d4f3cc67
Release: 2%{?dist} Release: 2%{?dist}
Summary: Master builds of the Zig language 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 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
+3 -3
View File
@@ -1,6 +1,6 @@
%global commit dd388d209e71b44d9dff130261c8fe1658c24ae2 %global commit d8738f97ed01f4d87f668df35fa7bbad795c9e49
%global shortcommit dd388d2 %global shortcommit d8738f9
%global commit_date 20260517 %global commit_date 20260523
Name: astal Name: astal
Version: 0^%commit_date.%commit Version: 0^%commit_date.%commit
+2 -2
View File
@@ -1,7 +1,7 @@
%global commit dd388d209e71b44d9dff130261c8fe1658c24ae2 %global commit d8738f97ed01f4d87f668df35fa7bbad795c9e49
%global shortcommit %{sub %commit 1 7} %global shortcommit %{sub %commit 1 7}
%global commit_date 20260517 %global commit_date 20260523
Name: astal Name: astal
Version: 0^%commit_date.%shortcommit Version: 0^%commit_date.%shortcommit
+1 -1
View File
@@ -2,7 +2,7 @@
%global debug_package %{nil} %global debug_package %{nil}
Name: glaze-devel Name: glaze-devel
Version: 7.6.0 Version: 7.7.0
Release: 1%{?dist} Release: 1%{?dist}
License: MIT License: MIT
URL: https://stephenberry.github.io/glaze URL: https://stephenberry.github.io/glaze
+9 -6
View File
@@ -84,7 +84,7 @@
Name: %{srcname} Name: %{srcname}
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
%global ver 26.0.5 %global ver 26.1.0
Epoch: 1 Epoch: 1
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist} Release: 1%{?dist}
@@ -130,7 +130,7 @@ BuildRequires: systemd-devel
# We only check for the minimum version of pkgconfig(libdrm) needed so that the # We only check for the minimum version of pkgconfig(libdrm) needed so that the
# SRPMs for each arch still have the same build dependencies. See: # SRPMs for each arch still have the same build dependencies. See:
# https://bugzilla.redhat.com/show_bug.cgi?id=1859515 # https://bugzilla.redhat.com/show_bug.cgi?id=1859515
BuildRequires: pkgconfig(libdrm) >= 2.4.122 BuildRequires: pkgconfig(libdrm) >= 2.4.133
%if 0%{?with_libunwind} %if 0%{?with_libunwind}
BuildRequires: pkgconfig(libunwind) BuildRequires: pkgconfig(libunwind)
%endif %endif
@@ -191,6 +191,9 @@ BuildRequires: rust-toolset
BuildRequires: cargo-rpm-macros BuildRequires: cargo-rpm-macros
%endif %endif
%endif %endif
%if 0%{?with_opencl}
BuildRequires: libstdc++-static
%endif
%if 0%{?with_nvk} %if 0%{?with_nvk}
BuildRequires: cbindgen BuildRequires: cbindgen
%endif %endif
@@ -207,7 +210,7 @@ BuildRequires: glslang
BuildRequires: pkgconfig(vulkan) BuildRequires: pkgconfig(vulkan)
%endif %endif
%if 0%{?with_d3d12} %if 0%{?with_d3d12}
BuildRequires: pkgconfig(DirectX-Headers) >= 1.618.1 BuildRequires: pkgconfig(DirectX-Headers) >= 1.619.1
%endif %endif
%description %description
@@ -268,11 +271,11 @@ Provides: libEGL-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
%package dri-drivers %package dri-drivers
Summary: Mesa-based DRI drivers Summary: Mesa-based DRI drivers
Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: %{name}-libgbm%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: %{name}-libglapi < %{?epoch:%{epoch}:}25.0.0~rc2-1 Obsoletes: %{name}-libglapi < %{?epoch:%{epoch}:}25.0.0~rc2-1
Provides: %{name}-libglapi >= %{?epoch:%{epoch}:}25.0.0~rc2-1
Obsoletes: %{name}-va-drivers < %{?epoch:%{epoch}:}26.0.0-5 Obsoletes: %{name}-va-drivers < %{?epoch:%{epoch}:}26.0.0-5
Provides: %{name}-va-drivers >= %{?epoch:%{epoch}:}26.0.0-5 Provides: %{name}-va-drivers = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: %{name}-va-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Obsoletes: %{name}-vaapi-drivers < %{?epoch:%{epoch}:}22.2.0-5 Obsoletes: %{name}-vaapi-drivers < %{?epoch:%{epoch}:}22.2.0-5
%description dri-drivers %description dri-drivers
+1 -1
View File
@@ -1,7 +1,7 @@
%global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized %global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized
Name: quickjs-ng Name: quickjs-ng
Version: 0.14.0 Version: 0.15.0
Release: 1%{?dist} Release: 1%{?dist}
License: MIT License: MIT
Summary: A mighty JavaScript engine Summary: A mighty JavaScript engine
+1 -1
View File
@@ -4,7 +4,7 @@
%global realname sdbus-cpp %global realname sdbus-cpp
Name: %realname.terra Name: %realname.terra
Version: 2.3.0 Version: 2.3.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: High-level C++ D-Bus library Summary: High-level C++ D-Bus library
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit a3b8f9e6769760b09d6247a0fb3a9c435e214b10 %global commit cdca637ba63e8a56bda47fe90e55409d3344120d
%global date 20260428 %global date 20260520
%global short %(c=%{commit}; echo ${c:0:7}) %global short %(c=%{commit}; echo ${c:0:7})
%global ver 1.1.0 %global ver 1.1.0
+6
View File
@@ -0,0 +1,6 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "fx-autoconfig.spec"
}
}
@@ -0,0 +1,39 @@
%global commit d469a80f12e286c0e937d8b93c01dfc2d55dca8f
%global commit_date 20260504
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: fx-autoconfig
Version: 0~%{commit_date}git.%{shortcommit}
Release: 1%{?dist}
Summary: Firefox userChrome.js manager
Packager: Anna Simmons <anna@simmons.ovh>
License: MPL-2.0
URL: https://github.com/MrOtherGuy/fx-autoconfig
Source0: https://github.com/MrOtherGuy/fx-autoconfig/archive/%commit.tar.gz
Requires: firefox
BuildArch: noarch
%description
%{summary}.
%prep
%autosetup -n fx-autoconfig-%commit
%build
%install
mkdir -p %{buildroot}%{_libdir}/firefox
install -Dm644 program/config.js %{buildroot}%{_libdir}/firefox/
cp -pr program/defaults %{buildroot}%{_libdir}/firefox/defaults
%files
%license LICENSE
%doc readme.md
%{_libdir}/firefox/config.js
%{_libdir}/firefox/defaults/
%changelog
* Thu May 21 2026 Anna Simmons <anna@simmons.ovh>
- Initial package build
+5
View File
@@ -0,0 +1,5 @@
rpm.global("commit", gh_commit("MrOtherGuy/fx-autoconfig"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}
+1 -1
View File
@@ -4,7 +4,7 @@
%define _build_id_links none %define _build_id_links none
Name: sass Name: sass
Version: 1.99.0 Version: 1.100.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: The reference implementation of Sass, written in Dart Summary: The reference implementation of Sass, written in Dart
License: MIT License: MIT
+1 -1
View File
@@ -3,7 +3,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: signal-cli Name: signal-cli
Version: 0.14.3 Version: 0.14.4.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger Summary: signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger
License: GPL-3.0-only License: GPL-3.0-only
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "tail-tray.spec"
}
}
+46
View File
@@ -0,0 +1,46 @@
Name: tail-tray
Version: 0.2.32
Release: 1%{?dist}
Summary: Tailscale tray menu and UI for the KDE Plasma Desktop
License: GPL-3.0-or-later
URL: https://github.com/SneWs/tail-tray
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: glib2-devel
BuildRequires: gettext
BuildRequires: qt6-qtbase-devel
BuildRequires: qt6-qttools-devel
Requires: tailscale
Suggests: davfs2
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%{summary}.
%prep
%autosetup
%conf
%cmake
%build
%cmake_build
%install
%cmake_install
%files
%doc README.md
%license LICENSE
%{_bindir}/%{name}
%{_appsdir}/%{name}.desktop
%{_scalableiconsdir}/tail-tray-dark.svg
%{_scalableiconsdir}/tail-tray.svg
%changelog
* Sat May 23 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("SneWs/tail-tray"));
@@ -1,7 +1,7 @@
%global commit 1ad452728877259ceec67ca7ff6481d5e7b35eec %global commit 2fed2eca355a003db3cc4ada1c58c49be876c6a4
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 20260518025449 %global ver 20260522120028
%global commit_date 20260518 %global commit_date 20260523
Name: v2ray-domain-list-community Name: v2ray-domain-list-community
Version: %{ver}^%{commit_date}git.%{shortcommit} Version: %{ver}^%{commit_date}git.%{shortcommit}
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit b89146c81c36c214e9b75d26d23c873de3546084 %global commit d73e324a6cf283810c9629558a9bdec237dfb37b
%global shortcommit %{sub %{commit} 1 7} %global shortcommit %{sub %{commit} 1 7}
%global commit_date 20260517 %global commit_date 20260523
Name: vgmstream Name: vgmstream
Version: 0~%{commit_date}git.%shortcommit Version: 0~%{commit_date}git.%shortcommit
@@ -1,5 +1,5 @@
%global commit a917f5208a6bc7e06cb973dbdc0b1f03274b0e13 %global commit 8fd8224ee3b8d1d7ec62e97c1eb04900eaf702b7
%global commit_date 20260519 %global commit_date 20260524
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: cloud-hypervisor-nightly Name: cloud-hypervisor-nightly
@@ -1,10 +1,10 @@
%global commit a3e0e63303c0a310a504c5f3e2a9d71496d7aaab %global commit 5023a846980685812334586ae265f8f6a1ded38b
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260206 %global commit_date 20260523
Name: falcond-profiles Name: falcond-profiles
Version: 0^%{commit_date}git.%{shortcommit} Version: 0^%{commit_date}git.%{shortcommit}
Release: 1%?dist Release: 1%{?dist}
Summary: Profiles for falcond Summary: Profiles for falcond
License: MIT License: MIT
URL: https://github.com/PikaOS-Linux/falcond-profiles URL: https://github.com/PikaOS-Linux/falcond-profiles
+1 -1
View File
@@ -1,5 +1,5 @@
Name: falcond Name: falcond
Version: 2.0.6 Version: 2.0.8
Release: 1%{?dist} Release: 1%{?dist}
Summary: Advanced Linux Gaming Performance Daemon Summary: Advanced Linux Gaming Performance Daemon
License: MIT License: MIT
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "kcgroups-dmemcg.spec"
}
}
@@ -0,0 +1,122 @@
%global kcgroups_src kcgroups-kcgroups-dmemcg-experimental
%global booster_src kcgroups-booster-dmemcg-experimental
Name: kcgroups-dmemcg
Version: 0.1
Release: 2%{?dist}
Summary: KDE library to manipulate cgroups - fork adding dmem cgroup support
Packager: Kyle Gospodnetich <me@kylegospodneti.ch>
License: LGPL-2.1-or-later AND MIT AND CC0-1.0
URL: https://github.com/pixelcluster/kcgroups
Source0: %{url}/archive/refs/tags/kcgroups-dmemcg-experimental.tar.gz
Source1: %{url}/archive/refs/tags/booster-dmemcg-experimental.tar.gz
Source2: %{url}/tree/dmemcg/LICENSES
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
BuildRequires: qt6-qtbase-devel
BuildRequires: plasma-workspace-devel
BuildRequires: kf6-kwindowsystem-devel
BuildRequires: kf6-kconfig-devel
BuildRequires: kf6-kdbusaddons-devel
BuildRequires: kf6-kitemmodels-devel
BuildRequires: systemd-rpm-macros
Requires: qt6-qtbase
Requires: kf6-kwindowsystem
Requires: kf6-kconfig
Requires: kf6-kdbusaddons
Conflicts: kcgroups-git
%description
KDE library to manipulate cgroups (and boost foreground apps).
This is a fork adding dmem cgroup support.
%package -n plasma-foreground-booster-dmemcg
Summary: Plasma foreground booster with dmemcg support
Requires: %{name}%{?_isa} = %{version}-%{release}
%description -n plasma-foreground-booster-dmemcg
Plasma foreground booster utilizing dmem cgroup support.
%package devel
Summary: Development files for kcgroups-dmemcg
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
Development headers and CMake files for kcgroups-dmemcg.
%prep
%setup -q -c -n %{name}-%{version} -a 0 -a 1
%build
mkdir kcgroups-build
mkdir kcgroups-install
mkdir booster-build
pushd kcgroups-build
cmake ../%{kcgroups_src} \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DBUILD_WITH_QT6=ON
make %{?_smp_mflags}
make DESTDIR=$(pwd)/../kcgroups-install install
popd
pushd booster-build
export CMAKE_PREFIX_PATH=$(pwd)/../kcgroups-install%{_prefix}
cmake ../%{booster_src} \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_SKIP_INSTALL_RPATH=ON \
-DBUILD_WITH_QT6=ON
make %{?_smp_mflags}
%install
pushd kcgroups-build
make DESTDIR=%{buildroot} install
popd
pushd booster-build
make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}%{_defaultlicensedir}/%{name}
cp -r %{S:2} %{buildroot}%{_defaultlicensedir}/%{name}/
%post -n plasma-foreground-booster-dmemcg
%systemd_user_post plasma-foreground-booster.service
%preun -n plasma-foreground-booster-dmemcg
%systemd_user_preun plasma-foreground-booster.service
%postun -n plasma-foreground-booster-dmemcg
%systemd_user_postun_with_restart plasma-foreground-booster.service
%files
%license %{_defaultlicensedir}/%{name}/LICENSES
%{_libdir}/libKF5CGroups.so.5*
%{_datadir}/qlogging-categories6/kcgroups.*
%files devel
%{_includedir}/KF6/
%{_libdir}/cmake/KF5CGroups/
%{_libdir}/libKF5CGroups.so
%{_libdir}/qt6/mkspecs/modules/qt_KCGroups.pri
%files -n plasma-foreground-booster-dmemcg
%{_bindir}/foreground_booster
%{_userunitdir}/plasma-foreground-booster.service
%{_datadir}/applications/org.kde.foreground-booster.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/org.kde.foreground-booster.desktop
%changelog
* Thu May 21 2026 Kyle Gospodnetich <me@kylegospodneti.ch> - 0.1-1
- Brought to Terra repo unmodified
* Fri Apr 17 2026 LionHeartP <LionHeartP@proton.me> - 0.1-1
- Initial spec derived from AUR PKGBUILD https://aur.archlinux.org/packages/plasma-foreground-booster-dmemcg
+1 -1
View File
@@ -1,5 +1,5 @@
Name: limine Name: limine
Version: 12.3.0 Version: 12.3.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Modern, advanced, portable, multiprotocol bootloader Summary: Modern, advanced, portable, multiprotocol bootloader
License: BSD-2-Clause License: BSD-2-Clause
@@ -7,14 +7,14 @@
%global debug_package %{nil} %global debug_package %{nil}
%endif %endif
%global commit cedda8bff09a4083e07414fb80fdc3901e7ab544 %global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
%global commitdate 20260411 %global commitdate 20260523
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global modulename nct6687d %global modulename nct6687d
Name: %{modulename}-kmod Name: %{modulename}-kmod
Version: 1.0^%{commitdate}git.%{shortcommit} Version: 1.0^%{commitdate}git.%{shortcommit}
Release: 2%{?dist} Release: 1%{?dist}
Summary: Linux kernel driver for the NCT6687D hardware monitoring chip Summary: Linux kernel driver for the NCT6687D hardware monitoring chip
License: GPL-2.0-or-later License: GPL-2.0-or-later
URL: https://github.com/Fred78290/%{modulename} URL: https://github.com/Fred78290/%{modulename}
+2 -2
View File
@@ -1,8 +1,8 @@
%global commit cedda8bff09a4083e07414fb80fdc3901e7ab544 %global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
%global debug_package %{nil} %global debug_package %{nil}
%global modulename nct6687d %global modulename nct6687d
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260411 %global commitdate 20260523
Name: dkms-%{modulename} Name: dkms-%{modulename}
Version: 1.0^%{commitdate}git.%{shortcommit} Version: 1.0^%{commitdate}git.%{shortcommit}
@@ -1,10 +1,10 @@
%global commit cedda8bff09a4083e07414fb80fdc3901e7ab544 %global commit 4d1600ba5662e29daef25c608dfad3ad08993fc4
%global shortcommit %(c=%{commit}; echo ${c:0:7}) %global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260411 %global commitdate 20260523
Name: nct6687d Name: nct6687d
Version: 1.0^%{commitdate}git.%{shortcommit} Version: 1.0^%{commitdate}git.%{shortcommit}
Release: 2%{?dist} Release: 1%{?dist}
Summary: Linux kernel driver for the NCT6687D hardware monitoring chip Summary: Linux kernel driver for the NCT6687D hardware monitoring chip
License: GPL-2.0-or-later License: GPL-2.0-or-later
URL: https://github.com/Fred78290/%{name} URL: https://github.com/Fred78290/%{name}

Some files were not shown because too many files have changed in this diff Show More