import libqb-2.0.3-7.el9

This commit is contained in:
CentOS Sources 2022-03-01 07:10:47 -05:00 committed by Stepan Oksanichenko
parent 41e3893f36
commit d02097634b
2 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2997f51.$.f54075c 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -30,7 +30,7 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
lib_LTLIBRARIES = libqb.la
-libqb_la_LDFLAGS = -version-info 102:0:2
+libqb_la_LDFLAGS = -version-info 103:0:3
source_to_lint = util.c hdb.c ringbuffer.c ringbuffer_helper.c \
array.c loop.c loop_poll.c loop_job.c \

View File

@ -3,7 +3,7 @@
Name: libqb
Version: 2.0.3
Release: 5%{?dist}
Release: 7%{?dist}
Summary: Library providing high performance logging, tracing, ipc, and poll
License: LGPLv2+
@ -11,6 +11,7 @@ URL: https://github.com/ClusterLabs/libqb
Source0: https://github.com/ClusterLabs/libqb/releases/download/v%{version}/%{name}-%{version}.tar.xz
Patch0: bz2031865-add-async-connect.patch
Patch1: bz2031865-bump-version-for-async.patch
BuildRequires: autoconf automake libtool
BuildRequires: check-devel
@ -33,6 +34,7 @@ and polling.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .bz2031865-add-async-connect
%patch1 -p1 -b .bz2031865-bump-version-for-async
%build
./autogen.sh
@ -105,6 +107,14 @@ This package contains a program to create nicely-formatted man pages from Doxyge
%changelog
* Wed Jan 19 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-7
- Bump soname for async-connect API addition
Resolves: rhbz#bz2031865
* Mon Jan 10 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-6
- Fix gating.yaml for RHEL-9
Resolves: rhbz#bz2031865
* Mon Jan 10 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-5
- Add gating.yaml from RHEL
Resolves: rhbz#bz2031865