Author: arekm Date: Sun Jun 25 18:04:51 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 26; really use poll instead of select wrapper
---- Files affected: SPECS: tpop3d.spec (1.76 -> 1.77) ---- Diffs: ================================================================ Index: SPECS/tpop3d.spec diff -u SPECS/tpop3d.spec:1.76 SPECS/tpop3d.spec:1.77 --- SPECS/tpop3d.spec:1.76 Thu Jun 22 19:54:47 2006 +++ SPECS/tpop3d.spec Sun Jun 25 20:04:45 2006 @@ -17,7 +17,7 @@ Summary(pl): Serwer POP3 Name: tpop3d Version: 1.5.3 -Release: 25 +Release: 26 License: GPL Group: Networking/Daemons Source0: http://www.ex-parrot.com/~chris/tpop3d/%{name}-%{version}.tar.gz @@ -32,6 +32,7 @@ Patch4: %{name}-disable-dotfile-locking.patch Patch5: %{name}-sql-getpwuid-optional.patch Patch6: %{name}-loglevel.patch +Patch7: %{name}-poll.patch URL: http://www.ex-parrot.com/~chris/tpop3d/ BuildRequires: autoconf BuildRequires: automake @@ -124,6 +125,7 @@ %patch5 -p0 %endif %patch6 -p1 +%patch7 -p1 %build %{__aclocal} @@ -191,6 +193,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.77 2006/06/25 18:04:45 arekm +- rel 26; really use poll instead of select wrapper + Revision 1.76 2006/06/22 17:54:47 arekm - rel 25; new poll based code ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/tpop3d.spec?r1=1.76&r2=1.77&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
