[libqb] Rebased to 0.7.0 (#754610)

Angus Salkeld asalkeld at fedoraproject.org
Thu Nov 17 01:34:53 UTC 2011


commit 6b8956340fe2242df4a3312b585440784bac20e5
Author: Angus Salkeld <asalkeld at redhat.com>
Date:   Thu Nov 17 12:34:46 2011 +1100

    Rebased to 0.7.0 (#754610)
    
    Signed-off-by: Angus Salkeld <asalkeld at redhat.com>

 .gitignore |    1 +
 libqb.spec |   11 +++++------
 sources    |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c6c349..8911086 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /libqb-0.5.0.tar.gz
 /libqb-0.5.1.tar.gz
 /libqb-0.6.0.tar.gz
+/libqb-0.7.0.tar.gz
diff --git a/libqb.spec b/libqb.spec
index 6453c46..90277c3 100644
--- a/libqb.spec
+++ b/libqb.spec
@@ -1,6 +1,6 @@
 Name:           libqb
-Version:        0.6.0
-Release:        2%{?dist}
+Version:        0.7.0
+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.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1:         0001-LOG-fix-the-default-syslog-filter.patch
-
 BuildRequires:  libtool doxygen procps check-devel
 
 #Requires: <nothing>
@@ -22,8 +20,6 @@ Initially these are IPC and poll.
 %prep
 %setup -q
 
-%patch1 -p1
-
 %build
 %configure --disable-static
 make %{?_smp_mflags}
@@ -67,6 +63,9 @@ developing applications that use %{name}.
 %{_mandir}/man3/qb*3*
 
 %changelog
+* Wed Nov 17 2011 Angus Salkeld <asalkeld at redhat.com> - 0.7.0-1
+- Rebased to 0.7.0 (#754610)
+
 * Thu Sep 1 2011 Angus Salkeld <asalkeld at redhat.com> - 0.6.0-2
 - LOG: fix the default syslog filter
 
diff --git a/sources b/sources
index 90eaee5..1139f53 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8af2ad5b25a5648e66d426d49edf3eb  libqb-0.6.0.tar.gz
+5f4b15b6bccfaa0ef34710385877d87a  libqb-0.7.0.tar.gz


More information about the scm-commits mailing list