SPECS: postgresql.spec - added small fix/workaround for pg_ctl fai...
hawk
hawk at pld-linux.org
Tue Apr 4 19:08:56 CEST 2006
Author: hawk Date: Tue Apr 4 17:08:55 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added small fix/workaround for pg_ctl failing when unix_socket_directory
is defined in postgresql.conf
- release 2
---- Files affected:
SPECS:
postgresql.spec (1.351 -> 1.352)
---- Diffs:
================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.351 SPECS/postgresql.spec:1.352
--- SPECS/postgresql.spec:1.351 Sun Mar 12 23:45:47 2006
+++ SPECS/postgresql.spec Tue Apr 4 19:08:50 2006
@@ -27,7 +27,7 @@
Summary(zh_CN): PostgreSQL żÍť§śËłĚĐňşÍżâÎÄźţ
Name: postgresql
Version: 8.1.3
-Release: 1
+Release: 2
License: BSD
Group: Applications/Databases
Source0: ftp://ftp6.pl.postgresql.org/pub/postgresql/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -45,6 +45,7 @@
Patch3: %{name}-ecpg_link.patch
Patch4: %{name}-ecpg-includedir.patch
Patch5: %{name}-ac.patch
+Patch6: %{name}-pg_ctl-fix.patch
URL: http://www.postgresql.org/
BuildRequires: autoconf
BuildRequires: automake
@@ -745,6 +746,7 @@
%patch3 -p1
%patch4 -p1
#patch5 -p1 needed for glibc2.3.4 + gcc4
+%patch6 -p0
%if %{with php}
patch -p1 < plphp.patch
@@ -1103,6 +1105,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.352 2006/04/04 17:08:50 hawk
+- added small fix/workaround for pg_ctl failing when unix_socket_directory
+ is defined in postgresql.conf
+- release 2
+
Revision 1.351 2006/03/12 22:45:47 glen
- use %service, adapterized
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.351&r2=1.352&f=u
More information about the pld-cvs-commit
mailing list