From d925f018c42cc252c2644f01152408157f33df2d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 12 Nov 2005 19:58:46 +0000 Subject: Update included PDF-format manual to 8.1. --- .cvsignore | 2 +- postgresql.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 60d1b46..45355c1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -5,4 +5,4 @@ pgtcldocs-20041108.zip postgresql-8.1-404.jdbc2.jar postgresql-8.1-404.jdbc2ee.jar postgresql-8.1-404.jdbc3.jar -postgresql-8.0-US.pdf +postgresql-8.1-US.pdf diff --git a/postgresql.spec b/postgresql.spec index 4bf8d5f..fe67f62 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -82,7 +82,7 @@ Summary: PostgreSQL client programs and libraries. Name: postgresql Version: 8.1.0 -Release: 3 +Release: 4 License: BSD Group: Applications/Databases Url: http://www.postgresql.org/ @@ -97,7 +97,7 @@ Source10: http://jdbc.postgresql.org/download/postgresql-8.1-404.jdbc3.jar Source14: postgresql.pam Source15: postgresql-bashprofile Source16: filter-requires-perl-Pg.sh -Source17: http://www.postgresql.org/docs/manuals/postgresql-8.0-US.pdf +Source17: http://www.postgresql.org/docs/manuals/postgresql-8.1-US.pdf Source18: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.7.tgz Source19: ftp://gborg.postgresql.org/pub/pgtclng/stable/pgtcl1.5.2.tar.gz Source20: ftp://gborg.postgresql.org/pub/pgtclng/stable/pgtcldocs-20041108.zip @@ -809,6 +809,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Nov 12 2005 Tom Lane 8.1.0-4 +- Update included PDF-format manual to 8.1. + * Wed Nov 9 2005 Tom Lane 8.1.0-3 - Rebuild due to openssl library update. diff --git a/sources b/sources index 9153d31..bd3b791 100644 --- a/sources +++ b/sources @@ -5,4 +5,4 @@ d19dfdcb54c334495d32456a043e0232 pgtcl1.5.2.tar.gz 441d73f6f3a56c1abf8970ed79f51d28 postgresql-8.1-404.jdbc2.jar f506ae68d039bcc820641c1b1a8430c7 postgresql-8.1-404.jdbc2ee.jar 8d8788f0a8b8d2184b452e3f34d62966 postgresql-8.1-404.jdbc3.jar -2edd229aa83105175a1212a001dd030a postgresql-8.0-US.pdf +66d80897840724917cb838c76393692b postgresql-8.1-US.pdf -- cgit