Author: glen Date: Mon Feb 19 21:21:27 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - HEAD merge: updated to 1.3a (fixes remote DNS DoS)
---- Files affected: SPECS: libevent.spec (1.14 -> 1.14.2.1) ---- Diffs: ================================================================ Index: SPECS/libevent.spec diff -u SPECS/libevent.spec:1.14 SPECS/libevent.spec:1.14.2.1 --- SPECS/libevent.spec:1.14 Tue Oct 17 08:18:26 2006 +++ SPECS/libevent.spec Mon Feb 19 22:21:22 2007 @@ -6,13 +6,14 @@ Summary: libevent - an event notification library Summary(pl): libevent - biblioteka powiadamiajÄ…ca o zdarzeniach Name: libevent -Version: 1.2 +Version: 1.3a Release: 1 Epoch: 0 License: BSD Group: Libraries +#Source0Download: http://www.monkey.org/~provos/libevent/ Source0: http://www.monkey.org/~provos/%{name}-%{version}.tar.gz -# Source0-md5: 3b7de04a7fa0ac2d96f714f720161c3f +# Source0-md5: 92011285cae8d7c37e587b0f82e441e5 URL: http://www.monkey.org/~provos/libevent/ BuildRequires: autoconf BuildRequires: automake @@ -82,19 +83,21 @@ %files %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so.*.*.* +%attr(755,root,root) %{_libdir}/libevent-*.so.*.*.* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/*.h -%{_mandir}/man3/* +# R: python +#%attr(755,root,root) %{_bindir}/event_rpcgen.py +%attr(755,root,root) %{_libdir}/libevent.so +%{_libdir}/libevent.la +%{_includedir}/ev*.h +%{_mandir}/man3/ev*.3* %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libevent.a %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -103,6 +106,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14.2.1 2007/02/19 21:21:22 glen +- HEAD merge: updated to 1.3a (fixes remote DNS DoS) + Revision 1.14 2006/10/17 06:18:26 arekm - up to 1.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libevent.spec?r1=1.14&r2=1.14.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
