diff --git a/packages/glaze/glaze.spec b/packages/glaze/glaze.spec index 4b6131a1..79e5e044 100644 --- a/packages/glaze/glaze.spec +++ b/packages/glaze/glaze.spec @@ -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++ @@ -46,6 +46,8 @@ Development files for %{name}. Glaze is a header-only library. %{_includedir}/%{name}/ %changelog +* Thu Aug 06 2026 Hypercube - 8.0.0-1 +- Update to 8.0.0 * Sat Jul 18 2026 Hypercube - 7.9.1-1 - Update to 7.9.1 * Sun Jul 12 2026 Hypercube - 7.9.0-1 diff --git a/packages/hyprland/hyprland.spec b/packages/hyprland/hyprland.spec index 39d52c28..1dd0ff12 100644 --- a/packages/hyprland/hyprland.spec +++ b/packages/hyprland/hyprland.spec @@ -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 @@ -158,6 +158,8 @@ cp -p subprojects/udis86/LICENSE LICENSE-udis86 %{_includedir}/hyprland/ %changelog +* Thu Aug 06 2026 Hypercube - 0.56.2-1 +- Update to 0.56.2 * Tue Jul 28 2026 Hypercube - 0.56.1-1 - Update to 0.56.1 * Tue Jul 21 2026 Hypercube - 0.56.0-1 diff --git a/packages/lua55/lua55.spec b/packages/lua55/lua55.spec index 46e217f8..fa0bb94f 100644 --- a/packages/lua55/lua55.spec +++ b/packages/lua55/lua55.spec @@ -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 @@ -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 - 5.5.1-1 +- Update to 5.5.1 * Fri Jun 06 2026 Hypercube - 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