[libqb] Rebase to 0.9.0 to get bug fixes

Angus Salkeld asalkeld at fedoraproject.org
Thu Jan 26 22:05:51 UTC 2012


commit b1e84265cd11d2559f8924bf2c0411687dc230cf
Author: Angus Salkeld <asalkeld at redhat.com>
Date:   Fri Jan 27 09:04:52 2012 +1100

    Rebase to 0.9.0 to get bug fixes
    
    Signed-off-by: Angus Salkeld <asalkeld at redhat.com>

 .gitignore                             |    1 +
 0001-UTIL-fix-qb_timespec_add_ms.patch |   31 -------------------------------
 libqb.spec                             |   11 +++++++----
 sources                                |    2 +-
 4 files changed, 9 insertions(+), 36 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5fd3ebf..672538e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /libqb-0.6.0.tar.gz
 /libqb-0.7.0.tar.gz
 /libqb-0.8.1.tar.xz
+/libqb-0.9.0.tar.xz
diff --git a/libqb.spec b/libqb.spec
index 631fa04..f648f29 100644
--- a/libqb.spec
+++ b/libqb.spec
@@ -1,6 +1,6 @@
 Name:           libqb
-Version:        0.8.1
-Release:        2%{?dist}
+Version:        0.9.0
+Release:        1%{?dist}
 Summary:        An IPC library for high performance servers
 
 Group:          System Environment/Libraries
@@ -9,7 +9,7 @@ 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-UTIL-fix-qb_timespec_add_ms.patch
+#Patch1:         
 
 BuildRequires:  libtool doxygen procps check-devel
 
@@ -22,7 +22,7 @@ Initially these are IPC and poll.
 %prep
 %setup -q
 
-%patch1 -p1
+#%patch1 -p1
 
 %build
 %configure --disable-static
@@ -67,6 +67,9 @@ developing applications that use %{name}.
 %{_mandir}/man3/qb*3*
 
 %changelog
+* Fri Jan 27 2012  Angus Salkeld <asalkeld at redhat.com> - 0.9.0-1
+- Rebased to 0.9.0
+
 * Tue Jan 10 2012  Angus Salkeld <asalkeld at redhat.com> - 0.8.1-2
 - fix qb_timespec_add_ms()
 
diff --git a/sources b/sources
index d48bd72..8100772 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8d7941450254b4a96f27c35800c0a56  libqb-0.8.1.tar.xz
+104563dd7c3ae52451663a8539ba1ca3  libqb-0.9.0.tar.xz


More information about the scm-commits mailing list