import libqb-2.0.6-1.el9

This commit is contained in:
CentOS Sources 2022-09-27 08:18:38 -04:00 committed by Stepan Oksanichenko
parent 8411778e35
commit 0807b144dd
3 changed files with 7 additions and 14 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libqb-2.0.3.tar.xz
SOURCES/libqb-2.0.6.tar.xz

View File

@ -1 +1 @@
4ea996147aba6dc1b57a438341be1359a30b8541 SOURCES/libqb-2.0.3.tar.xz
a2983bcaf2d5d7faf780db9c964a149eeb5715c0 SOURCES/libqb-2.0.6.tar.xz

View File

@ -2,8 +2,8 @@
%bcond_without testsrpm
Name: libqb
Version: 2.0.3
Release: 10%{?dist}
Version: 2.0.6
Release: 1%{?dist}
Summary: Library providing high performance logging, tracing, ipc, and poll
License: LGPLv2+
@ -34,9 +34,6 @@ and polling.
%prep
%setup -q -n %{name}-%{version}
%patch0 -p1 -b .bz2031865-add-async-connect
%patch1 -p1 -b .bz2031865-bump-version-for-async
%patch2 -p1 -b .bz2057527-fix-connect-errno
%build
./autogen.sh
@ -109,14 +106,10 @@ This package contains a program to create nicely-formatted man pages from Doxyge
%changelog
* Fri Mar 4 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-10
- Fix silly typo in spec file
Resolves: rhbz#2057527
* Wed Apr 20 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.6-1
- Rebase to 2.0.6
Resolves: rhbz#2072903
* Fri Mar 4 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-9
- Bump version to try a build for rhel-9.0.0
Resolves: rhbz#2057527
* Thu Mar 3 2022 Christine Caulfield <ccaulfie@redhat.com> 2.0.3-8
- Fix negative errno in qb_ipcc_connect (introduced in 2.0.3-4)
Resolves: rhbz#2057527