diff --git a/.cvsignore b/.cvsignore index eb56596..bd8f6e1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -postgis-1.2.1.tar.gz +postgis-1.3.1.tar.gz diff --git a/postgis-gnumakefile.patch b/postgis-gnumakefile.patch index 97d4155..7808431 100644 --- a/postgis-gnumakefile.patch +++ b/postgis-gnumakefile.patch @@ -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 diff --git a/postgis-jdbcmakefile.patch b/postgis-jdbcmakefile.patch index 584fbcc..7de232c 100644 --- a/postgis-jdbcmakefile.patch +++ b/postgis-jdbcmakefile.patch @@ -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 diff --git a/postgis.spec b/postgis.spec index d923785..fb01502 100644 --- a/postgis.spec +++ b/postgis.spec @@ -4,8 +4,8 @@ Summary: Geographic Information Systems Extensions to PostgreSQL Name: postgis -Version: 1.2.1 -Release: 2%{?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,13 @@ rm -rf %{buildroot} %endif %changelog +* Tue Oct 16 2007 Devrim GUNDUZ - 1.3.1-1 +- Update to 1.3.1 +- Updated patch2 + +* Tue Aug 28 2007 Fedora Release Engineering - 1.2.1-3 +- Rebuild for selinux ppc32 issue. + * Mon Jul 2 2007 - Devrim GUNDUZ 1.2.1-2 - Fix build problems (removed template_gis, per discussion with upstream). diff --git a/sources b/sources index 06e1f87..8f4095f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95430ee371c64a992ebcd8ddf2801acf postgis-1.2.1.tar.gz +dd90f80072fc3e32d3a3eb580542bda1 postgis-1.3.1.tar.gz