forked from pool/libqb
Accepting request 244780 from network:ha-clustering:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/244780 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqb?expand=0&rev=12
This commit is contained in:
commit
3f76ac59db
2
_service
2
_service
@ -11,7 +11,7 @@
|
|||||||
<param name="version">0.17.0</param>
|
<param name="version">0.17.0</param>
|
||||||
-->
|
-->
|
||||||
<param name="versionformat">0.17.0+git%cd.%h</param>
|
<param name="versionformat">0.17.0+git%cd.%h</param>
|
||||||
<param name="revision">c6f4fcd778248c41e5b108159d00cf1798a296d4</param>
|
<param name="revision">e5b8950863b92b314675ba0cbba13f00b8b77c52</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19ca89ba348b8eea22ab2a36ad5d83227e8b1f7628a624eed59dd113d8eb45bd
|
|
||||||
size 128289
|
|
3
libqb-0.17.0+git20140723.e5b8950.tar.bz2
Normal file
3
libqb-0.17.0+git20140723.e5b8950.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ccf8ca21309f7c6987bb621a60517968ffce0bacb21c655b739224144f1f7409
|
||||||
|
size 128532
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 28 05:57:43 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
- log: return filter type enum to preserve abi compatibilty with corosync
|
||||||
|
- Upstream version cs: e5b8950863b92b314675ba0cbba13f00b8b77c52
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 1 09:08:05 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
- epoll: don't miss poll events under high load
|
||||||
|
- ipc_shm: fix error handling in qb_ipcs_shm_connect()
|
||||||
|
- ringbuffer: fix size in qb_rb_create_from_file()
|
||||||
|
- trie: cleanup ref count logic in trie_notify_del
|
||||||
|
- ipcs: Cleanup unnecessary reference counting
|
||||||
|
- Upstream version cs: b103e1ae61f6fc288cfb228344f24508adaaba9a
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 21 06:36:02 UTC 2014 - ygao@suse.com
|
Fri Mar 21 06:36:02 UTC 2014 - ygao@suse.com
|
||||||
|
|
||||||
|
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libqb
|
Name: libqb
|
||||||
Version: 0.17.0+git20140312.c6f4fcd
|
Version: 0.17.0+git20140723.e5b8950
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An IPC library for high performance servers
|
Summary: An IPC library for high performance servers
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: https://github.com/ClusterLabs/libqb
|
Url: https://github.com/ClusterLabs/libqb
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
Source1: baselibs.conf
|
||||||
Patch1: libqb-configure-package-version.patch
|
Patch1: libqb-configure-package-version.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user