Various packages: Add SLES 16 support
authorDevrim Gunduz <devrim@gunduz.org>
Wed, 8 Oct 2025 15:15:38 +0000 (18:15 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Wed, 8 Oct 2025 15:15:38 +0000 (18:15 +0300)
33 files changed:
rpm/redhat/main/non-common/pldebugger/main/pldebugger.spec
rpm/redhat/main/non-common/pljava/main/pljava.spec
rpm/redhat/main/non-common/pllua/main/pllua.spec
rpm/redhat/main/non-common/plpgsql_check/main/plpgsql_check.spec
rpm/redhat/main/non-common/plprofiler/main/plprofiler.spec
rpm/redhat/main/non-common/plproxy/main/plproxy.spec
rpm/redhat/main/non-common/plr/main/plr.spec
rpm/redhat/main/non-common/plsh/main/plsh.spec
rpm/redhat/main/non-common/plxslt/main/plxslt.spec
rpm/redhat/main/non-common/pointcloud/main/pointcloud.spec
rpm/redhat/main/non-common/postgresql-numeral/main/postgresql-numeral.spec
rpm/redhat/main/non-common/postgresql-odbc/main/postgresql-odbc.spec
rpm/redhat/main/non-common/postgresql-unit/main/postgresql-unit.spec
rpm/redhat/main/non-common/postgresql_anonymizer/main/postgresql_anonymizer.spec
rpm/redhat/main/non-common/postgresql_faker/main/postgresql_faker.spec
rpm/redhat/main/non-common/powa-archivist/main/powa-archivist.spec
rpm/redhat/main/non-common/prefix/main/prefix.spec
rpm/redhat/main/non-common/q3c/main/q3c.spec
rpm/redhat/main/non-common/redis_fdw/main/redis_fdw.spec
rpm/redhat/main/non-common/rum/main/rum.spec
rpm/redhat/main/non-common/safeupdate/main/safeupdate.spec
rpm/redhat/main/non-common/semver/main/semver.spec
rpm/redhat/main/non-common/sequential_uuids/main/sequential_uuids.spec
rpm/redhat/main/non-common/set_user/main/set_user.spec
rpm/redhat/main/non-common/sqlite_fdw/main/sqlite_fdw.spec
rpm/redhat/main/non-common/sslutils/main/sslutils.spec
rpm/redhat/main/non-common/system_stats/main/system_stats.spec
rpm/redhat/main/non-common/tdigest/main/tdigest.spec
rpm/redhat/main/non-common/tds_fdw/main/tds_fdw.spec
rpm/redhat/main/non-common/temporal_tables/main/temporal_tables.spec
rpm/redhat/main/non-common/topn/main/topn.spec
rpm/redhat/main/non-common/wal2json/main/wal2json.spec
rpm/redhat/main/non-common/wal2mongo/main/wal2mongo.spec

index 034bb22a004052ce9c626c49fd3d28fe8281caa9..72bdc22e334c73c84378240bffe627a6b2ab2a8a 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.9
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 Summary:       PL/pgSQL debugger server-side code
 License:       Artistic 2.0
 URL:           https://github.com/EnterpriseDB/%{sname}
@@ -23,13 +23,17 @@ debugging PL/pgSQL functions on PostgreSQL. The pgAdmin project
 %package llvmjit
 Summary:       Just-in-time compilation support for pldebugger
 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
@@ -66,6 +70,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.9-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.9-2PGDG
 - Bump release number (missed in previous commit)
 
index ab64b01f4cc6e413e1aaded5dd01d5c7ebfe9563..e0cfa07ca82e6d4d3cce726bfd0f1ee18a6d0366 100644 (file)
@@ -19,7 +19,7 @@
 Summary:       Java stored procedures, triggers, and functions for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       %{pljavamajver}.%{pljavamidver}.%{pljavaminver}
-Release:       1PGDG%{?dist}
+Release:       2PGDG%{?dist}
 License:       BSD
 URL:           http://tada.github.io/%{sname}/
 
@@ -34,9 +34,20 @@ BuildRequires:       java-devel
 Requires:      java
 %endif
 
-BuildRequires: maven openssl-devel krb5-devel
+BuildRequires: maven krb5-devel
 
-Obsoletes: %{sname}-%{pgmajorversion} < 1.5.6-2
+%if 0%{?suse_version} == 1500
+Requires:      libopenssl1_1
+BuildRequires: libopenssl-1_1-devel
+%endif
+%if 0%{?suse_version} == 1600
+Requires:      libopenssl3
+BuildRequires: libopenssl3-devel
+%endif
+%if 0%{?fedora} >= 41 || 0%{?rhel} >= 8
+Requires:      openssl-libs >= 1.1.1k
+BuildRequires: openssl-devel
+%endif
 
 %description
 PL/Java is a free open-source extension for PostgreSQL™ that allows
@@ -98,6 +109,9 @@ mvn clean install -Dso.debug=true -Psaxon-examples
 %{pginstdir}/share/%{sname}/%{sname}-api-%{version}.jar
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.6.10-2PGDG
+- Add SLES 16 support
+
 * Mon Sep 29 2025 - Devrim Gündüz <devrim@gunduz.org> - 1.6.10-1PGDG
 - Update to 1.6.10 per changes described at:
   https://github.com/tada/pljava/releases/tag/V1_6_10
index 8071a7cf46aea83f72adbe6df4459775b2f5d4e0..8d852f2fe2de81acce694ed816b7a2ddcf428b9c 100644 (file)
@@ -9,7 +9,7 @@
 Summary:       Procedural language interface between PostgreSQL and Lua
 Name:          %{sname}_%{pgmajorversion}
 Version:       %{plluangmajver}.%{plluangmidver}.%{plluangminver}
-Release:       5PGDG%{?dist}
+Release:       6PGDG%{?dist}
 License:       MIT
 Source0:       https://github.com/%{sname}/%{sname}/archive/refs/tags/REL_%{plluangmajver}_%{plluangmidver}_%{plluangminver}.tar.gz
 URL:           https://github.com/%{sname}/%{sname}
@@ -37,19 +37,23 @@ This package includes development libraries for PL/Lua
 
 %if %llvm
 %package llvmjit
-Summary:       Just-in-time compilation support for PL/Lua
+Summary:       Just-in-time compilation support for pllua
 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 package provides JIT support for PL/Lua
+This package provides JIT support for pllua
 %endif
 
 %prep
@@ -98,6 +102,9 @@ LUALIB="-L%{libdir} -l lua" LUAC="%{_bindir}/luac" LUA="%{_bindir}/lua" \
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 2.0.12-6PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.0.12-5PGDG
 - Bump release number (missed in previous commit)
 
index f41e21b285570d59c1c602f9e26607f20dfb5860..0064ef994f5c340f464578b3b756d823925170ed 100644 (file)
@@ -4,13 +4,13 @@
 
 Name:          %{sname}_%{pgmajorversion}
 Version:       2.8.2
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 Summary:       Additional tools for PL/pgSQL functions validation
 License:       BSD
 URL:           https://github.com/okbob/%{sname}
 Source0:       https://github.com/okbob/%{sname}/archive/v%{version}.tar.gz
 
-BuildRequires: postgresql%{pgmajorversion}-devel pgdg-srpm-macros
+BuildRequires: postgresql%{pgmajorversion}-devel
 Requires:      postgresql%{pgmajorversion}
 
 %description
@@ -23,13 +23,17 @@ performance issues.
 %package llvmjit
 Summary:       Just-in-time compilation support for plpgsql_check
 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
@@ -61,6 +65,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} DESTDIR=%{buildroot} install
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 2.8.2-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.8.2-2PGDG
 - Bump release number (missed in previous commit)
 
