evolution-data-server/_service
Dominique Leuenberger a5ba86cf6e Accepting request 1225741 from GNOME:Next
- Update to version 3.54.2:
  + Bug Fixed:
    - libedataserverui: Avoid initializing the icon_theme when
      building introspection data
    - Fails to build/link against icu 76.1
    - Correct certificate key usage constants
  + Updated translations.

- Update to version 3.54.1+4:
  * libedataserverui: Avoid initializing the icon_theme when
    building introspection data
  * Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1225741
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=467
2024-11-22 12:20:23 +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/evolution-data-server.git</param>
<param name="revision">3.54.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>