gnome-online-accounts/_service
Dominique Leuenberger 2eb18d4a09 Accepting request 1177033 from GNOME:Next
- Update to version 3.50.2:
  + Setup Dialog:
    - fix provider icon style.
    - fix dialog not closing when cancelled.
  + Exchange: fix account setup field verification.
  + Microsoft 365:
    - fix account storage.
    - fix identity retrieval.
    - fix email retrieval.
  + WebDAV:
    - fix Fastmail and mailbox.org endpoints.
    - fix for content-restricted app passwords.
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1177033
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-online-accounts?expand=0&rev=196
2024-05-27 08:22:48 +00:00

20 lines
719 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-online-accounts.git</param>
<param name="revision">3.50.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</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>