GNU bug report logs - #34633
[PATCH] gnu: fossil: Update to 2.8.

Previous Next

Package: guix-patches;

Reported by: "Jovany Leandro G.C" <bit4bit <at> riseup.net>

Date: Sat, 23 Feb 2019 16:31:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: "Jovany Leandro G.C" <bit4bit <at> riseup.net>
Subject: bug#34633: closed (Re: [bug#34633] [PATCH] gnu: fossil: Update to
 2.8.)
Date: Wed, 27 Feb 2019 08:42:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#34633: [PATCH] gnu: fossil: Update to 2.8.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 34633 <at> debbugs.gnu.org.

-- 
34633: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34633
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: "Jovany Leandro G.C" <bit4bit <at> riseup.net>
Cc: 34633-done <at> debbugs.gnu.org
Subject: Re: [bug#34633] [PATCH] gnu: fossil: Update to 2.8.
Date: Wed, 27 Feb 2019 10:41:07 +0200
[Message part 3 (text/plain, inline)]
I added a copyright line for you and fleshed out the commit message.
Pushed as 66d05055bbfbdb657a0743c6b6a2332cb319fc42.

-- 
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)]
[Message part 5 (message/rfc822, inline)]
From: "Jovany Leandro G.C" <bit4bit <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: fossil: Update to 2.8.
Date: Sat, 23 Feb 2019 11:30:04 -0500
From 6f8d5108e98378e0fbabd4b193829b1becfcb86f Mon Sep 17 00:00:00 2001
From: "Jovany Leandro G.C" <bit4bit <at> riseup.net>
Date: Sat, 23 Feb 2019 11:13:47 -0500
Subject: [PATCH 1/1] gnu: fossil: Update to 2.8.

* gnu/packages/version-control.scm (fossil): Update to 2.8.
---
 gnu/packages/version-control.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm
b/gnu/packages/version-control.scm index 5ca9471a4..82a481a10 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1867,7 +1867,7 @@ repository\" with git-annex.")
 (define-public fossil
   (package
     (name "fossil")
-    (version "2.5")
+    (version "2.8")
     (source
      (origin
        (method url-fetch)
@@ -1881,7 +1881,7 @@ repository\" with git-annex.")
               "fossil-src-" version ".tar.gz")))
        (sha256
         (base32
-         "1lxawkhr1ki9fqw8076fxib2b1w673449yzb6vxjshqzh5h77c7r"))))
+         "0pbinf8d2kj1j7niblhzjd2l2khg6r2pn2xvig6gavz27p3vwcka"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("tcl" ,tcl)                     ;for configuration only
@@ -1890,12 +1890,17 @@ repository\" with git-annex.")
     (inputs
      `(("openssl" ,openssl)
        ("zlib" ,zlib)
-       ("sqlite" ,sqlite)))
+       ("sqlite" ,sqlite-3.26.0)))
     (arguments
      `(#:configure-flags (list "--with-openssl=auto"
                                "--disable-internal-sqlite")
        #:test-target "test"
        #:phases (modify-phases %standard-phases
+                  (add-after  'patch-source-shebangs 'patch-sh
+                    (lambda _
+                      (substitute* '("auto.def")
+                        (("/bin/sh") (which "sh")))
+                      #t))
                   (replace 'configure
                     (lambda* (#:key outputs (configure-flags '())
                               #:allow-other-keys)
-- 
2.19.0




This bug report was last modified 6 years and 82 days ago.

Previous Next


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