rpms/postgresql-odbc/devel .cvsignore, 1.12, 1.13 64bit-fixes.patch, 1.1, 1.2 postgresql-odbc.spec, 1.27, 1.28 sources, 1.12, 1.13

Tom Lane tgl at fedoraproject.org
Tue Aug 18 04:30:14 UTC 2009


Author: tgl

Update of /cvs/pkgs/rpms/postgresql-odbc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17771

Modified Files:
	.cvsignore 64bit-fixes.patch postgresql-odbc.spec sources 
Log Message:
Update to version 08.04.0100


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql-odbc/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	5 Aug 2008 18:05:05 -0000	1.12
+++ .cvsignore	18 Aug 2009 04:30:14 -0000	1.13
@@ -1 +1 @@
-psqlodbc-08.03.0200.tar.gz
+psqlodbc-08.04.0100.tar.gz

64bit-fixes.patch:
 odbcapi30.c  |    6 ------
 odbcapi30w.c |    4 ----
 2 files changed, 10 deletions(-)

Index: 64bit-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql-odbc/devel/64bit-fixes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 64bit-fixes.patch	20 Feb 2009 18:02:53 -0000	1.1
+++ 64bit-fixes.patch	18 Aug 2009 04:30:14 -0000	1.2
@@ -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/odbc
  			)
  {
  	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/odbc
  	)
  {
  	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 */


Index: postgresql-odbc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql-odbc/devel/postgresql-odbc.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- postgresql-odbc.spec	26 Jul 2009 19:15:48 -0000	1.27
+++ postgresql-odbc.spec	18 Aug 2009 04:30:14 -0000	1.28
@@ -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/o
 # 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 <tgl at redhat.com> 08.04.0100-1
+- Update to version 08.04.0100
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 08.03.0200-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql-odbc/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- sources	5 Aug 2008 18:05:05 -0000	1.12
+++ sources	18 Aug 2009 04:30:14 -0000	1.13
@@ -1 +1 @@
-4950e71c215764ff3beeb7a505c1321a  psqlodbc-08.03.0200.tar.gz
+2328c3e97e6a376620a5d317137515ff  psqlodbc-08.04.0100.tar.gz




More information about the fedora-extras-commits mailing list