[libqb] Update to latest upstream version

Angus Salkeld asalkeld at fedoraproject.org
Tue Jan 22 08:43:21 UTC 2013


commit a817575f3be1c76afd448a4aa61fd8f71d6d3a40
Author: Angus Salkeld <asalkeld at redhat.com>
Date:   Tue Jan 22 19:42:00 2013 +1100

    Update to latest upstream version
    
    Signed-off-by: Angus Salkeld <asalkeld at redhat.com>

 0001-TEST-fix-typo-s-in-check_ipc.c.patch |   35 ----------------------------
 libqb.spec                                |   36 ++++++++++++++++++++++++-----
 2 files changed, 30 insertions(+), 41 deletions(-)
---
diff --git a/libqb.spec b/libqb.spec
index ff57d98..4ccb9f9 100644
--- a/libqb.spec
+++ b/libqb.spec
@@ -1,6 +1,6 @@
 Name:           libqb
-Version:        0.14.3
-Release:        2%{?dist}
+Version:        0.14.4
+Release:        1%{?dist}
 Summary:        An IPC library for high performance servers
 
 Group:          System Environment/Libraries
@@ -9,8 +9,6 @@ URL:            http://www.libqb.org
 Source0:        https://fedorahosted.org/releases/q/u/quarterback/%{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: 0001-TEST-fix-typo-s-in-check_ipc.c.patch
-
 BuildRequires:  libtool doxygen procps check-devel automake
 
 #Requires: <nothing>
@@ -22,8 +20,6 @@ Initially these are IPC and poll.
 %prep
 %setup -q
 
-%patch1 -p1
-
 # work-around for broken epoll in rawhide/f17
 %build
 %configure --disable-static ac_cv_func_epoll_create1=no ac_cv_func_epoll_create=no
@@ -70,6 +66,34 @@ developing applications that use %{name}.
 %{_mandir}/man8/qb-blackbox.8.gz
 
 %changelog
+* Thu Jan 17 2013 Angus Salkeld <asalkeld at redhat.com> - 0.14.4-1
+LOG: prevent the last char of the blackbox message from getting lost.
+Example: make the blackbox example more practical.
+Add the processing which remove notifier at skiplist_destroy function
+Add the processing which remove hash node and notifier at hashtable_destroy function
+Unify to QB_TRUE/QB_FALSE a boolean value
+Document the default prefix in INSTALL
+Unify the list processing with qb_list function
+Add travis link to the readme.
+Fix return code which is an error occurred at pthread function
+TEST: add a progam to compare the speed of vsnprintf and qb_vsnprintf_serialize
+LOG: add a test for a padded hex int.
+Fedora's splint has a strange syntax error, don't fail on it.
+LOG: fix truncation in some messages that get padded.
+Fix the blackbox formatter when specifing the string len/precision
+Fix strlcpy and strlcat functions
+IPC: don't over log on disconnect
+Make sure we don't use the format string whilst it is getting changed.
+ptrie: deref the current node in trie_iter_free()
+LOG: fix the format comparison to avoid generating multiple entries.
+LOG: set the return code when calloc fails
+IPC: call poll if we are mid message and get EAGAIN
+Remove extra ";"
+IPC: set the error more correctly when qb_sys_mmap_file_open() fails.
+Make sure that mmap'ed files smaller than a page size are written to.
+example/test: check for error in qb_ipc_run()
+example: check for error in qb_ipc_run()
+TEST: fix typo s/,/; in check_ipc.c
 
 * Mon Oct 29 2012 Angus Salkeld <asalkeld at redhat.com> - 0.14.3-2
 Fix test code highlighted by new check version


More information about the scm-commits mailing list