From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [hail patch 1/1] kill vestiges of libevent Date: Tue, 13 Jul 2010 22:18:45 -0400 Message-ID: <4C3D1E85.60104@garzik.org> References: <20100713194221.7abbac9c@lembas.zaitcev.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=4ahy6OLVJXXAIedmeUMtiSsk+4knFlj2x6xTpQGJgHQ=; b=sM+chuAoAe8rcc3yJaap5wWsOZwIXxmZriQuxpqpB6hDqHARm55J2N59OdnJFjJhpn I84+kYVVE7kLe7uNLeymrODqv3Z99C6Z6pQ1oF8ukakmbLj3jEATFsd9rYmYd/Q/+2Mh trCtig/iGWyN06wRxzMG9f4HU2pw+3kSqjzEk= In-Reply-To: <20100713194221.7abbac9c@lembas.zaitcev.lan> Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Pete Zaitcev Cc: Project Hail List On 07/13/2010 09:42 PM, Pete Zaitcev wrote: > Tabled still uses libevent, but not the rest of Hail (and not hstor). > > Patch verified by removing the libevent-devel package and rebuilding. > > Signed-off-by: Pete Zaitcev > > --- > README | 1 - > pkg/hail.spec | 3 +-- > 2 files changed, 1 insertion(+), 3 deletions(-) > > commit f9d15bf4ee1656f343c67bf3dbcc84765bf856ab > Author: Pete Zaitcev > Date: Tue Jul 13 19:28:42 2010 -0600 > > Drop vestiges of libevent. applied