GNU bug report logs - #40473
[PATCH] gnu: fossil: Update to 2.10.

Previous Next

Package: guix-patches;

Reported by: "John D. Boy" <jboy <at> bius.moe>

Date: Mon, 6 Apr 2020 15:30:03 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40473 in the body.
You can then email your comments to 40473 AT debbugs.gnu.org in the normal way.

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#40473; Package guix-patches. (Mon, 06 Apr 2020 15:30:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "John D. Boy" <jboy <at> bius.moe>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 06 Apr 2020 15:30:03 GMT) Full text and rfc822 format available.

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

From: "John D. Boy" <jboy <at> bius.moe>
To: guix-patches <at> gnu.org
Cc: "John D . Boy" <jboy <at> bius.moe>
Subject: [PATCH] gnu: fossil: Update to 2.10.
Date: Mon,  6 Apr 2020 16:14:56 +0200
* gnu/packages/version-control.scm (fossil): Update to 2.10.
---
 gnu/packages/version-control.scm | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 8af54c6e35..8dc59d0439 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2105,21 +2105,16 @@ by rclone usable with git-annex.")
 (define-public fossil
   (package
     (name "fossil")
-    (version "2.8")
+    (version "2.10")
     (source
      (origin
        (method url-fetch)
-       ;; Older downloads are moved to another URL.
-       (uri (list
-             (string-append
-              "https://www.fossil-scm.org/index.html/uv/download/"
-              "fossil-src-" version ".tar.gz")
-             (string-append
+       (uri (string-append
               "https://www.fossil-scm.org/index.html/uv/"
-              "fossil-src-" version ".tar.gz")))
+              "fossil-src-" version ".tar.gz"))
        (sha256
         (base32
-         "0pbinf8d2kj1j7niblhzjd2l2khg6r2pn2xvig6gavz27p3vwcka"))
+         "041bs4fgk52fw58p7s084pxk9d9vs5v2f2pjbznqawz75inpg8yq"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-- 
2.20.1





Information forwarded to guix-patches <at> gnu.org:
bug#40473; Package guix-patches. (Mon, 06 Apr 2020 16:14:01 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: "John D. Boy" <jboy <at> bius.moe>
Cc: 40473 <at> debbugs.gnu.org
Subject: Re: [bug#40473] [PATCH] gnu: fossil: Update to 2.10.
Date: Mon, 6 Apr 2020 12:13:01 -0400
On Mon, Apr 06, 2020 at 04:14:56PM +0200, John D. Boy wrote:
> * gnu/packages/version-control.scm (fossil): Update to 2.10.

Thanks! I'm testing the build now.

> -       ;; Older downloads are moved to another URL.
> -       (uri (list
> -             (string-append
> -              "https://www.fossil-scm.org/index.html/uv/download/"
> -              "fossil-src-" version ".tar.gz")
> -             (string-append
> +       (uri (string-append
>                "https://www.fossil-scm.org/index.html/uv/"
> -              "fossil-src-" version ".tar.gz")))
> +              "fossil-src-" version ".tar.gz"))

Did they stop using this scheme of serving old tarballs to another
directory?




Information forwarded to guix-patches <at> gnu.org:
bug#40473; Package guix-patches. (Mon, 06 Apr 2020 16:30:02 GMT) Full text and rfc822 format available.

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

From: "John D. Boy" <jboy <at> bius.moe>
To: "Leo Famulari" <leo <at> famulari.name>
Cc: 40473 <at> debbugs.gnu.org
Subject: Re: [bug#40473] [PATCH] gnu: fossil: Update to 2.10.
Date: Mon, 06 Apr 2020 16:18:07 +0000
> Thanks! I'm testing the build now.

Great, thanks!

> > -       ;; Older downloads are moved to another URL.
> > -       (uri (list
> > -             (string-append
> > -              "https://www.fossil-scm.org/index.html/uv/download/"
> > -              "fossil-src-" version ".tar.gz")
> > -             (string-append
> > +       (uri (string-append
> >                "https://www.fossil-scm.org/index.html/uv/"
> > -              "fossil-src-" version ".tar.gz")))
> > +              "fossil-src-" version ".tar.gz"))
> 
> Did they stop using this scheme of serving old tarballs to another
> directory?

Yes, as far as I could tell they are now all in the same hierarchy under /uv.




Reply sent to Leo Famulari <leo <at> famulari.name>:
You have taken responsibility. (Mon, 06 Apr 2020 16:36:02 GMT) Full text and rfc822 format available.

Notification sent to "John D. Boy" <jboy <at> bius.moe>:
bug acknowledged by developer. (Mon, 06 Apr 2020 16:36:08 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: "John D. Boy" <jboy <at> bius.moe>
Cc: 40473-done <at> debbugs.gnu.org
Subject: Re: [bug#40473] [PATCH] gnu: fossil: Update to 2.10.
Date: Mon, 6 Apr 2020 12:35:41 -0400
On Mon, Apr 06, 2020 at 04:18:07PM +0000, John D. Boy wrote:
> > Did they stop using this scheme of serving old tarballs to another
> > directory?
> 
> Yes, as far as I could tell they are now all in the same hierarchy under /uv.

Okay, pushed as 8a4608b4bf4f13766b4e3d11577c61f398034544




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 05 May 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 41 days ago.

Previous Next


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