Accepting request 1180875 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1180875 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hyprland?expand=0&rev=23
This commit is contained in:
commit
ef10a03ef2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:94df10308d5dbb3fff736a43955188d3f1f37f45939a2f724d6864b57a73a68a
|
|
||||||
size 51588044
|
|
3
hyprland-0.41.1.tar.xz
Normal file
3
hyprland-0.41.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:128d758e8f38736dc9918dca0f8055ea4c5bb2468d0e8f8dd3b9c05e212df289
|
||||||
|
size 51586084
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 13 15:36:52 UTC 2024 - Florian "sp1rit" <sp1rit@disroot.org>
|
||||||
|
|
||||||
|
- Update to version 0.41.1:
|
||||||
|
+ Hello there! After 0.41.0's bumpy start, we're bringing 0.41.1 to
|
||||||
|
you to fix a bunch of bugs and issues.
|
||||||
|
+ New features:
|
||||||
|
- binds: Add description to key binds (#6358)
|
||||||
|
+ Fixes:
|
||||||
|
- compositor: update suspended states on moveworkspacetomonitor
|
||||||
|
- foreign-toplevel: fixup output resource finding
|
||||||
|
- formats: fixup for legacy_renderer builds
|
||||||
|
- groupbar: fix groupbar position rounding (#6433)
|
||||||
|
- input: fix input regions being ignored on ls-es (#6413)
|
||||||
|
- keybinds: fix bindm (#6429)
|
||||||
|
- layershell: Fix keyboard focus grabs (#4968) (#6394)
|
||||||
|
- layershell: minor fixes to re-mapping of layers
|
||||||
|
- seat: fixup touch event handling
|
||||||
|
- seatmgr: fix missing nullcheck in updateActiveKeyboardData
|
||||||
|
- session-lock: fix refocus after unlocking (#6423)
|
||||||
|
- sessionLock: fix focus not being tied to mouse (#6414)
|
||||||
|
- virtualkeyboard: check if VirtualKeyboard is valid before
|
||||||
|
accessing client. (#6460)
|
||||||
|
- wayland: consistently check mmap error after 6967a31 (#6402)
|
||||||
|
+ Other:
|
||||||
|
- core: move to hyprutils for utils (#6385)
|
||||||
|
- datadevice: only send actions for ver >= 3
|
||||||
|
- groupbar: Don't apply monitor scale twice to groupbar text
|
||||||
|
(#6411)
|
||||||
|
- hyprpm: print all types of cmake errors during configure
|
||||||
|
- input: fallback to main surface if not found on window
|
||||||
|
- layer: don't close special ws when restoring focus (#6424)
|
||||||
|
- renderer: properly software lock cursors with zoom_factor
|
||||||
|
(#6434)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 17:10:38 UTC 2024 - Florian "spirit" <sp1rit@disroot.org>
|
Mon Jun 10 17:10:38 UTC 2024 - Florian "spirit" <sp1rit@disroot.org>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%bcond_without devel
|
%bcond_without devel
|
||||||
|
|
||||||
Name: hyprland
|
Name: hyprland
|
||||||
Version: 0.41.0
|
Version: 0.41.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Dynamic tiling Wayland compositor
|
Summary: Dynamic tiling Wayland compositor
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -41,6 +41,7 @@ BuildRequires: pkgconfig(glesv2)
|
|||||||
BuildRequires: pkgconfig(hwdata)
|
BuildRequires: pkgconfig(hwdata)
|
||||||
BuildRequires: pkgconfig(hyprcursor) >= 0.1.9
|
BuildRequires: pkgconfig(hyprcursor) >= 0.1.9
|
||||||
BuildRequires: pkgconfig(hyprlang) >= 0.3.2
|
BuildRequires: pkgconfig(hyprlang) >= 0.3.2
|
||||||
|
BuildRequires: pkgconfig(hyprutils) >= 0.1.2
|
||||||
BuildRequires: pkgconfig(hyprwayland-scanner) >= 0.3.8
|
BuildRequires: pkgconfig(hyprwayland-scanner) >= 0.3.8
|
||||||
BuildRequires: pkgconfig(libdisplay-info)
|
BuildRequires: pkgconfig(libdisplay-info)
|
||||||
BuildRequires: pkgconfig(libdrm) >= 2.4.118
|
BuildRequires: pkgconfig(libdrm) >= 2.4.118
|
||||||
|
Loading…
Reference in New Issue
Block a user