forked from pool/evolution
+ 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
20 lines
707 B
XML
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>
|
|
|