Author: bszx Date: Mon Jul 18 17:40:56 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - errno problem fixed like in qmail
---- Files affected: SPECS: serialmail.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/serialmail.spec diff -u SPECS/serialmail.spec:1.19 SPECS/serialmail.spec:1.20 --- SPECS/serialmail.spec:1.19 Wed Feb 2 22:17:56 2005 +++ SPECS/serialmail.spec Mon Jul 18 19:40:50 2005 @@ -8,6 +8,7 @@ Group: Networking/Daemons Source0: http://cr.yp.to/software/%{name}-%{version}.tar.gz # Source0-md5: e6a3049863ae8577b1780fcd9fbc98a9 +Patch0: serialmail-errno.patch URL: http://www.qmail.org/ Requires: ucspi-tcp BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -20,6 +21,7 @@ %prep %setup -q +%patch0 -p1 echo %{__cc} %{rpmcflags} >conf-cc echo /usr >conf-home @@ -54,6 +56,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2005/07/18 17:40:50 bszx +- errno problem fixed like in qmail + Revision 1.19 2005/02/02 21:17:56 darekr - cosmetics ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/serialmail.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
