rpms/postgis/F-7 .cvsignore, 1.3, 1.4 postgis-gnumakefile.patch, 1.1, 1.2 postgis-jdbcmakefile.patch, 1.1, 1.2 postgis.spec, 1.5, 1.6 sources, 1.3, 1.4

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Tue Oct 16 18:23:29 UTC 2007


Author: devrim

Update of /cvs/extras/rpms/postgis/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25026/F-7

Modified Files:
	.cvsignore postgis-gnumakefile.patch 
	postgis-jdbcmakefile.patch postgis.spec sources 
Log Message:
Update PostGIS to 1.3.1 (Someone should remind me that this package was approved months ago... :) )




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/postgis/F-7/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	3 Jul 2007 06:41:57 -0000	1.3
+++ .cvsignore	16 Oct 2007 18:22:54 -0000	1.4
@@ -1 +1 @@
-postgis-1.2.1.tar.gz
+postgis-1.3.1.tar.gz

postgis-gnumakefile.patch:

Index: postgis-gnumakefile.patch
===================================================================
RCS file: /cvs/extras/rpms/postgis/F-7/postgis-gnumakefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgis-gnumakefile.patch	3 Jul 2007 15:15:58 -0000	1.1
+++ postgis-gnumakefile.patch	16 Oct 2007 18:22:54 -0000	1.2
@@ -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

postgis-jdbcmakefile.patch:

Index: postgis-jdbcmakefile.patch
===================================================================
RCS file: /cvs/extras/rpms/postgis/F-7/postgis-jdbcmakefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- postgis-jdbcmakefile.patch	3 Jul 2007 15:15:58 -0000	1.1
+++ postgis-jdbcmakefile.patch	16 Oct 2007 18:22:54 -0000	1.2
@@ -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


Index: postgis.spec
===================================================================
RCS file: /cvs/extras/rpms/postgis/F-7/postgis.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- postgis.spec	5 Jul 2007 13:31:00 -0000	1.5
+++ postgis.spec	16 Oct 2007 18:22:54 -0000	1.6
@@ -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 @@
 %endif
 
 %changelog
+* Tue Oct 16 2007 Devrim GUNDUZ <devrim at 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.
+
 * Mon Jul 2 2007 - Devrim GUNDUZ <devrim at commandprompt.com> 1.2.1-2
 - Fix build problems (removed template_gis, per discussion with upstream).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/postgis/F-7/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	3 Jul 2007 06:41:57 -0000	1.3
+++ sources	16 Oct 2007 18:22:54 -0000	1.4
@@ -1 +1 @@
-95430ee371c64a992ebcd8ddf2801acf  postgis-1.2.1.tar.gz
+dd90f80072fc3e32d3a3eb580542bda1  postgis-1.3.1.tar.gz




More information about the fedora-extras-commits mailing list