forked from pool/libqb
Accepting request 459494 from home:yan_gao:branches:network:ha-clustering:Factory:Test
- [ringbuffer] Return error from peek if RB is corrupted. (bsc#1026176) - build: drop allegedly no longer intrusive syslog-tests opt-in switch - Upstream version cs: afdff97f1af8e1be916816ad8b6d5530fa7c6637 - version: Update version for 1.0.1 release - rb: use new qb_rb_close_helper able to resort to file truncating (bsc#1026176) - rb: make it more robust against trivial IPC API misuses (bsc#1026176) - log_thread: logt_wthread_lock is vital for logging thread (bsc#1026176) - log: Don't overwrite valid tags (bsc#1026176) - ipc_shm: fix superfluous NULL check - log: Add missing z,j, & t types to the logger (bsc#1026176) - log: check for appropriate space when serializing a char (bsc#1026176) - Upstream version cs: 0a329683a76bc6aeb36f20f2bf6b43ba0440c4dc (v1.0.1) OBS-URL: https://build.opensuse.org/request/show/459494 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/libqb?expand=0&rev=73
This commit is contained in:
parent
b0d292f8cb
commit
3684a612fe
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">1.0.0</param>
|
||||
<param name="version">1.0.1</param>
|
||||
-->
|
||||
<param name="versionformat">1.0.0+git%cd.%h</param>
|
||||
<param name="revision">6f2b3e85d0315288ee76869b99369e2b1f2f1b71</param>
|
||||
<param name="versionformat">1.0.1+git%cd.%h</param>
|
||||
<param name="revision">afdff97f1af8e1be916816ad8b6d5530fa7c6637</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbfe430fa1badb9f2cb506c52a6dbcd0b6ea8c624ed42a69785abd3e5e9cdd17
|
||||
size 157163
|
3
libqb-1.0.1+git20170131.afdff97.tar.bz2
Normal file
3
libqb-1.0.1+git20170131.afdff97.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f5ef732b2da3e6ea29305800e55dea6b3c4044dbfc1d6d272407ed8bbc6af14
|
||||
size 171670
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 16:50:39 UTC 2017 - ygao@suse.com
|
||||
|
||||
- [ringbuffer] Return error from peek if RB is corrupted. (bsc#1026176)
|
||||
- build: drop allegedly no longer intrusive syslog-tests opt-in switch
|
||||
- Upstream version cs: afdff97f1af8e1be916816ad8b6d5530fa7c6637
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 20 16:48:52 UTC 2017 - ygao@suse.com
|
||||
|
||||
- version: Update version for 1.0.1 release
|
||||
- rb: use new qb_rb_close_helper able to resort to file truncating (bsc#1026176)
|
||||
- rb: make it more robust against trivial IPC API misuses (bsc#1026176)
|
||||
- log_thread: logt_wthread_lock is vital for logging thread (bsc#1026176)
|
||||
- log: Don't overwrite valid tags (bsc#1026176)
|
||||
- ipc_shm: fix superfluous NULL check
|
||||
- log: Add missing z,j, & t types to the logger (bsc#1026176)
|
||||
- log: check for appropriate space when serializing a char (bsc#1026176)
|
||||
- Upstream version cs: 0a329683a76bc6aeb36f20f2bf6b43ba0440c4dc (v1.0.1)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 15 12:47:35 UTC 2016 - ygao@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libqb
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,10 +17,9 @@
|
||||
|
||||
|
||||
%bcond_without check
|
||||
%bcond_without syslog_tests
|
||||
|
||||
Name: libqb
|
||||
Version: 1.0.0+git20160407.6f2b3e8
|
||||
Version: 1.0.1+git20170131.afdff97
|
||||
Release: 0
|
||||
Summary: An IPC library for high performance servers
|
||||
License: LGPL-2.1+
|
||||
@ -74,8 +73,7 @@ tracing, ipc, and poll.
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --disable-static \
|
||||
%{?with_syslog_tests:--enable-syslog-tests}
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%if 0%{?with_check}
|
||||
|
Loading…
x
Reference in New Issue
Block a user