diff --git a/weston-10.0.0.tar.xz b/weston-10.0.0.tar.xz deleted file mode 100644 index 0df0ea6..0000000 --- a/weston-10.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c23964112b90238bed39e5dd1e41cd71a79398813cdc3bbb15a9fdc94e547ae -size 1774600 diff --git a/weston-10.0.0.tar.xz.sig b/weston-10.0.0.tar.xz.sig deleted file mode 100644 index 129fd7d..0000000 Binary files a/weston-10.0.0.tar.xz.sig and /dev/null differ diff --git a/weston-10.0.2.tar.xz b/weston-10.0.2.tar.xz new file mode 100644 index 0000000..c2655af --- /dev/null +++ b/weston-10.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89646ca0d9f8d413c2767e5c3828eaa3fa149c2a105b3729a6894fa7cf1549e7 +size 1776748 diff --git a/weston-10.0.2.tar.xz.sig b/weston-10.0.2.tar.xz.sig new file mode 100644 index 0000000..101c8b9 Binary files /dev/null and b/weston-10.0.2.tar.xz.sig differ diff --git a/weston.changes b/weston.changes index 7b0d900..8b76565 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue Aug 9 20:21:35 UTC 2022 - Dirk Müller + +- update to 10.0.2: + This is a bugfix release for 10.0.0. + * clients/simple-dmabuf-feedback: do not use buffer before compositor's response + * kiosk-shell: Check if app_ids have been set after initial commit + * kiosk-shell: Don't occlude shsurf on other outputs + * kiosk-shell: Favor out views on same output + * libweston: Assert if ref-count balance is wrong + * libweston, desktop-shell: Add a wrapper for weston_surface reference + * desktop-shell: Create a distinct view for the fade-out close anim + * desktop-shell: Rename destroy_layer functions + * desktop-shell: Migrate surface_unlink_view + * desktop-shell: Check for a valid desktop_surface + * desktop-shell: Clarify weston_view destruction at tear down + * desktop-shell: Add missing weston_view_destroy() + * simple-egl: Add start as maximized + * libweston-desktop: Replace buffer with geometry + * simple-egl: Remove uneeded check + * simple-egl: Defer EGL surface/window creation + * simple-egl: Move set_fullscreen/set_maximized before initial commit + * gl-renderer: fix performance regression in frag + * libweston/compositor: Cache buffer damage for synced subsurfaces + * tests: Add test for synced subsurfaces and buffer damage + * libweston/compositor: Do not map subsurfaces without buffer + * tests: Add test for subsurfaces mapping hierachies + * clients/simple-dmabuf-feedback: Support multi-tranche feedbacks + * clients/simple-dmabuf-*: Increase buffer limit to four + * clients/simple-dmabuf-feedback: Add fallback print method for unknown formats + * backend-drm: Add failure reasons for failing gbm_bo_import + * clients/simple-dmabuf-feedback: use time instead of redraws + * libweston/linux-dmabuf: create surface feedback on demand + ------------------------------------------------------------------- Tue Feb 1 22:35:05 UTC 2022 - Jan Engelhardt diff --git a/weston.spec b/weston.spec index 0e179e9..32c6b3e 100644 --- a/weston.spec +++ b/weston.spec @@ -19,18 +19,17 @@ Name: weston %define lname libweston0 %define major 10 -%define realver 10.0.0 -Version: 10 +%define realver 10.0.2 +Version: 10.0.2 Release: 0 Summary: Wayland Reference Compositor License: CC-BY-SA-3.0 AND MIT Group: System/X11/Servers URL: https://wayland.freedesktop.org/ - #Git-Clone: git://anongit.freedesktop.org/wayland/weston #Git-Web: https://cgit.freedesktop.org/wayland/weston/ -Source: https://wayland.freedesktop.org/releases/weston-%realver.tar.xz -Source2: https://wayland.freedesktop.org/releases/weston-%realver.tar.xz.sig +Source: https://gitlab.freedesktop.org/wayland/weston/-/releases/%realver/downloads/weston-%realver.tar.xz +Source2: https://gitlab.freedesktop.org/wayland/weston/-/releases/%realver/downloads/weston-%realver.tar.xz.sig Source3: %name.keyring BuildRequires: Mesa-libGLESv3-devel BuildRequires: autoconf >= 2.64