libqb/_service
Yan Gao 5af9533c47 - Bump the version to 0.14.4
- LOG: prevent the last char of the blackbox message from getting lost.
- Add the processing which remove notifier at skiplist_destroy function
- Add the processing which remove hash node and notifier at hashtable_destroy function
- Upstream version cs: 848242a7860c5a7e19240c2ded053fa9908af9e0

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=17
2013-01-18 05:16:53 +00:00

21 lines
611 B
Plaintext

<services>
<service name="tar_scm">
<param name="scm">git</param>
<param name="url">git://github.com/asalkeld/libqb.git</param>
<param name="package-meta">yes</param>
<!--
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary
-->
<param name="version">0.14.4</param>
<param name="revision">848242a7860c5a7e19240c2ded053fa9908af9e0</param>
</service>
<service name="recompress">
<param name="file">*libqb*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version"/>
</services>