Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostGIS improvements #267

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions specs/postgresql-10/postgis30.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
%define pkgname %{realname}-%{maj_ver}
%define fullname %{realname}30

%define min_geos_ver 3.11

%define __perl_requires filter-requires-perl-Pg.sh

################################################################################

Summary: Geographic Information Systems Extensions to PostgreSQL %{pg_ver}
Name: %{fullname}_%{pg_ver}
Version: 3.0.9
Release: 0%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Databases
URL: https://www.postgis.net
Expand All @@ -39,7 +41,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pg_ver}-devel = %{pg_low_fullver}
BuildRequires: postgresql%{pg_ver}-libs = %{pg_low_fullver}
BuildRequires: gcc-c++ geos-devel >= 3.9 chrpath make pcre-devel hdf5-devel
BuildRequires: geos-devel >= %{min_geos_ver}
BuildRequires: gcc-c++ chrpath make pcre-devel hdf5-devel
BuildRequires: proj-devel libtool flex json-c-devel libxml2-devel
BuildRequires: sqlite-devel libgeotiff-devel libpng-devel libtiff-devel

Expand All @@ -53,8 +56,9 @@ Requires: gdal-libs >= 3
%endif
%endif

Requires: postgresql%{pg_ver} geos >= 3.9 proj hdf5 json-c pcre
Requires: postgresql%{pg_ver} proj hdf5 json-c pcre
Requires: %{fullname}_%{pg_ver}-client = %{version}-%{release}
Requires: geos >= %{min_geos_ver}

Requires(post): chkconfig

Expand Down Expand Up @@ -251,5 +255,8 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Nov 08 2023 Anton Novojilov <[email protected]> - 3.0.9-1
- Minimal required version of GEOS set to 3.11

* Thu Sep 21 2023 Anton Novojilov <[email protected]> - 3.0.9-0
- https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.0.9/NEWS
13 changes: 10 additions & 3 deletions specs/postgresql-10/postgis31.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
%define pkgname %{realname}-%{maj_ver}
%define fullname %{realname}31

%define min_geos_ver 3.11

%define __perl_requires filter-requires-perl-Pg.sh

################################################################################

Summary: Geographic Information Systems Extensions to PostgreSQL %{pg_ver}
Name: %{fullname}_%{pg_ver}
Version: 3.1.9
Release: 0%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Databases
URL: https://www.postgis.net
Expand All @@ -39,7 +41,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pg_ver}-devel = %{pg_low_fullver}
BuildRequires: postgresql%{pg_ver}-libs = %{pg_low_fullver}
BuildRequires: gcc-c++ geos-devel >= 3.9 chrpath make pcre-devel hdf5-devel
BuildRequires: geos-devel >= %{min_geos_ver}
BuildRequires: gcc-c++ chrpath make pcre-devel hdf5-devel
BuildRequires: proj-devel libtool flex json-c-devel libxml2-devel
BuildRequires: sqlite-devel libgeotiff-devel libpng-devel libtiff-devel

Expand All @@ -53,8 +56,9 @@ Requires: gdal-libs >= 3
%endif
%endif

Requires: postgresql%{pg_ver} geos >= 3.9 proj hdf5 json-c pcre
Requires: postgresql%{pg_ver} proj hdf5 json-c pcre
Requires: %{fullname}_%{pg_ver}-client = %{version}-%{release}
Requires: geos >= %{min_geos_ver}

Requires(post): chkconfig

Expand Down Expand Up @@ -249,5 +253,8 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Nov 08 2023 Anton Novojilov <[email protected]> - 3.1.9-1
- Minimal required version of GEOS set to 3.11

* Thu Sep 21 2023 Anton Novojilov <[email protected]> - 3.1.9-0
- https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.1.9/NEWS
13 changes: 10 additions & 3 deletions specs/postgresql-10/postgis32.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@
%define pkgname %{realname}-%{maj_ver}
%define fullname %{realname}32

%define min_geos_ver 3.11

%define __perl_requires filter-requires-perl-Pg.sh

################################################################################

Summary: Geographic Information Systems Extensions to PostgreSQL %{pg_ver}
Name: %{fullname}_%{pg_ver}
Version: 3.2.5
Release: 0%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Databases
URL: https://www.postgis.net
Expand All @@ -39,7 +41,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pg_ver}-devel = %{pg_low_fullver}
BuildRequires: postgresql%{pg_ver}-libs = %{pg_low_fullver}
BuildRequires: gcc-c++ geos-devel >= 3.9 chrpath make pcre-devel hdf5-devel
BuildRequires: geos-devel >= %{min_geos_ver}
BuildRequires: gcc-c++ chrpath make pcre-devel hdf5-devel
BuildRequires: proj-devel libtool flex json-c-devel libxml2-devel
BuildRequires: sqlite-devel libgeotiff-devel libpng-devel libtiff-devel

Expand All @@ -53,8 +56,9 @@ Requires: gdal-libs >= 3
%endif
%endif

