SHA256
1
0
forked from pool/evolution
Files
evolution/_service
Bjørn Lie 3bfceb81b0 - Update to version 3.58.1:
+ Bug Fixes:
    - Subject not decrypted in GPG encrypted mail
    - EWebView: Draw symbolic icons with theme foreground color
    - Missing "search type" drop-down menu on Calendar window
    - shell: Connect the shell window delete-event handler using
      _after
  + Miscellaneous:
    - Composer: Broken letters with reopened message in other than
      UTF-8 charset
    - data: Round down icon height of evolution-symbolic.svg
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=526
2025-10-10 07:57:57 +00:00

20 lines
707 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.git</param>
<param name="revision">3.58.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">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>