From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gDkyU-0003Xz-Gk for guix-patches@gnu.org; Sat, 20 Oct 2018 02:43:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gDkyT-0002yd-U6 for guix-patches@gnu.org; Sat, 20 Oct 2018 02:43:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55939) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gDkyT-0002yR-Q7 for guix-patches@gnu.org; Sat, 20 Oct 2018 02:43:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gDkyT-0008OR-MO for guix-patches@gnu.org; Sat, 20 Oct 2018 02:43:01 -0400 Subject: [bug#33038] [PATCH 2/6] gnu: mes: Update to 0.18.0-08f04f55. Resent-Message-ID: From: Jan Nieuwenhuizen References: <20181014085857.3863-1-janneke@gnu.org> <20181014085857.3863-2-janneke@gnu.org> <87zhv9d40m.fsf@gnu.org> Date: Sat, 20 Oct 2018 08:41:52 +0200 In-Reply-To: <87zhv9d40m.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 19 Oct 2018 23:23:53 +0200") Message-ID: <87efclazm7.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33038@debbugs.gnu.org Ludovic Court=C3=A8s writes: >> * gnu/packages/mes.scm (mes): Update to 0.18.0-08f04f55. >> * gnu/packages/commencement.scm (mes-boot0): Stay at 0.18.0. > > Perhaps put a comment as to why we take this particular commit. > Otherwise LGTM! Ah, sure; changed the commit message to gnu: mes: Update to 0.18.0-08f04f55. =20=20=20=20 This update is a preparation for the %bootstrap-mes package; due to som= e small problems it fails to build with plain mes-0.18. mes-boot0 stays at 0.1= 8 only to avoid another rebuild world. =20=20=20=20 %bootstrap-mes brings the building and packaging the Mes bootstrap seed= s from manual operation into Guix. We will bump mes and mes-boot0 to a future= 0.18.1 or 0.19 and regenerate %bootstrap-mes in a nex iteration. =20=20=20=20 08f04f55 build: Oops, remove stray lib/linux/x86_64-mes/crt1. 33f37f27 build: x86_64 bootstrap build fixes and workaround. 4ae2a111 doc: Release update. 5277669b mescc: Oops, delete wrong line of assembly. 44cc97a8 admin: Release update. =20=20=20=20 * gnu/packages/mes.scm (mes): Update to 0.18.0-08f04f55. * gnu/packages/commencement.scm (mes-boot0): Stay at 0.18.0. Thanks! janneke