From 5bf9ab54d0722505b05752bbb74426d5a66980ab Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 2 Nov 2007 21:05:38 +0000 Subject: [PATCH] Update to version 08.02.0500 --- .cvsignore | 2 +- postgresql-odbc.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2a6cba5..a787692 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -psqlodbc-08.02.0200.tar.gz +psqlodbc-08.02.0500.tar.gz diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index 68799cd..3f2bb05 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -1,7 +1,7 @@ Name: postgresql-odbc Summary: PostgreSQL ODBC driver -Version: 08.02.0200 -Release: 2%{?dist} +Version: 08.02.0500 +Release: 1%{?dist} License: LGPLv2+ Group: Applications/Databases URL: http://psqlodbc.projects.postgresql.org/ @@ -11,7 +11,7 @@ Source0: http://www.postgresql.org/ftp/odbc/versions/src/psqlodbc-%{version}.tar # This is a kluge that ought to go away, but upstream currently isn't # shipping their custom macros anywhere except in aclocal.m4. (The macros # actually come from the Postgres source tree, but we haven't got that -# available while building this RPM.) To generate: in this source tree, +# 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. Source1: acinclude.m4 @@ -34,8 +34,11 @@ PostgreSQL system via ODBC (Open Database Connectivity). %setup -q -n psqlodbc-%{version} # Some missing macros. Courtesy Owen Taylor . - cp -p %{SOURCE1} . + +# Use build system's libtool.m4, not the one in the package. +rm -f libtool.m4 + libtoolize --force --copy aclocal -I . automake --add-missing --copy @@ -76,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %doc license.txt readme.txt docs/* %changelog +* Fri Nov 2 2007 Tom Lane 08.02.0500-1 +- Update to version 08.02.0500 + * Thu Aug 2 2007 Tom Lane 08.02.0200-2 - Update License tag to match code. diff --git a/sources b/sources index 8169f44..e99008b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8de1ac6c7002e764629c4e4ef24ae61 psqlodbc-08.02.0200.tar.gz +123479084fdb0e130b392386b2d1e79a psqlodbc-08.02.0500.tar.gz