gnote/_service
Bjørn Lie 10142a5424 - Update to version 47.2:
+ Fix freeze on WebDAV automatic sync
  + Fix memory leak on sync
  + Allow to clear settings when sync is configured
  + UI fixes for synchronization settings
  + Fix hang when opening completely empty note
  + Fix impossible to enter tab character

OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnote?expand=0&rev=184
2025-01-06 22:42:13 +00:00

20 lines
710 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/gnote.git</param>
<param name="revision">47.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</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>