Dominique Leuenberger
21fbfd8457
- Update to version 3.52.1: + Bug Fixes: - Wrong weeks in Month view when returning from different page of dates. - Mail: Prefer saving original message instead of re-encode. - EHeaderBar: Report correct minimum width. - Subject line in message pane not bold anymore in Wide view. - Crash when hiding completed tasks. - EMailBrowser: Hide Print preview menu option. + Miscellaneous: - data: Fix circular-component-relation in .appdata file. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1169188 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=498
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.52.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>
|
|
|