From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d0EEk-0004q1-7u for guix-patches@gnu.org; Mon, 17 Apr 2017 17:31:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d0EEh-0006s8-0Q for guix-patches@gnu.org; Mon, 17 Apr 2017 17:31:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54858) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d0EEg-0006s0-TG for guix-patches@gnu.org; Mon, 17 Apr 2017 17:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d0EEg-0002Uo-Do for guix-patches@gnu.org; Mon, 17 Apr 2017 17:31:02 -0400 Subject: bug#26238: core-updates: Fix time zone bug in `date` 8.26 Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170324162234.GA32596@jasmine> <87d1d4p1nr.fsf@gnu.org> <20170326200114.GA9140@jasmine> <87o9wnnmy8.fsf@gnu.org> Date: Mon, 17 Apr 2017 23:30:36 +0200 In-Reply-To: <87o9wnnmy8.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 27 Mar 2017 10:27:59 +0200") Message-ID: <87vaq2oh6r.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: Leo Famulari Cc: 26238@debbugs.gnu.org Hi Leo! ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Leo Famulari skribis: > >> From 466a0ebad18ee5e38f280acf19ab19aadffa2206 Mon Sep 17 00:00:00 2001 >> From: Leo Famulari >> Date: Fri, 24 Mar 2017 12:18:21 -0400 >> Subject: [PATCH] gnu: coreutils: Fix a time-zone bug in date 8.26. >> >> * gnu/packages/base.scm (coreutils)[replacement]: New field. >> (coreutils/fixed): New variable. >> (coreutils-minimal)[source]: Use the source of coreutils/fixed. >> * gnu/packages/commencement.scm (coreutils-final)[replacement]: New fiel= d. >> * gnu/packages/patches/coreutils-fix-time-zone-conversion.patch: New fil= e. >> * gnu/local.mk (dist_patch_DATA): Add it. > > LGTM, thanks! Was there anything wrong with this patch? Otherwise I still think it=E2=80= =99s worth applying to =E2=80=98master=E2=80=99. Thanks, Ludo=E2=80=99.