rpms/postgresql/F-9 .cvsignore, 1.43, 1.44 postgresql-ac-version.patch, 1.3, 1.4 postgresql.init, 1.23, 1.24 postgresql.spec, 1.97, 1.98 sources, 1.44, 1.45

Tom Lane tgl at fedoraproject.org
Sun Nov 2 18:47:45 UTC 2008


Author: tgl

Update of /cvs/pkgs/rpms/postgresql/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19536

Modified Files:
	.cvsignore postgresql-ac-version.patch postgresql.init 
	postgresql.spec sources 
Log Message:
Update to PostgreSQL 8.3.5


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-9/.cvsignore,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- .cvsignore	25 Sep 2008 14:50:49 -0000	1.43
+++ .cvsignore	2 Nov 2008 18:47:15 -0000	1.44
@@ -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

postgresql-ac-version.patch:

Index: postgresql-ac-version.patch
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-9/postgresql-ac-version.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- postgresql-ac-version.patch	25 Sep 2008 14:50:49 -0000	1.3
+++ postgresql-ac-version.patch	2 Nov 2008 18:47:15 -0000	1.4
@@ -4,12 +4,12 @@
 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 at postgresql.org])
+ AC_INIT([PostgreSQL], [8.3.5], [pgsql-bugs at 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


Index: postgresql.init
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-9/postgresql.init,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- postgresql.init	4 Feb 2007 18:34:03 -0000	1.23
+++ postgresql.init	2 Nov 2008 18:47:15 -0000	1.24
@@ -230,8 +230,9 @@
 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 @@
 	    echo_failure
 	    script_result=1
 	fi
+	echo
     fi
 }
 


Index: postgresql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-9/postgresql.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- postgresql.spec	25 Sep 2008 14:50:49 -0000	1.97
+++ postgresql.spec	2 Nov 2008 18:47:15 -0000	1.98
@@ -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 @@
 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 @@
 %endif
 
 %changelog
+* Sun Nov  2 2008 Tom Lane <tgl at 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 at redhat.com> 8.3.4-1
 - Update to PostgreSQL 8.3.4.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/postgresql/F-9/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- sources	25 Sep 2008 14:50:49 -0000	1.44
+++ sources	2 Nov 2008 18:47:15 -0000	1.45
@@ -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




More information about the fedora-extras-commits mailing list