Update PostGIS to 1.3.1 (Someone should remind me that this package was

approved months ago... :) )
This commit is contained in:
Devrim GÜNDÜZ 2007-10-16 18:23:02 +00:00
parent d967d46679
commit c45955d2a3
5 changed files with 12 additions and 40 deletions

View File

@ -1 +1 @@
postgis-1.2.1.tar.gz
postgis-1.3.1.tar.gz

View File

@ -1,23 +1,5 @@
--- GNUmakefile.old 2007-07-02 17:13:05.000000000 +0300
+++ GNUmakefile 2007-07-02 17:13:59.000000000 +0300
@@ -4,13 +4,13 @@
#
#-----------------------------------------------------
-all: Makefile.config liblwgeom loaderdumper utils templategis
+all: Makefile.config liblwgeom loaderdumper utils
-install: all liblwgeom-install loaderdumper-install templategis-install
+install: all liblwgeom-install loaderdumper-install
-uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall templategis-uninstall
+uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall
-clean: Makefile.config liblwgeom-clean loaderdumper-clean docs-clean test-clean templategis-clean
+clean: Makefile.config liblwgeom-clean loaderdumper-clean docs-clean test-clean
rm -f lwpostgis.sql lwpostgis_upgrade.sql
distclean: clean
--- GNUmakefile.old 2007-10-16 11:09:12.000000000 -0700
+++ GNUmakefile 2007-10-16 11:09:19.000000000 -0700
@@ -59,18 +59,6 @@
loaderdumper-uninstall:
$(MAKE) -C loader uninstall

View File

@ -1,5 +1,5 @@
--- java/jdbc/Makefile.old 2007-01-08 12:12:01.000000000 +0200
+++ java/jdbc/Makefile 2007-06-26 21:41:57.000000000 +0300
--- java/jdbc/Makefile.old 2007-10-16 11:16:53.000000000 -0700
+++ java/jdbc/Makefile 2007-10-16 11:17:00.000000000 -0700
@@ -27,7 +27,7 @@
# Configure the helper executables used during build.
@ -9,17 +9,3 @@
JAVA?=java
JAR?=jar
MKDIR?=mkdir -p
@@ -249,9 +249,11 @@
postgis-jdbc-javadoc.zip: javadoc-build
$(JAR) -cf postgis-jdbc-javadoc.zip -C javadoc-build .
-javadoc-build: jtscompile compile
+javadoc-build:
$(MKDIR) javadoc-build
- javadoc -d javadoc-build -sourcepath src:jtssrc \
+ # We use an ugly trick to build on windows and unix -
+ # javadoc command line options are not portable wr/t path separators
+ javadoc -d javadoc-build -sourcepath "src:jtssrc:;src;jtssrc" \
org.postgis org.postgis.jts org.postgis.binary org.postgis.java2d examples
# Preliminary JTS support

View File

@ -4,8 +4,8 @@
Summary: Geographic Information Systems Extensions to PostgreSQL
Name: postgis
Version: 1.2.1
Release: 3%{?dist}
Version: 1.3.1
Release: 1%{?dist}
License: GPL
Group: Applications/Databases
Source0: http://postgis.refractions.net/download/%{name}-%{version}.tar.gz
@ -146,6 +146,10 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Oct 16 2007 Devrim GUNDUZ <devrim@commandprompt.com> - 1.3.1-1
- Update to 1.3.1
- Updated patch2
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.2.1-3
- Rebuild for selinux ppc32 issue.

View File

@ -1 +1 @@
95430ee371c64a992ebcd8ddf2801acf postgis-1.2.1.tar.gz
dd90f80072fc3e32d3a3eb580542bda1 postgis-1.3.1.tar.gz