From d26ea0a1dee9b4cf9423763d7f571a73eb698250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Wed, 21 Aug 2024 05:53:34 +0000 Subject: [PATCH] Fix bad date in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- postgresql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index b8b1132..822904c 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -36,7 +36,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 13 Version: %{majorversion}.12 -Release: 1 +Release: 2 # The PostgreSQL license is very similar to other MIT licenses, but the OSI # recognizes it as an independent license, so we do as well. @@ -1242,6 +1242,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Wed Aug 21 2024 zhangshaoning - 13.12-2 +- Fix bad date in changelog + * Mon Aug 14 2023 Funda Wang - 13.12-1 - New version 13.12 @@ -1278,7 +1281,7 @@ make -C postgresql-setup-%{setup_version} check * Tue Dec 8 2020 wangxiao - 10.5-18 - Fix CVE-2020-25694 CVE-2020-25695 CVE-2020-25696 -* Web Sep 9 2020 yanglongkang - 10.5-17 +* Wed Sep 9 2020 yanglongkang - 10.5-17 - Fix CVE-2020-14349 CVE-2020-14350 * Fri Jun 19 2020 cuibaobao - 10.5-16 -- Gitee