diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..f2c2682 --- /dev/null +++ b/_constraints @@ -0,0 +1,13 @@ + + + + + s390x + + + + 12 + + + + diff --git a/postgresql-12.10.tar.bz2 b/postgresql-12.10.tar.bz2 new file mode 100644 index 0000000..2424e3a --- /dev/null +++ b/postgresql-12.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83dd192e6034951192b9a86dc19cf3717a8b82120e2f11a0a36723c820d2b257 +size 20990621 diff --git a/postgresql-12.10.tar.bz2.sha256 b/postgresql-12.10.tar.bz2.sha256 new file mode 100644 index 0000000..90de7fe --- /dev/null +++ b/postgresql-12.10.tar.bz2.sha256 @@ -0,0 +1 @@ +83dd192e6034951192b9a86dc19cf3717a8b82120e2f11a0a36723c820d2b257 postgresql-12.10.tar.bz2 diff --git a/postgresql-12.9.tar.bz2 b/postgresql-12.9.tar.bz2 deleted file mode 100644 index 9ac4b45..0000000 --- a/postgresql-12.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce -size 20904260 diff --git a/postgresql-12.9.tar.bz2.sha256 b/postgresql-12.9.tar.bz2.sha256 deleted file mode 100644 index d92fdb3..0000000 --- a/postgresql-12.9.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce postgresql-12.9.tar.bz2 diff --git a/postgresql12.changes b/postgresql12.changes index 27f9b8c..a385a97 100644 --- a/postgresql12.changes +++ b/postgresql12.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Apr 13 12:17:48 UTC 2022 - Reinhard Max + +- bsc#1198166: Pin to llvm13 until the next patchlevel update. + +------------------------------------------------------------------- +Tue Feb 8 15:18:19 UTC 2022 - Reinhard Max + +- bsc#1195680: Upgrade to 12.10: + * https://www.postgresql.org/docs/12/release-12-10.html + * Reindexing might be needed after applying this upgrade, so + please read the release notes carefully. +- boo#1190740: Add constraints file with 12GB of memory for s390x + as a workaround + ------------------------------------------------------------------- Thu Nov 25 11:02:15 UTC 2021 - Reinhard Max diff --git a/postgresql12.spec b/postgresql12.spec index 846b4ab..7fa3e04 100644 --- a/postgresql12.spec +++ b/postgresql12.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define pgversion 12.9 +%define pgversion 12.10 %define pgmajor 12 %define pgsuffix %pgmajor %define buildlibs 0 @@ -114,9 +114,9 @@ BuildRequires: libicu-devel BuildRequires: libselinux-devel %endif %if %{with llvm} -BuildRequires: clang +BuildRequires: clang13 BuildRequires: gcc-c++ -BuildRequires: llvm-devel +BuildRequires: llvm13-devel %endif BuildRequires: libxslt-devel BuildRequires: openldap2-devel