Update to build 8.3-603

This commit is contained in:
Tom Lane 2008-02-12 17:09:37 +00:00
parent 18a7159297
commit c18c5767e6
4 changed files with 27 additions and 4 deletions

View File

@ -1 +1 @@
postgresql-jdbc-8.2-506.src.tar.gz
postgresql-jdbc-8.3-603.src.tar.gz

View File

@ -0,0 +1,17 @@
Needed to build on Fedora 8 or later ...
diff -Naur postgresql-jdbc-8.3-603.src.orig/build.xml postgresql-jdbc-8.3-603.src/build.xml
--- postgresql-jdbc-8.3-603.src.orig/build.xml 2008-01-08 01:56:26.000000000 -0500
+++ postgresql-jdbc-8.3-603.src/build.xml 2008-02-12 11:57:16.000000000 -0500
@@ -45,7 +45,10 @@
<equals arg1="${java.specification.version}" arg2="1.5"/>
</condition>
<condition property="jdbc4">
+ <or>
<equals arg1="${java.specification.version}" arg2="1.6"/>
+ <equals arg1="${java.specification.version}" arg2="1.7"/>
+ </or>
</condition>
<condition property="jdbc3any">
<or>

View File

@ -33,11 +33,11 @@
%define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}}
%define section devel
%define upstreamver 8.2-506
%define upstreamver 8.3-603
Summary: JDBC driver for PostgreSQL
Name: postgresql-jdbc
Version: 8.2.506
Version: 8.3.603
Release: 1jpp%{?dist}
Epoch: 0
License: BSD
@ -45,6 +45,7 @@ Group: Applications/Databases
URL: http://jdbc.postgresql.org/
Source0: http://jdbc.postgresql.org/download/%{name}-%{upstreamver}.src.tar.gz
Patch1: postgresql-jdbc-version.patch
%if ! %{gcj_support}
BuildArch: noarch
@ -77,6 +78,8 @@ rmdir %{name}-%{upstreamver}.src
# remove any binary libs
find -name "*.jar" -or -name "*.class" | xargs rm -f
%patch1 -p1
%build
export OPT_JAR_LIST="ant/ant-junit junit"
export CLASSPATH=
@ -128,6 +131,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Feb 12 2008 Tom Lane <tgl@redhat.com> 8.3.603-1jpp
- Update to build 8.3-603
* Sun Aug 12 2007 Tom Lane <tgl@redhat.com> 8.2.506-1jpp
- Update to build 8.2-506

View File

@ -1 +1 @@
03a70fa9be032a63155982514590e9b4 postgresql-jdbc-8.2-506.src.tar.gz
6e130d3dc307d27757252ff28ce9a9f2 postgresql-jdbc-8.3-603.src.tar.gz