From patchwork Wed Apr 10 18:27:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: JesseJohnGildersleve X-Patchwork-Id: 3264 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id A58DA16E38; Wed, 10 Apr 2019 19:28:10 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_DKIM_INVALID,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 8E76716E36 for ; Wed, 10 Apr 2019 19:28:09 +0100 (BST) Received: from localhost ([127.0.0.1]:35639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEHxA-0002oH-UM for patchwork@mira.cbaines.net; Wed, 10 Apr 2019 14:28:09 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEHx8-0002nB-HD for guix-patches@gnu.org; Wed, 10 Apr 2019 14:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEHx7-0006Hw-Cn for guix-patches@gnu.org; Wed, 10 Apr 2019 14:28:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39975) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEHx4-0006GS-PP for guix-patches@gnu.org; Wed, 10 Apr 2019 14:28:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hEHx4-0007UD-IJ for guix-patches@gnu.org; Wed, 10 Apr 2019 14:28:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#35221] [PATCH 1/2] Update bordeaux-threads update to 0.8.6 and add log4cl Resent-From: JesseJohnGildersleve Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 10 Apr 2019 18:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 35221 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35221@debbugs.gnu.org X-Debbugs-Original-To: "guix-patches@gnu.org" Received: via spool by submit@debbugs.gnu.org id=B.155492087128759 (code B ref -1); Wed, 10 Apr 2019 18:28:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Apr 2019 18:27:51 +0000 Received: from localhost ([127.0.0.1]:53519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEHwt-0007Tm-9L for submit@debbugs.gnu.org; Wed, 10 Apr 2019 14:27:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hEHwr-0007TZ-96 for submit@debbugs.gnu.org; Wed, 10 Apr 2019 14:27:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:34246) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hEHwh-00067J-LJ for submit@debbugs.gnu.org; Wed, 10 Apr 2019 14:27:40 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEHwg-0002IH-CF for guix-patches@gnu.org; Wed, 10 Apr 2019 14:27:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEHwb-00065H-R3 for guix-patches@gnu.org; Wed, 10 Apr 2019 14:27:37 -0400 Received: from mail-40133.protonmail.ch ([185.70.40.133]:29712) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hEHwS-00060M-PW for guix-patches@gnu.org; Wed, 10 Apr 2019 14:27:28 -0400 Date: Wed, 10 Apr 2019 18:27:17 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1554920841; bh=OklZB3E4tVikditjOZsbBPZqLKH4R5sNa7qpGGwJfAs=; h=Date:To:From:Reply-To:Subject:Feedback-ID:From; b=RDAMhEHcZGajokHfdTvGj8hQRf2M0a7h6ARB+yK34ieIm1KIFxZQjyMOVSaUnXweC 5yuTybbv9cPrb+b9ONj5DHtgVHk6O/4CVjPQrxwsOgeHzN5iK1k7Cw2AMQ87mPi26M IwAjLleB1s2VTxx1STQDdJAwbtKNS9IoWVPhC9tM= From: JesseJohnGildersleve Message-ID: Feedback-ID: 7-zRRifrG2aHc77npheAam6ujzth-Q9KiS4b6nf44xovsSC04WgboBMX7mmHPqgdgjkY6d5IfwJvecMtl_rVqw==:Ext:ProtonMail MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: JesseJohnGildersleve Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches This update will be eventually needed to build a future version of the next browser (I am packaging the git version). This package is required for the package sbclc-log4cl. From c4d33e29cefbab083eb19aeb44a2fd47841da21c Mon Sep 17 00:00:00 2001 From: frozenpigs Date: Wed, 10 Apr 2019 18:48:12 +0100 Subject: [PATCH] gnu: bordeaux-threads update to 0.8.6 --- gnu/packages/lisp.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -- 2.21.0 diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 5a30e7c1dd..e0f3e0ae40 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2018 Pierre Neidhardt ;;; Copyright © 2018 Pierre Langlois ;;; Copyright © 2019 Katherine Cox-Buday +;;; Copyright © 2019 Jesse Gildersleve ;;; ;;; This file is part of GNU Guix. ;;; @@ -714,18 +715,18 @@ interactive development model in mind.") (sbcl-package->ecl-package sbcl-fiveam)) (define-public sbcl-bordeaux-threads - (let ((commit "354abb0ae9f1d9324001e1a8abab3128d7420e0e") + (let ((commit "5dce49fbc829f4d136a734f5ef4f5d599660984f") (revision "1")) (package (name "sbcl-bordeaux-threads") - (version (git-version "0.8.5" revision commit)) + (version (git-version "0.8.6" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/sionescu/bordeaux-threads.git") (commit commit))) (sha256 - (base32 "1hcfp21l6av1xj6z7r77sp6h4mwf9vvx4s745803sysq2qy2mwnq")) + (base32 "1gkh9rz7zw57n3110ikcf4835950wr4hgp8l79id5ai6nd86x7wv")) (file-name (git-file-name "bordeaux-threads" version)))) (inputs `(("alexandria" ,sbcl-alexandria)))