diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index 4625443..7b4b37b 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -1,7 +1,7 @@ Name: postgresql-odbc Summary: PostgreSQL ODBC driver. Version: 08.01.0200 -Release: 2 +Release: 3 License: LGPL Group: Applications/Databases Url: http://gborg.postgresql.org/project/psqlodbc @@ -11,7 +11,7 @@ Source1: acinclude.m4 BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: unixODBC-devel -BuildRequires: automake autoconf postgresql-devel +BuildRequires: libtool automake autoconf postgresql-devel Requires: postgresql-libs >= 8.0 Provides: postgresql-odbc @@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT %doc license.txt readme.txt docs/* %changelog +* Sat Jun 10 2006 Tom Lane 08.01.0200-3 +- Fix BuildRequires: for mock build environment + * Wed Mar 22 2006 Tom Lane 08.01.0200-2 - Change library name back to psqlodbc.so, because it appears that upstream will revert to that name in next release; no point in thrashing the name.