index f566c442c190e6b617ac5e130f5cf075cdb64c47..807c6d8178d78d07e5efbfb06656cac0133a179c 100644 (file)
@@ -8,7 +8,7 @@
 %global ppmajorver %{plprofilermajver}.%{plprofilermidver}
 
 %global __ospython %{_bindir}/python3
-%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
+%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 || 0%{?suse_version} == 1600
 %{expand: %%global pyver %(echo `%{__python3} -c "import sys; sys.stdout.write(sys.version[:4])"`)}
 %else
 %{expand: %%global pyver %(echo `%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])"`)}
@@ -19,7 +19,7 @@
 
 Name:          %{sname}_%{pgmajorversion}
 Version:       %{ppmajorver}.5
-Release:       3PGDG%{dist}
+Release:       4PGDG%{dist}
 Summary:       PL/pgSQL profiler
 License:       Artistic-1.0, CDDL-1.0
 URL:           https://github.com/bigsql/%{sname}
@@ -33,19 +33,19 @@ PL/pgSQL profiler is an extension and command line tool to generate performance
 profiles of PL/pgSQL code.
 
 %package server
-Provides:              %{name}%{version}-server%{?_isa} = %{version}-%{release}
-Summary:               PostgreSQL server side extension part of the PL/pgSQL profiler
-Requires:              postgresql%{pgmajorversion}-server
+Provides:      %{name}%{version}-server%{?_isa} = %{version}-%{release}
+Summary:       PostgreSQL server side extension part of the PL/pgSQL profiler
+Requires:      postgresql%{pgmajorversion}-server
 BuildRequires: postgresql%{pgmajorversion}-devel
 
 %description server
 PostgreSQL server side extension part of the PL/pgSQL profiler.
 
 %package client
