Dominique Leuenberger
894015ba0f
- Update to version 3.52.2: + Bug Fixes: - Composer: Added extra quotation level after draft open ][. - Calendar: Fails to open event from alarm-notify on app start. - Possible crash when exiting application. - Mail: Remember Page Setup settings when printing. - Shell: Enhance symbolic icons usage detection. - Crash when recovering mail from the previous session. - Open last view when restarting Evolution. - SignatureEditor: Format change can discard signature text. + Miscellaneous: - e-mail-request: Fix a memory leak. - shell: Closing last window does not always run "prepare-for-quit". - Update online_help_url URI. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/1176667 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=501
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.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>
|
|
|