Skip to content

Commit

Permalink
Update libqb to version 2.0.3+20210303.404adbc / rev 30 via SR 924180
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/924180
by user yan_gao + dimstar_suse
- Update to version 2.0.3+20210303.404adbc (v2.0.3):
- syslog: Add a message-id parameter for messages (gh#ClusterLabs/libqb#433)
- timers: Add some locking (gh#ClusterLabs/libqb#436)
- ipcc: Have a few goes at tidying up after a dead server (gh#ClusterLabs/libqb#434)
- strlcpy: Check for maxlen underflow (gh#ClusterLabs/libqb#432)
- doxygen2man: fix printing of lines starting with '.' (gh#ClusterLabs/libqb#431)
- doxygen2man: ignore all-whitespace brief descriptions (gh#ClusterLabs/libqb#430) (forwarded request 924179 from yan_gao)
  • Loading branch information
yan_gao authored and bmwiedemann committed Oct 11, 2021
1 parent 8b3781a commit 55fa6a9
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 8 deletions.
Binary file modified packages/libq/libqb/.files
Binary file not shown.
14 changes: 14 additions & 0 deletions packages/libq/libqb/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,18 @@
- doxygen2man: Add option to read copyright line from the header file (#415) (gh#ClusterLabs/libqb#414) (forwarded request 853520 from yan_gao)</comment>
<requestid>853522</requestid>
</revision>
<revision rev="30" vrev="1">
<srcmd5>56fd2eed37f3696a73fc604f3e8f0b3e</srcmd5>
<version>2.0.3+20210303.404adbc</version>
<time>1633963721</time>
<user>dimstar_suse</user>
<comment>- Update to version 2.0.3+20210303.404adbc (v2.0.3):
- syslog: Add a message-id parameter for messages (gh#ClusterLabs/libqb#433)
- timers: Add some locking (gh#ClusterLabs/libqb#436)
- ipcc: Have a few goes at tidying up after a dead server (gh#ClusterLabs/libqb#434)
- strlcpy: Check for maxlen underflow (gh#ClusterLabs/libqb#432)
- doxygen2man: fix printing of lines starting with '.' (gh#ClusterLabs/libqb#431)
- doxygen2man: ignore all-whitespace brief descriptions (gh#ClusterLabs/libqb#430) (forwarded request 924179 from yan_gao)</comment>
<requestid>924180</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 @@
6393997bfdeb7e470634244113c31eb7
cd90c7ec1db5a340800edb0d7a227342
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.2</param>
<param name="version">2.0.3</param>
-->
<param name="versionformat">2.0.2+%cd.%h</param>
<param name="revision">master</param>
<param name="versionformat">2.0.3+%cd.%h</param>
<param name="revision">v2.0.3</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">def947efcf9cbfa05b10aada8cc32353e0f82052</param>
<param name="changesrevision">404adbcd998ec83643e47d92b3ea8d9c3970e68b</param>
</service>
</servicedata>
1 change: 0 additions & 1 deletion packages/libq/libqb/libqb-2.0.2+20201203.def947e.tar.xz

This file was deleted.

1 change: 1 addition & 0 deletions packages/libq/libqb/libqb-2.0.3+20210303.404adbc.tar.xz
11 changes: 11 additions & 0 deletions packages/libq/libqb/libqb.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 07 11:39:16 UTC 2021 - Yan Gao <[email protected]>

- Update to version 2.0.3+20210303.404adbc (v2.0.3):
- syslog: Add a message-id parameter for messages (gh#ClusterLabs/libqb#433)
- timers: Add some locking (gh#ClusterLabs/libqb#436)
- ipcc: Have a few goes at tidying up after a dead server (gh#ClusterLabs/libqb#434)
- strlcpy: Check for maxlen underflow (gh#ClusterLabs/libqb#432)
- doxygen2man: fix printing of lines starting with '.' (gh#ClusterLabs/libqb#431)
- doxygen2man: ignore all-whitespace brief descriptions (gh#ClusterLabs/libqb#430)

-------------------------------------------------------------------
Fri Dec 04 09:35:51 UTC 2020 - Yan Gao <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions packages/libq/libqb/libqb.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package libqb
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -21,7 +21,7 @@
%bcond_without doxygen2man

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

0 comments on commit 55fa6a9

Please sign in to comment.