gnome-shell/_service
Dominique Leuenberger 9d8f90830e Accepting request 963316 from GNOME:Next
- Update to version 42.0:
  + introspect: Add WindowsChanged signal.
  + Fix on-screen keyboard during grabs.
  + Fixed crash.
  + Updated translations.

- Update to version 42.rc:
  + Fix programatically set scrollview fade.
  + Fix overview DND during screencasts.
  + Fix taking screenshots with shift+PrntScrn.
  + Disable workspace switching while in search.
  + Fix opening device settings for enterprise WPA networks.
  + Switch workspaces with Home and End keys in overview.
  + Fix regressions from style refresh.
  + Show disabled icons in system menu when devices are disabled.
  + Fix inserting items from object inspector in looking glass.
  + Fix drag placeholder position in dash in RTL locales.
  + Simplify signal handling with (dis)connectObject() convenience
    methods.
  + Ensure remote access indicator is shown for a minimum time.
  + Improve CSS shadow appearance.
  + Ignore work area in overview layout.
  + Fix glitches in overview transition.
  + Fixed crash.
  + Misc. bug fixes and cleanups.
  + Updated translations.
- Update patches with quilt.

- Update to version 42.beta+40:
  * overview: Don't expect time argument from drag-end signal

OBS-URL: https://build.opensuse.org/request/show/963316
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=500
2022-03-21 08:37:00 +00:00

21 lines
727 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="revision">refs/tags/42.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</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>