libqb/_service
Yan Gao 0f3e33a207 Accepting request 931806 from home:yan_gao:branches:network:ha-clustering:Factory
- Update to version 2.0.4+20211112.a2691b9 (v2.0.4):
- poll: Don't log in a signal handler (gh#ClusterLabs/libqb##447)
- Fix pthread returns (gh#ClusterLabs/libqb#444)
- doxygen2man: print structure descriptions (gh#ClusterLabs/libqb#443)
- Implement heap based timer list (gh#ClusterLabs/libqb#439)

OBS-URL: https://build.opensuse.org/request/show/931806
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=101
2021-11-16 15:40:11 +00:00

25 lines
767 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://github.com/ClusterLabs/libqb.git</param>
<param name="package-meta">yes</param>
<param name="exclude">.git</param>
<!--
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary
<param name="version">2.0.4</param>
-->
<param name="versionformat">2.0.4+%cd.%h</param>
<param name="revision">v2.0.4</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libqb*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>