Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packages/glaze/glaze.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}

Name: glaze
Version: 7.9.1
Version: 8.0.0
Release: 1%{?dist}
Summary: Extremely fast, in memory, JSON and interface library for modern C++

Expand Down Expand Up @@ -46,6 +46,8 @@ Development files for %{name}. Glaze is a header-only library.
%{_includedir}/%{name}/

%changelog
* Thu Aug 06 2026 Hypercube <hypercube@binarypie.dev> - 8.0.0-1
- Update to 8.0.0
* Sat Jul 18 2026 Hypercube <hypercube@binarypie.dev> - 7.9.1-1
- Update to 7.9.1
* Sun Jul 12 2026 Hypercube <hypercube@binarypie.dev> - 7.9.0-1
Expand Down
4 changes: 3 additions & 1 deletion packages/hyprland/hyprland.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: hyprland
Version: 0.56.1
Version: 0.56.2
Release: 1%{?dist}
Summary: Dynamic tiling Wayland compositor that doesn't sacrifice on its looks

Expand Down Expand Up @@ -158,6 +158,8 @@ cp -p subprojects/udis86/LICENSE LICENSE-udis86
%{_includedir}/hyprland/

%changelog
* Thu Aug 06 2026 Hypercube <hypercube@binarypie.dev> - 0.56.2-1
- Update to 0.56.2
* Tue Jul 28 2026 Hypercube <hypercube@binarypie.dev> - 0.56.1-1
- Update to 0.56.1
* Tue Jul 21 2026 Hypercube <hypercube@binarypie.dev> - 0.56.0-1
Expand Down
4 changes: 3 additions & 1 deletion packages/lua55/lua55.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


Name: lua55
Version: %{major_version}.0
Version: 5.5.1
Release: 1%{?dist}
Summary: Powerful light-weight programming language (version %{major_version})
License: MIT
Expand Down Expand Up @@ -253,6 +253,8 @@ LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_bindir}/lua%{major
%{_libdir}/liblua-%{major_version}.a

%changelog
* Thu Aug 06 2026 Hypercube <hypercube@binarypie.dev> - 5.5.1-1
- Update to 5.5.1
* Fri Jun 06 2026 Hypercube <hypercube@binarypie.dev> - 5.5.0-1
- Rename to lua55 for parallel installation alongside system lua 5.4
- Version all installed paths: headers, pkg-config, binaries, man pages
Expand Down