gnome-shell/_service
Dominique Leuenberger 9a827e3940 Accepting request 1171275 from GNOME:Next
- Update to version 46.1:
  + Improve notification of conflicting session.
  + Add shift level to Korean OSK layout.
  + Fix markup support in notifications.
  + extensions-app: Fix empty rows with '&' in extension name.
  + extensions-app: Improve HIG compliance.
  + Omit expand buttons in notification banners.
  + Misc. bug fixes and cleanups.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1171275
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=573
2024-05-02 15:47:48 +00:00

20 lines
714 B
XML

<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="revision">46.1</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">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>