packages: postgresql/postgresql.spec, postgresql/postgresql-pg_ctl-fix.patc...

arekm arekm at pld-linux.org
Thu Sep 22 22:35:44 CEST 2011


Author: arekm                        Date: Thu Sep 22 20:35:44 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2; looks like pg_ctl-fix not needed anymore (postgres starts fine without it even with unix_socket_directory set)

---- Files affected:
packages/postgresql:
   postgresql.spec (1.474 -> 1.475) , postgresql-pg_ctl-fix.patch (1.4 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.474 packages/postgresql/postgresql.spec:1.475
--- packages/postgresql/postgresql.spec:1.474	Wed Sep 21 22:53:53 2011
+++ packages/postgresql/postgresql.spec	Thu Sep 22 22:35:39 2011
@@ -30,7 +30,7 @@
 Summary(zh_CN.UTF-8):	PostgreSQL 客户端程序和库文件
 Name:		postgresql
 Version:	%{mver}.0
-Release:	0.1
+Release:	1
 License:	BSD
 Group:		Applications/Databases
 Source0:	ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -49,8 +49,7 @@
 Patch2:		%{name}-ecpg-includedir.patch
 Patch3:		%{name}-ac_version.patch
 Patch4:		%{name}-disable_horology_test.patch
-Patch5:		%{name}-pg_ctl-fix.patch
-Patch6:		%{name}-heimdal.patch
+Patch5:		%{name}-heimdal.patch
 URL:		http://www.postgresql.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -764,7 +763,6 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 tar xzf %{SOURCE4} -C contrib
 
@@ -800,7 +798,7 @@
 %{__make}
 
 for mod in %{contrib_modules}; do \
-	flags="%{rpmcflags} -DNEED_REENTRANT_FUNCS"
+	flags="%{rpmcflags} %{rpmcppflags} -DNEED_REENTRANT_FUNCS"
 	if [ $mod = "xml2"      ]; then flags="$flags -I/usr/include/libxml2"; fi
 	if [ $mod = "uuid-ossp" ]; then flags="$flags `uuid-config --cflags`"; fi
 	%{__make} -C contrib/$mod CFLAGS="$flags"
@@ -1272,6 +1270,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.475  2011/09/22 20:35:39  arekm
+- rel 2; looks like pg_ctl-fix not needed anymore (postgres starts fine without it even with unix_socket_directory set)
+
 Revision 1.474  2011/09/21 20:53:53  arekm
 - rel 0.1 actually - pg_ctl-fix.patch needs update (or checking if it can be obsoleted somehow)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.474&r2=1.475&f=u



More information about the pld-cvs-commit mailing list