From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id eM0MF959VWQjxgAASxT56A (envelope-from ) for ; Sat, 06 May 2023 00:06:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id yEE1Ft59VWRBVQAAG6o9tA (envelope-from ) for ; Sat, 06 May 2023 00:06:22 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3262D17C19 for ; Sat, 6 May 2023 00:06:22 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pv3Yx-0001C9-Vt; Fri, 05 May 2023 18:06:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pv3Yx-0001Be-0Y for guix-patches@gnu.org; Fri, 05 May 2023 18:06:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pv3Yw-0000F0-OY for guix-patches@gnu.org; Fri, 05 May 2023 18:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pv3Yw-0001Wq-KJ for guix-patches@gnu.org; Fri, 05 May 2023 18:06:02 -0400 Subject: bug#63193: [PATCH 0/2] Update mupdf Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 05 May 2023 22:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 63193 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Timotej Lazar Cc: 63193-done@debbugs.gnu.org Mail-Followup-To: 63193@debbugs.gnu.org, ludo@gnu.org, timotej.lazar@araneo.si Received: via spool by 63193-done@debbugs.gnu.org id=D63193.16833243395840 (code D ref 63193); Fri, 05 May 2023 22:06:02 +0000 Received: (at 63193-done) by debbugs.gnu.org; 5 May 2023 22:05:39 +0000 Received: from localhost ([127.0.0.1]:57758 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pv3YY-0001W8-KJ for submit@debbugs.gnu.org; Fri, 05 May 2023 18:05:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pv3YX-0001Vt-7z for 63193-done@debbugs.gnu.org; Fri, 05 May 2023 18:05:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pv3YS-00008M-1G; Fri, 05 May 2023 18:05:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=1mX60QJlKUi9DWQoHMf6CdsSZe5FGQV8BPNfUyjD1p8=; b=bmpagd2gQXEI6ltOsgwK A2qh8MBiWIRJ7oVVIkZCICF66KH3Jns+X2t/b6ske3ta0roZ4ypRsKvOmWWH86DPXr9n4thk30ZfH NnvntQwLXyORWnEim7XAYTEmu0HPtX9zqsL/8fu8/wQ/8POEPuC7FyURDkbe0YpdiHNAj5wCKnd1e rM5RY3gLqEgaodZzd3sNUDzevK4QB6oY3x4tEjcL5EuD/CnR+00ANTM2I2EUnhP8slUvhZqMITQsn ka+EbYrdQDN6w9r38xLDQpRm+2PcgmGbJqAJiqgJFqLk71NKhmEowc1JB8bkvDguN2ut+PwlGMrKs r9fyxPLVe8hIPw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pv3YR-0004Vx-L6; Fri, 05 May 2023 18:05:31 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230430185101.32431-1-timotej.lazar@araneo.si> Date: Sat, 06 May 2023 00:05:29 +0200 In-Reply-To: <20230430185101.32431-1-timotej.lazar@araneo.si> (Timotej Lazar's message of "Sun, 30 Apr 2023 20:51:02 +0200") Message-ID: <87wn1ml9hy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683324382; a=rsa-sha256; cv=none; b=GhWVGV9aVTYas0JejorO3YW/roZXAEvqcHRzM+lLIxkZRC+vQabo54xtMobN6dAGeOuv4X gmN9RfFuPZ0e4gC+EXvMs9kZoI0psMVqQ0VTJA5dQ1KjWfYYu31rv92cWzUXp5eBFeaBBx okbRCo/JS6wnjhxSyGLSfpv4pKZZBh4L3WM+1N2JNlfduMwyixg4bjoKHRAB5CVvhljcgl scb4Rki4S0CKz2tDUHCbErgwBTXAXV+uvAy9Or0o34SGLHVh/pDjJ152GGWD0FATsB3/SM 8z+izZG2IEAP6O/fwS0Bf8gGp/Zj8LLLqGokijj7lTKOd+HHkBvlnWd2miEgPg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=bmpagd2g; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1683324382; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=1mX60QJlKUi9DWQoHMf6CdsSZe5FGQV8BPNfUyjD1p8=; b=E3VQVLnnHH5JyV5SGmQRoG89TESlQOYyRKrl2djse2NRfIxiq6sAOqYMUJN7iXrKhtiob8 N1mFWPj3EW7yYeF3d0kmwc4DUjLs2CjZTmalWkiXtJNo/OmlU9Bj1McinTRuKLCx7PY15u vapudfXltp1FZkBW9jnsQPfXQm/i/HzKWy1cvhzssrxRRwtQQVQDZhEKYQC6MTjJk9jLh7 3KYH6F8QVx8s37tNNYpHo6wQShJ5ESvJA6329KoZJ6Ra6RHslvFdjQQ5ni7r2pJoELnmM1 sn6BrgCQI6iBCf3MErzDU4m4atca46relfAqfKqNJyxuyDURF6XX/MUT547zFQ== X-Migadu-Spam-Score: -3.31 X-Spam-Score: -3.31 X-Migadu-Queue-Id: 3262D17C19 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=bmpagd2g; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-TUID: UflV+Ww+Ws0/ Hi, Timotej Lazar skribis: > gnu: mupdf: Update to 1.22.0. > gnu: mupdf: Simplify snippet. Applied, thanks! Ludo=E2=80=99.