From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 08 15:22:58 2024 Received: (at submit) by debbugs.gnu.org; 8 Mar 2024 20:22:58 +0000 Received: from localhost ([127.0.0.1]:59672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rigk5-0002kb-Pu for submit@debbugs.gnu.org; Fri, 08 Mar 2024 15:22:58 -0500 Received: from lists.gnu.org ([209.51.188.17]:44644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rigk3-0002kS-RN for submit@debbugs.gnu.org; Fri, 08 Mar 2024 15:22:56 -0500 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 1rigjX-00053x-B5 for guix-patches@gnu.org; Fri, 08 Mar 2024 15:22:23 -0500 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 1rigjV-0002x5-In for guix-patches@gnu.org; Fri, 08 Mar 2024 15:22:23 -0500 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 E54C51AD81 for ; Fri, 8 Mar 2024 12:22:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=reproducible-builds.org; s=1.vagrant; t=1709929336; bh=qe5cAjMAgotmT6RBg2+1Cpxovc/Q2zJTznLMLSDHpGc=; h=From:To:Subject:Date:From; b=mJnPB/Hs9i+p6aySMV2j5qBsrE/Vw+JXJC6r/wSRexOpggQ0woLASp3pRFyHTny/+ gq/hMct9e44TNIolfNOh+zoUl0AaqrH+aumGW9RhOeiqPgAvs75Ikj9IkCgZfgwdGl pIFonLKYfrO+dU8zLsxvU4v4mTjLgkgX5lKf+bFVclG4IMizu5cn9qMBZo4nyXGtOZ bc9w0y9Sap/y4Bx1vjnxhqqdBbVVZRBHVp+dc5xc1lZiT+INLqhxipr/onN3uYI/9O Ix+HCfu/xknTUoYNpfDHqXkSrMmeq2MABwxIKOJzr1km7E0yQXyz39zCQ3niYHnBRv vmryMcjMkYFKA== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update to diffoscope 260. Date: Fri, 08 Mar 2024 12:22:12 -0800 Message-ID: <87wmqcbhjf.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, T_SCC_BODY_TEXT_LINE=-0.01 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/plain Attached patch updates to diffoscope 260, released today! Only dependent, reprotest, still builds. New p7zip native-input for better test suite coverage! Keep guix rolling right along! live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-diffoscope-Update-to-260.patch Content-Transfer-Encoding: quoted-printable From=2043b3a93aebcdad35d2274ee34b9ac227f8c7c5e6 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 8 Mar 2024 11:44:15 -0800 Subject: [PATCH] gnu: diffoscope: Update to 260. * gnu/packages/diffoscope.scm (diffoscope): Update to 260. [native-inputs]: Add p7zip. =2D-- gnu/packages/diffoscope.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index f5a3bbc5b9..52f615f2cf 100644 =2D-- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -74,7 +74,7 @@ (define-module (gnu packages diffoscope) (define-public diffoscope (package (name "diffoscope") =2D (version "258") + (version "260") (source (origin (method git-fetch) @@ -83,7 +83,7 @@ (define-public diffoscope (commit version))) (file-name (git-file-name name version)) (sha256 =2D (base32 "1wppshi18lyrgxxi8j06ij0qi31zdgqwjj6bycsyvipkc1cj6xhp"))= )) + (base32 "1yp32g2769mn91k6wx6fs7lhcfi1cdy54apkgfaf7ib6l0ji5hwv")))) (build-system python-build-system) (arguments (list @@ -198,6 +198,7 @@ (define (bin command) odt2txt openssh openssl + p7zip pgpdump poppler python-jsbeautifier base-commit: 09346fd05f19da3846635e1a0f1c844050d59f26 =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZetzdAAKCRDcUY/If5cW qkV5AQD+DvmYPh2K2a4EUEuEnUiiBKiS5pf4sM7WHj6Tl4/XBAD/VdF55MHtn7qP bYRjL5yZhgn5GP3w2+Vft1AXUzqLtgw= =2i1D -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 13 10:18:13 2024 Received: (at submit) by debbugs.gnu.org; 13 Mar 2024 14:18:13 +0000 Received: from localhost ([127.0.0.1]:47071 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rkPQn-0005W4-1n for submit@debbugs.gnu.org; Wed, 13 Mar 2024 10:18:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:43968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rkPQi-0005Vu-OO for submit@debbugs.gnu.org; Wed, 13 Mar 2024 10:18:08 -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 1rkPPy-00018J-Lq for guix-patches@gnu.org; Wed, 13 Mar 2024 10:17:26 -0400 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rkPPs-000187-5T for guix-patches@gnu.org; Wed, 13 Mar 2024 10:17:17 -0400 Received: from localhost (unknown [212.132.255.10]) by mira.cbaines.net (Postfix) with ESMTPSA id DA04527BBE2; Wed, 13 Mar 2024 14:17:09 +0000 (GMT) Received: from felis (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id b8909ebd; Wed, 13 Mar 2024 14:17:09 +0000 (UTC) References: <87wmqcbhjf.fsf@wireframe> User-agent: mu4e 1.10.8; emacs 29.1 From: Christopher Baines To: Vagrant Cascadian Subject: Re: [bug#69656] Update to diffoscope 260. Date: Wed, 13 Mar 2024 14:16:30 +0000 In-reply-to: <87wmqcbhjf.fsf@wireframe> Message-ID: <87zfv2tdwc.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 69656-done@debbugs.gnu.org, guix-patches@gnu.org 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.4 (--) --=-=-= Content-Type: text/plain Vagrant Cascadian writes: > Attached patch updates to diffoscope 260, released today! Only > dependent, reprotest, still builds. New p7zip native-input for better > test suite coverage! Keep guix rolling right along! > > live well, > vagrant > > [2. text/x-diff; 0001-gnu-diffoscope-Update-to-260.patch] > From 43b3a93aebcdad35d2274ee34b9ac227f8c7c5e6 Mon Sep 17 00:00:00 2001 > From: Vagrant Cascadian > Date: Fri, 8 Mar 2024 11:44:15 -0800 > Subject: [PATCH] gnu: diffoscope: Update to 260. > > * gnu/packages/diffoscope.scm (diffoscope): Update to 260. > [native-inputs]: Add p7zip. > --- > gnu/packages/diffoscope.scm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Thanks! I've pushed this to master as 199e7760f563fed3103337ce695c48f5fc889201. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmXxtWNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XeylRAAldl3+akM2vsh7+1VWhZUp0gUsWRbIHey 0l3yyOVu9P6pBe7+7DEFODxO2HbMb93qNgQUph8OVee+JnTUu8ZvcdIWJ7igqWzR x6TD3sya4KObIrqN2n4q84IOb1bFGxYFN+rfIfpkEohU25hV2NFerKJiwKdtIUbN /cYS0vDSLxyTFAB06OKav4iyJtuijp394qHHRBkiN8B3fTGxQhsESYXtVMX47kWR S4K3QIrn6iIytotbsCSLJGivL8w5hkLwSX0XggCx0aStIjEGNh8O8mH2nt5Bk9TE nbZ3+egQzVYPyh/QGQUYk9NYbApMCVf0qCEhzoeqswzzhB49eRLsWdCxa12lDqY9 zzPFgIkptmc82Mui1i2J7euBPzdoGK8k/GETKiW6nNioYyIm6z0dovWBCOOia+wg 0RR9UHnHBcA2pmr7imgAQxFNQzosVhP8X2L5YRRd//CjL7vqWkiAVx0MXqvREEgB x3qaO6N/sIJaqSaK052F+2bQVmikX9xlngj3CysL/drQKuP25C7RPVRhM7Db7YrX jPX9fGXhnElJh5J7/JLt9/QFEelrpra9Uf56y1FHH7+k+YVEiZhjyEysMNV2zjQF RMR9UlgD7kndFsYxjR9CDiKGaD+OPrtk5IDVzrnbaOB+w0hQ4wlooj9QkRgStHY9 Er+BKmFRDJE= =+ZYW -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 18 23:15:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 11 Apr 2024 11:24:26 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator