Update to build 8.4-701
This commit is contained in:
parent
3c1c877941
commit
31a12b3966
@ -1 +1 @@
|
|||||||
postgresql-jdbc-8.3-603.src.tar.gz
|
postgresql-jdbc-8.4-701.src.tar.gz
|
||||||
|
14
postgresql-jdbc-bogus-import.patch
Normal file
14
postgresql-jdbc-bogus-import.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Remove a debugging leftover.
|
||||||
|
|
||||||
|
|
||||||
|
diff -Naur postgresql-jdbc-8.4-701.src.orig/org/postgresql/gss/MakeGSS.java postgresql-jdbc-8.4-701.src/org/postgresql/gss/MakeGSS.java
|
||||||
|
--- postgresql-jdbc-8.4-701.src.orig/org/postgresql/gss/MakeGSS.java 2008-11-29 02:43:47.000000000 -0500
|
||||||
|
+++ postgresql-jdbc-8.4-701.src/org/postgresql/gss/MakeGSS.java 2009-08-17 23:50:41.000000000 -0400
|
||||||
|
@@ -18,7 +18,6 @@
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.sql.SQLException;
|
||||||
|
|
||||||
|
-import com.sun.security.auth.callback.TextCallbackHandler;
|
||||||
|
import org.postgresql.core.PGStream;
|
||||||
|
import org.postgresql.core.Logger;
|
||||||
|
import org.postgresql.util.*;
|
@ -1,17 +0,0 @@
|
|||||||
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>
|
|
@ -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 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 section devel
|
||||||
%define upstreamver 8.3-603
|
%define upstreamver 8.4-701
|
||||||
|
|
||||||
Summary: JDBC driver for PostgreSQL
|
Summary: JDBC driver for PostgreSQL
|
||||||
Name: postgresql-jdbc
|
Name: postgresql-jdbc
|
||||||
Version: 8.3.603
|
Version: 8.4.701
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://jdbc.postgresql.org/
|
URL: http://jdbc.postgresql.org/
|
||||||
|
|
||||||
Source0: http://jdbc.postgresql.org/download/%{name}-%{upstreamver}.src.tar.gz
|
Source0: http://jdbc.postgresql.org/download/%{name}-%{upstreamver}.src.tar.gz
|
||||||
Patch1: postgresql-jdbc-version.patch
|
Patch1: postgresql-jdbc-bogus-import.patch
|
||||||
|
|
||||||
%if ! %{gcj_support}
|
%if ! %{gcj_support}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -139,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 18 2009 Tom Lane <tgl@redhat.com> 8.4.701-1
|
||||||
|
- Update to build 8.4-701
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:8.3.603-4
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:8.3.603-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user