From d250f653fd4ba4f3ac61496969e0789548515685 Mon Sep 17 00:00:00 2001 From: Devrim Gündüz Date: Mar 27 2015 14:41:50 +0000 Subject: Update to 2.1.6, per changes described at: http://postgis.net/2015/03/20/postgis-2.1.6 --- diff --git a/.gitignore b/.gitignore index 5cd4289..e422147 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /postgis-2.0.6.tar.gz -/postgis-2.1.5.pdf -/postgis-2.1.5.tar.gz +/postgis-2.1.6.tar.gz +/postgis-2.1.6.pdf diff --git a/postgis.spec b/postgis.spec index 71efe76..59b2ef9 100644 --- a/postgis.spec +++ b/postgis.spec @@ -11,8 +11,8 @@ Summary: Geographic Information Systems Extensions to PostgreSQL Name: postgis -Version: 2.1.5 -Release: 2%{?dist} +Version: 2.1.6 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Databases Source0: http://download.osgeo.org/%{name}/source/%{name}-%{version}.tar.gz @@ -31,8 +31,8 @@ Requires: postgresql >= %{pg_version_built}, geos >= 3.4.2, proj, gdal >= 1.10.0 PostGIS adds support for geographic objects to the PostgreSQL object-relational database. In effect, PostGIS "spatially enables" the PostgreSQL server, allowing it to be used as a backend spatial database for geographic information -systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS -follows the OpenGIS "Simple Features Specification for SQL" and has been +systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS +follows the OpenGIS "Simple Features Specification for SQL" and has been certified as compliant with the "Types and Functions" profile. %package docs @@ -79,7 +79,7 @@ The postgis-utils package provides the utilities for PostGIS. cp -p %{SOURCE2} . %build -%configure --with-gui --enable-raster +%configure --with-gui --enable-raster make %{?_smp_mflags} LPATH=`pg_config --pkglibdir` shlib="%{name}.so" %if %javabuild @@ -113,7 +113,7 @@ make %{?_smp_mflags} -C extensions install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/liblwgeom.{a,la} # (moved into install section) -# Install postgis-2.0.so file manually: +# Install postgis-2.0.so file manually: %{__mkdir} -p %{buildroot}/%{_libdir}/pgsql %{__install} -m 644 %{name}-%{prevversion}/postgis/postgis-%{prevmajorversion}.so %{buildroot}/%{_libdir}/pgsql/postgis-%{prevmajorversion}.so @@ -149,7 +149,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc COPYING CREDITS NEWS TODO README.%{name} doc/html loader/README.* doc/%{name}.xml doc/ZMSgeoms.txt +%doc COPYING CREDITS NEWS TODO README.%{name} doc/html loader/README.* doc/%{name}.xml doc/ZMSgeoms.txt %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/pgsql/%{name}-%{prevmajorversion}.so %attr(755,root,root) %{_libdir}/pgsql/%{name}-%{majorversion}.so @@ -202,6 +202,10 @@ rm -rf %{buildroot} %doc postgis*.pdf %changelog +* Fri Mar 27 2015 Devrim Gündüz - 2.1.6-1 +- Update to 2.1.6, per changes described at: + http://postgis.net/2015/03/20/postgis-2.1.6 + * Thu Jan 08 2015 Jozef Mlich - 2.1.5-2 - disable json-c/geojson just for upgrade part of postgis @@ -218,7 +222,7 @@ rm -rf %{buildroot} - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Thu Jun 26 2014 Jozef Mlich - 2.1.3-3 -- Removing static libraries +- Removing static libraries Resolves: #979179 * Mon Jun 09 2014 Jozef Mlich - 2.1.3-2 diff --git a/sources b/sources index feed0bd..d023504 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ ba6fc0a3f13b86e83cd8db1532110636 postgis-2.0.6.tar.gz -1f9a3f8322b02b0385da664deb486a14 postgis-2.1.5.pdf -5191d3bfbc76bba772cfa14238328eeb postgis-2.1.5.tar.gz +459a9a707589fe75200f184464d7573d postgis-2.1.6.tar.gz +9c99afafedcb10d0678e480c587cad38 postgis-2.1.6.pdf