Update to PostgreSQL 8.3.6
This commit is contained in:
parent
2f4174b639
commit
d4ab76cc92
@ -1,5 +1,5 @@
|
||||
postgresql-8.3.5.tar.bz2
|
||||
postgresql-8.3.6.tar.bz2
|
||||
PyGreSQL-3.8.1.tgz
|
||||
pgtcl1.6.2.tar.gz
|
||||
pgtcldocs-20070115.zip
|
||||
postgresql-8.3.5-US.pdf
|
||||
postgresql-8.3.6-US.pdf
|
||||
|
@ -4,12 +4,12 @@ for PostgreSQL, but it's not very tenable in the Fedora/RHEL world.
|
||||
Dike out the check.
|
||||
|
||||
|
||||
diff -Naur postgresql-8.3.5.orig/configure.in postgresql-8.3.5/configure.in
|
||||
--- postgresql-8.3.5.orig/configure.in 2008-09-18 23:04:12.000000000 -0400
|
||||
+++ postgresql-8.3.5/configure.in 2008-09-25 10:26:10.000000000 -0400
|
||||
diff -Naur postgresql-8.3.6.orig/configure.in postgresql-8.3.6/configure.in
|
||||
--- postgresql-8.3.6.orig/configure.in 2008-09-18 23:04:12.000000000 -0400
|
||||
+++ postgresql-8.3.6/configure.in 2008-09-25 10:26:10.000000000 -0400
|
||||
@@ -19,10 +19,6 @@
|
||||
|
||||
AC_INIT([PostgreSQL], [8.3.5], [pgsql-bugs@postgresql.org])
|
||||
AC_INIT([PostgreSQL], [8.3.6], [pgsql-bugs@postgresql.org])
|
||||
|
||||
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.59], [], [m4_fatal([Autoconf version 2.59 is required.
|
||||
-Untested combinations of 'autoconf' and PostgreSQL versions are not
|
||||
|
@ -82,8 +82,8 @@
|
||||
|
||||
Summary: PostgreSQL client programs and libraries
|
||||
Name: postgresql
|
||||
Version: 8.3.5
|
||||
Release: 4%{?dist}
|
||||
Version: 8.3.6
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Applications/Databases
|
||||
Url: http://www.postgresql.org/
|
||||
@ -97,7 +97,7 @@ Source7: ecpg_config.h
|
||||
Source14: postgresql.pam
|
||||
Source15: postgresql-bashprofile
|
||||
Source16: filter-requires-perl-Pg.sh
|
||||
Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.5-US.pdf
|
||||
Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.6-US.pdf
|
||||
Source18: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.8.1.tgz
|
||||
Source19: http://pgfoundry.org/projects/pgtclng/pgtcl1.6.2.tar.gz
|
||||
Source20: http://pgfoundry.org/projects/pgtclng/pgtcldocs-20070115.zip
|
||||
@ -399,7 +399,7 @@ CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
|
||||
%endif
|
||||
|
||||
# Use --as-needed to eliminate unnecessary link dependencies.
|
||||
# Hopefully upstream will do this for itself in some future release.
|
||||
# NB: Postgres 8.4 will do this for itself.
|
||||
LDFLAGS="-Wl,--as-needed"; export LDFLAGS
|
||||
|
||||
%configure --disable-rpath \
|
||||
@ -863,6 +863,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Feb 7 2009 Tom Lane <tgl@redhat.com> 8.3.6-1
|
||||
- Update to PostgreSQL 8.3.6, for various fixes described at
|
||||
http://www.postgresql.org/docs/8.3/static/release-8-3-6.html
|
||||
|
||||
* Wed Jan 21 2009 Dennis Gilmore <dennis@ausil.us> 8.3.5-4
|
||||
- use -O1 on sparc64
|
||||
|
||||
|
4
sources
4
sources
@ -1,5 +1,5 @@
|
||||
3bc028774d7a79e926be0c6a9c7ca209 postgresql-8.3.5.tar.bz2
|
||||
4f8c67d802bd03b5b844e268bba7d44a postgresql-8.3.6.tar.bz2
|
||||
5575979dac93c9c5795d7693a8f91c86 PyGreSQL-3.8.1.tgz
|
||||
abf26e3cd7f8229f468045ed1fb7e748 pgtcl1.6.2.tar.gz
|
||||
8ce98e93b238c3329d0fe43810442c44 pgtcldocs-20070115.zip
|
||||
45042f646d2d7979acd9f3d03572c705 postgresql-8.3.5-US.pdf
|
||||
c0a875cb8694315fcbf87bf973a3169c postgresql-8.3.6-US.pdf
|
||||
|
Loading…
Reference in New Issue
Block a user