- Update to version 49.0:
+ Restore minimal desktop file to show app icon
+ Add spoken levels to the password quality
+ Updated translations.
- Update to version 49.beta.1:
+ Drop gnome-keyring support. This is no longer used
- Update to version 49.beta:
+ Many accessibility issues have been fixed
+ Adapt to systemd-only gnome-session and GDM dynamic users
+ a11y:
- Notify bad username
- Make local user page accessible
- Add accessibility to the password page
- Add accessibility to the language selection page
- Add accessibility support to the keyboard page
- some extra accessibility to the Summary page
- Add accessibility to parental controls page
- read description in location services
- add accessibility to the Timezone page
- Changes from version 49.alpha:
+ data: Drop dependency on Wacom g-s-d plugin
- Changes from version 48.1:
+ Updated translations
OBS-URL: https://build.opensuse.org/request/show/1305209
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-initial-setup?expand=0&rev=154
20 lines
724 B
XML
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">49.0</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>
|
|
|