libqb/_service
Yan Gao 49c9c6455e - Bump the version to 0.14.1
- RB: set the new read pointer after clearing the header.
- RB: if read or peek don't get the message then re-post to the semaphore
- IPC: use calloc instead of malloc to fix valgrind warnings
- Upstream version cs: 11b20e19beff7f1b6003be0b4c73da8ecf936442

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=13
2012-07-20 04:14:00 +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.1</param>
<param name="revision">11b20e19beff7f1b6003be0b4c73da8ecf936442</param>
</service>
<service name="recompress">
<param name="file">*libqb*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version"/>
</services>