tenseleyflow/fussr / dda94b0

Browse files

Update spec to v0.2.13 with multi-arch support

- Remove x86_64-only BuildArch restriction
- Update changelog for v0.2.13 release
- Document zlib/link compatibility fixes
Authored by espadonne
SHA
dda94b0e5b0d5961f862303c321d68e9e3b43d3d
Parents
f72a196
Tree
c438833

1 changed file

StatusFile+-
M fussr.spec 6 1
fussr.specmodified
@@ -7,7 +7,6 @@ License: MIT
77
 URL:            https://github.com/tenseleyFlow/fussr
88
 Source0:        %{name}-%{version}.tar.gz
99
 
10
-BuildArch:      x86_64
1110
 BuildRequires:  rust >= 1.70
1211
 BuildRequires:  cargo
1312
 
@@ -42,6 +41,12 @@ install -Dm755 target/release/%{name} %{buildroot}%{_bindir}/%{name}
4241
 %{_bindir}/%{name}
4342
 
4443
 %changelog
44
+* Wed Jan 08 2026 mfw <espadonne@outlook.com> - 0.2.13-1
45
+- Update to version 0.2.13
46
+- Add zlib to link args for CachyOS/Arch compatibility
47
+- Fix link order for proper library placement
48
+- Multi-architecture support (aarch64, x86_64)
49
+
4550
 * Fri Dec 13 2024 mfw <espadon@outlook.com> - 0.1.0-1
4651
 - Initial RPM release of fussr
4752
 - Git staging TUI tool - Rust port of fuss