SHA256
1
0
forked from pool/postgresql13

- Add generic mechanism to pin to latest supported LLVM version.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=57
This commit is contained in:
2022-09-23 12:44:57 +00:00
committed by Git OBS Bridge
parent f9502278b0
commit d3bcbd2969
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 22 21:26:36 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Create mechanism to specify the latest supported LLVM version.
Automatically pin to that version if the distribution has a newer
unsupported default version.
-------------------------------------------------------------------
Mon Sep 12 07:52:42 UTC 2022 - Andreas Schwab <schwab@suse.de>