Accepting request 1056914 from home:sp1rit

Update to version 0.20.1beta

OBS-URL: https://build.opensuse.org/request/show/1056914
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=16
This commit is contained in:
Florian 2023-01-08 18:20:35 +00:00 committed by Git OBS Bridge
parent 09d506ac02
commit ec275565d7
5 changed files with 104 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3235eab5507be2f177a2b9a1cbc9495f7979225b2dd3837bbf5cd15fcf3a890
size 5112844

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80d2dab08828ee05348033a0bc3013968bad55bb8d912b215b7d39b528cfdb59
size 5158925

View File

@ -1,3 +1,101 @@
-------------------------------------------------------------------
Sun Jan 8 18:04:51 UTC 2023 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
- Update to version 0.20.1beta:
+ Minor patch mostly to fix some crashes with overshot animations.
+ New features:
* added hyprctl binds
+ Fixes:
* fix crashes and bug wiki link (#1333)
* fix crashes on monitor ls remove
* minor fixes for fakefullscreen
* remove color rassert to fix overshot beziers
+ Other:
* Build: use props file for versioning
* clamp a instead of asserting
* removed Herobrine
- Changes from version 0.20.0beta:
+ A small update after a short wait brought to you by Yours Truly™
et al; Fun stuff, as usual.
+ New features:
* Add 'exact' option for 'splitratio' (#1245)
* Add sane permissions for /tmp/hypr
* Added clang format (#1239)
* Added make configdebug
* add auto scale
* add disabling keyboards
* add touchdevice to devicevalue
* added dim_special
* added dimaround
* added fakefullscreen
* added maximize windowrule
* added workspace_swipe_numbered
+ Fixes:
* Fix cycleprev bug introduced in 46891b1 (#1213) (#1242)
* Fix focus not changing on (empty) workspace change (#1243)
* fix blur damage spam on no blurred windows
* fix damage issues with dimaround unmap
* fix double remove in destroyKeyboard
* fix dynamic monitor disables corrupting pmosthz
* fix for gap in master layout orientation right #1171 (#1260)
* fix group bar color calc
* fix mouse resize on master orientations
* fix restack in xwayland stubs
* fix stupid typo
* fix workspace special rules
* minor xcursor and scale fixes
+ Other:
* Allow floats in % rules
* Drop Pango (unused) (#1251)
* Drop X11 headers (unused) (#1252)
* Make libinput tap-and-drag configurable (#1267)
* Normalize color storage
* Revert "Send initial focus to X11 type dialog"
* Send initial focus to X11 type dialog
* account for dimAround in fullboundingbox
* adjust medium ppi values
* allow binding tablets to outputs
* clarify layout enum
* clean draggedwindow in dragend
* destroy LS-es on disconnected monitor
* do not overwrite existing hyprland.desktop (#1228)
* downgrade wlroots due to issues
* get window under cursor in kill
* ignore dim when pass popup
* ignore focus to empty input region ls-es
* ignore self in candidate floating
* ignore silent workspace rules to same workspace
* log more in group creation
* mark blur dirty on dynamic blur keywords
* move setActiveMonitor backup later in onDisconnect
* normalize gradients and denormalize in groupbar
* prevent moving to invalid workspaces
* refocus on special move
* remember master width on master close
* remember pos and size across fullscreen moves
* remember size and pos on fullscreen 1
* remove damage_entire_on_snapshot
* remove main_mod
* remove useless log
* render overlay layers in reverse
* render pinned windows above floating separately
* respect ls protocol by forcing kb focus to kb interactive top
and overlay
* s/pkgs.system/pkgs.hostPlatform.system/g
* sanity check workspaces after enabling mirror
* set created over fullscreen in movetotop
* simplify workspace sanity checks
* support gradients in dwindle group colors
* touch up the clang format and format all files
* update debug coredump instructions
* update readme images
* update wlroots dep
* use auto scale in default cfgs
* use auto scale in fallback rule
* use curves for special dim anim
* verify lastmon status on connect
-------------------------------------------------------------------
Mon Dec 12 19:06:36 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>

View File

@ -1,4 +1,4 @@
name: hyprland
version: 0.19.2beta
mtime: 1670857002
commit: 111d209bff5448c3a55e07f344cf89715536bba4
version: 0.20.1beta
mtime: 1673095759
commit: af4b9700b7a1a1b36439dc51334b9aeaadcfcd41

View File

@ -39,8 +39,6 @@ BuildRequires: pkgconfig(libdrm) >= 2.4.113
BuildRequires: pkgconfig(libinput) >= 1.14.0
BuildRequires: pkgconfig(libseat) >= 0.2.0
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(pangocairo)
BuildRequires: pkgconfig(pixman-1) >= 0.42.0
BuildRequires: pkgconfig(vulkan) >= 1.2.182
BuildRequires: pkgconfig(wayland-client)