[or-cvs] r8248: Update rpms to require libevent 1.1b (in tor/branches/tor-0_1_1-patches: . contrib/osx)

phobos at seul.org phobos at seul.org
Mon Aug 28 00:41:32 UTC 2006


Author: phobos
Date: 2006-08-27 20:41:32 -0400 (Sun, 27 Aug 2006)
New Revision: 8248

Modified:
   tor/branches/tor-0_1_1-patches/contrib/osx/package.sh
   tor/branches/tor-0_1_1-patches/tor.spec.in
Log:
Update rpms to require libevent 1.1b


Modified: tor/branches/tor-0_1_1-patches/contrib/osx/package.sh
===================================================================
--- tor/branches/tor-0_1_1-patches/contrib/osx/package.sh	2006-08-28 00:40:11 UTC (rev 8247)
+++ tor/branches/tor-0_1_1-patches/contrib/osx/package.sh	2006-08-28 00:41:32 UTC (rev 8248)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # $Id$
-# Copyright 2004-2005 Nick Mathewson.
+# Copyright 2004-2005 Nick Mathewson. 
 # See LICENSE in Tor distribution for licensing information.
 
 # This script builds a Macintosh OS X metapackage containing 4 packages:

Modified: tor/branches/tor-0_1_1-patches/tor.spec.in
===================================================================
--- tor/branches/tor-0_1_1-patches/tor.spec.in	2006-08-28 00:40:11 UTC (rev 8247)
+++ tor/branches/tor-0_1_1-patches/tor.spec.in	2006-08-28 00:41:32 UTC (rev 8248)
@@ -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.1a
-BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1a
+Requires: openssl >= 0.9.6, libevent >= 1.1b
+BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1b
 %endif
 %if %{is_fc}
 BuildRequires: rpm-build >= 4.0



More information about the tor-commits mailing list