-Provides:              %{name}%{version}-client%{?_isa} = %{version}-%{release}
-Summary:               Command Line Tool for the PL/pgSQL profiler
-Requires:              python3
-Requires:              python3-psycopg2
+Provides:      %{name}%{version}-client%{?_isa} = %{version}-%{release}
+Summary:       Command Line Tool for the PL/pgSQL profiler
+Requires:      python3
+Requires:      python3-psycopg2
 BuildRequires: python3-six >= 1.4
 BuildRequires: python3-psycopg2
 BuildRequires: python3-devel python3-setuptools
@@ -57,13 +57,17 @@ Command Line Tool for the PL/pgSQL profiler
 %package llvmjit
 Summary:       Just-in-time compilation support for plprofiler
 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
@@ -107,6 +111,9 @@ cd ..
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 4.2.5-4PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 4.2.5-3PGDG
 - Bump release number (missed in previous commit)
 
index 9041aa06087f23c1cf3a7d8727241b8d48c6d201..6681b607792603bec817fae90f150fa4944496b8 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       PL/Proxy is database partitioning system implemented as PL language.
 Name:          %{sname}_%{pgmajorversion}
 Version:       2.11.0
-Release:       5PGDG%{?dist}
+Release:       6PGDG%{?dist}
 License:       ISC
 URL:           https://plproxy.github.io
 Source0:       https://github.com/%{sname}/%{sname}/archive/refs/tags/v%{version}.tar.gz
@@ -22,13 +22,17 @@ PL/Proxy is database partitioning system implemented as PL language.
 %package llvmjit
 Summary:       Just-in-time compilation support for plproxy
 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
@@ -60,6 +64,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 2.11.0-6PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.11.0-5PGDG
 - Bump release number (missed in previous commit)
 
index 8adb589ac8f6668cf198d00ba682a6343bacd1f7..0212a71705c41ed2514650c80a1ad62cf1891ee9 100644 (file)
@@ -9,7 +9,7 @@
 Summary:       Procedural language interface between PostgreSQL and R
 Name:          %{sname}_%{pgmajorversion}
 Version:       %{plrmajver}.%{plrmidver}.%{plrminver}
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 License:       GPLv2
 Source0:       https://github.com/postgres-%{sname}/%{sname}/archive/REL%{plrmajver}_%{plrmidver}_%{plrminver}.tar.gz
 URL:           https://github.com/postgres-%{sname}/%{sname}
@@ -22,19 +22,23 @@ statistical computing and graphics".
 
 %if %llvm
 %package llvmjit
-Summary:       Just-in-time compilation support for PL/R
+Summary:       Just-in-time compilation support for plr
 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 PL/R
+This package provides JIT support for plr
 %endif
 
 %prep
@@ -68,6 +72,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} DESTDIR=%{buildroot}/ install
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 8.4.8-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 8.4.8-2PGDG
 - Bump release number (missed in previous commit)
 
index a079ae027fdcab875fa6a9c7d4951d017add8b5b..3730404eb74aff9c082f31be462de823700152ba 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Sh shell procedural language handler for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.20220917
-Release:       8PGDG%{?dist}
+Release:       9PGDG%{?dist}
 License:       BSD
 Source0:       https://github.com/petere/%{sname}/archive/%{version}.tar.gz
 URL:           https://github.com/petere/%{sname}
@@ -22,17 +22,21 @@ allows you to write stored procedures in a shell of your choice.
 %package llvmjit
 Summary:       Just-in-time compilation support for plsh
 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 plsh
+This package provides JIT support for plsh
 %endif
 
 %prep
@@ -67,6 +71,9 @@ PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDIR=%{buildro
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.20220917-9PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.20220917-8PGDG
 - Bump release number (missed in previous commit)
 
index 391c2c7b0e62c1a85bffd5861cd0c769e3441afd..d82c235fbb292a99c4bc2d366c431efcfa9fde98 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          %{sname}_%{pgmajorversion}
 Version:       0.20140221
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 Summary:       PL/XSLT Procedural Language Handler for PostgreSQL
 License:       GPLv2
 URL:           https://github.com/petere/%{sname}
@@ -21,13 +21,17 @@ you to write stored procedures in XSLT.
 %package llvmjit
 Summary:       Just-in-time compilation support for plxslt
 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} DESTDIR=%{buildroot} install
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> 0.20140221-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 0.20140221-2PGDG
 - Bump release number (missed in previous commit)
 
