forked from pool/libqb
Accepting request 924179 from home:yan_gao:branches:network:ha-clustering:Factory
- 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) OBS-URL: https://build.opensuse.org/request/show/924179 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=100
This commit is contained in:
parent
6b6128c698
commit
f210404a21
6
_service
6
_service
@ -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>
|
||||
|
||||
|
@ -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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:386cab8b9968e71fa4638661613ef529277399c767d6d157a1540e530b8ec710
|
||||
size 184348
|
3
libqb-2.0.3+20210303.404adbc.tar.xz
Normal file
3
libqb-2.0.3+20210303.404adbc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71b4effb9e14ccdbf02e71f4f3075236e7a2c2814361efa6e00aff74738fb704
|
||||
size 185612
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 07 11:39:16 UTC 2021 - Yan Gao <ygao@suse.com>
|
||||
|
||||
- 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 <ygao@suse.com>
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user