libspelling/_service
Dominique Leuenberger 98f9b23cde - Update to version 0.4.5:
+ Various robustness fixes for weak ref tracking
  + Various GObject Introspection fixes
  + A new build option to install a static library
    (libspelling-1.a)
  + Fix a minor leak of extra_word_chars for a language dictionary
  + Fix ICU success check
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libspelling?expand=0&rev=9
2024-11-25 14:18:22 +00:00

19 lines
716 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/libspelling.git</param>
<param name="revision">0.4.5</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>