rpms/postgresql-odbc/devel postgresql-odbc.spec, 1.29, 1.30 64bit-fixes.patch, 1.2, NONE

Tom Lane tgl at fedoraproject.org
Wed Dec 30 21:47:07 UTC 2009


Author: tgl

Update of /cvs/pkgs/rpms/postgresql-odbc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7152

Modified Files:
	postgresql-odbc.spec 
Removed Files:
	64bit-fixes.patch 
Log Message:
Update to version 08.04.0200


Index: postgresql-odbc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql-odbc/devel/postgresql-odbc.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- postgresql-odbc.spec	28 Aug 2009 15:18:58 -0000	1.29
+++ postgresql-odbc.spec	30 Dec 2009 21:47:07 -0000	1.30
@@ -1,7 +1,7 @@
 Name: postgresql-odbc
 Summary: PostgreSQL ODBC driver
-Version: 08.04.0100
-Release: 2%{?dist}
+Version: 08.04.0200
+Release: 1%{?dist}
 License: LGPLv2+
 Group: Applications/Databases
 URL: http://psqlodbc.projects.postgresql.org/
@@ -14,12 +14,10 @@ Source0: http://www.postgresql.org/ftp/o
 # 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 08.04.0100, configure.ac hasn't been updated to use PG8.4
+# BUT: as of 08.04.0200, configure.ac hasn't been updated to use PG8.4
 # macros, so keep using the previous version of acinclude.m4.
 Source1: acinclude.m4
 
-Patch1: 64bit-fixes.patch
-
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: unixODBC-devel
 BuildRequires: libtool automake autoconf postgresql-devel
@@ -37,8 +35,6 @@ PostgreSQL system via ODBC (Open Databas
 %prep
 %setup -q -n psqlodbc-%{version}
 
-%patch1 -p1
-
 # Some missing macros.  Courtesy Owen Taylor <otaylor at redhat.com>.
 cp -p %{SOURCE1} .
 
@@ -53,8 +49,7 @@ autoheader
 
 %build
 
-%configure --with-unixodbc --with-odbcinst=%{_sysconfdir} \
-	--disable-dependency-tracking
+%configure --with-unixodbc --disable-dependency-tracking
 
 make
 
@@ -83,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc license.txt readme.txt docs/*
 
 %changelog
+* Wed Dec 30 2009 Tom Lane <tgl at redhat.com> 08.04.0200-1
+- Update to version 08.04.0200
+
 * Fri Aug 28 2009 Tom Lane <tgl at redhat.com> 08.04.0100-2
 - Rebuild with new openssl
 


--- 64bit-fixes.patch DELETED ---




More information about the fedora-extras-commits mailing list