diff --git a/.cvsignore b/.cvsignore index dac492a..1b62d8e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -postgresql-jdbc-8.2-506.src.tar.gz +postgresql-jdbc-8.3-603.src.tar.gz diff --git a/postgresql-jdbc-version.patch b/postgresql-jdbc-version.patch new file mode 100644 index 0000000..db703c7 --- /dev/null +++ b/postgresql-jdbc-version.patch @@ -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 @@ + + + ++ + ++ ++ + + + diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index 91c16a0..5dc9c46 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -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 8.3.603-1jpp +- Update to build 8.3-603 + * Sun Aug 12 2007 Tom Lane 8.2.506-1jpp - Update to build 8.2-506 diff --git a/sources b/sources index d65e7bb..0932f8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03a70fa9be032a63155982514590e9b4 postgresql-jdbc-8.2-506.src.tar.gz +6e130d3dc307d27757252ff28ce9a9f2 postgresql-jdbc-8.3-603.src.tar.gz