emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70428: closed (Update diffoscope to 264 and reprotest to 0.7.27)


From: GNU bug Tracking System
Subject: bug#70428: closed (Update diffoscope to 264 and reprotest to 0.7.27)
Date: Tue, 23 Apr 2024 14:00:08 +0000

Your message dated Tue, 23 Apr 2024 14:59:07 +0100
with message-id <87edawyyc4.fsf@cbaines.net>
and subject line Re: [bug#70428] [PATCH 1/3] gnu: diffoscope: Update to 264.
has caused the debbugs.gnu.org bug report #70428,
regarding Update diffoscope to 264 and reprotest to 0.7.27
to be marked as done.

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


-- 
70428: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70428
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Update diffoscope to 264 and reprotest to 0.7.27 Date: Tue, 16 Apr 2024 13:56:40 -0700
The attached patches update diffoscope to 264 and fixes an issue with
the architecture-specific conditional native-input on enjarify, and
updates reprotest to 0.7.27.

live well,
  vagrant
From 0470b32bbfb3bd2702083ac75e06842ca2d9bd42 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Sat, 13 Apr 2024 17:28:40 -0700
Subject: [PATCH 1/2] gnu: diffoscope: Update to 264.

* gnu/packages/diffoscope.scm (diffoscope): Update to 264.
[native-inputs]: Fix architecture specific conditional for "enjarify"
---
 gnu/packages/diffoscope.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 8106a6d258..fbcf3a36f2 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 "263")
+    (version "264")
     (source
      (origin
        (method git-fetch)
@@ -84,7 +84,7 @@ (define-public diffoscope
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bq45gyn214hf9brnn5xlj9xvcg6p0yr8cc2p153f93pgzsyqlg4"))))
+        (base32 "1m2jrg0y283m07gml7nd6fy4x827i93bj23varjn3add4kixxr57"))))
     (build-system python-build-system)
     (arguments
      (list
@@ -233,9 +233,9 @@ (define (bin command)
         ;; openjdk and dependent packages are only
         ;; available on x86_64 currently.
         ((or "x86_64-linux")
-         (list enjarify)
          ;; No unversioned openjdk available.
-         (list `(,openjdk12 "jdk")))
+         (list `(,openjdk12 "jdk")
+               enjarify))
         (_ '()))))
     (home-page "https://diffoscope.org/";)
     (synopsis "Compare files, archives, and directories in depth")

base-commit: 921b270a444f695259621365ce93910104eb5410
-- 
2.39.2

From cc540440521ca919814e7d8b35368d2ecc12daaf Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Tue, 16 Apr 2024 13:53:08 -0700
Subject: [PATCH 2/2] gnu: reprotest: Update to 0.7.27.

* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.27.
---
 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 fbcf3a36f2..8b72072bb5 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -253,7 +253,7 @@ (define (bin command)
 (define-public reprotest
   (package
     (name "reprotest")
-    (version "0.7.26")
+    (version "0.7.27")
     (source
      (origin
        (method git-fetch)
@@ -262,7 +262,7 @@ (define-public reprotest
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1992wlkil07fmj64lw3i7l16dgkkzphz0f932hbkkj9rlcamdwxd"))))
+        (base32 "0z5i53dy4ax4gbidcqmwqq0686n1g397c79bsscfs94s2y35fsns"))))
     (inputs
      (list python-debian python-distro python-libarchive-c python-rstr))
     (native-inputs
-- 
2.39.2

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#70428] [PATCH 1/3] gnu: diffoscope: Update to 264. Date: Tue, 23 Apr 2024 14:59:07 +0100 User-agent: mu4e 1.12.2; emacs 29.3
vagrant@reproducible-builds.org writes:

> From: Vagrant Cascadian <vagrant@reproducible-builds.org>
>
> * gnu/packages/diffoscope.scm (diffoscope): Update to 264.
> [native-inputs]: Fix architecture specific conditional for "enjarify"
> ---
>  gnu/packages/diffoscope.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Thanks, I've removed the commit/tag bit when updating to 265 as the tag
seems to now exist, and I've pushed these patches to master as
10d0e2d3110e4be2bc6cfecb9a3abb83d8e1ddd6.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]