all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@pragmatique.xyz>
To: 27298@debbugs.gnu.org
Subject: bug#27298: fossil 2.2
Date: Fri, 9 Jun 2017 16:03:00 +0000	[thread overview]
Message-ID: <20170609160300.voa4chugt5nxgoia@abyayala> (raw)
In-Reply-To: <20170609155400.du3ffwgumyp7a5f5@abyayala>

[-- Attachment #1: Type: text/plain, Size: 2507 bytes --]

I just realized I've sent a version with comments in it.
Canb someone
ng0 transcribed 5.4K bytes:
> The appended patch updates fossil to 2.2.
> 

> From c7f91d765a43e9e9c08573bc4b018657ae725b35 Mon Sep 17 00:00:00 2001
> From: ng0 <contact.ng0@cryptolab.net>
> Date: Fri, 3 Mar 2017 13:25:53 +0000
> Subject: [PATCH] gnu: fossil: Update to 2.2.
> 
> * gnu/packages/version-control.scm (fossil): Update to 2.2.
> ---
>  gnu/packages/version-control.scm | 17 +++++++++++------
>  1 file changed, 11 insertions(+), 6 deletions(-)
> 
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index cd2576c51..5e3d78aec 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -1281,16 +1281,21 @@ repository\" with git-annex.")
>  (define-public fossil
>    (package
>      (name "fossil")
> -    (version "1.35")
> +    (version "2.2")
>      (source
>       (origin
>         (method url-fetch)
> -       (uri (string-append
> -             "https://www.fossil-scm.org/index.html/uv/download/"
> -             "fossil-src-" version ".tar.gz"))
> +       ;; 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
> +              "https://www.fossil-scm.org/index.html/uv/"
> +              "fossil-src-" version ".tar.gz")))
>         (sha256
>          (base32
> -         "07ds6rhq69bhydpm9a01mgdhxf88p9b6y5hdnhn8gjc7ba92zyf1"))))
> +         "0wfgacfg29dkl0c3l1rp5ji0kraa64gcbg5lh8p4m7mqdqcq53wv"))))
>      (build-system gnu-build-system)
>      (native-inputs
>       `(("tcl" ,tcl)                     ;for configuration only
> @@ -1321,7 +1326,7 @@ repository\" with git-annex.")
>                        (setenv "TZ" "UTC")
>                        ;; Fixing the th1 test would require many backports, so
>                        ;; just disable for now.
> -                      (delete-file "test/th1.test")
> +                      ;; (delete-file "test/th1.test")

Can the person applying this patch delete this line instead of the commenting it?
Thanks!

>                        #t)))))
>      (home-page "https://fossil-scm.org")
>      (synopsis "Software configuration management system")
> -- 
> 2.13.0
> 




-- 
ng0
OpenPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2017-06-09 16:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-09 15:54 bug#27298: fossil 2.2 ng0
2017-06-09 16:03 ` ng0 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170609160300.voa4chugt5nxgoia@abyayala \
    --to=ng0@pragmatique.xyz \
    --cc=27298@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.