Requires: postgresql%{pg_ver} geos >= 3.9 proj hdf5 json-c pcre
Requires: postgresql%{pg_ver} proj hdf5 json-c pcre
Requires: %{fullname}_%{pg_ver}-client = %{version}-%{release}
Requires: geos >= %{min_geos_ver}

Requires(post): chkconfig

Expand Down Expand Up @@ -249,5 +253,8 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Nov 08 2023 Anton Novojilov <[email protected]> - 3.2.5-1
- Minimal required version of GEOS set to 3.11

* Thu Sep 21 2023 Anton Novojilov <[email protected]> - 3.2.5-0
- https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.2.5/NEWS
13 changes: 10 additions & 3 deletions specs/postgresql-11/postgis30.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
%define pkgname %{realname}-%{maj_ver}
%define fullname %{realname}30

%define min_geos_ver 3.11

%define __perl_requires filter-requires-perl-Pg.sh

################################################################################

Summary: Geographic Information Systems Extensions to PostgreSQL %{pg_ver}
Name: %{fullname}_%{pg_ver}
Version: 3.0.9
Release: 0%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Databases
URL: https://www.postgis.net
Expand All @@ -40,7 +42,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pg_ver}-devel = %{pg_low_fullver}
BuildRequires: postgresql%{pg_ver}-libs = %{pg_low_fullver}
BuildRequires: gcc-c++ geos-devel >= 3.9 chrpath make pcre-devel hdf5-devel
BuildRequires: geos-devel >= %{min_geos_ver}
BuildRequires: gcc-c++ chrpath make pcre-devel hdf5-devel
BuildRequires: proj-devel libtool flex json-c-devel libxml2-devel
BuildRequires: sqlite-devel libgeotiff-devel libpng-devel libtiff-devel

Expand All @@ -63,8 +66,9 @@ Requires: gdal-libs >= 3
%endif
%endif

Requires: postgresql%{pg_ver} geos >= 3.9 proj hdf5 json-c pcre
Requires: postgresql%{pg_ver} proj hdf5 json-c pcre
Requires: %{fullname}_%{pg_ver}-client = %{version}-%{release}
Requires: geos >= %{min_geos_ver}

Requires(post): chkconfig

Expand Down Expand Up @@ -264,5 +268,8 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Nov 08 2023 Anton Novojilov <[email protected]> - 3.0.9-1
- Minimal required version of GEOS set to 3.11

* Thu Sep 21 2023 Anton Novojilov <[email protected]> - 3.0.9-0
- https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.0.9/NEWS
13 changes: 10 additions & 3 deletions specs/postgresql-11/postgis31.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
%define pkgname %{realname}-%{maj_ver}
%define fullname %{realname}31

%define min_geos_ver 3.11

%define __perl_requires filter-requires-perl-Pg.sh

################################################################################

Summary: Geographic Information Systems Extensions to PostgreSQL %{pg_ver}
Name: %{fullname}_%{pg_ver}
Version: 3.1.9
Release: 0%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Databases
URL: https://www.postgis.net
Expand All @@ -40,7 +42,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pg_ver}-devel = %{pg_low_fullver}
BuildRequires: postgresql%{pg_ver}-libs = %{pg_low_fullver}
BuildRequires: gcc-c++ geos-devel >= 3.9 chrpath make pcre-devel hdf5-devel
BuildRequires: geos-devel >= %{min_geos_ver}
BuildRequires: gcc-c++ chrpath make pcre-devel hdf5-devel
BuildRequires: proj-devel libtool flex json-c-devel libxml2-devel
BuildRequires: sqlite-devel libgeotiff-devel libpng-devel libtiff-devel

Expand All @@ -63,8 +66,9 @@ Requires: gdal-libs >= 3
%endif
%endif

Requires: postgresql%{pg_ver} geos >= 3.9 proj hdf5 json-c pcre
Requires: postgresql%{pg_ver} proj hdf5 json-c pcre
Requires: %{fullname}_%{pg_ver}-client = %{version}-%{release}
Requires: geos >= %{min_geos_ver}

Requires(post): chkconfig

Expand Down Expand Up @@ -262,5 +266,8 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Nov 08 2023 Anton Novojilov <[email protected]> - 3.1.9-1
- Minimal required version of GEOS set to 3.11

* Thu Sep 21 2023 Anton Novojilov <[email protected]> - 3.1.9-0
- https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.1.9/NEWS
13 changes: 10 additions & 3 deletions specs/postgresql-11/postgis32.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
%define pkgname %{realname}-%{maj_ver}
%define fullname %{realname}32

%define min_geos_ver 3.11

%define __perl_requires filter-requires-perl-Pg.sh

################################################################################

Summary: Geographic Information Systems Extensions to PostgreSQL %{pg_ver}
Name: %{fullname}_%{pg_ver}
Version: 3.2.5
Release: 0%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Databases
URL: https://www.postgis.net
Expand All @@ -43,7 +45,8 @@ BuildRequires: postgresql%{pg_ver}-libs = %{pg_low_fullver}

