From ea7fabf31fefc7974d4d20258a2f28af7642dfdb Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 10:26:40 +0100 Subject: [PATCH] rebuilt by autoport with build requirements: libgdal-devel>=0:3.6.2-1mamba [release 3.3.2-3mamba;Sat Feb 11 2023] --- postgis.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/postgis.spec b/postgis.spec index b6d144f..c9466c8 100644 --- a/postgis.spec +++ b/postgis.spec @@ -1,7 +1,7 @@ %define apiver %(echo %version | cut -d. -f1-2) Name: postgis Version: 3.3.2 -Release: 2mamba +Release: 3mamba Summary: PostGIS adds support for geographic objects to the PostgreSQL object-relational database Group: Applications/Databases Vendor: openmamba @@ -25,7 +25,7 @@ BuildRequires: libprotobuf-c-devel BuildRequires: libxml2-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRequires: libgdal-devel >= 3.5.0-1mamba +BuildRequires: libgdal-devel >= 0:3.6.2-1mamba BuildRequires: libproj-devel >= 9.1.1 BuildRequires: libcfitsio-devel >= 4.1.0 BuildRequires: libprotobuf-c-devel @@ -48,7 +48,8 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational %build %configure \ - --with-geosconfig=%{_bindir}/geos-config + --with-geosconfig=%{_bindir}/geos-config \ + CXXFLAGS="%{optflags} -std=c++17" %make -j1 @@ -81,6 +82,9 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational #%{_libdir}/liblwgeom.so %changelog +* Sat Feb 11 2023 Sdk Build System 3.3.2-3mamba +- rebuilt by autoport with build requirements: libgdal-devel>=0:3.6.2-1mamba + * Tue Dec 06 2022 Silvan Calarco 3.3.2-2mamba - rebuilt with libproj 9.1.1