From acda715c57df6742dd3b8d5a795039a9c00eebdd4c2b24f4012d136ee37013cf Mon Sep 17 00:00:00 2001 From: Florian Date: Wed, 21 Sep 2022 17:54:09 +0000 Subject: [PATCH] Accepting request 1005260 from home:sp1rit Update to version 0.14.0beta OBS-URL: https://build.opensuse.org/request/show/1005260 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=7 --- hyprland-0.13.1beta.obscpio | 3 -- hyprland-0.14.0beta.obscpio | 3 ++ hyprland.changes | 63 +++++++++++++++++++++++++++++++++++++ hyprland.obsinfo | 6 ++-- hyprland.spec | 2 +- 5 files changed, 70 insertions(+), 7 deletions(-) delete mode 100644 hyprland-0.13.1beta.obscpio create mode 100644 hyprland-0.14.0beta.obscpio diff --git a/hyprland-0.13.1beta.obscpio b/hyprland-0.13.1beta.obscpio deleted file mode 100644 index 207ceff..0000000 --- a/hyprland-0.13.1beta.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a39d15b6af58ad510230e8f33ee5d68d9b4c462d0c5e3cb337c55da7fc2428 -size 4790284 diff --git a/hyprland-0.14.0beta.obscpio b/hyprland-0.14.0beta.obscpio new file mode 100644 index 0000000..280f9f6 --- /dev/null +++ b/hyprland-0.14.0beta.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1317b8221d2175909c261e067a6168fb1179a655cad81177538862b60973f94d +size 4816908 diff --git a/hyprland.changes b/hyprland.changes index ab830a7..6c0647e 100644 --- a/hyprland.changes +++ b/hyprland.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Wed Sep 21 17:38:03 UTC 2022 - Florian "spirit" + +- Update to version 0.14.0beta: + + Breaking changes + * main_mod has been deprecated. + new syntax for mouse binds: (example) + bindm=SUPER,mouse:272,movewindow + bindm=SUPER,mouse:273,resizewindow + + New features: + * Added monitor mirroring + * add default speed to hyprctl devices mice + * added misc:disable_autoreload + * added window pinning + * added wsbind + + Fixes: + * Various subsurface handling fixes + * fix LS fading out on ws change + * fix an unholy memory safety issue + * fix animation issues with workspace silent + * fix decos on pinned + * fix fadeout on unmap fullscreen + * fix focus follows mouse 0 event sending on wrong window + * fix groupbar being wonk on scaled + * fix groups with fullscreen + * fix hyprland freeze when undocking from docking station + * fix misc fullscreen issues + * fix mouse binds being stuck + * fix moving between fullscreen workspaces + * fix pinned fade on fs + * fix refocus on same workspace + * fix special fullscreen + * fix special workspace dispatcher logic + * fix wonky focus on movetoworkspace + * fix ws switching with LS opacity + * minor code styling fixes + * minor mouse bind handling fixes + * minor swipe fixes + + Other: + * accept any case in binds + * allow current in monitorfromstring + * better cycling in fullscreen with pinned + * better dwindle swapping with groups + * disable enabling groups on fullscreen windows + * disallow fullscreen pinned + * disallow move/resize dispatchers on fullscreen windows + * don't apply alpha to fadingOut on setWindowFullscreen + * don't iterate over subsurfaces in unmap + * export HYPRLAND_CMD for scripts + * fade control for fullscreen action on windows + * fullscreen animation en-nice-ment + * guard invalid FB allocs + * handle multi-ws swaps in layouts + * handle touch devices internally as objects + * hyprctl-nopoll + * introduce new mouse binds in default and example cfgs + * more forceRendering checks in shouldRenderWindow + * mouse binds overhaul + * only check for visible on xdg + * prevent assert killing Hyprland after reenabling monitor + * tick config after reload request + * verify visibility of new geom in floating creation + ------------------------------------------------------------------- Fri Sep 9 13:51:45 UTC 2022 - Florian "spirit" diff --git a/hyprland.obsinfo b/hyprland.obsinfo index e0e4ca7..6527f65 100644 --- a/hyprland.obsinfo +++ b/hyprland.obsinfo @@ -1,4 +1,4 @@ name: hyprland -version: 0.13.1beta -mtime: 1662670949 -commit: 928158bbfb906bd871738d60610d85634d1f8c7e +version: 0.14.0beta +mtime: 1663778486 +commit: d3ffccd45ff6d6f7bf8cd08b4c1d9e0c00635ab4 diff --git a/hyprland.spec b/hyprland.spec index eac54e0..26b00e3 100644 --- a/hyprland.spec +++ b/hyprland.spec @@ -34,7 +34,7 @@ BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(gbm) >= 17.1.0 BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glesv2) -BuildRequires: pkgconfig(libdrm) >= 2.4.112 +BuildRequires: pkgconfig(libdrm) >= 2.4.113 BuildRequires: pkgconfig(libinput) >= 1.14.0 BuildRequires: pkgconfig(libseat) >= 0.2.0 BuildRequires: pkgconfig(libudev)