Accepting request 1002321 from home:sp1rit
Update to version 0.13.1beta OBS-URL: https://build.opensuse.org/request/show/1002321 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/hyprland?expand=0&rev=6
This commit is contained in:
parent
ce54a520ed
commit
f11fb7289c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a36db9c8c5262c1fc1b2406e66ca2d305f0bf818a2590e45161b94579f7ff4c3
|
||||
size 4789772
|
3
hyprland-0.13.1beta.obscpio
Normal file
3
hyprland-0.13.1beta.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19a39d15b6af58ad510230e8f33ee5d68d9b4c462d0c5e3cb337c55da7fc2428
|
||||
size 4790284
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 9 13:51:45 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||
|
||||
- Update to version 0.13.1beta:
|
||||
+ New features:
|
||||
* consistent output of window addresses
|
||||
* fix group decos on added windows
|
||||
+ Fixes:
|
||||
* fix addreserved lag
|
||||
* fix group decos on added windows
|
||||
* guard drag in destroyDrag to fix a crash
|
||||
+ Other:
|
||||
* more guarding in cleanup pid gathering
|
||||
* prevent missed surface size updates on fullscreen window close
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 7 18:39:03 UTC 2022 - Florian "spirit" <packaging@sp1rit.anonaddy.me>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: hyprland
|
||||
version: 0.13.0beta
|
||||
mtime: 1662548716
|
||||
commit: 6e195a6b8cb98e96d15c51003da4b17154c55ff3
|
||||
version: 0.13.1beta
|
||||
mtime: 1662670949
|
||||
commit: 928158bbfb906bd871738d60610d85634d1f8c7e
|
||||
|
@ -73,7 +73,7 @@ model allowing for a lot of customization, and more.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
%{?with_xcb_errors:-Dwlroots:xcb-errors=enabled}
|
||||
-Dwlroots:xcb-errors=%{?with_xcb_errors:enabled}%{!?with_xcb_errors:disabled}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user