Bump soname for async-connect API

Resolves: rhbz#bz2031865
This commit is contained in:
Christine Caulfield 2022-01-19 12:37:02 +00:00
parent debc5f6849
commit 840cb18c61
2 changed files with 20 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 Name: libqb
Version: 2.0.3 Version: 2.0.3
Release: 6%{?dist} Release: 7%{?dist}
Summary: Library providing high performance logging, tracing, ipc, and poll Summary: Library providing high performance logging, tracing, ipc, and poll
License: LGPLv2+ 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 Source0: https://github.com/ClusterLabs/libqb/releases/download/v%{version}/%{name}-%{version}.tar.xz
Patch0: bz2031865-add-async-connect.patch Patch0: bz2031865-add-async-connect.patch
Patch1: bz2031865-bump-version-for-async.patch
BuildRequires: autoconf automake libtool BuildRequires: autoconf automake libtool
BuildRequires: check-devel BuildRequires: check-devel
@ -33,6 +34,7 @@ and polling.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q -n %{name}-%{version}
%patch0 -p1 -b .bz2031865-add-async-connect %patch0 -p1 -b .bz2031865-add-async-connect
%patch1 -p1 -b .bz2031865-bump-version-for-async
%build %build
./autogen.sh ./autogen.sh
@ -105,6 +107,10 @@ This package contains a program to create nicely-formatted man pages from Doxyge
%changelog %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 * Mon Jan 10 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-6
- Fix gating.yaml for RHEL-9 - Fix gating.yaml for RHEL-9
Resolves: rhbz#bz2031865 Resolves: rhbz#bz2031865