From: Devrim Gunduz Date: Tue, 26 Aug 2025 10:06:06 +0000 (+0300) Subject: gdal38: Rebuild against PROJ 9.6 and GeOS 3.14. Also use Python 3.12 on RHEL 8 to... X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7f4e83f7e4845bd0e6a70f57a32de0b60beb8d0f;p=pgrpms.git gdal38: Rebuild against PROJ 9.6 and GeOS 3.14. Also use Python 3.12 on RHEL 8 to match Patroni and other packages. --- diff --git a/rpm/redhat/main/common/gdal38/main/gdal38.spec b/rpm/redhat/main/common/gdal38/main/gdal38.spec index e9582236f..29dfa5a51 100644 --- a/rpm/redhat/main/common/gdal38/main/gdal38.spec +++ b/rpm/redhat/main/common/gdal38/main/gdal38.spec @@ -20,17 +20,17 @@ %endif %if 0%{?rhel} == 8 -%global pyver 3.9 +%global pyver 3.12 %endif %global bashcompletiondir %(pkg-config --variable=compatdir bash-completion) -%global geosfullversion %geos313fullversion -%global geosmajorversion %geos313majorversion -%global geosinstdir %geos313instdir -%global projmajorversion %proj95majorversion -%global projfullversion %proj95fullversion -%global projinstdir %proj95instdir +%global geosfullversion %geos314fullversion +%global geosmajorversion %geos314majorversion +%global geosinstdir %geos314instdir +%global projmajorversion %proj96majorversion +%global projfullversion %proj96fullversion +%global projinstdir %proj96instdir %global gdalinstdir /usr/%{name} %global gdalsomajorversion 34 @@ -57,7 +57,7 @@ Name: %{sname}38 Version: 3.8.5 -Release: 7PGDG%{?dist} +Release: 8PGDG%{?dist} Summary: GIS file format library License: MIT URL: https://www.gdal.org @@ -193,7 +193,7 @@ BuildRequires: libtirpc-devel BuildRequires: python3-devel %endif %if 0%{?rhel} == 8 -BuildRequires: python39-devel +BuildRequires: python3.12-devel %endif BuildRequires: python3-numpy BuildRequires: python3-setuptools @@ -324,7 +324,7 @@ export OGDI_INCLUDE='-I%{ogdiinstdir}/include/ogdi' export OGDI_LIBS='-L%{ogdiinstdir}/lib' %if 0%{?rhel} == 8 -export PYTHON=/usr/bin/python3.9 +export PYTHON=/usr/bin/python3.12 %endif %if 0%{?suse_version} @@ -471,6 +471,10 @@ done %endif %changelog +* Tue Aug 26 2025 Devrim Gunduz - 3.8.5-8PGDG +- Rebuild against PROJ 9.6 and GeOS 3.14 +- Use Python 3.12 on RHEL 8 to match Patroni and other packages. + * Fri Jan 24 2025 Devrim Gunduz - 3.8.5-7PGDG - Fix long standing python3-tools subpackage bug: https://redmine.postgresql.org/issues/7931