GNU bug report logs - #75769
Update diffoscope top 285

Previous Next

Package: guix-patches;

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

Date: Wed, 22 Jan 2025 22:06:01 UTC

Severity: normal

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

To reply to this bug, email your comments to 75769 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#75769; Package guix-patches. (Wed, 22 Jan 2025 22:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vagrant Cascadian <vagrant <at> reproducible-builds.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 22 Jan 2025 22:06:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
To: guix-patches <at> gnu.org
Subject: Update diffoscope top 285
Date: Wed, 22 Jan 2025 14:05:08 -0800
[Message part 1 (text/plain, inline)]
The attached patch updates diffoscope to 285.

The only dependent, reprotest, still builds!

live well,
  vagrant
[0001-gnu-diffoscope-Update-to-285.patch (text/x-diff, inline)]
From 5d56104c0a4311df28599f4b02b36bb2d2730ece Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Wed, 22 Jan 2025 13:38:42 -0800
Subject: [PATCH] gnu: diffoscope: Update to 285.

* gnu/packages/diffoscope.scm (diffoscope): Update to 285.
---
 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 c08c5351ce..6743bdd529 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -77,7 +77,7 @@ (define-module (gnu packages diffoscope)
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "284")
+    (version "285")
     (source
      (origin
        (method git-fetch)
@@ -86,7 +86,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nl5njb4harq4f3xks0fj92nwxkpfzywpkrakh7jy2l9ngic1vb2"))))
+        (base32 "06fz3ypmb9j9hi0z826iinp22qdsn9lp0rkz6840r6gfychfffhm"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: cc678d0e4d67073943e75053c5e450c4df700b42
-- 
2.39.5

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

Information forwarded to guix-patches <at> gnu.org:
bug#75769; Package guix-patches. (Thu, 23 Jan 2025 13:58:02 GMT) Full text and rfc822 format available.

Message #8 received at 75769 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Cc: 75769 <at> debbugs.gnu.org
Subject: Re: [bug#75769] Update diffoscope top 285
Date: Thu, 23 Jan 2025 15:56:47 +0200
[Message part 1 (text/plain, inline)]
On Wed, Jan 22, 2025 at 02:05:08PM -0800, Vagrant Cascadian wrote:
> The attached patch updates diffoscope to 285.
> 
> The only dependent, reprotest, still builds!
> 
> live well,
>   vagrant

In that case LGTM!

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Reply sent to Zheng Junjie <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Fri, 24 Jan 2025 05:37:01 GMT) Full text and rfc822 format available.

Notification sent to Vagrant Cascadian <vagrant <at> reproducible-builds.org>:
bug acknowledged by developer. (Fri, 24 Jan 2025 05:37:02 GMT) Full text and rfc822 format available.

Message #13 received at 75769-done <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Cc: 75769-done <at> debbugs.gnu.org
Subject: Re: [bug#75769] Update diffoscope top 285
Date: Fri, 24 Jan 2025 13:36:10 +0800
[Message part 1 (text/plain, inline)]
Vagrant Cascadian <vagrant <at> reproducible-builds.org> writes:

> The attached patch updates diffoscope to 285.
>
> The only dependent, reprotest, still builds!
>
> live well,
>   vagrant
>
> [2. text/x-diff; 0001-gnu-diffoscope-Update-to-285.patch]
> From 5d56104c0a4311df28599f4b02b36bb2d2730ece Mon Sep 17 00:00:00 2001
> From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
> Date: Wed, 22 Jan 2025 13:38:42 -0800
> Subject: [PATCH] gnu: diffoscope: Update to 285.
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 285.
> ---
>  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 c08c5351ce..6743bdd529 100644
> --- a/gnu/packages/diffoscope.scm
> +++ b/gnu/packages/diffoscope.scm
> @@ -77,7 +77,7 @@ (define-module (gnu packages diffoscope)
>  (define-public diffoscope
>    (package
>      (name "diffoscope")
> -    (version "284")
> +    (version "285")
>      (source
>       (origin
>         (method git-fetch)
> @@ -86,7 +86,7 @@ (define-public diffoscope
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1nl5njb4harq4f3xks0fj92nwxkpfzywpkrakh7jy2l9ngic1vb2"))))
> +        (base32 "06fz3ypmb9j9hi0z826iinp22qdsn9lp0rkz6840r6gfychfffhm"))))
>      (build-system python-build-system)
>      (arguments
>       (list
>
> base-commit: cc678d0e4d67073943e75053c5e450c4df700b42
pushed, closing.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 11 days ago.

Previous Next


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