From 8b2a0b66d32a640449e52eb4a8e4aab130f42d0f Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Tue, 8 Jun 2021 11:09:02 +0200 Subject: [PATCH] Fix date in changelog and add BZ ref --- postgresql.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postgresql.spec b/postgresql.spec index f0cbb86..9435ffa 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -1212,6 +1212,7 @@ make -C postgresql-setup-%{setup_version} check %changelog * Fri Jun 04 2021 Honza Horak - 13.3-3 - Build with a private libpq + Resolves: #1905584 * Fri Jun 04 2021 Python Maint - 13.3-2 - Rebuilt for Python 3.10 @@ -1237,7 +1238,7 @@ make -C postgresql-setup-%{setup_version} check * Tue Apr 20 2021 Honza Horak - 13.2-5 - Add macro for llvmjit settings -* Wed Feb 17 2021 Honza Horak - 13.2-4 +* Wed Mar 17 2021 Honza Horak - 13.2-4 - Remove plpython2 entirely, same as upstream did Resolves: #1913681 - Disable llvmjit in order to build at all