Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3616eb0d3a | |||
| ad5d8db3a5 | |||
| a849093e5e | |||
| 73a702f431 |
4
_service
4
_service
@@ -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>
|
||||
|
||||
|
||||
@@ -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.
3
libqb-2.0.9+20250916.4b496d0.tar.xz
Normal file
3
libqb-2.0.9+20250916.4b496d0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47b877c5f463a1d22ec71a99a2da3d1e913016797d754ef0eee5149d570c964c
|
||||
size 190924
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user