Rebased to 0.7.0 (#754610)

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2011-11-17 12:34:46 +11:00
parent 949dacab66
commit 6b8956340f
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 0.7.0-1
- Rebased to 0.7.0 (#754610)
* Thu Sep 1 2011 Angus Salkeld <asalkeld@redhat.com> - 0.6.0-2
- LOG: fix the default syslog filter

View File

@ -1 +1 @@
c8af2ad5b25a5648e66d426d49edf3eb libqb-0.6.0.tar.gz
5f4b15b6bccfaa0ef34710385877d87a libqb-0.7.0.tar.gz