4 Commits

Author SHA256 Message Date
3616eb0d3a Accepting request 1310914 from network:ha-clustering:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1310914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=38
2025-10-14 16:04:56 +00:00
ad5d8db3a5 - Update to version 2.0.9+20250916.4b496d0:
* ipc: fix clang build on openindiana
  * Solaris port (#504)
  * Skiplist casts from OpenIndiana project (#503)
  * Check returns from setsockopt() calls (#498)
  * Add fdatasync declaration on darwin (#496)
  * doxygen2man: Fix typos and inconsistencies in help text (#497)
  * Make some logs less noisy (#495)
  * doxygen2man: Include libxml/parser.h (#494)
  * tests: Fix shebang on ipc_sock_test (#493)
  * Change assert in ringbuffer to a return code (#492)

OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=114
2025-10-05 09:38:28 +00:00
a849093e5e Accepting request 1128565 from home:yan_gao:branches:network:ha-clustering:Factory
OBS-URL: https://build.opensuse.org/request/show/1128565
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=113
2023-11-24 13:02:39 +00:00
73a702f431 Accepting request 1128535 from home:yan_gao:branches:network:ha-clustering:Factory
- Merge:
  * bsc#1214066-0001-fix-potential-overflow-with-long-log-messages.patch

OBS-URL: https://build.opensuse.org/request/show/1128535
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=112
2023-11-24 11:33:43 +00:00
6 changed files with 23 additions and 8 deletions

View File

@@ -10,8 +10,8 @@
<param name="version">2.0.8</param>
-->
<param name="versionformat">2.0.8+%cd.%h</param>
<param name="revision">v2.0.8</param>
<param name="versionformat">2.0.9+%cd.%h</param>
<param name="revision">v2.0.9</param>
<param name="changesgenerate">enable</param>
</service>

View File

@@ -5,4 +5,4 @@
</service>
<service name="tar_scm">
<param name="url">https://github.com/ClusterLabs/libqb.git</param>
<param name="changesrevision">002171bbcf4bc4728da56c1538afd9e9d814ecaf</param></service></servicedata>
<param name="changesrevision">4b496d066eb8877d2cdee4d589ca16755b503091</param></service></servicedata>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47b877c5f463a1d22ec71a99a2da3d1e913016797d754ef0eee5149d570c964c
size 190924

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Oct 05 09:38:00 UTC 2025 - Peter Varkoly <varkoly@suse.com>
- Update to version 2.0.9+20250916.4b496d0:
* ipc: fix clang build on openindiana
* Solaris port (#504)
* Skiplist casts from OpenIndiana project (#503)
* Check returns from setsockopt() calls (#498)
* Add fdatasync declaration on darwin (#496)
* doxygen2man: Fix typos and inconsistencies in help text (#497)
* Make some logs less noisy (#495)
* doxygen2man: Include libxml/parser.h (#494)
* tests: Fix shebang on ipc_sock_test (#493)
* Change assert in ringbuffer to a return code (#492)
-------------------------------------------------------------------
Mon Jul 24 09:15:39 UTC 2023 - Yan Gao <ygao@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libqb
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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.8+20230721.002171b
Version: 2.0.9+20250916.4b496d0
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1-or-later