index 0bc1fe5a500c6e67c9662780eaa054c2d7e24191..96198047712919f97845200fc0a98c3e3cecc085 100644 (file)
@@ -6,7 +6,7 @@
 Summary:       A PostgreSQL extension for storing point cloud (LIDAR) data
 Name:          %{sname}_%{pgmajorversion}
 Version:       %{pointcloudmajorversion}.5
-Release:       4PGDG%{?dist}
+Release:       5PGDG%{?dist}
 URL:           https://github.com/pgpointcloud/%{sname}
 Source0:       https://github.com/pgpointcloud/%{sname}/archive/v%{version}.tar.gz
 License:       BSD
@@ -33,17 +33,21 @@ raster) into one common framework : PostGIS.
 %package llvmjit
 Summary:       Just-in-time compilation support for pointcloud
 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 pointcloud
+This package provides JIT support for pointcloud
 %endif
 
 %prep
index d2f061066dee77537b234efef60f95f1ce275f56..3a348b242551c196c091ad9cd7ed92883d4bc14c 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Numeric data types for PostgreSQL that use numerals
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.3
-Release:       4PGDG%{?dist}
+Release:       5PGDG%{?dist}
 License:       BSD
 Source0:       https://github.com/df7cb/%{sname}/archive/refs/tags/v%{version}.tar.gz
 URL:           https://github.com/df7cb//%{sname}
@@ -23,13 +23,17 @@ numerals (words instead of digits) for input and output. Data types:
 %package llvmjit
 Summary:       Just-in-time compilation support for postgresql-numeral
 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
@@ -63,6 +67,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.3-5PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.3-4PGDG
 - Bump release number (missed in previous commit)
 
index 8911a70fe1ac4eb70408fee5ce2a4e212adfa331..54072be35b37c8a45be79e7267203bff6f60e5e4 100644 (file)
@@ -5,7 +5,7 @@
 Name:          postgresql%{pgmajorversion}-odbc
 Summary:       PostgreSQL ODBC driver
 Version:       %{pgodbcmajver}.%{pgodbcmidver}.%{pgodbcminver}
-Release:       1PGDG%{?dist}
+Release:       2PGDG%{?dist}
 License:       LGPLv2
 URL:           https://odbc.postgresql.org/
 
@@ -13,7 +13,7 @@ Source0:      https://github.com/postgresql-interfaces/psqlodbc/archive/refs/tags/REL
 Source1:       acinclude.m4
 
 BuildRequires: autoconf krb5-devel pam-devel automake
-BuildRequires: openssl-devel pam-devel postgresql%{pgmajorversion}-devel
+BuildRequires: pam-devel postgresql%{pgmajorversion}-devel
 BuildRequires: unixODBC-devel
 
 Requires:      postgresql%{pgmajorversion}-libs
@@ -35,6 +35,18 @@ Requires:    zlib
 BuildRequires: zlib-devel
 Requires:      libz1
 %endif
+%if 0%{?suse_version} == 1500
+Requires:      libopenssl1_1
+BuildRequires: libopenssl-1_1-devel
+%endif
+%if 0%{?suse_version} == 1600
+Requires:      libopenssl3
+BuildRequires: libopenssl3-devel
+%endif
+%if 0%{?fedora} >= 41 || 0%{?rhel} >= 8
+Requires:      openssl-libs >= 1.1.1k
+BuildRequires: openssl-devel
+%endif
 
 Provides:      postgresql-odbc%{?_isa} >= 08.00.0100
 
@@ -88,6 +100,9 @@ popd
 %license license.txt
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 17.00.0006-2PGDG
+- Add/improve SLES 16 support
+
 * Thu Jun 12 2025 Devrim Gündüz <devrim@gunduz.org> - 17.00.0006-1PGDG
 - Update to 17.00.0006 per changes described at:
   https://github.com/postgresql-interfaces/psqlodbc/releases/tag/REL-17_00_0006
index c0d03e414671787310b369dc5f3141138a58e02e..1cc53aaa46e40b43597a8b5cb5549d1f9530c5ef 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       SI Units for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       7.10
-Release:       5PGDG%{?dist}
+Release:       6PGDG%{?dist}
 License:       BSD
 Source0:       https://github.com/ChristophBerg/%{sname}/archive/%{version}.tar.gz
 URL:           https://github.com/ChristophBerg/%{sname}
@@ -22,10 +22,14 @@ input and output, and quantities can be converted to arbitrary scale.
 %package llvmjit
 Summary:       Just-in-time compilation support for postgresql-unit
 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
