Update to version 0.47.1
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=108
This commit is contained in:
parent
89a7b519f8
commit
ec58a4e0c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:446980b3af9c0100def0c532cbb2093685c7981f39401df7a8aa99a91fcb2c9c
|
||||
size 51366188
|
3
hyprland-0.47.1.tar.xz
Normal file
3
hyprland-0.47.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f9a5809019ba9ddfe1cfd4037fb395826c99c21f9ec269d61ca6bfcf14c44f0
|
||||
size 51366864
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 09:08:11 UTC 2025 - Florian "spirit" <sp1rit@disroot.org>
|
||||
|
||||
- Update to version 0.47.1:
|
||||
+ 0.47.1 comes with, as usual, a few fixes backported from main.
|
||||
Some crashes, odd behavior, flickers, etc.
|
||||
+ Fixes backported:
|
||||
* xwayland: send synthetic configure events (#9193)
|
||||
* deps: add libinotify-kqueue on BSDs (#9197)
|
||||
* xwayland: respect window size set by configure requests (#9190)
|
||||
* ikeyboard: free xkbSymState in clearManuallyAllocd
|
||||
* configmgr: properly free glob memory
|
||||
* presentation: log a fixme when there is a feedback leak
|
||||
* renderer: calculate UV using both pixel and monitor dimensions
|
||||
* pass/rect: fix bounding / opaque regions
|
||||
* config/hyprctl: fix keyword not updating autoreload
|
||||
* monitor: round refresh rates in sorting modes
|
||||
* popup: stop refocusing at unmap
|
||||
* subsurface: fix invalid parent typo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 17:15:02 UTC 2025 - Florian "spirit" <sp1rit@disroot.org>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define shortname hypr
|
||||
|
||||
Name: hyprland
|
||||
Version: 0.47.0
|
||||
Version: 0.47.1
|
||||
Release: 0
|
||||
Summary: Dynamic tiling Wayland compositor
|
||||
License: BSD-3-Clause
|
||||
@ -39,7 +39,7 @@ BuildRequires: glaze-devel
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(aquamarine) >= 0.4.5
|
||||
BuildRequires: pkgconfig(aquamarine) >= 0.7.0
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(gbm) >= 17.1.0
|
||||
@ -48,7 +48,7 @@ BuildRequires: pkgconfig(glesv2)
|
||||
BuildRequires: pkgconfig(hyprcursor) >= 0.1.9
|
||||
BuildRequires: pkgconfig(hyprgraphics) >= 0.1.1
|
||||
BuildRequires: pkgconfig(hyprlang) >= 0.3.2
|
||||
BuildRequires: pkgconfig(hyprutils) >= 0.2.4
|
||||
BuildRequires: pkgconfig(hyprutils) >= 0.3.1
|
||||
BuildRequires: pkgconfig(hyprwayland-scanner) >= 0.3.8
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.118
|
||||
BuildRequires: pkgconfig(libinput) >= 1.14.0
|
||||
@ -176,6 +176,7 @@ sed -i 's;REPLACE_ME_WITH_PREFIX;%{_prefix};' hyprpm/src/core/DataState.cpp
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_bindir}/Hyprland
|
||||
%{_bindir}/hyprland
|
||||
%{_bindir}/hyprctl
|
||||
%{_bindir}/hyprpm
|
||||
%dir %{_datadir}/%{shortname}
|
||||
|
Loading…
x
Reference in New Issue
Block a user