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-14.1.tar.bz2 b/postgresql-14.1.tar.bz2
deleted file mode 100644
index 488711d..0000000
--- a/postgresql-14.1.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f
-size 21887101
diff --git a/postgresql-14.1.tar.bz2.sha256 b/postgresql-14.1.tar.bz2.sha256
deleted file mode 100644
index d985be5..0000000
--- a/postgresql-14.1.tar.bz2.sha256
+++ /dev/null
@@ -1 +0,0 @@
-4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f postgresql-14.1.tar.bz2
diff --git a/postgresql-14.2.tar.bz2 b/postgresql-14.2.tar.bz2
new file mode 100644
index 0000000..5783965
--- /dev/null
+++ b/postgresql-14.2.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a
+size 21964841
diff --git a/postgresql-14.2.tar.bz2.sha256 b/postgresql-14.2.tar.bz2.sha256
new file mode 100644
index 0000000..5a3678e
--- /dev/null
+++ b/postgresql-14.2.tar.bz2.sha256
@@ -0,0 +1 @@
+2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a postgresql-14.2.tar.bz2
diff --git a/postgresql14.changes b/postgresql14.changes
index 31eb5ab..b1323a1 100644
--- a/postgresql14.changes
+++ b/postgresql14.changes
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Wed Apr 13 12:17:48 UTC 2022 - Reinhard Max
+
+- bsc#1198166: Pin to llvm13 until the next patchlevel update.
+
+-------------------------------------------------------------------
+Tue Feb 8 14:01:56 UTC 2022 - Reinhard Max
+
+- bsc#1195680: Upgrade to 14.2:
+ * https://www.postgresql.org/docs/14/release-14-2.html
+ * Reindexing might be needed after applying this upgrade, so
+ please read the release notes carefully.
+
+-------------------------------------------------------------------
+Sat Dec 11 17:27:53 UTC 2021 - Sarah Kriesch
+
+- 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/postgresql14.spec b/postgresql14.spec
index d982c77..56cded3 100644
--- a/postgresql14.spec
+++ b/postgresql14.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 14.1
+%define pgversion 14.2
%define pgmajor 14
%define pgsuffix %pgmajor
%define buildlibs 1
@@ -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