SPECS: postfix.spec - updated to 2.3.2 (VDA patch to 2.3.1) - use...

wiget wiget at pld-linux.org
Tue Aug 1 17:09:21 CEST 2006


Author: wiget                        Date: Tue Aug  1 15:09:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.3.2 (VDA patch to 2.3.1) 
- use == not = in %%if 

---- Files affected:
SPECS:
   postfix.spec (1.259 -> 1.260) 

---- Diffs:

================================================================
Index: SPECS/postfix.spec
diff -u SPECS/postfix.spec:1.259 SPECS/postfix.spec:1.260
--- SPECS/postfix.spec:1.259	Mon Jul 31 16:40:11 2006
+++ SPECS/postfix.spec	Tue Aug  1 17:09:16 2006
@@ -22,21 +22,22 @@
 Summary(pt_BR):	Postfix - Um MTA (Mail Transport Agent) de alto desempenho
 Summary(sk):	Agent prenosu pošty Postfix
 Name:		postfix
-Version:	2.3.0
-Release:	0.2
+Version:	2.3.2
+%define		vda_ver 2.3.1
+Release:	0.1
 Epoch:		2
 License:	distributable
 Group:		Networking/Daemons
 Source0:	ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
-# Source0-md5:	72a714e0cc8a5fdbe770359ae965e09b
+# Source0-md5:	b1e482eea6a340041b8a637e62b15e3c
 Source1:	%{name}.aliases
 Source2:	%{name}.cron
 Source3:	%{name}.init
 Source4:	%{name}.sysconfig
 Source5:	%{name}.sasl
 Source6:	%{name}.pamd
-Source7:	http://web.onda.com.br/nadal/postfix/VDA/%{name}-%{version}-vda.patch.gz
-# Source7-md5:	e29d9db6641b22f788d496912e045992
+Source7:	http://web.onda.com.br/nadal/postfix/VDA/%{name}-%{vda_ver}-vda.patch.gz
+# Source7-md5:	fc7c1676ceecbfb414353af1dafe11de
 Patch0:		%{name}-config.patch
 Patch1:		%{name}-conf_msg.patch
 Patch2:		%{name}-dynamicmaps.patch
@@ -224,7 +225,7 @@
 #%patch7 -p1 --obsolete ?
 %patch8 -p1
 sed -i '/scache_clnt_create/s/server/var_scache_service/' src/global/scache_clnt.c
-%if "%{_lib}" = "lib64"
+%if "%{_lib}" == "lib64"
 %patch9 -p1
 %endif
 %patch10 -p1
@@ -421,6 +422,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.260  2006/08/01 15:09:16  wiget
+- updated to 2.3.2 (VDA patch to 2.3.1)
+- use == not = in %%if
+
 Revision 1.259  2006/07/31 14:40:11  glen
 - add postfix_memcached to TODO
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/postfix.spec?r1=1.259&r2=1.260&f=u



More information about the pld-cvs-commit mailing list