GNU bug report logs - #74714
Actually, how about update diffoscope to 284

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> reproducible-builds.org>

Date: Fri, 6 Dec 2024 20:20:02 UTC

Severity: normal

Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#74714: closed (Actually, how about update diffoscope to 284)
Date: Sat, 07 Dec 2024 01:43:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sat, 07 Dec 2024 09:42:08 +0800
with message-id <87v7vwb767.fsf <at> iscas.ac.cn>
and subject line Re: [bug#74714] Actually, how about update diffoscope to 284
has caused the debbugs.gnu.org bug report #74714,
regarding Actually, how about update diffoscope to 284
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
74714: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74714
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
To: guix-patches <at> gnu.org
Cc: vagrant <at> reproducible-builds.org
Subject: Actually, how about update diffoscope to 284
Date: Fri, 06 Dec 2024 12:19:25 -0800
[Message part 3 (text/plain, inline)]
On 2024-12-04, Vagrant Cascadian wrote:
> The attached patch updates diffoscope to 283.

No better way to get upstream to release than propose changes.

284 just released, patch attached updating to that instead.

> reprotest, the only dependent, still builds.

Still true!

live well,
  vagrant
[0001-gnu-diffoscope-Update-to-284.patch (text/x-diff, inline)]
From 4567741e5b59d0c4f3cc6f5c0b86910e542bec05 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Fri, 6 Dec 2024 10:17:20 -0800
Subject: [PATCH] gnu: diffoscope: Update to 284.

* gnu/packages/diffoscope.scm (diffoscope): Update to 284.
---
 gnu/packages/diffoscope.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 04e4ca2dc4..5aaa64fbb8 100644
--- 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")
-    (version "282")
+    (version "284")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xaig9fimj7jdq2k3m47jb04fj98fmzx83m5yf6kz04rivj8by3i"))))
+        (base32 "1nl5njb4harq4f3xks0fj92nwxkpfzywpkrakh7jy2l9ngic1vb2"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: 0c5d7b8480234f739448956f508307e64e8e45fa
-- 
2.39.5

[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Cc: 74714-done <at> debbugs.gnu.org
Subject: Re: [bug#74714] Actually, how about update diffoscope to 284
Date: Sat, 07 Dec 2024 09:42:08 +0800
[Message part 7 (text/plain, inline)]
Vagrant Cascadian <vagrant <at> reproducible-builds.org> writes:

> On 2024-12-04, Vagrant Cascadian wrote:
>> The attached patch updates diffoscope to 283.
>
> No better way to get upstream to release than propose changes.
>
> 284 just released, patch attached updating to that instead.
>
>> reprotest, the only dependent, still builds.
>
> Still true!
>
> live well,
>   vagrant
>
> [2. text/x-diff; 0001-gnu-diffoscope-Update-to-284.patch]
> From 4567741e5b59d0c4f3cc6f5c0b86910e542bec05 Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
> Date: Fri, 6 Dec 2024 10:17:20 -0800
> Subject: [PATCH] gnu: diffoscope: Update to 284.
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 284.
> ---
>  gnu/packages/diffoscope.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
> index 04e4ca2dc4..5aaa64fbb8 100644
> --- 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")
> -    (version "282")
> +    (version "284")
>      (source
>       (origin
>         (method git-fetch)
> @@ -84,7 +84,7 @@ (define-public diffoscope
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0xaig9fimj7jdq2k3m47jb04fj98fmzx83m5yf6kz04rivj8by3i"))))
> +        (base32 "1nl5njb4harq4f3xks0fj92nwxkpfzywpkrakh7jy2l9ngic1vb2"))))
>      (build-system python-build-system)
>      (arguments
>       (list
>
> base-commit: 0c5d7b8480234f739448956f508307e64e8e45fa

pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.