From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:32902) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jC5Hy-0001ex-TC for guix-patches@gnu.org; Wed, 11 Mar 2020 13:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jC5Hy-0007nO-1h for guix-patches@gnu.org; Wed, 11 Mar 2020 13:37:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49505) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jC5Hx-0007n9-Uk for guix-patches@gnu.org; Wed, 11 Mar 2020 13:37:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jC5Hx-0005H7-Sc for guix-patches@gnu.org; Wed, 11 Mar 2020 13:37:01 -0400 Subject: bug#39897: [PATCH] Remove package brotli Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200304095654.GB17022@zpidnp36> Date: Wed, 11 Mar 2020 18:36:06 +0100 In-Reply-To: <20200304095654.GB17022@zpidnp36> (Lars-Dominik Braun's message of "Wed, 4 Mar 2020 10:56:54 +0100") Message-ID: <87d09ihjzt.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: Lars-Dominik Braun Cc: 39897-done@debbugs.gnu.org Hi, Lars-Dominik Braun skribis: > this series removes the package brotli, which is parallel to google-brotl= i. > The latter provides version 1.0.7 of the shared libraries, whereas brotli > provided an earlier, unknown version. Its only dependent was woff2, which= has > been upgraded to the proper release 1.0.2 and which in turn is only used = by > font-fantasque-sanse. Both builds succeed. I pushed these two patches a few days ago but forgot to reply (?). I made =E2=80=9Cbrotli=E2=80=9D a deprecated alias for =E2=80=9Cgoogle-brot= li=E2=80=9D. Thanks! Ludo=E2=80=99.