Update to 2.3.0
This commit is contained in:
parent
8ddf4fb0d8
commit
5de2d8c525
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@
|
|||||||
/filter-requires-perl-Pg.sh
|
/filter-requires-perl-Pg.sh
|
||||||
/postgis-2.2.2.tar.gz
|
/postgis-2.2.2.tar.gz
|
||||||
/postgis-2.2.2.pdf
|
/postgis-2.2.2.pdf
|
||||||
|
/postgis-2.3.0.tar.gz
|
||||||
|
/postgis-2.3.0.pdf
|
||||||
|
16
postgis.spec
16
postgis.spec
@ -2,15 +2,15 @@
|
|||||||
%{!?utils:%global utils 1}
|
%{!?utils:%global utils 1}
|
||||||
%{!?gcj_support:%global gcj_support 0}
|
%{!?gcj_support:%global gcj_support 0}
|
||||||
|
|
||||||
%global majorversion 2.2
|
%global majorversion 2.3
|
||||||
%global prevmajorversion 2.1
|
%global prevmajorversion 2.2
|
||||||
%global prevversion %{prevmajorversion}.8
|
%global prevversion %{prevmajorversion}.2
|
||||||
|
|
||||||
%global pg_version_minimum 9.2
|
%global pg_version_minimum 9.2
|
||||||
|
|
||||||
Summary: Geographic Information Systems Extensions to PostgreSQL
|
Summary: Geographic Information Systems Extensions to PostgreSQL
|
||||||
Name: postgis
|
Name: postgis
|
||||||
Version: 2.2.2
|
Version: 2.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -189,6 +189,10 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pgsql/rtpostgis-%{majorversion}.so
|
%{_libdir}/pgsql/rtpostgis-%{majorversion}.so
|
||||||
%{_libdir}/pgsql/postgis_topology-%{majorversion}.so
|
%{_libdir}/pgsql/postgis_topology-%{majorversion}.so
|
||||||
|
|
||||||
|
%{_datadir}/pgsql/applications/shp2pgsql-gui.desktop
|
||||||
|
%{_datadir}/pgsql/icons/hicolor/*/apps/shp2pgsql-gui.png
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/liblwgeom.h
|
%{_includedir}/liblwgeom.h
|
||||||
%{_includedir}/liblwgeom_topo.h
|
%{_includedir}/liblwgeom_topo.h
|
||||||
@ -228,6 +232,10 @@ rm -rf %{buildroot}
|
|||||||
%doc postgis*.pdf
|
%doc postgis*.pdf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 27 2016 Jozef Mlich <imlich@fit.vutbr.cz> - 2.3.0-1
|
||||||
|
- Update to 2.3.0, per changes described at
|
||||||
|
http://postgis.net/2016/09/26/postgis-2.3.0/
|
||||||
|
|
||||||
* Fri Mar 25 2016 Devrim Gündüz <devrim@gunduz.org> - 2.2.2-1
|
* Fri Mar 25 2016 Devrim Gündüz <devrim@gunduz.org> - 2.2.2-1
|
||||||
- Update to 2.2.2, per changes described at
|
- Update to 2.2.2, per changes described at
|
||||||
http://postgis.net/2016/03/22/postgis-2.2.2
|
http://postgis.net/2016/03/22/postgis-2.2.2
|
||||||
|
8
sources
8
sources
@ -1,6 +1,4 @@
|
|||||||
dc3575a0aac5a7e0bbddde17eb6be400 postgis-2.2.1.tar.gz
|
71f434fb3b2b4b2af9970834df593087 postgis-2.3.0.tar.gz
|
||||||
204fbdd16b96aa3f066967918ba44b4c postgis-2.2.1.pdf
|
7291debb62fbfc5d58a7ba9b5e84fefa postgis-2.3.0.pdf
|
||||||
c33923e37424978a1306ce461c1d14ed postgis-2.1.8.tar.gz
|
|
||||||
270c5e864377d67bb976a40a4e2f4c89 filter-requires-perl-Pg.sh
|
|
||||||
ed42ad50405520bc1210bd4d3a872617 postgis-2.2.2.tar.gz
|
ed42ad50405520bc1210bd4d3a872617 postgis-2.2.2.tar.gz
|
||||||
3ee6932ec170a90ebfa36dda593a51b0 postgis-2.2.2.pdf
|
270c5e864377d67bb976a40a4e2f4c89 filter-requires-perl-Pg.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user