From 8e800fba6ce911d1de12c443fd7b4bcb1b3d83f4 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Dec 29 2010 21:56:00 +0000 Subject: Update to version 09.00.0200 --- diff --git a/.gitignore b/.gitignore index 5c3c79c..44700be 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -psqlodbc-08.04.0200.tar.gz +/psqlodbc-09.00.0200.tar.gz diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index 152680c..3ba0d07 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -1,7 +1,7 @@ Name: postgresql-odbc Summary: PostgreSQL ODBC driver -Version: 08.04.0200 -Release: 2%{?dist} +Version: 09.00.0200 +Release: 1%{?dist} License: LGPLv2+ Group: Applications/Databases URL: http://psqlodbc.projects.postgresql.org/ @@ -10,6 +10,7 @@ URL: http://psqlodbc.projects.postgresql.org/ # represent statically. You can get the tarball by following a link from # http://www.postgresql.org/ftp/odbc/versions/src/ Source0: psqlodbc-%{version}.tar.gz + # CAUTION: acinclude.m4 has to be kept in sync with package's aclocal.m4. # 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 @@ -17,8 +18,8 @@ Source0: psqlodbc-%{version}.tar.gz # 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.0200, configure.ac hasn't been updated to use PG8.4 -# macros, so keep using the previous version of acinclude.m4. +# BUT: as of 09.00.0200, configure.ac hasn't been updated to use latest +# PG macros, so keep using the previous version of acinclude.m4. Source1: acinclude.m4 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -57,7 +58,7 @@ make %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make DESTDIR=$RPM_BUILD_ROOT install # Provide the old library name "psqlodbc.so" as a symlink, # and remove the rather useless .la file @@ -79,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT %doc license.txt readme.txt docs/* %changelog +* Wed Dec 29 2010 Tom Lane 09.00.0200-1 +- Update to version 09.00.0200 + * Wed Jan 20 2010 Tom Lane 08.04.0200-2 - Correct Source0: tag and comment to reflect how to get the tarball diff --git a/sources b/sources index 761100c..773b69a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8296be11d24e3111319826fbaf034066 psqlodbc-08.04.0200.tar.gz +bc5e59b331976747a088d79d61786c55 psqlodbc-09.00.0200.tar.gz