From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: bedtools: Update to 2.24.0. Date: Sat, 25 Jul 2015 15:10:35 +0200 Message-ID: <20150725131035.GA8219@debian> References: <55B254A6.3050403@uq.edu.au> <87a8ukopcv.fsf@netris.org> <20150725090200.GA3669@debian> <55B387C1.7060702@uq.edu.au> <55B388E3.2030305@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIzE5-0002dK-Ap for guix-devel@gnu.org; Sat, 25 Jul 2015 09:10:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZIzE1-0006p6-As for guix-devel@gnu.org; Sat, 25 Jul 2015 09:10:53 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:59739) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZIzE1-0006p0-1S for guix-devel@gnu.org; Sat, 25 Jul 2015 09:10:49 -0400 Content-Disposition: inline In-Reply-To: <55B388E3.2030305@uq.edu.au> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ben Woodcroft Cc: guix-devel@gnu.org Hello Ben, thanks for your quick reply! On Sat, Jul 25, 2015 at 11:02:27PM +1000, Ben Woodcroft wrote: > - (version "2.22.0") > + (version "2.24.0") Now that 2.24.0 is in git master, could you please prepare your patch with respect to this version? In particular, the above two lines should not appear any more, and the commit message will have to be modified. > + ;; Fixed in upstream, see > + ;; https://github.com/arq5x/bedtools2/issues/271 > + (patches (list (search-patch "bedtools-32bit-compilation.patch"))))) You will also need to reference the patch file in gnu-system.am to include it into the distribution. Thanks! Andreas