Rebase to 2.0.5
This commit is contained in:
parent
b12db693f1
commit
48f551bdac
15
libqb.spec
15
libqb.spec
@ -1,17 +1,15 @@
|
||||
%bcond_without check
|
||||
|
||||
Name: libqb
|
||||
Version: 2.0.4
|
||||
Release: 4%{?dist}
|
||||
Version: 2.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing high performance logging, tracing, ipc, and poll
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/ClusterLabs/libqb
|
||||
Source0: https://github.com/ClusterLabs/libqb/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: add-async-connect.patch
|
||||
Patch1: bump-version-for-async.patch
|
||||
Patch2: fix-connect-errno.patch
|
||||
#Patch0: add-async-connect.patch
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: check-devel
|
||||
@ -33,9 +31,7 @@ and polling.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1 -b .add-async-connect
|
||||
%patch1 -p1 -b .bump-version-for-async
|
||||
%patch2 -p1 -b .fix-connect-errno
|
||||
#%patch0 -p1 -b .add-async-connect
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
@ -91,6 +87,9 @@ This package contains a program to create nicely-formatted man pages from Doxyge
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 21 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.5-1
|
||||
- Rebase to version 2.0.5
|
||||
|
||||
* Thu Mar 3 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.4-4
|
||||
- Fix negative errno value returned from qb_ipcc_connect().
|
||||
Introduced with qb_ipcc_async_connect()
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libqb-2.0.4.tar.xz) = a726b9c1828cbef741ba9c50b9588cbd421637a8fac0d8f4381e2bf6d349cb228935e86f4e8cf409656ef789f4f5c0d096914d7a13637ee1f1e607894349d330
|
||||
SHA512 (libqb-2.0.5.tar.xz) = 96ed9bf646c94b0f3155d88f9646dfe495870e22e8c0f70ecd6df298a64627b00ff64017145b943e7288c2996275d02774a89363cc13954372a5dfee3e9f237a
|
||||
|
Loading…
Reference in New Issue
Block a user