From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLbeg-0003lp-To for guix-patches@gnu.org; Sat, 10 Nov 2018 17:23:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLbeg-0003ts-5n for guix-patches@gnu.org; Sat, 10 Nov 2018 17:23:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:40874) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLbeg-0003tM-0n for guix-patches@gnu.org; Sat, 10 Nov 2018 17:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gLbef-0005Tp-Sw for guix-patches@gnu.org; Sat, 10 Nov 2018 17:23:01 -0500 Subject: [bug#33308] [PATCH 2/2] gnu: capnproto: Update to 0.7.0. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181107195654.22832-1-mail@cbaines.net> <20181107195654.22832-2-mail@cbaines.net> Date: Sat, 10 Nov 2018 23:22:06 +0100 In-Reply-To: <20181107195654.22832-2-mail@cbaines.net> (Christopher Baines's message of "Wed, 7 Nov 2018 19:56:54 +0000") Message-ID: <875zx4wp2p.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 33308@debbugs.gnu.org Hello, Christopher Baines skribis: > * gnu/packages/serialization.scm (capnproto)[version]: Change to 0.7.0. > [source]: Update sha256 hash. > [arguments]: Add new 'use-tmp-for-tempory-files phase, to patch some test= s to > use /tmp for tempory files, as the default /var/tmp directory doesn't exi= st. I=E2=80=99d suggest moving the /var/tmp explanation in a comment but otherw= ise LGTM, thanks! Ludo=E2=80=99.