+ Introspection annotation fixes
+ Documentation improvements
+ Several minor fixes for Coverity warnings
+ Fixed possible crashes and warnings if database is closed while
a TrackerNotifier is actively handling changes
+ Fixed crash if using TrackerBatch on daisy-chained D-Bus
connections
+ Updated translations.
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tinysparql?expand=0&rev=14
20 lines
717 B
XML
20 lines
717 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/tinysparql.git</param>
|
|
<param name="revision">3.10.1</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>
|
|
|