SPECS (DEVEL): postfix.spec - first variable in scache_clnt_create...
sparky
sparky at pld-linux.org
Thu Jul 13 16:15:53 CEST 2006
Author: sparky Date: Thu Jul 13 14:15:53 2006 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- first variable in scache_clnt_create() function declaration [in
src/global/scache_clnt.c] has incorrect name, fast fix
---- Files affected:
SPECS:
postfix.spec (1.254.4.2 -> 1.254.4.3)
---- Diffs:
================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.254.4.2 SPECS/postfix.spec:1.254.4.3
--- SPECS/postfix.spec:1.254.4.2 Tue Jul 11 20:45:09 2006
+++ SPECS/postfix.spec Thu Jul 13 16:15:48 2006
@@ -62,6 +62,7 @@
BuildRequires: pcre-devel
%{?with_pgsql:BuildRequires: postgresql-devel}
BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: sed >= 4.0
%{?with_cdb:BuildRequires: tinycdb-devel}
Requires(post): /bin/hostname
Requires(post,postun): /sbin/ldconfig
@@ -216,12 +217,13 @@
%patch0 -p1
%patch1 -p0
%patch2 -p1
-%patch3 -p1
+#%patch3 -p1
%{?with_hir:%patch4 -p0}
#%{?with_polish:%patch5 -p1}
#%patch6 -p1
#%patch7 -p1 --obsolete/update ?
%patch8 -p1
+sed -i '/scache_clnt_create/s/server/var_scache_service/' src/global/scache_clnt.c
%build
%{__make} -f Makefile.init makefiles
@@ -414,6 +416,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.254.4.3 2006/07/13 14:15:48 sparky
+- first variable in scache_clnt_create() function declaration [in
+ src/global/scache_clnt.c] has incorrect name, fast fix
+
Revision 1.254.4.2 2006/07/11 18:45:09 shadzik
- conf_msg, dynamicmaps and ident patch fixes
- still NFY; it stopped build due to unresolved symbol var_scache_service;
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/postfix.spec?r1=1.254.4.2&r2=1.254.4.3&f=u
More information about the pld-cvs-commit
mailing list