From 31f051ee917d8a0c8640cc38f96c52d1a4f23f53 Mon Sep 17 00:00:00 2001 From: Charles Christolini Date: Fri, 6 Feb 2026 15:24:07 -0800 Subject: [PATCH 1/2] small ghostty fix --- dot_files/ghostty/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_files/ghostty/config b/dot_files/ghostty/config index 317b638..23bba5a 100644 --- a/dot_files/ghostty/config +++ b/dot_files/ghostty/config @@ -19,6 +19,7 @@ window-decoration = none gtk-titlebar = false gtk-tabs-location = bottom gtk-wide-tabs = false +gtk-toolbar-style = flat # ---------------------------------------------------------------- # FONT CONFIGURATION From 927ca5731d6e2c251933bd24161c10961a1e7868 Mon Sep 17 00:00:00 2001 From: Charles Christolini Date: Fri, 6 Feb 2026 15:34:15 -0800 Subject: [PATCH 2/2] Fix hyprwire build --- packages/hyprwire/hyprwire.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/hyprwire/hyprwire.spec b/packages/hyprwire/hyprwire.spec index a6ce847..4d3ba4f 100644 --- a/packages/hyprwire/hyprwire.spec +++ b/packages/hyprwire/hyprwire.spec @@ -1,6 +1,6 @@ Name: hyprwire Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A fast and consistent wire protocol for IPC License: BSD-3-Clause @@ -49,7 +49,7 @@ Development files for %{name}. %files %license LICENSE %doc README.md -%{_libdir}/lib%{name}.so.2 +%{_libdir}/lib%{name}.so.3 %{_libdir}/lib%{name}.so.%{version} %files scanner @@ -63,6 +63,9 @@ Development files for %{name}. %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Feb 06 2026 Hypercube - 0.3.0-2 +- Fix SONAME: library changed from .so.2 to .so.3 + * Thu Feb 05 2026 Hypercube - 0.3.0-1 - Update to 0.3.0 * Thu Jan 15 2026 Hypercube - 0.2.1-1