[libqb] Rebase to v0.17.1

David Vossel dvossel at fedoraproject.org
Wed Aug 27 04:23:25 UTC 2014


commit dc530a98a2791b33aee61489d8266757639dcb3b
Author: David Vossel <dvossel at redhat.com>
Date:   Tue Aug 26 23:22:11 2014 -0500

    Rebase to v0.17.1

 .gitignore             |    1 +
 libqb.spec             |   18 ++-
 sources                |    1 +
 test-timeout-fix.patch |  590 ------------------------------------------------
 4 files changed, 16 insertions(+), 594 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d497e82..b027fbb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /libqb-0.14.4.tar.xz
 /libqb-0.16.0.tar.xz
 /libqb-0.17.0.tar.xz
+/libqb-0.17.1.tar.xz
diff --git a/libqb.spec b/libqb.spec
index 516ee34..3781ae3 100644
--- a/libqb.spec
+++ b/libqb.spec
@@ -1,13 +1,12 @@
 Name:           libqb
-Version:        0.17.0
-Release:        4%{?dist}
+Version:        0.17.1
+Release:        1%{?dist}
 Summary:        An IPC library for high performance servers
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.libqb.org
 Source0:        https://fedorahosted.org/releases/q/u/quarterback/%{name}-%{version}.tar.xz
-Patch0:			test-timeout-fix.patch	
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool doxygen procps check-devel automake
@@ -20,7 +19,6 @@ Initially these are IPC and poll.
 
 %prep
 %setup -q
-%patch0 -p1
 
 # Make sure the timestamps are correct
 find . -exec touch \{\} \;
@@ -70,6 +68,18 @@ developing applications that use %{name}.
 %{_mandir}/man8/qb-blackbox.8.gz
 
 %changelog
+* Tue Aug 26 2014 David Vossel <dvossel at redhat.com> - 0.17.1-1
+Fix: ipcs: Correctly allocate receive buffer size
+Fix: ipc_socket: Signalhandler must be resetted to Default, use only cleanup_sigpipe to return from qb_ipc_dgram_sock_setup.
+Fix: trie: allow modifying the trie map during the notify callback
+Fix: fix invalid option when run 'ipcclient -h'
+Fix: epoll: don't miss poll events under high load
+Fix: ipc_shm: fix error handling in qb_ipcs_shm_connect()
+Fix: ringbuffer: fix size in qb_rb_create_from_file()
+Fix: ringbuffer: fix qb_rb_open_2() debug format string
+Fix: trie: fixes regression caused by ref count refactoring
+Fix: ipcc: Properly timeout during recv when timeout value is provided
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.17.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index bac3b5a..749c280 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 1cada7e7a9bfcb4cda70099db551e614  libqb-0.17.0.tar.xz
+5770b343baa4528f6fec90120ec55048  libqb-0.17.1.tar.xz


More information about the scm-commits mailing list