bgw_replstatus, count_distinct, dbt2-extensions, firebird_fdw, hll, icu_ext, jdbc_fdw...
authorDevrim Gunduz <devrim@gunduz.org>
Sun, 5 Oct 2025 21:12:53 +0000 (00:12 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Sun, 5 Oct 2025 21:12:53 +0000 (00:12 +0300)
12 files changed:
rpm/redhat/main/non-common/citus/main/citus.spec
rpm/redhat/main/non-common/count_distinct/main/count_distinct.spec
rpm/redhat/main/non-common/credcheck/main/credcheck.spec
rpm/redhat/main/non-common/dbt2-extensions/main/dbt2-extensions.spec
rpm/redhat/main/non-common/extra_window_functions/main/extra_window_functions.spec
rpm/redhat/main/non-common/firebird_fdw/main/firebird_fdw.spec
rpm/redhat/main/non-common/hdfs_fdw/main/hdfs_fdw.spec
rpm/redhat/main/non-common/hll/main/hll.spec
rpm/redhat/main/non-common/hypopg/main/hypopg.spec
rpm/redhat/main/non-common/icu_ext/main/icu_ext.spec
rpm/redhat/main/non-common/ip4r/main/ip4r.spec
rpm/redhat/main/non-common/jdbc_fdw/main/jdbc_fdw.spec

index 52638cf1ab073f5d5dd70edc275bbbb53c98560b..af4ebed3d5832b3163c9071e9b00cbe54dcfb6e2 100644 (file)
@@ -6,7 +6,7 @@
 Summary:       PostgreSQL extension that transforms Postgres into a distributed database
 Name:          %{sname}_%{pgmajorversion}
 Version:       13.2.0
-Release:       2PGDG%{dist}
+Release:       3PGDG%{dist}
 License:       AGPLv3
 URL:           https://github.com/citusdata/%{sname}
 Source0:       https://github.com/citusdata/%{sname}/archive/v%{version}.tar.gz
@@ -55,13 +55,17 @@ This package includes development libraries for Citus.
 %package llvmjit
 Summary:       Just-in-time compilation support for citus
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
@@ -115,6 +119,9 @@ make %{?_smp_mflags}
 %endif
 
 %changelog
+* Sun Oct 5 2025 Devrim Gunduz <devrim@gunduz.org> - 13.2.0-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 13.2.0-2PGDG
 - Bump release number (missed in previous commit)
 
index 9715b82ed16017c55673e67c5692bbc47e2ab8da..d6fa15a43fe7defc1d1231ba5354435ef9750c20 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       A hash-table based alternative to COUNT(DISTINCT ...) aggregate in PostgreSQL.
 Name:          %{sname}_%{pgmajorversion}
 Version:       3.0.2
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 License:       BSD
 Source0:       http://api.pgxn.org/dist/%{sname}/%{version}/%{sname}-%{version}.zip
 URL:           https://github.com/tvondra/%{sname}
@@ -22,17 +22,21 @@ amounts of data often ends in sorting and poor performance.
 %package llvmjit
 Summary:       Just-in-time compilation support for count_distinct
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
-This packages provides JIT support for count_distinct
+This package provides JIT support for count_distinct
 %endif
 
 %prep
@@ -61,6 +65,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} DESTDIR=%{buildroot} %{?_smp_m
 %endif
 
 %changelog
+* Sun Oct 5 2025 Devrim Gunduz <devrim@gunduz.org> - 3.0.2-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 3.0.2-2PGDG
 - Bump release number (missed in previous commit)
 
index c2c528a2888aebdb682f19a3ebdecb42a16c1e63..5531d599ce82c949d25abb0928ef71f3c6d153ef 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          %{sname}_%{pgmajorversion}
 Version:       3.0
-Release:       3PGDG%{?dist}
+Release:       4PGDG%{?dist}
 Summary:       PostgreSQL username/password checks
 License:       PostgreSQL
 URL:           https://github.com/MigOpsRepos/%{sname}
@@ -26,17 +26,21 @@ check_password_hook hook.
 %package llvmjit
 Summary:       Just-in-time compilation support for credcheck
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
-This packages provides JIT support for credcheck
+This package provides JIT support for credcheck
 %endif
 
 %prep
@@ -62,6 +66,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} install DESTDIR
 %endif
 
 %changelog
+* Sun Oct 5 2025 Devrim Gunduz <devrim@gunduz.org> - 3.0-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 3.0-3PGDG
 - Bump release number (missed in previous commit)
 
index dc7295743f06b16c1616afca05e561c77682ea4e..33b88b6f4b914727b71d4c0101198f2a9ea9faff 100644 (file)
@@ -7,7 +7,7 @@
 Summary:       Database Test 2 Differences from the TPC-C - Extensions
 Name:          %{sname}-pg%{pgmajorversion}-extensions
 Version:       0.61.7
