mutter/_service
Bjørn Lie d6f68db7b1 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
2019-10-14 19:09:21 +00:00

18 lines
576 B
Plaintext

<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/mutter.git</param>
<param name="revision">gnome-3-34</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
</services>