@@ -64,6 +68,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 7.10-6PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 7.10-5PGDG
 - Bump release number (missed in previous commit)
 
index cb5761170751312762daab4eec6ad7ce9fe675d7..1642a907ca699fae362285e732e58adf1abd11f3 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Anonymization & Data Masking for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.3.2
-Release:       4PGDG%{?dist}
+Release:       5PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://gitlab.com/dalibo/%{sname}/-/archive/%{version}/%{sname}-%{version}.tar.gz
 URL:           https://gitlab.com/dalibo/%{sname}
@@ -29,13 +29,17 @@ PostgreSQL database.
 %package llvmjit
 Summary:       Just-in-time compilation support for postgresql_anonymizer
 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
@@ -71,6 +75,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.3.2-5PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.3.2-4PGDG
 - Bump release number (missed in previous commit)
 
index 55170d2a8d9f333d928ece67f994186bfacbe4e9..2348221033e8372695c8019df1ebfa5fdd82c222 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Fake Data Generator for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       0.5.3
-Release:       8PGDG%{?dist}
+Release:       9PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://gitlab.com/dalibo/%{sname}/-/archive/%{version}/%{sname}-%{version}.tar.bz2
 URL:           https://gitlab.com/dalibo/%{sname}
@@ -31,13 +31,17 @@ This extension is simply a wrapper written in pl/python procedural language.
 %package llvmjit
 Summary:       Just-in-time compilation support for postgresql_faker
 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
@@ -71,6 +75,9 @@ PATH=%{pginstdir}/bin:$PATH %{__make} USE_PGXS=1 %{?_smp_mflags} install DESTDIR
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 0.5.3-9PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 0.5.3-8PGDG
 - Bump release number (missed in previous commit)
 
index 9ec743118b2eac8529ff35273101dc046f724bc6..240a247a06970d068e921249b947be78ac1e5fde 100644 (file)
@@ -7,7 +7,7 @@
 %global powaminorversion 3
 
 %global __ospython %{_bindir}/python3
-%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
+%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 || 0%{?suse_version} == 1600
 %{expand: %%global pyver %(echo `%{__ospython} -c "import sys; sys.stdout.write(sys.version[:4])"`)}
 %else
 %{expand: %%global pyver %(echo `%{__ospython} -c "import sys; sys.stdout.write(sys.version[:3])"`)}
@@ -19,7 +19,7 @@
 Summary:       PostgreSQL Workload Analyzer Archivist
 Name:          %{sname}-archivist_%{pgmajorversion}
 Version:       %{powamajorversion}.%{powamidversion}.%{powaminorversion}
-Release:       3PGDG%{?dist}
+Release:       4PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/powa-team/powa-archivist/archive/REL_%{powamajorversion}_%{powamidversion}_%{powaminorversion}.tar.gz
 URL:           https://powa.readthedocs.io/
@@ -40,10 +40,14 @@ monitor and tune your PostgreSQL servers.
 %package llvmjit
 Summary:       Just-in-time compilation support for powa-archivist
 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
