SHA256
1
0
forked from pool/mutter

Accepting request 738124 from GNOME:Next

- Update to version 3.34.1+21:
  + x11: Map mimetypes back to selection atoms
  + wayland:
    - Figure out better the right selection source for a
      wl_data_offer
    - Set dummy selection source on .set_selection(null)
    - Simplify MetaSelectionSourceWayland
    - Check resource before emitting cancelled event
    - Emit wl/primary offer after changing selection
    - Chain up to the right finalize on
      MetaWaylandDataSourceWayland
    - Drop field from MetaWaylandDataSourcePrimary
    - Plug MetaSelectionSourceWayland leaks
  + clutter/shader-effect: Initialize shader-type properly
  + ci: Change the without-native-backend to not build with Wayland
    too
  + main: Warn instead of error in meta_test_init()
- Switch to the now available 3-34 stable branch in service.

OBS-URL: https://build.opensuse.org/request/show/738124
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=323
This commit is contained in:
2019-10-14 19:09:21 +00:00
committed by Git OBS Bridge
parent 9071592537
commit d6f68db7b1
7 changed files with 31 additions and 9 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Oct 13 17:58:09 UTC 2019 - bjorn.lie@gmail.com
- Update to version 3.34.1+21:
+ x11: Map mimetypes back to selection atoms
+ wayland:
- Figure out better the right selection source for a
wl_data_offer
- Set dummy selection source on .set_selection(null)
- Simplify MetaSelectionSourceWayland
- Check resource before emitting cancelled event
- Emit wl/primary offer after changing selection
- Chain up to the right finalize on
MetaWaylandDataSourceWayland
- Drop field from MetaWaylandDataSourcePrimary
- Plug MetaSelectionSourceWayland leaks
+ clutter/shader-effect: Initialize shader-type properly
+ ci: Change the without-native-backend to not build with Wayland
too
+ main: Warn instead of error in meta_test_init()
- Switch to the now available 3-34 stable branch in service.
-------------------------------------------------------------------
Thu Oct 10 21:46:49 UTC 2019 - bjorn.lie@gmail.com