libqb/_service
Yan Gao bc44b215b8 - rpl_sem: make destroy more compliant
- RB: make the "sem" abstraction into a notifier
- Use dgram sockets for message oriented communications
- IPC: don't interpret EMSGSIZE and ENOMSG as a disconnect
- POLL: prevent a spin if the fd is not removed from the mainloop
- Upstream version cs: 2125310c935420945d419ab62b149b32b2c14d87

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=19
2013-02-25 08:23:07 +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">2125310c935420945d419ab62b149b32b2c14d87</param>
</service>
<service name="recompress">
<param name="file">*libqb*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version"/>
</services>