[postgresql-odbc/f18] Update to version 09.01.0200

Tom Lane tgl at fedoraproject.org
Tue Aug 21 00:13:49 UTC 2012


commit 3427f32b34b1802f6349559b35bf774d8a4e508d
Author: Tom Lane <tgl at redhat.com>
Date:   Mon Aug 20 19:53:15 2012 -0400

    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 <tgl at redhat.com> 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 <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list