-Release:       2PGDG%{dist}
+Release:       3PGDG%{dist}
 License:       GPLv2+
 Source0:       https://github.com/osdldbt/%{sname}/archive/refs/tags/v%{version}.tar.gz
 URL:           https://github.com/osdldbt/%{sname}/
@@ -21,8 +21,10 @@ BuildRequires:       libpq5-devel openssl-devel curl-devel
 
 %if 0%{?suse_version} >= 1500
 BuildRequires: libexpat-devel
+Requires:      libexpat1
 %else
-Requires:      expat-devel
+BuildRequires: expat-devel
+Requires:      expat
 %endif
 
 %description
@@ -37,13 +39,17 @@ The database management systems that are currently supported are:
 %package llvmjit
 Summary:       Just-in-time compilation support for dbt2-extensions
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
@@ -121,6 +127,9 @@ popd
 %endif
 
 %changelog
+* Sun Oct 5 2025 Devrim Gunduz <devrim@gunduz.org> - 0.61.7-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 0.61.7-2PGDG
 - Bump release number (missed in previous commit)
 
index 3538c86968ce88ad83d3fdbac8e7f452c1e75a43..a40f00a9eea024d66cf56875d149f7f5c32a7773 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Extra Window Functions for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.0
-Release:       7PGDG%{dist}
+Release:       8PGDG%{dist}
 License:       PostgreSQL
 URL:           https://github.com/xocolatl/%{sname}
 Source0:       https://github.com/xocolatl/%{sname}/archive/v%{version}.tar.gz
@@ -22,13 +22,17 @@ useful to someone.
 %package llvmjit
 Summary:       Just-in-time compilation support for extra_window_functions
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
@@ -62,6 +66,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %make_install
 %endif
 
 %changelog
+* Sun Oct 5 2025 Devrim Gunduz <devrim@gunduz.org> - 1.0-8PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.0-7PGDG
 - Bump release number (missed in previous commit)
 
index e0d4666f5321ef1bbd866786468eae5a650281b8..3e639808d021f453a494cf6c8e5fb2cf2bec5a33 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       A PostgreSQL foreign data wrapper (FDW) for Firebird
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.4.1
-Release:       2PGDG%{dist}
+Release:       3PGDG%{dist}
 Source0:       https://github.com/ibarwick/%{sname}/archive/refs/tags/%{version}.tar.gz
 URL:           https://github.com/ibarwick/%{sname}
 License:       PostgreSQL
@@ -17,10 +17,14 @@ Requires:   postgresql%{pgmajorversion}-server
 %package llvmjit
 Summary:       Just-in-time compilation support for firebird_fdw
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
 BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
 Requires:      llvm >= 19.0
@@ -62,6 +66,9 @@ USE_PGXS=1 %{__make} %{?_smp_mflags} DESTDIR=%{buildroot} install
 %endif
 
 %changelog
+* Sun Oct 5 2025 Devrim Gunduz <devrim@gunduz.org> - 1.4.1-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.4.1-2PGDG
 - Bump release number (missed in previous commit)
 
index 82813cd0db6bfe66f3644396c1695fbc9e966162..df164ef42c916b08b4636ecb103a8520af8b1019 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       PostgreSQL Foreign Data Wrapper (FDW) for the hdfs
 Name:          %{sname}_%{pgmajorversion}
 Version:       2.3.3
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 License:       BSD
 Source0:       https://github.com/EnterpriseDB/%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/EnterpriseDB/%{sname}
@@ -23,10 +23,14 @@ the hdfs.
 %package llvmjit
 Summary:       Just-in-time compilation support for hdfs_fdw
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
 BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
 Requires:      llvm >= 19.0
@@ -100,6 +104,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install INSTAL
 %endif
 
 %changelog
+* Sun Oct 5 2025 Devrim Gunduz <devrim@gunduz.org> - 2.3.3-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.3.3-2PGDG
 - Bump release number (missed in previous commit)
 
index b3f23defd990d6cd2f07d10dc0e12a89350e1cf0..292ddd3ecb9d825b0a084def2f7fa577036f75f9 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       PostgreSQL extension adding HyperLogLog data structures as a native data type
 Name:          %{sname}_%{pgmajorversion}
 Version:       2.18
-Release:       4PGDG%{dist}
+Release:       5PGDG%{dist}
 License:       Apache
 Source0:       https://github.com/citusdata/postgresql-%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/citusdata/postgresql-%{sname}/
@@ -25,19 +25,24 @@ distinct values with only a few percent error.
 %package llvmjit
 Summary:       Just-in-time compilation support for hll
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
-This packages provides JIT support for hll
+This package provides JIT support for hll
 %endif
 
+
 %prep
 %setup -q -n postgresql-%{sname}-%{version}
 
@@ -65,6 +70,9 @@ PG_CONFIG=%{pginstdir}/bin/pg_config %make_install
 %endif
 
 %changelog
