From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 13 12:26:38 2021 Received: (at 49339) by debbugs.gnu.org; 13 Jul 2021 16:26:38 +0000 Received: from localhost ([127.0.0.1]:41641 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3LF0-0003KZ-CW for submit@debbugs.gnu.org; Tue, 13 Jul 2021 12:26:38 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:19117) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3LEv-0003KH-SA for 49339@debbugs.gnu.org; Tue, 13 Jul 2021 12:26:36 -0400 Date: Tue, 13 Jul 2021 16:26:26 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1626193587; bh=iF9xpYXlKKuUd8+SBQgpW1k+oLgb+thbvPK7KUFWJNA=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=Fxe2otOzO4YIPw2Ektff8kxgC/Z0MYHaJojI+d5WtPkXEZnrz5ZNln4a5oISeh83+ SxWNm4EjCsjNJMjwkjYOUHvUWYNnzZEVEZpIjdNPz7c18jGfm7ztk6VMTdn8stnxxU Oe3+Pg4NxSO6DEM+pYxHr4QQIfDSOSlOm3JWMULs= To: "49339@debbugs.gnu.org" <49339@debbugs.gnu.org> From: John Kehayias Subject: Re: [bug#49339] [PATCH core-updates] gnu: mesa: Update to 21.1.4. Message-ID: In-Reply-To: References: <1aa813b7dee2233dd82ae3d74d175fc68e28fdd5.camel@telenet.be> <_GQD4UBisH4wjKiOm3O6fzv8b1vdI890mQCX4gX6FQB7pXuDXpAU-mLiKMPRDMKu9vp_UFBUcOs6mlIKuKAbZ9W1lPQ5QnwhPBc2fra-Yow=@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49339 Cc: Maxime Devos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: John Kehayias Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Tuesday, July 13th, 2021 at 11:42 AM, John Kehayias wrote: > Hi everyone, > > Final update, we still need the mesa-skip-tests.patch, but only for the i= 686 part (second half). The other part of the patch is not needed as the te= st passes. > > Here is the final version of the patch to just update Mesa to 21.1.4. Not= e this depends on the libdrm update of https://issues.guix.gnu.org/49412 Me= sa builds as well as descendants I've tried (like xorg and friends). > > Shall we get this merged and set the libglvnd updates after (in case we r= un into the core-updates freeze)? That would work well for me at least. > > Thanks everyone, > > John I forgot the copyright line, though I think this should be for Irfan. Here = is mine, just in case: diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index cc5131b28d..f9b6ed9891 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -15,6 +15,7 @@ ;;; Copyright =C2=A9 2020 Giacomo Leidi ;;; Copyright =C2=A9 2020 Maxim Cournoyer ;;; Copyright =C2=A9 2020 Kei Kebreau +;;; Copyright =C2=A9 2021 John Kehayias ;;; ;;; This file is part of GNU Guix. ;;;