From 290d36f9d84f8787578787b9a0cd2bbcdca6fb88 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 19:59:38 +0200 Subject: [PATCH] Rebuilt for Python 3.14 --- postgresql16.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/postgresql16.spec b/postgresql16.spec index 6806c23..0633743 100644 --- a/postgresql16.spec +++ b/postgresql16.spec @@ -48,7 +48,7 @@ Summary: PostgreSQL client programs Name: %{majorname}%{majorversion} Version: %{majorversion}.9 -Release: 1%{?dist} +Release: 2%{?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. @@ -1334,6 +1334,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Mon Jun 02 2025 Python Maint - 16.9-2 +- Rebuilt for Python 3.14 + * Wed May 21 2025 Packit - 16.9-1 - Update to version 16.9 - Resolves: rhbz#2365100