rpms/postgis/devel .cvsignore, 1.4, 1.5 postgis-jdbcmakefile.patch, 1.2, 1.3 postgis.spec, 1.7, 1.8 sources, 1.4, 1.5

Devrim GÜNDÜZ (devrim) fedora-extras-commits at redhat.com
Thu Dec 6 23:48:16 UTC 2007


Author: devrim

Update of /cvs/extras/rpms/postgis/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21946/devel

Modified Files:
	.cvsignore postgis-jdbcmakefile.patch postgis.spec sources 
Log Message:
Update to 1.3.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/postgis/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	16 Oct 2007 18:23:02 -0000	1.4
+++ .cvsignore	6 Dec 2007 23:47:41 -0000	1.5
@@ -1 +1 @@
-postgis-1.3.1.tar.gz
+postgis-1.3.2.tar.gz

postgis-jdbcmakefile.patch:

Index: postgis-jdbcmakefile.patch
===================================================================
RCS file: /cvs/extras/rpms/postgis/devel/postgis-jdbcmakefile.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- postgis-jdbcmakefile.patch	16 Oct 2007 18:23:02 -0000	1.2
+++ postgis-jdbcmakefile.patch	6 Dec 2007 23:47:41 -0000	1.3
@@ -1,11 +1,23 @@
---- 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 @@
+--- java/jdbc/Makefile.old	2007-12-06 15:18:04.000000000 -0800
++++ java/jdbc/Makefile	2007-12-06 15:22:19.000000000 -0800
+@@ -27,9 +27,9 @@
  
  # Configure the helper executables used during build.
  
 -JAVAC?=javac -target 1.2 -source 1.2
-+JAVAC?=javac -target 1.5 -source 1.5
++JAVAC?=ecj -target 1.5 -source 1.5
  JAVA?=java
- JAR?=jar
+-JAR?=jar
++JAR?=fastjar
  MKDIR?=mkdir -p
+ DELETE?=rm -rvf
+ CP?=cp
+@@ -264,7 +264,7 @@
+ 	$(MKDIR) javadoc-build
+ 	# 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" \
++	sinjdoc -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/devel/postgis.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- postgis.spec	16 Oct 2007 18:23:02 -0000	1.7
+++ postgis.spec	6 Dec 2007 23:47:41 -0000	1.8
@@ -4,7 +4,7 @@
 
 Summary:	Geographic Information Systems Extensions to PostgreSQL
 Name:		postgis
-Version:	1.3.1
+Version:	1.3.2
 Release:	1%{?dist}
 License:	GPL
 Group:		Applications/Databases
@@ -15,7 +15,8 @@
 URL:		http://postgis.refractions.net/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	postgresql-devel, proj-devel, geos-devel, byacc, proj-devel, flex, postgresql-jdbc
+BuildRequires:	postgresql-devel, proj-devel, geos-devel, byacc, proj-devel, flex, sinjdoc, eclipse-ecj, libgcj
+
 Requires:	postgresql, geos, proj
 
 %description
@@ -32,7 +33,7 @@
 Group:		Applications/Databases
 License:	LGPL
 Requires:	%{name} = %{version}-%{release}, postgresql-jdbc
-BuildRequires:  ant >= 0:1.6.2, junit >= 0:3.7
+BuildRequires:  ant >= 0:1.6.2, junit >= 0:3.7, postgresql-jdbc
 
 %if %{gcj_support}
 BuildRequires:		gcc-java
@@ -146,6 +147,13 @@
 %endif
 
 %changelog
+* Thu Dec 6 2007 Devrim GUNDUZ <devrim at commandprompt.com> - 1.3.2-1
+- Update to 1.3.2
+- Updated patch2
+
+* Wed Nov 21 2007 Devrim GUNDUZ <devrim at commandprompt.com> - 1.3.1-2
+- Move postgresql-jdbc dependency to the correct place, per Rob Nagler.
+
 * Tue Oct 16 2007 Devrim GUNDUZ <devrim at commandprompt.com> - 1.3.1-1
 - Update to 1.3.1
 - Updated patch2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/postgis/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	16 Oct 2007 18:23:02 -0000	1.4
+++ sources	6 Dec 2007 23:47:41 -0000	1.5
@@ -1 +1 @@
-dd90f80072fc3e32d3a3eb580542bda1  postgis-1.3.1.tar.gz
+b0d52c2c23c316fc9884632a80b380a5  postgis-1.3.2.tar.gz




More information about the fedora-extras-commits mailing list