Accepting request 1121135 from GNOME:Next

- Update to version 45.0+61:
  + backend:
    - Introduce helpers for turning from/to clutter/evdev buttons
    - Use helper to translate from/to clutter/evdev button codes
  + clutter/frame-clock:
    - Simplify next_presentation_time_us calculation
    - Start next update ASAP after idle period
  + cogl/onscreen: Add missing error untrap calls
  + input-capture:
    - Check barriers don't extend into nonexisting monitors
    - Fix off-by-one for barrier validation
  + renderer/native:
    - Add a new has_addfb2 property
    - Send modifiers even without AddFb2
  + screen-cast/stream-src:
    - Assert that dmabuf handle lookup succeeds
    - Calculate stride after adding handle to hash table
  + tests/clutter/event-delivery: Avoid race with stage update
  + tests/clutter/frame-clock*: Use
    clutter_frame_get_target_presentation_time
  + wayland/dma-buf: Advertise INVALID modifier without AddFb2
  + wayland: Send keyboard modifiers after the enter event
  + input-capture: Add more barrier tests, mostly for invalid
    barriers

OBS-URL: https://build.opensuse.org/request/show/1121135
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=473
This commit is contained in:
Dominique Leuenberger 2023-10-31 16:20:52 +00:00 committed by Git OBS Bridge
parent 32cb1b2c30
commit 4a135e36fc
7 changed files with 37 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param> <param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="revision">5d3e31a49968fc0da04e98c0f9d624ea5095c9e0</param> <param name="revision">323a3a45d9efe2581ed9d17f422c90fe81109c7a</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param> <param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param> <param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="changesrevision">5d3e31a49968fc0da04e98c0f9d624ea5095c9e0</param></service></servicedata> <param name="changesrevision">323a3a45d9efe2581ed9d17f422c90fe81109c7a</param></service></servicedata>

View File

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

3
mutter-45.0+61.obscpio Normal file
View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Oct 26 18:23:21 UTC 2023 - bjorn.lie@gmail.com
- Update to version 45.0+61:
+ backend:
- Introduce helpers for turning from/to clutter/evdev buttons
- Use helper to translate from/to clutter/evdev button codes
+ clutter/frame-clock:
- Simplify next_presentation_time_us calculation
- Start next update ASAP after idle period
+ cogl/onscreen: Add missing error untrap calls
+ input-capture:
- Check barriers don't extend into nonexisting monitors
- Fix off-by-one for barrier validation
+ renderer/native:
- Add a new has_addfb2 property
- Send modifiers even without AddFb2
+ screen-cast/stream-src:
- Assert that dmabuf handle lookup succeeds
- Calculate stride after adding handle to hash table
+ tests/clutter/event-delivery: Avoid race with stage update
+ tests/clutter/frame-clock*: Use
clutter_frame_get_target_presentation_time
+ wayland/dma-buf: Advertise INVALID modifier without AddFb2
+ wayland: Send keyboard modifiers after the enter event
+ input-capture: Add more barrier tests, mostly for invalid
barriers
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 13 09:27:31 UTC 2023 - bjorn.lie@gmail.com Fri Oct 13 09:27:31 UTC 2023 - bjorn.lie@gmail.com

View File

@ -1,4 +1,4 @@
name: mutter name: mutter
version: 45.0+45 version: 45.0+61
mtime: 1697034355 mtime: 1698162013
commit: 5d3e31a49968fc0da04e98c0f9d624ea5095c9e0 commit: 323a3a45d9efe2581ed9d17f422c90fe81109c7a

View File

@ -22,7 +22,7 @@
%define api_minor 0 %define api_minor 0
%define libmutter libmutter-%{api_major}-%{api_minor} %define libmutter libmutter-%{api_major}-%{api_minor}
Name: mutter Name: mutter
Version: 45.0+45 Version: 45.0+61
Release: 0 Release: 0
Summary: Window and compositing manager based on Clutter Summary: Window and compositing manager based on Clutter
License: GPL-2.0-or-later License: GPL-2.0-or-later