From 2801a6304ce42c687be2e2309c34e64968fd3607bede065b3e953d7de7cd59f6 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 2 May 2024 07:15:38 +0000 Subject: [PATCH] Accepting request 1171158 from home:aaronpuchert:branches:server:database:postgresql - Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work. OBS-URL: https://build.opensuse.org/request/show/1171158 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=67 --- postgresql14.changes | 5 +++++ postgresql14.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/postgresql14.changes b/postgresql14.changes index 5d345ca..9f333b6 100644 --- a/postgresql14.changes +++ b/postgresql14.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 1 15:24:39 UTC 2024 - Aaron Puchert + +- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work. + ------------------------------------------------------------------- Thu Mar 7 15:04:40 UTC 2024 - Sarah Kriesch diff --git a/postgresql14.spec b/postgresql14.spec index f5a2673..8fe5382 100644 --- a/postgresql14.spec +++ b/postgresql14.spec @@ -20,7 +20,7 @@ %define pgmajor 14 %define buildlibs 0 %define tarversion %{pgversion} -%define latest_supported_llvm_ver 18 +%define latest_supported_llvm_ver 17 ### CUT HERE ### %define pgname postgresql%pgmajor