Accepting request 185559 from network:ha-clustering:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/185559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2013-08-04 18:39:33 +00:00 committed by Git OBS Bridge
commit 27f2a6072d
4 changed files with 36 additions and 11 deletions

View File

@ -7,8 +7,8 @@
To update to a new release, change "revision" to the desired
git commit hash and bump "version" if necessary
-->
<param name="version">0.14.4</param>
<param name="revision">7c6e109046ec772a97a7fe2cdf61f84fc2155b7e</param>
<param name="version">0.16.0</param>
<param name="revision">75f7ed373758b3cb9087e89e4fae17379dd7b483</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Fri Jul 26 01:19:30 UTC 2013 - ygao@suse.com
- Bump version to 0.16.0
- ipc_socket.c: Detect EOF connection on connection STREAM socket
- ipc_socket.c: Handle the unlikely event of an EAGAIN or EINTR during dgram max size detection
- Fixes sem leak
- Fixes less-than-zero comparision of unsigned int
- Fixes double fd close
- Fixes fd leak
- Fixes use ater free in shm disconnect
- Fixes use after free during ipcs client disconnect
- ipcc: Add abilty to verify dgram kernel buffer size meets max msg value
- Upstream version cs: 75f7ed373758b3cb9087e89e4fae17379dd7b483 (v0.16.0)
-------------------------------------------------------------------
Mon Jul 22 07:38:56 UTC 2013 - ygao@suse.com
- ringbuffer: Make max_size of ringbuffer accurate so shm ipc max msg size value is honored
- ipcs: For shm ipc, always retry outstanding notifications when next event is sent
- ipc_socket: In fbsd send() returns ENOBUFS when dgram queue is full, this should be treated similar to EAGAIN
- kqueue: Properly enable kqueue filter in poll loop
- ipcs: Attempt to resend outstanding event notifications during event send
- ipcs: Disconnect shm ipc connection when poll socket returns error on msg receive
- ipcs: Properly disconnect client connection on POLLNVAL or any other error causing connection removal from mainloop.
- Upstream version cs: 39e9ef542dc89893c7c5af4fbd539338266e8031
-------------------------------------------------------------------
Tue Jul 2 12:02:52 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libqb
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products 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,12 +17,12 @@
Name: libqb
Version: 0.14.4
Version: 0.16.0
Release: 0
Summary: An IPC library for high performance servers
License: LGPL-2.1+
Group: System/Libraries
Url: http://www.libqb.org
Url: https://github.com/ClusterLabs/libqb
Source0: %{name}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -31,8 +31,8 @@ BuildRequires: automake
BuildRequires: check-devel
BuildRequires: doxygen
BuildRequires: libtool
BuildRequires: procps
BuildRequires: pkgconfig
BuildRequires: procps
# Need git so build-aux/git-version-gen can extract the version number and
# commit hash during autogen run (not used currently)
#BuildRequires: git
@ -44,7 +44,6 @@ tracing, ipc, and poll.
%package -n libqb0
Summary: An IPC library for high performance servers
License: LGPL-2.1+
Group: System/Libraries
Provides: %{name} = %{version}
@ -55,7 +54,6 @@ tracing, ipc, and poll.
%package devel
Summary: Development files for %{name}
License: LGPL-2.1+
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
@ -69,7 +67,7 @@ tracing, ipc, and poll.
%setup -q -n %{name}
%build
#./autogen.sh
./autogen.sh
%configure --disable-static
make %{?_smp_mflags}

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1493db31821e43cbeb6a2d0c2dcb39401230a10e7cd0a0b2ea8c7e9b393f16db
size 468835
oid sha256:d5b677f36efc40008a3f811654438184e279eb6a231078f5af9d68940960ef2f
size 471525