Skip to content

Commit

Permalink
Update libqb to version 2.0.4+20211112.a2691b9 / rev 31 via SR 931807
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/931807
by user yan_gao + dimstar_suse
- 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) (forwarded request 931806 from yan_gao)
  • Loading branch information
yan_gao authored and bmwiedemann committed Nov 18, 2021
1 parent c47d8f0 commit 1724e9c
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 7 deletions.
Binary file modified packages/libq/libqb/.files
Binary file not shown.
12 changes: 12 additions & 0 deletions packages/libq/libqb/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,16 @@
- doxygen2man: ignore all-whitespace brief descriptions (gh#ClusterLabs/libqb#430) (forwarded request 924179 from yan_gao)</comment>
<requestid>924180</requestid>
</revision>
<revision rev="31" vrev="1">
<srcmd5>73507c3faa6963a2a59d6542d1e2adc9</srcmd5>
<version>2.0.4+20211112.a2691b9</version>
<time>1637227994</time>
<user>dimstar_suse</user>
<comment>- 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) (forwarded request 931806 from yan_gao)</comment>
<requestid>931807</requestid>
</revision>
</revisionlist>
2 changes: 1 addition & 1 deletion packages/libq/libqb/.servicemark
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd90c7ec1db5a340800edb0d7a227342
f2244d0c1524b00b20595b86e3eb942a
6 changes: 3 additions & 3 deletions packages/libq/libqb/_service
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary

<param name="version">2.0.3</param>
<param name="version">2.0.4</param>
-->
<param name="versionformat">2.0.3+%cd.%h</param>
<param name="revision">v2.0.3</param>
<param name="versionformat">2.0.4+%cd.%h</param>
<param name="revision">v2.0.4</param>
<param name="changesgenerate">enable</param>
</service>

Expand Down
2 changes: 1 addition & 1 deletion packages/libq/libqb/_servicedata
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/ClusterLabs/libqb.git</param>
<param name="changesrevision">404adbcd998ec83643e47d92b3ea8d9c3970e68b</param>
<param name="changesrevision">a2691b96188033b5ad5c08871982048ae1f4f4e8</param>
</service>
</servicedata>
1 change: 0 additions & 1 deletion packages/libq/libqb/libqb-2.0.3+20210303.404adbc.tar.xz

This file was deleted.

1 change: 1 addition & 0 deletions packages/libq/libqb/libqb-2.0.4+20211112.a2691b9.tar.xz
9 changes: 9 additions & 0 deletions packages/libq/libqb/libqb.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 16 08:42:20 UTC 2021 - Yan Gao <[email protected]>

- 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)

-------------------------------------------------------------------
Thu Oct 07 11:39:16 UTC 2021 - Yan Gao <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion packages/libq/libqb/libqb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
%bcond_without doxygen2man

Name: libqb
Version: 2.0.3+20210303.404adbc
Version: 2.0.4+20211112.a2691b9
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1-or-later
Expand Down

0 comments on commit 1724e9c

Please sign in to comment.