diff --git a/SOURCES/bz2031865-bump-version-for-async.patch b/SOURCES/bz2031865-bump-version-for-async.patch new file mode 100644 index 0000000..447630a --- /dev/null +++ b/SOURCES/bz2031865-bump-version-for-async.patch @@ -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 \ diff --git a/SPECS/libqb.spec b/SPECS/libqb.spec index 9465f07..78f8c36 100644 --- a/SPECS/libqb.spec +++ b/SPECS/libqb.spec @@ -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 2.0.3-7 +- Bump soname for async-connect API addition + Resolves: rhbz#bz2031865 + +* Mon Jan 10 2022 Christine Caulfield 2.0.3-6 +- Fix gating.yaml for RHEL-9 + Resolves: rhbz#bz2031865 + * Mon Jan 10 2022 Christine Caulfield 2.0.3-5 - Add gating.yaml from RHEL Resolves: rhbz#bz2031865