libqb/_service
Yan Gao 59e9f8877e - IPC: fix the connection state checking
- LOG: copy the function/filename for dynamic callsites
- Properly discover SO_NOSIGPIPE and MSG_SIGNAL
- IPC: fix call to QB_SUN_LEN
- list: don't splice empty lists onto the head.
- Upstream version cs: 258e86583ecd2437161211b9d70bc69229630e7e

- Upstream version cs: 31d9f0900db728cfe182799b61b05759a6a26e8b

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=20
2013-03-28 09:46:57 +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">258e86583ecd2437161211b9d70bc69229630e7e</param>
</service>
<service name="recompress">
<param name="file">*libqb*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version"/>
</services>