[or-cvs] r8481: revert phobos's background about requiring libevent 1.1b for (tor/branches/tor-0_1_1-patches)

arma at seul.org arma at seul.org
Sun Sep 24 17:49:04 UTC 2006


Author: arma
Date: 2006-09-24 13:49:04 -0400 (Sun, 24 Sep 2006)
New Revision: 8481

Modified:
   tor/branches/tor-0_1_1-patches/tor.spec.in
Log:
revert phobos's background about requiring libevent 1.1b for
the 0.1.1.x tree. new dependencies on a stable branch are bad.


Modified: tor/branches/tor-0_1_1-patches/tor.spec.in
===================================================================
--- tor/branches/tor-0_1_1-patches/tor.spec.in	2006-09-24 17:46:07 UTC (rev 8480)
+++ tor/branches/tor-0_1_1-patches/tor.spec.in	2006-09-24 17:49:04 UTC (rev 8481)
@@ -128,8 +128,8 @@
 Requires: openssl >= 0.9.6
 BuildRequires: openssl-devel >= 0.9.6, rpm >= 4.0, zlib-devel
 %else 
-Requires: openssl >= 0.9.6, libevent >= 1.1b
-BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1b
+Requires: openssl >= 0.9.6, libevent >= 1.1a
+BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1a
 %endif
 %if %{is_fc}
 BuildRequires: rpm-build >= 4.0



More information about the tor-commits mailing list