From 152899a7604a44f9d43edbd0206b6db77e14c9c0 Mon Sep 17 00:00:00 2001 From: cunshunxia Date: Thu, 3 Aug 2023 11:54:57 +0000 Subject: [PATCH] Rebuilt for tcl 8.6.13 --- postgresql.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index 4079e4f..95f43fd 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -66,7 +66,7 @@ Summary: PostgreSQL client programs Name: postgresql Version: 15.3 -Release: 1%{?dist} +Release: 2%{?dist} License: PostgreSQL Url: http://www.postgresql.org/ Source0: https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2 @@ -1110,6 +1110,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Thu Aug 03 2023 cunshunxia - 15.3-2 +- Rebuilt for tcl 8.6.13 + * Tue Jul 18 2023 kianli - 15.3-1 - Upgrade to 15.3 -- Gitee