From 3bcde3df336dc20090091c965b18626fb219495d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 15 Dec 2006 23:39:09 +0000 Subject: [PATCH] Update to build 8.2-504 --- .cvsignore | 2 +- postgresql-jdbc.spec | 14 +++++++------- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2402fc7..236b100 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -postgresql-jdbc-8.1-407.src.tar.gz +postgresql-jdbc-8.2-504.src.tar.gz diff --git a/postgresql-jdbc.spec b/postgresql-jdbc.spec index 692aa2b..9c2316e 100644 --- a/postgresql-jdbc.spec +++ b/postgresql-jdbc.spec @@ -33,19 +33,18 @@ %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.1-407 +%define upstreamver 8.2-504 Summary: JDBC driver for PostgreSQL Name: postgresql-jdbc -Version: 8.1.407 -Release: 1jpp.4 +Version: 8.2.504 +Release: 1jpp%{?dist} Epoch: 0 License: BSD Group: Applications/Databases URL: http://jdbc.postgresql.org/ Source0: http://jdbc.postgresql.org/download/%{name}-%{upstreamver}.src.tar.gz -Patch1: postgresql-jdbc-unspec-string.patch %if ! %{gcj_support} BuildArch: noarch @@ -78,8 +77,6 @@ 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= @@ -122,7 +119,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc LICENSE README doc/* example +%doc LICENSE README doc/* %{_javadir}/* %if %{gcj_support} %dir %{_libdir}/gcj/%{name} @@ -131,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Dec 15 2006 Tom Lane 8.2.504-1jpp +- Update to build 8.2-504 + * Wed Aug 16 2006 Tom Lane 8.1.407-1jpp.4 - Fix Requires: for rebuild-gcj-db (bz #202544) diff --git a/sources b/sources index 9554e77..b44a153 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf018801596effd04783f120682da353 postgresql-jdbc-8.1-407.src.tar.gz +90e20213973a528d22c47a298e48ba58 postgresql-jdbc-8.2-504.src.tar.gz