From 5110902a66f8c367a613fd7434d56c50fab2a018 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 4 Dec 2025 16:34:39 -0500 Subject: [PATCH] Change hyprland release version, add hyprwire to dependencies --- hyprland-git/hyprland-git.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hyprland-git/hyprland-git.spec b/hyprland-git/hyprland-git.spec index 8174c4e..d7ddfa5 100644 --- a/hyprland-git/hyprland-git.spec +++ b/hyprland-git/hyprland-git.spec @@ -1,6 +1,6 @@ %global hyprland_commit 279a07c2ce0c189625ad5dea0a17a07e345304fc %global hyprland_shortcommit %(c=%{hyprland_commit}; echo ${c:0:7}) -%global bumpver 23 +%global bumpver 1 %global commits_count 6675 %global commit_date Thu Dec 04 06:06:17 2025 @@ -13,7 +13,7 @@ %global libxkbcommon_version 1.11.0 Name: hyprland-git -Version: 0.52.1%{?bumpver:^%{bumpver}.git%{hyprland_shortcommit}} +Version: 0.52.2%{?bumpver:^%{bumpver}.git%{hyprland_shortcommit}} Release: %autorelease Summary: Dynamic tiling Wayland compositor that doesn't sacrifice on its looks @@ -88,6 +88,7 @@ hyprdeps = { "pkgconfig(xcb)", "pkgconfig(xcursor)", "pkgconfig(xwayland)", + "pkgconfig(hyprwire)", } } %if 0%{?fedora} > 42 @@ -129,6 +130,7 @@ Requires: hyprcursor%{?_isa} >= 0.1.13 Requires: hyprgraphics%{?_isa} >= 0.1.6 Requires: hyprlang%{?_isa} >= 0.6.3 Requires: hyprutils%{?_isa} >= 0.8.4 +Requires: hyprwire${?_isa} %{lua:do if string.match(rpm.expand('%{name}'), '%-git$') then @@ -283,7 +285,4 @@ install -Dpm644 %{SOURCE4} -t %{buildroot}%{_rpmconfigdir}/macros.d %changelog -## START: Generated by rpmautospec -* Wed Dec 03 2025 John Doe - 0.52.1^20.git3cf0280-1 -- Uncommitted changes -## END: Generated by rpmautospec +%autochangelog