Update to version 08.00.0100.

This commit is contained in:
Tom Lane 2005-03-02 23:12:25 +00:00
parent b643fc28d7
commit ede393ca14
3 changed files with 11 additions and 12 deletions

View File

@ -1 +1 @@
psqlodbc-07.03.0200.tar.gz
psqlodbc-08.00.0100.tar.gz

View File

@ -1,23 +1,22 @@
Name: postgresql-odbc
Summary: PostgreSQL ODBC driver.
Version: 7.3
Release: 9
Version: 08.00.0100
Release: 1
License: LGPL
Group: Applications/Databases
Url: http://gborg.postgresql.org/project/psqlodbc
Source0: ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-07.03.0200.tar.gz
Source0: ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-%{version}.tar.gz
Source1: acinclude.m4
Patch1: psqlodbc-64bitfixes.patch
BuildRoot: %{_tmppath}/%{name}-root
BuildPreReq: unixODBC-devel
BuildRequires: automake autoconf
Requires: postgresql-libs >= 7.3
Requires: postgresql-libs >= 8.0
Provides: postgresql-odbc
Buildroot: %{_tmppath}/%{name}-%{version}-root
# This spec file and ancilliary files are licensed in accordance with
# This spec file and ancillary files are licensed in accordance with
# the psqlodbc license.
%description
@ -25,8 +24,7 @@ This package includes the driver needed for applications to access a
PostgreSQL system via ODBC (Open Database Connectivity).
%prep
%setup -q -n psqlodbc-07.03.0200
%patch1 -p1
%setup -q -n psqlodbc-%{version}
# Some missing macros. Courtesy Owen Taylor <otaylor@redhat.com>.
@ -55,10 +53,11 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%attr(755,root,root) %{_libdir}/psqlodbc.so
%{_libdir}/psqlodbc.la
%{_datadir}/psqlodbc/odbc-drop.sql
%{_datadir}/psqlodbc/odbc.sql
%changelog
* Wed Mar 2 2005 Tom Lane <tgl@redhat.com> 08.00.0100-1
- Update to version 08.00.0100.
* Fri Nov 12 2004 Tom Lane <tgl@redhat.com> 7.3-9
- back-port 64-bit fixes from current upstream (bug #139004)

View File

@ -1 +1 @@
d0c8ec30f8e14ebb0c0ad42eb16f90b3 psqlodbc-07.03.0200.tar.gz
da3409dc47618e0d6fd6f24f4c63a953 psqlodbc-08.00.0100.tar.gz