From: Devrim Gunduz Date: Tue, 14 Oct 2025 22:28:34 +0000 (+0300) Subject: PostGIS 3.5: Fix SLES 16 support X-Git-Url: http://git.postgresql.org/gitweb/static/%22display.php?a=commitdiff_plain;h=cf956cbc46e98372cd5a7e1e52cff1f2ef835acc;p=pgrpms.git PostGIS 3.5: Fix SLES 16 support --- diff --git a/rpm/redhat/main/non-common/postgis35/main/postgis35.spec b/rpm/redhat/main/non-common/postgis35/main/postgis35.spec index 22fe38707..9cb901f88 100644 --- a/rpm/redhat/main/non-common/postgis35/main/postgis35.spec +++ b/rpm/redhat/main/non-common/postgis35/main/postgis35.spec @@ -47,7 +47,7 @@ Summary: Geographic Information Systems Extensions to PostgreSQL Name: %{sname}%{postgiscurrmajorversion}_%{pgmajorversion} Version: %{postgismajorversion}.3 -Release: 7PGDG%{?dist} +Release: 8PGDG%{?dist} License: GPLv2+ Source0: https://download.osgeo.org/postgis/source/postgis-%{version}.tar.gz Source2: https://download.osgeo.org/postgis/docs/postgis-%{version}-en.pdf @@ -58,7 +58,7 @@ URL: https://www.postgis.net/ BuildRequires: postgresql%{pgmajorversion}-devel geos%{geosmajorversion}-devel >= %{geosfullversion} BuildRequires: libgeotiff%{libgeotiffmajorversion}-devel libxml2 libxslt BuildRequires: pgdg-srpm-macros >= 1.0.50 gmp-devel -%if 0%{?fedora} >= 41 || 0%{?rhel} >= 10 ++%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 || 0%{?suse_version} == 1600 BuildRequires: pcre2-devel Requires: pcre2 %else @@ -380,6 +380,9 @@ fi %endif %changelog +* Wed Oct 15 2025 Devrim Gunduz - 3.5.3-8PGDG +- Fix SLES 16 support + * Tue Oct 7 2025 Devrim Gunduz - 3.5.3-7PGDG - Rebuild against PROJ 9.7 on all platforms except RHEL 8 - Add SLES 16 support