gnome-initial-setup/_service
Dominique Leuenberger 94e39b8915 Accepting request 1183896 from GNOME:Next
- Update to version 46.3:
  + The summary page now uses an embedded themed icon for the
    checkmark, which ensures that the icon is loaded at the proper
    scaling level on hidpi displays.
  + If you customize the generated username for the new account,
    changing the account name no longer clobbers the customized
    username.
  + The keyboard page no longer crashes if it is destroyed and
    recreated while still waiting for the set of IBus engines.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1183896
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-initial-setup?expand=0&rev=139
2024-07-01 08:58:56 +00:00

20 lines
724 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-initial-setup.git</param>
<param name="revision">46.3</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+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>