From 55b49e46dbead9334a0adfb89dd784252b6a1151 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 27 2022 12:18:38 +0000 Subject: import libqb-2.0.6-1.el9 --- diff --git a/.gitignore b/.gitignore index 5d328b6..cd463ed 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libqb-2.0.3.tar.xz +SOURCES/libqb-2.0.6.tar.xz diff --git a/.libqb.metadata b/.libqb.metadata index 2a6ff3f..97943d3 100644 --- a/.libqb.metadata +++ b/.libqb.metadata @@ -1 +1 @@ -4ea996147aba6dc1b57a438341be1359a30b8541 SOURCES/libqb-2.0.3.tar.xz +a2983bcaf2d5d7faf780db9c964a149eeb5715c0 SOURCES/libqb-2.0.6.tar.xz diff --git a/SPECS/libqb.spec b/SPECS/libqb.spec index 3df727e..d5aab2f 100644 --- a/SPECS/libqb.spec +++ b/SPECS/libqb.spec @@ -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 2.0.3-10 -- Fix silly typo in spec file - Resolves: rhbz#2057527 +* Wed Apr 20 2022 Christine Caulfield 2.0.6-1 +- Rebase to 2.0.6 + Resolves: rhbz#2072903 -* Fri Mar 4 2022 Christine Caulfield 2.0.3-9 -- Bump version to try a build for rhel-9.0.0 - Resolves: rhbz#2057527 - * Thu Mar 3 2022 Christine Caulfield 2.0.3-8 - Fix negative errno in qb_ipcc_connect (introduced in 2.0.3-4) Resolves: rhbz#2057527