Author: qboosh Date: Mon Feb 19 20:56:57 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.3a (fixes remote DNS DoS)
---- Files affected: SPECS: libevent.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/libevent.spec diff -u SPECS/libevent.spec:1.16 SPECS/libevent.spec:1.17 --- SPECS/libevent.spec:1.16 Tue Feb 13 07:46:50 2007 +++ SPECS/libevent.spec Mon Feb 19 21:56:52 2007 @@ -6,13 +6,14 @@ Summary: libevent - an event notification library Summary(pl.UTF-8): 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.17 2007/02/19 20:56:52 qboosh +- updated to 1.3a (fixes remote DNS DoS) + Revision 1.16 2007/02/13 06:46:50 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libevent.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