@@ -84,6 +88,9 @@ PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDIR=%{buildro
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 5.0.3-4PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 5.0.3-3PGDG
 - Bump release number (missed in previous commit)
 
index f2388330dde25129f44430b4ae6557e1ab065ce0..049b6c5ed7549817206b735ad97b1d3fc4c069b5 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Prefix Range module for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.2.10
-Release:       4PGDG%{?dist}
+Release:       5PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/dimitri/%{sname}/archive/v%{version}.zip
 URL:           https://github.com/dimitri/prefix
@@ -23,13 +23,17 @@ searches.
 %package llvmjit
 Summary:       Just-in-time compilation support for prefix
 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
@@ -65,6 +69,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %make_install DESTDIR=%{buildroot}
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.2.10-5PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.2.10-4PGDG
 - Bump release number (missed in previous commit)
 
index 6d133b95155f57df6ab483844d3d33b7a93b6cab..3217e8a9c088c26d860ae9b365db0f6c8cc474ff 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          %{sname}_%{pgmajorversion}
 Version:       2.0.1
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 Summary:       PostgreSQL extension used for indexing the sky
 License:       GPLv2
 URL:           https://github.com/segasai/%{sname}
@@ -23,13 +23,17 @@ searches on the sky as well as fast cross-matches.
 %package llvmjit
 Summary:       Just-in-time compilation support for q3c
 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
@@ -64,6 +68,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin:$PATH %{__make} DESTDIR=%{buildroot} install
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 2.0.1-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.0.1-2PGDG
 - Bump release number (missed in previous commit)
 
index ba51a38988f9dafb03b9cbd542e5e20300485458..6bb977842f4d9c0087b65f10e323605ad50ba382 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       A PostgreSQL Foreign Data Wrapper for Redis
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.1
-Release:       6PGDG%{?dist}
+Release:       7PGDG%{?dist}
 License:       PostgreSQL
 URL:           https://github.com/nahanni/rw_redis_fdw/
 Source0:       https://github.com/nahanni/rw_redis_fdw/archive/v%{version}.tar.gz
@@ -16,7 +16,7 @@ Requires:     postgresql%{pgmajorversion}-server
 %if 0%{?fedora} && 0%{?rhel} >= 8
 Requires:      libnsl hiredis
 %endif
-%if 0%{?suse_version}
+%if 0%{?suse_version} >= 1500
 Requires:      libnsl2 libhiredis1_1_0
 %endif
 
@@ -32,17 +32,21 @@ list, zset, and pubsub.
 %package llvmjit
 Summary:       Just-in-time compilation support for redis_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 >= 13.0 clang-devel >= 13.0
-Requires:      llvm >= 13.0
+BuildRequires: llvm-devel >= 19.0 clang-devel >= 19.0
+Requires:      llvm >= 19.0
 %endif
 
 %description llvmjit
-This packages provides JIT support for redis_fdw
+This package provides JIT support for redis_fdw
 %endif
 
 %prep
@@ -70,6 +74,9 @@ PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDIR=%{buildro
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.1-7PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.1-6PGDG
 - Bump release number (missed in previous commit)
 
index 0e771ec16b11d9223c8b2dd8378a80ebba421e69..7847dd24a086e95cc09c30d8439e2109add6b2c2 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       RUM access method - inverted index with additional information in posting lists
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.3.14
-Release:       3PGDG%{?dist}
+Release:       4PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/postgrespro/%{sname}/archive/%{version}.tar.gz
 URL:           https://github.com/postgrespro/%{sname}/
@@ -27,13 +27,17 @@ This package includes the development headers for the rum extension.
 %package llvmjit
 Summary:       Just-in-time compilation support for rum
 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
@@ -73,6 +77,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buil
 %{pginstdir}/include/server/rum*.h
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.3.14-4PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.3.14-3PGDG
 - Bump release number (missed in previous commit)
 
index c151ff08b4a8e5d5c7114fac15248c3f6ec23c70..e046a368bbe662b232225c3fa14bf35ee85cdeb3 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       A simple extension to PostgreSQL that requires criteria for UPDATE and DELETE
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.5
-Release:       3PGDG%{?dist}
+Release:       4PGDG%{?dist}
 License:       ISC
 URL:           https://github.com/eradman/pg-safeupdate
 Source0:       https://github.com/eradman/pg-safeupdate/archive/refs/tags/%{version}.tar.gz
@@ -22,13 +22,17 @@ is writable by PostgREST.
 %package llvmjit
 Summary:       Just-in-time compilation support for safeupdate
 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
@@ -57,6 +61,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buil
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.5-4PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.5-3PGDG
 - Bump release number (missed in previous commit)
 
index 629804e2397fa62504c9f39b1f200475c0d56277..ce40e63b65ebc41f5a237c61112c64fa85f5d3d1 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       A semantic version data type for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       0.40.0
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/theory/pg-%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/theory/pg-%{sname}/
@@ -23,13 +23,17 @@ Versioning 2.0.0 Specification.
 %package llvmjit
 Summary:       Just-in-time compilation support for semver
 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
@@ -61,6 +65,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} DESTDIR=%{buildroot} %{?_smp_m
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 0.40.0-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 0.40.0-2PGDG
 - Bump release number (missed in previous commit)
 
index c416cf4230dd3d6f829708e1d9e85d4b55946fee..8b0ca889bd5e45b06c89f5f4def50aca1e5d6bcd 100644 (file)
@@ -6,7 +6,7 @@
 Summary:       Sequential UUID generators for PostgreSQL
 Name:          %{pname}_%{pgmajorversion}
 Version:       1.0.3
-Release:       3PGDG%{?dist}
+Release:       4PGDG%{?dist}
 License:       MIT
 Source0:       https://github.com/tvondra/%{sname}/archive/refs/tags/v%{version}.tar.gz
 URL:           https://github.com/tvondra/%{sname}
@@ -22,13 +22,17 @@ entirely-random UUID.
 %package llvmjit
 Summary:       Just-in-time compilation support for sequential_uuids
 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} DESTDIR=%{buildroot} %{?_smp_m
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.0.3-4PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.0.3-3PGDG
 - Bump release number (missed in previous commit)
 
index 41469d18d9e8ef3686c69178418e59da240ac8cc..f614020f599a81a55ef07868bd048dc4c3720772 100644 (file)
@@ -9,7 +9,7 @@
 Summary:       PostgreSQL extension allowing privilege escalation with enhanced logging and control
 Name:          %{sname}_%{pgmajorversion}
 Version:       %{setusermajver}.%{setusermidver}.%{setuserminver}
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 License:       PostgreSQL
 URL:           https://github.com/pgaudit/%{sname}
 Source0:       https://github.com/pgaudit/%{sname}/archive/refs/tags/REL%{setusermajver}_%{setusermidver}_%{setuserminver}.tar.gz
@@ -26,10 +26,14 @@ superuser or object owner roles in order to perform needed maintenance tasks.
 %package llvmjit
 Summary:       Just-in-time compilation support for set_user
 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
@@ -70,6 +74,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buil
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 4.2.0-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 4.2.0-2PGDG
 - Bump release number (missed in previous commit)
 
index f1457c760a81d3fb2c5af3752f203501f30e2bfa..62600365cf3cbe80fc66b6845b523647a4a4f25f 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       SQLite Foreign Data Wrapper for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       2.5.0
-Release:       3PGDG%{?dist}
+Release:       4PGDG%{?dist}
 License:       PostgreSQL
 URL:           https://github.com/pgspider/%{sname}
 Source0:       https://github.com/pgspider/%{sname}/archive/v%{version}.tar.gz
@@ -27,13 +27,17 @@ This PostgreSQL extension is a Foreign Data Wrapper for SQLite.
 %package llvmjit
 Summary:       Just-in-time compilation support for sqlite_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
@@ -69,6 +73,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 2.5.0-4PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.5.0-3PGDG
 - Bump release number (missed in previous commit)
 
index 43bb6e6de4585ec5d6da50262bba41c056c6ad96..6ace59d81bcd39090fd854beb4d04b0f17ce4f31 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       SSL Utils for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.4
-Release:       3PGDG%{?dist}
+Release:       4PGDG%{?dist}
 License:       PostgreSQL
 URL:           https://github.com/EnterpriseDB/%{sname}
 Source0:       https://github.com/EnterpriseDB/%{sname}/archive/v%{version}.tar.gz
@@ -20,13 +20,17 @@ functions to Postgres.
 %package llvmjit
 Summary:       Just-in-time compilation support for sslutils
 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
@@ -72,6 +76,9 @@ strip %{buildroot}%{pginstdir}/lib/*.so
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.4-4PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.4-3PGDG
 - Bump release number (missed in previous commit)
 
index 40872ac2d7f6f642135df89b24479c8309cc9c3a..e6545e3e567740d804eb8728a5623cd3214a2a09 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       A Postgres extension for exposing system metrics such as CPU, memory and disk information
 Name:          %{sname}_%{pgmajorversion}
 Version:       3.2
-Release:       3PGDG%{dist}
+Release:       4PGDG%{dist}
 License:       PostgreSQL
 URL:           https://github.com/EnterpriseDB/%{sname}
 Source0:       https://github.com/EnterpriseDB/%{sname}/archive/v%{version}.tar.gz
@@ -24,13 +24,17 @@ NULL is returned for affected values.
 %package llvmjit
 Summary:       Just-in-time compilation support for system_stats
 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
@@ -66,6 +70,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %make_install
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 3.2-45PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 3.2-3PGDG
 - Bump release number (missed in previous commit)
 
index e4de4a4e17f4eaf3a68aa4079c7ec974643d3d9b..7fd12c31f821bbc718caeef9d85c55ac62aa095f 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       t-digest implementation for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.4.2
-Release:       3PGDG%{?dist}
+Release:       4PGDG%{?dist}
 License:       BSD
 Source0:       https://github.com/tvondra/%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/tvondra/%{sname}
@@ -23,19 +23,23 @@ the fact that t-digests are much more compact when stored on disk.
 
 %if %llvm
 %package llvmjit
-Summary:       Just-in-time compilation support for tdigest
+Summary:       Just-in-time compilation support for tdiget
 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 tdigest
+This package provides JIT support for tdiget
 %endif
 
 %prep
@@ -66,6 +70,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} install DESTDI
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.4.2-4PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.4.2-3PGDG
 - Bump release number (missed in previous commit)
 
index a9a083451854f2ef5621cefdfd30002088c1fb02..a36b42b0f5d5a35888e6b9fcc124f59def886ae7 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       TDS Foreign Data Wrapper for PostgreSQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       2.0.5
-Release:       2PGDG%{?dist}
+Release:       3PGDG%{?dist}
 License:       PostgreSQL
 Source0:       https://github.com/tds-fdw/%{sname}/archive/v%{version}.zip
 URL:           https://github.com/tds-fdw/%{sname}
@@ -23,13 +23,17 @@ Microsoft SQL server.
 %package llvmjit
 Summary:       Just-in-time compilation support for tds_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
@@ -74,6 +78,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %{__make} DESTDIR=%{buildroot} %{?_smp_m
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 2.5.0-3PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.0.5-2PGDG
 - Bump release number (missed in previous commit)
 
index edf2f3b2504e45441a45adb94d35117763a07f3a..b6a7a5de82330e139c6694bc3ee2a6e8435a8492 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       Temporal tables extension for PostgreQL
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.2.2
-Release:       6PGDG%{dist}
+Release:       7PGDG%{dist}
 Source0:       https://github.com/arkhipov/%{sname}/archive/refs/tags/v%{version}.tar.gz
 URL:           https://github.com/arkhipov/%{sname}
 License:       BSD
@@ -16,13 +16,17 @@ Requires:   postgresql%{pgmajorversion}-server
 %package llvmjit
 Summary:       Just-in-time compilation support for temporal_tables
 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
@@ -64,6 +68,9 @@ PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags} DESTDIR=%{buildroot} inst
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.2.2-7PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.2.2-6PGDG
 - Bump release number (missed in previous commit)
 
index 42cee14affe7b90f262d50b6ccf485bcffdf68ec..a9d166ca8545edac2ceb23273151f6787f505d0a 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       PostgreSQL extension that returns the top values in a database
 Name:          %{sname}_%{pgmajorversion}
 Version:       2.7.0
-Release:       3PGDG%{dist}
+Release:       4PGDG%{dist}
 License:       AGPLv3
 Source0:       https://github.com/citusdata/postgresql-%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/citusdata/postgresql-%{sname}/
@@ -28,13 +28,17 @@ HLL extension, you can think of TopN as its cousin.
 %package llvmjit
 Summary:       Just-in-time compilation support for topn
 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
@@ -68,6 +72,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %make_install
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 2.7.0-4PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 2.7.0-3PGDG
 - Bump release number (missed in previous commit)
 
index 39e5aaead36eef24e92325dc33d42e226a76361b..6ae36020d623533573285f121a48552a39a21088 100644 (file)
@@ -6,15 +6,13 @@
 Summary:       JSON output plugin for changeset extraction
 Name:          %{sname}_%{pgmajorversion}
 Version:       2.6
-Release:       4PGDG%{?dist}
+Release:       5PGDG%{?dist}
 License:       BSD
 Source0:       https://github.com/eulerto/%{sname}/archive/%{sname}_%{wal2json_rel}.tar.gz
 URL:           https://github.com/eulerto/wal2json
 BuildRequires: postgresql%{pgmajorversion}-devel
 Requires:      postgresql%{pgmajorversion}-server
 
-Obsoletes:     %{sname}%{pgmajorversion} < 2.3-3
-
 %description
 wal2json is an output plugin for logical decoding. It means that the
 plugin have access to tuples produced by INSERT and UPDATE. Also,
@@ -31,13 +29,17 @@ schema-qualified, data types, and transaction ids.
 %package llvmjit
 Summary:       Just-in-time compilation support for wal2json
 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
index 0f332b8bf47a5c175a0661bb187cfe95abe73773..011914f6bf211a01d287ad763d80b08e622e3a40 100644 (file)
@@ -5,7 +5,7 @@
 Summary:       PostgreSQL logical decoding output plugin for MongoDB
 Name:          %{sname}_%{pgmajorversion}
 Version:       1.0.7
-Release:       4PGDG%{?dist}
+Release:       5PGDG%{?dist}
 License:       BSD
 Source0:       https://github.com/HighgoSoftware/%{sname}/archive/v%{version}.tar.gz
 URL:           https://github.com/HighgoSoftware/%{sname}
@@ -23,13 +23,17 @@ to a JSON-like format accepted by mongo.
 %package llvmjit
 Summary:       Just-in-time compilation support for wal2mongo
 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
@@ -61,6 +65,9 @@ USE_PGXS=1 PATH=%{pginstdir}/bin/:$PATH %make_install DESTDIR=%{buildroot}
 %endif
 
 %changelog
+* Wed Oct 8 2025 Devrim Gündüz <devrim@gunduz.org> - 1.0.7-5PGDG
+- Add SLES 16 support
+
 * Wed Oct 01 2025 Yogesh Sharma <yogesh.sharma@catprosystems.com> - 1.0.7-4PGDG
 - Bump release number (missed in previous commit)