diff --git a/.cvsignore b/.cvsignore index 3eac7de..50bd07f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -psqlodbc-08.03.0200.tar.gz +psqlodbc-08.04.0100.tar.gz diff --git a/64bit-fixes.patch b/64bit-fixes.patch index 63fa24e..ed32d62 100644 --- a/64bit-fixes.patch +++ b/64bit-fixes.patch @@ -1,9 +1,9 @@ Miscellaneous changes to align psqlodbc with unixODBC 64-bit fixes. -diff -Naur psqlodbc-08.03.0200.orig/odbcapi30.c psqlodbc-08.03.0200/odbcapi30.c ---- psqlodbc-08.03.0200.orig/odbcapi30.c 2006-11-14 10:29:25.000000000 -0500 -+++ psqlodbc-08.03.0200/odbcapi30.c 2009-02-16 13:05:58.000000000 -0500 +diff -Naur psqlodbc-08.04.0100.orig/odbcapi30.c psqlodbc-08.04.0100/odbcapi30.c +--- psqlodbc-08.04.0100.orig/odbcapi30.c 2008-10-06 17:46:09.000000000 -0400 ++++ psqlodbc-08.04.0100/odbcapi30.c 2009-08-17 23:40:02.000000000 -0400 @@ -118,13 +118,7 @@ SQLPOINTER CharacterAttribute, SQLSMALLINT BufferLength, @@ -18,10 +18,10 @@ diff -Naur psqlodbc-08.03.0200.orig/odbcapi30.c psqlodbc-08.03.0200/odbcapi30.c ) { CSTR func = "SQLColAttribute"; -diff -Naur psqlodbc-08.03.0200.orig/odbcapi30w.c psqlodbc-08.03.0200/odbcapi30w.c ---- psqlodbc-08.03.0200.orig/odbcapi30w.c 2007-04-03 10:49:02.000000000 -0400 -+++ psqlodbc-08.03.0200/odbcapi30w.c 2009-02-16 13:08:05.000000000 -0500 -@@ -255,11 +255,7 @@ +diff -Naur psqlodbc-08.04.0100.orig/odbcapi30w.c psqlodbc-08.04.0100/odbcapi30w.c +--- psqlodbc-08.04.0100.orig/odbcapi30w.c 2009-03-22 10:17:10.000000000 -0400 ++++ psqlodbc-08.04.0100/odbcapi30w.c 2009-08-17 23:40:02.000000000 -0400 +@@ -262,11 +262,7 @@ SQLPOINTER pCharAttr, SQLSMALLINT cbCharAttrMax, SQLSMALLINT *pcbCharAttr, @@ -33,27 +33,3 @@ diff -Naur psqlodbc-08.03.0200.orig/odbcapi30w.c psqlodbc-08.03.0200/odbcapi30w. ) { CSTR func = "SQLColAttributeW"; -diff -Naur psqlodbc-08.03.0200.orig/psqlodbc.h psqlodbc-08.03.0200/psqlodbc.h ---- psqlodbc-08.03.0200.orig/psqlodbc.h 2008-05-03 01:57:42.000000000 -0400 -+++ psqlodbc-08.03.0200/psqlodbc.h 2009-02-16 13:02:22.000000000 -0500 -@@ -235,9 +235,6 @@ - #else - #define DRIVER_FILE_NAME "PSQLODBC25.DLL" - #endif /* ODBCVER 0x0300 */ --BOOL isMsAccess(); --BOOL isMsQuery(); --BOOL isSqlServr(); - #else - #ifdef UNICODE_SUPPORT - #define DRIVER_FILE_NAME "psqlodbcw.so" -@@ -246,6 +243,10 @@ - #endif - #endif /* WIN32 */ - -+BOOL isMsAccess(); -+BOOL isMsQuery(); -+BOOL isSqlServr(); -+ - #define NULL_CATALOG_NAME "" - - /* ESCAPEs */ diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index 8926f75..32efa2a 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -1,7 +1,7 @@ Name: postgresql-odbc Summary: PostgreSQL ODBC driver -Version: 08.03.0200 -Release: 4%{?dist} +Version: 08.04.0100 +Release: 1%{?dist} License: LGPLv2+ Group: Applications/Databases URL: http://psqlodbc.projects.postgresql.org/ @@ -14,6 +14,8 @@ Source0: http://www.postgresql.org/ftp/odbc/versions/src/psqlodbc-%{version}.tar # available while building this RPM.) To generate: in psqlodbc source tree, # aclocal -I . -I $PGSRC/config # then strip aclocal.m4 down to just the PGAC macros. +# BUT: as of 08.04.0100, configure.ac hasn't been updated to use PG8.4 +# macros, so keep using the previous version of acinclude.m4. Source1: acinclude.m4 Patch1: 64bit-fixes.patch @@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT %doc license.txt readme.txt docs/* %changelog +* Tue Aug 18 2009 Tom Lane 08.04.0100-1 +- Update to version 08.04.0100 + * Sun Jul 26 2009 Fedora Release Engineering - 08.03.0200-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 079ad95..0bb1934 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4950e71c215764ff3beeb7a505c1321a psqlodbc-08.03.0200.tar.gz +2328c3e97e6a376620a5d317137515ff psqlodbc-08.04.0100.tar.gz