From 07442b93e9d5de9236017aa9c83098b9ac81ab31 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 14:52:35 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- postgresql.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 96cff46..43fa0ea 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -65,7 +65,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 14 Version: %{majorversion}.3 -Release: 4%{?dist} +Release: 5%{?dist} # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -1259,6 +1259,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Mon Jun 13 2022 Python Maint - 14.3-5 +- Rebuilt for Python 3.11 + * Mon Jun 06 2022 Honza Horak - 14.3-4 - Fix compatibility with Perl 5.36 Resolves: #2092426