Compare commits

..

4 Commits

Author SHA1 Message Date
Owen Zimmerman fb59188709 chore (asusctl): define %{asus_system_units}
Makes the spec cleaner and only calls the systemd post macros once, which is ideal.
2026-06-17 02:28:03 +02:00
Raboneko 4f43c854ba bump: discord-canary-openasar discord-canary steam 2026-06-17 00:02:30 +00:00
Raboneko 9b26ce7e83 bump: chdig discord-canary-openasar discord-canary 2026-06-16 22:33:31 +00:00
Raboneko ded598bc1e bump: discord-canary-openasar discord-canary rustnet nirius powershell publicdotcom-py electron 2026-06-16 20:29:03 +00:00
10 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
%undefine __brp_mangle_shebangs
Name: chdig
Version: 26.5.1
Version: 26.6.1
Release: 1%{?dist}
Summary: Dig into ClickHouse with TUI interface
URL: https://github.com/azat/chdig
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 1.0.1280
Version: 1.0.1288
Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-canary
Version: 1.0.1280
Version: 1.0.1288
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers
URL: discord.com
+1 -1
View File
@@ -1,5 +1,5 @@
Name: rustnet
Version: 1.3.0
Version: 1.4.0
Release: 1%{?dist}
Summary: A cross-platform network monitoring terminal UI tool built with Rust
License: Apache-2.0 AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (BSD-3-Clause OR Apache-2.0) AND BSL-1.0 AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib
+1 -1
View File
@@ -1,5 +1,5 @@
Name: nirius
Version: 0.7.2
Version: 0.7.3
Release: 1%{?dist}
Summary: Utility commands for niri
+1 -1
View File
@@ -18,7 +18,7 @@
%bcond test 1
Name: powershell
Version: 7.6.2
Version: 7.6.3
Release: 1%{?dist}
Summary: A cross-platform automation and configuration tool/framework
SourceLicense: MIT
+2 -2
View File
@@ -3,8 +3,8 @@
%global appid com.valvesoftware.Steam
Name: steam
Version: 1.0.0.85
Release: 11%{?dist}
Version: 1.0.0.86
Release: 1%{?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
@@ -3,8 +3,8 @@
%global _desc A Python SDK for interacting with the Public Trading API, providing a simple and intuitive interface for trading operations, market data retrieval, and account management.
Name: python-%{real_name}
Version: 0.1.15
Release: 2%{?dist}
Version: 0.1.16
Release: 1%{?dist}
Summary: Python SDK for interacting with the Public Trading API
License: Apache-2.0
URL: https://github.com/PublicDotCom/publicdotcom-py
+10 -7
View File
@@ -1,9 +1,11 @@
%global debug_package %{nil}
%global appid org.asus_linux.rog_control_center
%global asus_system_units asusd.service asus-shutdown.service
Name: asusctl
Version: 6.3.8
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Summary: A control daemon, CLI tools, and a collection of crates for interacting with ASUS ROG laptops
URL: https://gitlab.com/asus-linux/asusctl
@@ -93,16 +95,13 @@ mkdir -p %{buildroot}%{_sysconfdir}/asusd
%{_datadir}/asusd/
%post
%systemd_post asusd.service
%systemd_post asus-shutdown.service
%systemd_post %{asus_system_units}
%preun
%systemd_preun asusd.service
%systemd_preun asus-shutdown.service
%systemd_preun %{asus_system_units}
%postun
%systemd_postun_with_restart asusd.service
%systemd_postun_with_restart asus-shutdown.service
%systemd_postun_with_restart %{asus_system_units}
%files rog-gui
%{_bindir}/rog-control-center
@@ -112,6 +111,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/asusd
%{_metainfodir}/%{appid}.metainfo.xml
%changelog
* Wed Jun 17 2026 Owen Zimmerman <owen@fyralabs.com> - 6.3.8-2
- define %{asus_system_units} to make rhe spec a bit cleaner
- and only call %%systemd_* once
* Fri May 08 2026 Owen Zimmerman <owen@fyralabs.com> - 6.3.7-3
- Use new macros, clean some stuff up
+1 -1
View File
@@ -1,6 +1,6 @@
Name: electron
%electronmeta
Version: 42.4.0
Version: 42.4.1
Release: 1%{?dist}
Summary: Build cross platform desktop apps with web technologies
License: %{electron_license}