From b643fc28d7b3a39ec96de52fcaa1632f05550df9 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 13 Nov 2004 04:11:28 +0000 Subject: [PATCH] back-port 64-bit fixes from current upstream (bug #139004) --- postgresql-odbc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index c6a169e..d958b8a 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -1,13 +1,14 @@ Name: postgresql-odbc Summary: PostgreSQL ODBC driver. Version: 7.3 -Release: 8 +Release: 9 License: LGPL Group: Applications/Databases Url: http://gborg.postgresql.org/project/psqlodbc Source0: ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-07.03.0200.tar.gz Source1: acinclude.m4 +Patch1: psqlodbc-64bitfixes.patch BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: unixODBC-devel BuildRequires: automake autoconf @@ -25,6 +26,7 @@ PostgreSQL system via ODBC (Open Database Connectivity). %prep %setup -q -n psqlodbc-07.03.0200 +%patch1 -p1 # Some missing macros. Courtesy Owen Taylor . @@ -57,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/psqlodbc/odbc.sql %changelog +* Fri Nov 12 2004 Tom Lane 7.3-9 +- back-port 64-bit fixes from current upstream (bug #139004) + * Tue Sep 21 2004 Tom Lane 7.3-8 - rebuilt