From 998295d19ddef291982b0994bca7b32863a0d027 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 20 Aug 2012 19:53:15 -0400 Subject: [PATCH] Update to version 09.01.0200 --- .gitignore | 2 +- postgresql-odbc.spec | 21 ++++++++++----------- sources | 2 +- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 2345602..5a52b6a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/psqlodbc-09.01.0100.tar.gz +/psqlodbc-09.01.0200.tar.gz diff --git a/postgresql-odbc.spec b/postgresql-odbc.spec index a8df123..38ab9f3 100644 --- a/postgresql-odbc.spec +++ b/postgresql-odbc.spec @@ -1,12 +1,12 @@ Name: postgresql-odbc Summary: PostgreSQL ODBC driver -Version: 09.01.0100 -Release: 2%{?dist} +Version: 09.01.0200 +Release: 1%{?dist} License: LGPLv2+ Group: Applications/Databases URL: http://psqlodbc.projects.postgresql.org/ -Source0: http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{version}.tar.gz +Source0: http://www.postgresql.org/ftp/odbc/versions/src/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 @@ -15,11 +15,10 @@ Source0: http://ftp.postgresql.org/pub/odbc/versions/src/psqlodbc-%{version}.tar # 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 09.00.0200, configure.ac hasn't been updated to use latest +# BUT: as of 09.01.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 BuildRequires: unixODBC-devel BuildRequires: libtool automake autoconf postgresql-devel BuildRequires: openssl-devel krb5-devel pam-devel zlib-devel readline-devel @@ -38,7 +37,7 @@ PostgreSQL system via ODBC (Open Database Connectivity). cp -p %{SOURCE1} . # Use build system's libtool.m4, not the one in the package. -rm -f libtool.m4 +rm -f libtool.m4 config/libtool.m4 libtoolize --force --copy aclocal -I . @@ -53,7 +52,6 @@ autoheader make %install -rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install @@ -64,19 +62,20 @@ pushd ${RPM_BUILD_ROOT}%{_libdir} rm psqlodbcw.la popd -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr(-,root,root) %attr(755,root,root) %{_libdir}/psqlodbcw.so %{_libdir}/psqlodbc.so %doc license.txt readme.txt docs/* %changelog +* Mon Aug 20 2012 Tom Lane 09.01.0200-1 +- Update to version 09.01.0200 +- Minor specfile cleanup per suggestions from Tom Callaway +Related: #845110 + * Sat Jul 21 2012 Fedora Release Engineering - 09.01.0100-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 8d0992b..929c68a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -08121d9d57bb2dbab11c36c2cc8e8edb psqlodbc-09.01.0100.tar.gz +0f4ac0e6b0755af2452764db4cfe4e8f psqlodbc-09.01.0200.tar.gz