Accepting request 853520 from home:yan_gao:branches:network:ha-clustering:Factory

- Update to version 2.0.2+20201203.def947e (v2.0.2):
- ipcs : Decrease log level. (#426)
- cov: Quieten some covscan warnings (#427)
- doxygen2man: Fix a couple of covscan-detected errors (#425)
- ipcs: Add missing qb_list_del when freeing server (#423) (gh#ClusterLabs/libqb#422)
- ipc: add qb_ipcc_auth_get() API call (#418)
- doxygen2man: Remove horrible hack (#420) (gh#ClusterLabs/libqb#419)
- doxygen2man: Add support for @code blocks (#417)
- man: Tidy man pages (#416)
- doxygen2man: Add option to read copyright line from the header file (#415) (gh#ClusterLabs/libqb#414)

OBS-URL: https://build.opensuse.org/request/show/853520
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=98
This commit is contained in:
Yan Gao 2020-12-07 08:46:01 +00:00 committed by Git OBS Bridge
parent aa039b4d15
commit 6b6128c698
6 changed files with 21 additions and 7 deletions

View File

@ -8,9 +8,9 @@
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="version">2.0.2</param>
-->
<param name="versionformat">2.0.1+%cd.%h</param>
<param name="versionformat">2.0.2+%cd.%h</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/ClusterLabs/libqb.git</param>
<param name="changesrevision">416caf2b922c85d36f6653771e795261b60da843</param>
<param name="changesrevision">def947efcf9cbfa05b10aada8cc32353e0f82052</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cd75e6511bf2dc809c0a8fd92c8d4a472630f7fc7903b820731550bd5f7903d
size 181204

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:386cab8b9968e71fa4638661613ef529277399c767d6d157a1540e530b8ec710
size 184348

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Dec 04 09:35:51 UTC 2020 - Yan Gao <ygao@suse.com>
- Update to version 2.0.2+20201203.def947e (v2.0.2):
- ipcs : Decrease log level. (#426)
- cov: Quieten some covscan warnings (#427)
- doxygen2man: Fix a couple of covscan-detected errors (#425)
- ipcs: Add missing qb_list_del when freeing server (#423) (gh#ClusterLabs/libqb#422)
- ipc: add qb_ipcc_auth_get() API call (#418)
- doxygen2man: Remove horrible hack (#420) (gh#ClusterLabs/libqb#419)
- doxygen2man: Add support for @code blocks (#417)
- man: Tidy man pages (#416)
- doxygen2man: Add option to read copyright line from the header file (#415) (gh#ClusterLabs/libqb#414)
-------------------------------------------------------------------
Wed Aug 26 10:29:23 UTC 2020 - Yan Gao <ygao@suse.com>

View File

@ -21,7 +21,7 @@
%bcond_without doxygen2man
Name: libqb
Version: 2.0.1+20200729.416caf2
Version: 2.0.2+20201203.def947e
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1-or-later