Accepting request 994191 from home:dirkmueller:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/994191
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=101
This commit is contained in:
Jan Engelhardt 2022-08-09 21:15:02 +00:00 committed by Git OBS Bridge
parent b3b38c7e19
commit bb899cadee
6 changed files with 41 additions and 8 deletions

View File

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

Binary file not shown.

3
weston-10.0.2.tar.xz Normal file
View File

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

BIN
weston-10.0.2.tar.xz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Aug 9 20:21:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <jengelh@inai.de> Tue Feb 1 22:35:05 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,18 +19,17 @@
Name: weston Name: weston
%define lname libweston0 %define lname libweston0
%define major 10 %define major 10
%define realver 10.0.0 %define realver 10.0.2
Version: 10 Version: 10.0.2
Release: 0 Release: 0
Summary: Wayland Reference Compositor Summary: Wayland Reference Compositor
License: CC-BY-SA-3.0 AND MIT License: CC-BY-SA-3.0 AND MIT
Group: System/X11/Servers Group: System/X11/Servers
URL: https://wayland.freedesktop.org/ URL: https://wayland.freedesktop.org/
#Git-Clone: git://anongit.freedesktop.org/wayland/weston #Git-Clone: git://anongit.freedesktop.org/wayland/weston
#Git-Web: https://cgit.freedesktop.org/wayland/weston/ #Git-Web: https://cgit.freedesktop.org/wayland/weston/
Source: https://wayland.freedesktop.org/releases/weston-%realver.tar.xz Source: https://gitlab.freedesktop.org/wayland/weston/-/releases/%realver/downloads/weston-%realver.tar.xz
Source2: https://wayland.freedesktop.org/releases/weston-%realver.tar.xz.sig Source2: https://gitlab.freedesktop.org/wayland/weston/-/releases/%realver/downloads/weston-%realver.tar.xz.sig
Source3: %name.keyring Source3: %name.keyring
BuildRequires: Mesa-libGLESv3-devel BuildRequires: Mesa-libGLESv3-devel
BuildRequires: autoconf >= 2.64 BuildRequires: autoconf >= 2.64