+* Sun Oct 5 2025 Devrim Gunduz <devrim@gunduz.org> - 2.18-5PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.18-4PGDG
 - Bump release number (missed in previous commit)
 
index 04260805275d20db86063f7b6075f084978e9265..484c260f2d5d978881b56623b5d5d61c35fa3852 100644 (file)
@@ -5,11 +5,11 @@
 Summary:       Hypothetical Indexes support for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.4.2
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/HypoPG/hypopg/archive/%{version}.tar.gz
 URL:           https://github.com/HypoPG/%{sname}
-BuildRequires: postgresql%{pgmajorversion}-devel pgdg-srpm-macros
+BuildRequires: postgresql%{pgmajorversion}-devel
 Requires:      postgresql%{pgmajorversion}-server postgresql%{pgmajorversion}-libs
 
 %description
@@ -25,13 +25,17 @@ to spend resources to create them.
 %package llvmjit
 Summary:       Just-in-time compilation support for hypopg
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
@@ -67,6 +71,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buil
 %endif
 
 %changelog
+* Mon Oct 6 2025 Devrim Gunduz <devrim@gunduz.org> - 1.4.2-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.4.2-2PGDG
 - Bump release number (missed in previous commit)
 
index afa07e2665bde5f084b6745088f4e1b80289d6ac..99617f312428cca5db2a3a846b4f56b8bd7e3b69 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.10.0
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 Summary:       PostgreSQL extension to expose functionality from ICU to PostgreSQL applications
 License:       PostgreSQL
 URL:           https://github.com/dverite/%{sname}
@@ -21,13 +21,17 @@ PostgreSQL applications.
 %package llvmjit
 Summary:       Just-in-time compilation support for icu_ext
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
@@ -59,6 +63,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} DESTDIR=%{buildroot} install
 %endif
 
 %changelog
+* Mon Oct 6 2025 Devrim Gunduz <devrim@gunduz.org> - 1.10.0-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.10.0-2PGDG
 - Bump release number (missed in previous commit)
 
index 89f23c4cfc40aabcb4bd92ba8361e936ceb8c1ab..2d136bb8cf3df82b8f9dab3dbc8eb98dfc3f8b63 100644 (file)
@@ -5,7 +5,7 @@
 Name:          %{sname}_%{pgmajorversion}
 Summary:       IPv4/v6 and IPv4/v6 range index type for PostgreSQL
 Version:       2.4.2
-Release:       4PGDG%{?dist}
+Release:       5PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/RhodiumToad/%{sname}/archive/%{version}.tar.gz
 URL:           https://github.com/RhodiumToad/ip4r
@@ -21,21 +21,25 @@ ip6r, ipaddress and iprange are types that contain a single IPv4/IPv6 address
 and a range of IPv4/IPv6 addresses respectively. They can be used as a more
 flexible, indexable version of the cidr type.
 
-%if %llvm
+~%if %llvm
 %package llvmjit
 Summary:       Just-in-time compilation support for ip4r
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
-This packages provides JIT support for ip4r
+This package provides JIT support for ip4r
 %endif
 
 %prep
@@ -63,6 +67,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI
 %endif
 
 %changelog
+* Mon Oct 6 2025 Devrim Gunduz <devrim@gunduz.org> - 2.4.2-5PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.4.2-4PGDG
 - Bump release number (missed in previous commit)
 
index c9f9ce0a33bb9e3ecc88bea7b1fc4f3c98409a74..4f30024eab113aad3441f4b12871564d35d401f2 100644 (file)
@@ -4,7 +4,7 @@
 Summary:       JDBC Foreign Data Wrapper for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       0.5.0
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 License:       PostgreSQL
 URL:           https://github.com/pgspider/%{sname}
 Source0:       https://github.com/pgspider/%{sname}/archive/v%{version}.tar.gz
@@ -25,13 +25,17 @@ any Java DataBase Connectivity (JDBC) data source.
 %package llvmjit
 Summary:       Just-in-time compilation support for jdbc_fdw
 Requires:      %{name}%{?_isa} = %{version}-%{release}
-%if 0%{?suse_version} >= 1500
+%if 0%{?suse_version} == 1500
 BuildRequires: llvm17-devel clang17-devel
 Requires:      llvm17
 %endif
+%if 0%{?suse_version} == 1600
+BuildRequires: llvm19-devel clang19-devel
+Requires:      llvm19
+%endif
 %if 0%{?fedora} || 0%{?rhel} >= 8
-BuildRequires: llvm-devel >= 17.0 clang-devel >= 17.0
-Requires:      llvm >= 17.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
@@ -75,6 +79,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI
 %endif
 
 %changelog
+* Mon Oct 6 2025 Devrim Gunduz <devrim@gunduz.org> - 0.5.0-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 0.5.0-2PGDG
 - Bump release number (missed in previous commit)