Skip to content
Open
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: 6.1.0
Version: 7.0.2
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
* Sat Feb 28 2026 Hypercube <hypercube@binarypie.dev> - 7.0.2-1
- Update to 7.0.2
* Thu Jan 15 2026 Hypercube <hypercube@binarypie.dev> - 6.1.0-1
- Downgrade to 6.1.0 for Hyprland 0.53.1 compatibility
* Mon Dec 16 2024 Hypercube <hypercube@binarypie.dev> - 6.1.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.53.3
Version: 0.54.0
Release: 1%{?dist}
Summary: Dynamic tiling Wayland compositor that doesn't sacrifice on its looks

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

%changelog
* Sat Feb 28 2026 Hypercube <hypercube@binarypie.dev> - 0.54.0-1
- Update to 0.54.0
* Mon Jan 26 2026 Hypercube <hypercube@binarypie.dev> - 0.53.3-1
- Update to 0.53.3
* Thu Jan 16 2026 Hypercube <hypercube@binarypie.dev> - 0.53.1-1
Expand Down