BuildRequires: postgresql%{pg_ver}-devel = %{pg_low_fullver}
BuildRequires: postgresql%{pg_ver}-libs = %{pg_low_fullver}
BuildRequires: gcc-c++ geos-devel >= 3.9 chrpath make pcre-devel hdf5-devel
BuildRequires: geos-devel >= %{min_geos_ver}
BuildRequires: gcc-c++ chrpath make pcre-devel hdf5-devel
BuildRequires: proj-devel libtool flex json-c-devel libxml2-devel
BuildRequires: sqlite-devel libgeotiff-devel libpng-devel libtiff-devel

Expand All @@ -66,8 +69,9 @@ Requires: gdal-libs >= 3
%endif
%endif

Requires: postgresql%{pg_ver} geos >= 3.9 proj hdf5 json-c pcre
Requires: postgresql%{pg_ver} proj hdf5 json-c pcre
Requires: %{fullname}_%{pg_ver}-client = %{version}-%{release}
Requires: geos >= %{min_geos_ver}

Requires(post): chkconfig

Expand Down Expand Up @@ -265,5 +269,8 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Nov 08 2023 Anton Novojilov <[email protected]> - 3.2.5-1
- Minimal required version of GEOS set to 3.11

* Thu Sep 21 2023 Anton Novojilov <[email protected]> - 3.2.5-0
- https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.2.5/NEWS
13 changes: 10 additions & 3 deletions specs/postgresql-11/postgis33.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
%define pkgname %{realname}-%{maj_ver}
%define fullname %{realname}33

%define min_geos_ver 3.11

%define __perl_requires filter-requires-perl-Pg.sh

################################################################################

Summary: Geographic Information Systems Extensions to PostgreSQL %{pg_ver}
Name: %{fullname}_%{pg_ver}
Version: 3.3.4
Release: 0%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Databases
URL: https://www.postgis.net
Expand All @@ -40,7 +42,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pg_ver}-devel = %{pg_low_fullver}
BuildRequires: postgresql%{pg_ver}-libs = %{pg_low_fullver}
BuildRequires: gcc-c++ geos-devel >= 3.9 chrpath make pcre-devel hdf5-devel
BuildRequires: geos-devel >= %{min_geos_ver}
BuildRequires: gcc-c++ chrpath make pcre-devel hdf5-devel
BuildRequires: proj-devel libtool flex json-c-devel libxml2-devel
BuildRequires: sqlite-devel libgeotiff-devel libpng-devel libtiff-devel

Expand All @@ -63,8 +66,9 @@ Requires: gdal-libs >= 3
%endif
%endif

Requires: postgresql%{pg_ver} geos >= 3.9 proj hdf5 json-c pcre
Requires: postgresql%{pg_ver} proj hdf5 json-c pcre
Requires: %{fullname}_%{pg_ver}-client = %{version}-%{release}
Requires: geos >= %{min_geos_ver}

Requires(post): chkconfig

Expand Down Expand Up @@ -271,5 +275,8 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Nov 08 2023 Anton Novojilov <[email protected]> - 3.3.4-1
- Minimal required version of GEOS set to 3.11

* Thu Sep 21 2023 Anton Novojilov <[email protected]> - 3.3.4-0
- https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.4/NEWS
13 changes: 10 additions & 3 deletions specs/postgresql-12/postgis30.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@
%define pkgname %{realname}-%{maj_ver}
%define fullname %{realname}30

%define min_geos_ver 3.11

%define __perl_requires filter-requires-perl-Pg.sh

################################################################################

Summary: Geographic Information Systems Extensions to PostgreSQL %{pg_ver}
Name: %{fullname}_%{pg_ver}
Version: 3.0.9
Release: 0%{?dist}
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Databases
URL: https://www.postgis.net
Expand All @@ -40,7 +42,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: postgresql%{pg_ver}-devel = %{pg_low_fullver}
BuildRequires: postgresql%{pg_ver}-libs = %{pg_low_fullver}
BuildRequires: gcc-c++ geos-devel >= 3.9 chrpath make pcre-devel hdf5-devel
BuildRequires: geos-devel >= %{min_geos_ver}
BuildRequires: gcc-c++ chrpath make pcre-devel hdf5-devel
BuildRequires: proj-devel libtool flex json-c-devel libxml2-devel
BuildRequires: sqlite-devel libgeotiff-devel libpng-devel libtiff-devel

Expand All @@ -63,8 +66,9 @@ Requires: gdal-libs >= 3
%endif
%endif

Requires: postgresql%{pg_ver} geos >= 3.9 proj hdf5 json-c pcre
Requires: postgresql%{pg_ver} proj hdf5 json-c pcre
Requires: %{fullname}_%{pg_ver}-client = %{version}-%{release}
Requires: geos >= %{min_geos_ver}

Requires(post): chkconfig

Expand Down Expand Up @@ -264,5 +268,8 @@ rm -rf %{buildroot}
################################################################################

%changelog
* Wed Nov 08 2023 Anton Novojilov <[email protected]> - 3.0.9-1
- Minimal required version of GEOS set to 3.11

* Thu Sep 21 2023 Anton Novojilov <[email protected]> - 3.0.9-0
- https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.0.9/NEWS
Loading