forked from pool/libqb
- Update to version 2.0.1+20200729.416caf2 (v2.0.1): - unix.c: use posix_fallocate() (#409) - doxygen2man: Tidy RETURN VALUE - doxygen2man - Print structure descriptions (where available) (#408) - Make manpages (#405) - doxygen2man: Fix a couple of the worst coverity errors (#404) - doxygen2man - Lots of new features & fixes for parsing libqb manpages (#402) - array: More locking fixes (#400) - log: Fix threading races (#396) - Some bugs spotted by coverity (#399) - Update to version 2.0.0+20200504.803d924 (v2.0.0): - log: journal: fix forgotten syslog reload when flipped from journal - Let remote_tempdir() assume a NUL-terminated name - Make it impossible to truncate or overflow the connection description - master: Issue 390: Clarify documentation of qb_loop_timer_expire_time_get and provide new function to return previously documented behavior (#391) (gh#ClusterLabs/libqb#390) - Update to version 1.9.1+20200318.93f9975 (v1.9.1): - Doxygen2man (#388) - trie: Don't assume that chars are unsigned < 126 (#386) - list: fix list handling for gcc10 (#383) - Set correct ownership if qb_ipcs_connection_auth_set() has been used (gh#ClusterLabs/libqb#369, rh#1836146) - Allow group access to the IPC directory - Errors are represented as negative values - Update to version 1.9.0+20191211.51a03aa (v1.9.0): - lib: Fix some minor warnings from newer compilers - ipc: Always initialize response struct - ringbuffer: fix mistaken errno handling around _rb_chunk_reclaim - array,log: Never set errno to a negative value OBS-URL: https://build.opensuse.org/request/show/830044 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=95
25 lines
767 B
Plaintext
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.1</param>
|
|
-->
|
|
<param name="versionformat">2.0.1+%cd.%h</param>
|
|
<param name="revision">master</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>
|