GNU bug report logs - #67980
Update diffoscope to 253.

Previous Next

Package: guix-patches;

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

Date: Sat, 23 Dec 2023 01:25:01 UTC

Severity: normal

Done: 宋文武 <iyzsong <at> envs.net>

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: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67980: closed (Update diffoscope to 253.)
Date: Sun, 31 Dec 2023 03:08:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 31 Dec 2023 11:07:17 +0800
with message-id <877ckvt6hm.fsf <at> envs.net>
and subject line Re: bug#67980: Update diffoscope to 253.
has caused the debbugs.gnu.org bug report #67980,
regarding Update diffoscope to 253.
to be marked as done.

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


-- 
67980: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67980
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
Subject: Update diffoscope to 253.
Date: Fri, 22 Dec 2023 17:23:49 -0800
[Message part 3 (text/plain, inline)]
The attached patch updates diffoscope to version 253.

This version adds support for 7z and improved handling of objdump
output.

Diffoscope itself still builds, and the only dependent package,
reprotest, still builds too!

live well,
  vagrant
[0001-gnu-diffoscope-Update-to-253.patch (text/x-diff, inline)]
From ed346a428dbe7792f817fe9b9ef5eb6aef8be0dd Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Date: Fri, 22 Dec 2023 16:35:33 -0800
Subject: [PATCH] gnu: diffoscope: Update to 253.

* gnu/packages/diffoscope.scm (diffoscope): Update to 253.
---
 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 1ac5aff719..d950466ffe 100644
--- 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")
-    (version "252")
+    (version "253")
     (source
      (origin
        (method git-fetch)
@@ -83,7 +83,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hnsnqpr0v9siqja1wxm64wv0vjacg6j9ph9n4xsiaarpndj1b4r"))))
+        (base32 "1nvq0lv246rah0ryb2qd20yf3gfy0iwfi3335rg9c3gpz0ha4wnb"))))
     (build-system python-build-system)
     (arguments
      (list

base-commit: ab1ff7ca40b0a2d935f715dcf64f0f3128632d3d
-- 
2.39.2

[signature.asc (application/pgp-signature, inline)]
[Message part 6 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Vagrant Cascadian <vagrant <at> reproducible-builds.org>
Cc: 67980-done <at> debbugs.gnu.org
Subject: Re: bug#67980: Update diffoscope to 253.
Date: Sun, 31 Dec 2023 11:07:17 +0800
Vagrant Cascadian <vagrant <at> reproducible-builds.org> writes:

> The attached patch updates diffoscope to version 253.

Applied, thank you!


This bug report was last modified 1 year and 194 days ago.

Previous Next


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