unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#34633] [PATCH] gnu: fossil: Update to 2.8.
@ 2019-02-23 16:30 Jovany Leandro G.C
  2019-02-27  8:41 ` bug#34633: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Jovany Leandro G.C @ 2019-02-23 16:30 UTC (permalink / raw)
  To: 34633

From 6f8d5108e98378e0fbabd4b193829b1becfcb86f Mon Sep 17 00:00:00 2001
From: "Jovany Leandro G.C" <bit4bit@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#34633: [PATCH] gnu: fossil: Update to 2.8.
  2019-02-23 16:30 [bug#34633] [PATCH] gnu: fossil: Update to 2.8 Jovany Leandro G.C
@ 2019-02-27  8:41 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2019-02-27  8:41 UTC (permalink / raw)
  To: Jovany Leandro G.C; +Cc: 34633-done

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

I added a copyright line for you and fleshed out the commit message.
Pushed as 66d05055bbfbdb657a0743c6b6a2332cb319fc42.

-- 
Efraim Flashner   <efraim@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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-27  8:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-23 16:30 [bug#34633] [PATCH] gnu: fossil: Update to 2.8 Jovany Leandro G.C
2019-02-27  8:41 ` bug#34633: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).