diff --git a/_service b/_service index 61f84ea..ff57e0e 100644 --- a/_service +++ b/_service @@ -11,7 +11,7 @@ 0.17.0 --> 0.17.0+git%cd.%h - c6f4fcd778248c41e5b108159d00cf1798a296d4 + e5b8950863b92b314675ba0cbba13f00b8b77c52 diff --git a/libqb-0.17.0+git20140312.c6f4fcd.tar.bz2 b/libqb-0.17.0+git20140312.c6f4fcd.tar.bz2 deleted file mode 100644 index f63bb75..0000000 --- a/libqb-0.17.0+git20140312.c6f4fcd.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19ca89ba348b8eea22ab2a36ad5d83227e8b1f7628a624eed59dd113d8eb45bd -size 128289 diff --git a/libqb-0.17.0+git20140723.e5b8950.tar.bz2 b/libqb-0.17.0+git20140723.e5b8950.tar.bz2 new file mode 100644 index 0000000..ab5786a --- /dev/null +++ b/libqb-0.17.0+git20140723.e5b8950.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf8ca21309f7c6987bb621a60517968ffce0bacb21c655b739224144f1f7409 +size 128532 diff --git a/libqb.changes b/libqb.changes index 796a99f..282b10b 100644 --- a/libqb.changes +++ b/libqb.changes @@ -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 diff --git a/libqb.spec b/libqb.spec index 93fd390..4096048 100644 --- a/libqb.spec +++ b/libqb.spec @@ -17,13 +17,14 @@ Name: libqb -Version: 0.17.0+git20140312.c6f4fcd +Version: 0.17.0+git20140723.e5b8950 Release: 0 Summary: An IPC library for high performance servers License: LGPL-2.1+ Group: System/Libraries Url: https://github.com/ClusterLabs/libqb Source0: %{name}-%{version}.tar.bz2 +Source1: baselibs.conf Patch1: libqb-configure-package-version.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build