From 267570640998f7d3a10e5620e7896d9bd1cc1866 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 8 Feb 2021 09:35:37 +0100 Subject: [PATCH] rebuild for libpq ABI fix Related: rhbz#1908268 --- pgaudit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pgaudit.spec b/pgaudit.spec index 228c631..e5652f9 100644 --- a/pgaudit.spec +++ b/pgaudit.spec @@ -1,6 +1,6 @@ Name: pgaudit Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PostgreSQL Audit Extension License: PostgreSQL @@ -55,6 +55,9 @@ trail or audit log. The term audit log is used in this documentation. %changelog +* Mon Feb 08 2021 Pavel Raiskup - 1.5.0-2 +- rebuild for libpq ABI fix rhbz#1908268 + * Fri Feb 5 2020 Honza Horak - 1.5.0-1 - Update to 1.5.0 for PostgreSQL 13 support