From unknown Sun Jun 22 07:51:36 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62173] Update diffoscope to 238 Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 14 Mar 2023 02:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62173 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 62173@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16787626795275 (code B ref -1); Tue, 14 Mar 2023 02:58:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Mar 2023 02:57:59 +0000 Received: from localhost ([127.0.0.1]:35917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pburP-0001N1-08 for submit@debbugs.gnu.org; Mon, 13 Mar 2023 22:57:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:40682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pburM-0001Ms-8r for submit@debbugs.gnu.org; Mon, 13 Mar 2023 22:57:56 -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 1pburL-0001M7-V5 for guix-patches@gnu.org; Mon, 13 Mar 2023 22:57:56 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pburK-0007dI-9n for guix-patches@gnu.org; Mon, 13 Mar 2023 22:57:55 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id A9ED71AB9A for ; Mon, 13 Mar 2023 19:57:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1678762667; bh=26Lf/HvAZgs8sNOC2dbG65ra2G9hDNr1KjKPhFLnQrU=; h=From:To:Subject:Date:From; b=gAgwiexGScv6HnJJHGBjjW19gkTGye7P8L2c46IeMd3COhW1Hf7mw1JO9QTvo9WzE vWKTrJvGD7gEXr8j20P0OekY2ML+wikzCdodaoZ3pKBVw1NqcOdwcQPtlIDNxwYtmH otUEQnvznytOP/qPRn4Dp1Xpv0Y+zFMP2QbqpmTg8v2aOP19Tyj7WLpYceorhAFETg Sr7JwKTIAZ9N3fBhVOD4/DJTnDfRu7r82AzzypbvcIuCBy6Ifj1kwU9X+ONizhQ/Ll lzzYHXJZeIj0dmZxdQriJMismqFxygHcH7GEZtBLUNHRVOU6Q8ao8cNSRJJOxB4VuH f5YO+BoywD0DQ== From: Vagrant Cascadian Date: Mon, 13 Mar 2023 19:57:43 -0700 Message-ID: <87zg8gm448.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-diffoscope-Update-to-238.patch Content-Transfer-Encoding: quoted-printable From=20e105ef0bf1d4829d37124556d8425fd058074e0b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 13 Mar 2023 16:39:19 -0700 Subject: [PATCH] gnu: diffoscope: Update to 238. * gnu/packages/diffoscope.scm (diffoscope): Update to 238. [native-inputs]: Switch from poppler to poppler-next. =2D-- gnu/packages/diffoscope.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 0dda89d860..2be87cbab3 100644 =2D-- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope) (define-public diffoscope (package (name "diffoscope") =2D (version "233") + (version "238") (source (origin (method git-fetch) @@ -84,7 +84,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "1m6fc7k8cd7ahra05vqccw1fdbjj6d20vr3q8v67ynnyih5nmbnb"))= )) + (base32 "11bib2h149b4jzxqhdi3dwivk6m4rvzjl8kg2n68sykgwa2fv24p")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -199,7 +199,7 @@ (define-public diffoscope openssh openssl pgpdump =2D poppler + poppler-next python-jsbeautifier r-minimal rpm base-commit: 5312d798ac36a72d8a977325a7c6ff7647be670a =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZA/ipwAKCRDcUY/If5cW qvCtAP94OpKCwyFwxUgE1t8n+AcwIkSW/2y3oCans2Z2VZYvJQD+P6vJ2+F0n0T3 PwT23yJTSESdAInVX3/vXgLXTsUevgA= =68hO -----END PGP SIGNATURE----- --==-=-=-- From unknown Sun Jun 22 07:51:36 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Vagrant Cascadian Subject: bug#62173: closed (Close) Message-ID: References: <87zg8gm448.fsf@wireframe> X-Gnu-PR-Message: they-closed 62173 X-Gnu-PR-Package: guix-patches Reply-To: 62173@debbugs.gnu.org Date: Wed, 15 Mar 2023 14:44:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1678891442-18201-1" This is a multi-part message in MIME format... ------------=_1678891442-18201-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #62173: Update diffoscope to 238 which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 62173@debbugs.gnu.org. --=20 62173: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D62173 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1678891442-18201-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 62173-done) by debbugs.gnu.org; 15 Mar 2023 14:43:12 +0000 Received: from localhost ([127.0.0.1]:40315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcSLQ-0004i8-Bb for submit@debbugs.gnu.org; Wed, 15 Mar 2023 10:43:12 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:36406) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcSLO-0004hp-NT; Wed, 15 Mar 2023 10:43:11 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 52DD91D0D; Wed, 15 Mar 2023 15:43:03 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x1wakZ7-lvUA; Wed, 15 Mar 2023 15:43:02 +0100 (CET) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id AF1361D02; Wed, 15 Mar 2023 15:43:02 +0100 (CET) Date: Wed, 15 Mar 2023 15:43:01 +0100 From: Andreas Enge To: 62172-done@debbugs.gnu.org, 62173-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 62173-done 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Both applied, thank you! Andreas ------------=_1678891442-18201-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Mar 2023 02:57:59 +0000 Received: from localhost ([127.0.0.1]:35917 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pburP-0001N1-08 for submit@debbugs.gnu.org; Mon, 13 Mar 2023 22:57:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:40682) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pburM-0001Ms-8r for submit@debbugs.gnu.org; Mon, 13 Mar 2023 22:57:56 -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 1pburL-0001M7-V5 for guix-patches@gnu.org; Mon, 13 Mar 2023 22:57:56 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pburK-0007dI-9n for guix-patches@gnu.org; Mon, 13 Mar 2023 22:57:55 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@aikidev.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id A9ED71AB9A for ; Mon, 13 Mar 2023 19:57:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1678762667; bh=26Lf/HvAZgs8sNOC2dbG65ra2G9hDNr1KjKPhFLnQrU=; h=From:To:Subject:Date:From; b=gAgwiexGScv6HnJJHGBjjW19gkTGye7P8L2c46IeMd3COhW1Hf7mw1JO9QTvo9WzE vWKTrJvGD7gEXr8j20P0OekY2ML+wikzCdodaoZ3pKBVw1NqcOdwcQPtlIDNxwYtmH otUEQnvznytOP/qPRn4Dp1Xpv0Y+zFMP2QbqpmTg8v2aOP19Tyj7WLpYceorhAFETg Sr7JwKTIAZ9N3fBhVOD4/DJTnDfRu7r82AzzypbvcIuCBy6Ifj1kwU9X+ONizhQ/Ll lzzYHXJZeIj0dmZxdQriJMismqFxygHcH7GEZtBLUNHRVOU6Q8ao8cNSRJJOxB4VuH f5YO+BoywD0DQ== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update diffoscope to 238 Date: Mon, 13 Mar 2023 19:57:43 -0700 Message-ID: <87zg8gm448.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@reproducible-builds.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-diffoscope-Update-to-238.patch Content-Transfer-Encoding: quoted-printable From=20e105ef0bf1d4829d37124556d8425fd058074e0b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 13 Mar 2023 16:39:19 -0700 Subject: [PATCH] gnu: diffoscope: Update to 238. * gnu/packages/diffoscope.scm (diffoscope): Update to 238. [native-inputs]: Switch from poppler to poppler-next. =2D-- gnu/packages/diffoscope.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 0dda89d860..2be87cbab3 100644 =2D-- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -75,7 +75,7 @@ (define-module (gnu packages diffoscope) (define-public diffoscope (package (name "diffoscope") =2D (version "233") + (version "238") (source (origin (method git-fetch) @@ -84,7 +84,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "1m6fc7k8cd7ahra05vqccw1fdbjj6d20vr3q8v67ynnyih5nmbnb"))= )) + (base32 "11bib2h149b4jzxqhdi3dwivk6m4rvzjl8kg2n68sykgwa2fv24p")))) (build-system python-build-system) (arguments `(#:phases (modify-phases %standard-phases @@ -199,7 +199,7 @@ (define-public diffoscope openssh openssl pgpdump =2D poppler + poppler-next python-jsbeautifier r-minimal rpm base-commit: 5312d798ac36a72d8a977325a7c6ff7647be670a =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZA/ipwAKCRDcUY/If5cW qvCtAP94OpKCwyFwxUgE1t8n+AcwIkSW/2y3oCans2Z2VZYvJQD+P6vJ2+F0n0T3 PwT23yJTSESdAInVX3/vXgLXTsUevgA= =68hO -----END PGP SIGNATURE----- --==-=-=-- ------------=_1678891442-18201-1--