Update to PostgreSQL 8.3.5

This commit is contained in:
Tom Lane 2008-11-02 18:23:29 +00:00
parent 516dbde427
commit ef0957ba0a
5 changed files with 17 additions and 11 deletions

View File

@ -1,5 +1,5 @@
postgresql-8.3.4.tar.bz2
postgresql-8.3.5.tar.bz2
PyGreSQL-3.8.1.tgz
pgtcl1.6.2.tar.gz
pgtcldocs-20070115.zip
postgresql-8.3.4-US.pdf
postgresql-8.3.5-US.pdf

View File

@ -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.4.orig/configure.in postgresql-8.3.4/configure.in
--- postgresql-8.3.4.orig/configure.in 2008-09-18 23:04:12.000000000 -0400
+++ postgresql-8.3.4/configure.in 2008-09-25 10:26:10.000000000 -0400
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
@@ -19,10 +19,6 @@
AC_INIT([PostgreSQL], [8.3.4], [pgsql-bugs@postgresql.org])
AC_INIT([PostgreSQL], [8.3.5], [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

View File

@ -230,8 +230,9 @@ reload(){
initdb(){
if [ -f "$PGDATA/PG_VERSION" ]
then
echo "Data directory is not empty!"
echo -n "Data directory is not empty!"
echo_failure
echo
script_result=1
else
echo -n $"Initializing database: "
@ -257,6 +258,7 @@ initdb(){
echo_failure
script_result=1
fi
echo
fi
}

View File

@ -82,7 +82,7 @@
Summary: PostgreSQL client programs and libraries
Name: postgresql
Version: 8.3.4
Version: 8.3.5
Release: 1%{?dist}
License: BSD
Group: Applications/Databases
@ -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.4-US.pdf
Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.5-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
@ -859,6 +859,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Sun Nov 2 2008 Tom Lane <tgl@redhat.com> 8.3.5-1
- Update to PostgreSQL 8.3.5.
- Improve display from init script's initdb action, per Michael Schwendt
* Thu Sep 25 2008 Tom Lane <tgl@redhat.com> 8.3.4-1
- Update to PostgreSQL 8.3.4.

View File

@ -1,5 +1,5 @@
c339b9d3c0c4add64c7a76640fc93744 postgresql-8.3.4.tar.bz2
3bc028774d7a79e926be0c6a9c7ca209 postgresql-8.3.5.tar.bz2
5575979dac93c9c5795d7693a8f91c86 PyGreSQL-3.8.1.tgz
abf26e3cd7f8229f468045ed1fb7e748 pgtcl1.6.2.tar.gz
8ce98e93b238c3329d0fe43810442c44 pgtcldocs-20070115.zip
cbe2df6b07791aa5050b065c1ae2a132 postgresql-8.3.4-US.pdf
45042f646d2d7979acd9f3d03572c705 postgresql-8.3.5-US.pdf