Update to version 08.01.0100.
This commit is contained in:
parent
ede393ca14
commit
a95a321885
@ -1 +1 @@
|
|||||||
psqlodbc-08.00.0100.tar.gz
|
psqlodbc-08.01.0100.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: postgresql-odbc
|
Name: postgresql-odbc
|
||||||
Summary: PostgreSQL ODBC driver.
|
Summary: PostgreSQL ODBC driver.
|
||||||
Version: 08.00.0100
|
Version: 08.01.0100
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -8,9 +8,11 @@ Url: http://gborg.postgresql.org/project/psqlodbc
|
|||||||
|
|
||||||
Source0: ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-%{version}.tar.gz
|
Source0: ftp://ftp.us.postgresql.org/odbc/versions/src/psqlodbc-%{version}.tar.gz
|
||||||
Source1: acinclude.m4
|
Source1: acinclude.m4
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildPreReq: unixODBC-devel
|
BuildPreReq: unixODBC-devel
|
||||||
BuildRequires: automake autoconf
|
BuildRequires: automake autoconf
|
||||||
|
|
||||||
Requires: postgresql-libs >= 8.0
|
Requires: postgresql-libs >= 8.0
|
||||||
Provides: postgresql-odbc
|
Provides: postgresql-odbc
|
||||||
|
|
||||||
@ -55,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/psqlodbc.la
|
%{_libdir}/psqlodbc.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 7 2005 Tom Lane <tgl@redhat.com> 08.01.0100-1
|
||||||
|
- Update to version 08.01.0100.
|
||||||
|
|
||||||
* Wed Mar 2 2005 Tom Lane <tgl@redhat.com> 08.00.0100-1
|
* Wed Mar 2 2005 Tom Lane <tgl@redhat.com> 08.00.0100-1
|
||||||
- Update to version 08.00.0100.
|
- Update to version 08.00.0100.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user