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

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

[debbugs-tracker] bug#34633: closed ([PATCH] gnu: fossil: Update to 2.8.


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34633: closed ([PATCH] gnu: fossil: Update to 2.8.)
Date: Wed, 27 Feb 2019 08:42:02 +0000

Your message dated Wed, 27 Feb 2019 10:41:07 +0200
with message-id <address@hidden>
and subject line Re: [bug#34633] [PATCH] gnu: fossil: Update to 2.8.
has caused the debbugs.gnu.org bug report #34633,
regarding [PATCH] gnu: fossil: Update to 2.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34633: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34633
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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" <address@hidden>
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#34633] [PATCH] gnu: fossil: Update to 2.8. Date: Wed, 27 Feb 2019 10:41:07 +0200 User-agent: Mutt/1.11.2 (2019-01-07)
I added a copyright line for you and fleshed out the commit message.
Pushed as 66d05055bbfbdb657a0743c6b6a2332cb319fc42.

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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