GNU bug report logs - #33908
[PATCH 2/7] gnu: emacs-emacsql: Update to 3.0.0.

Previous Next

Package: guix-patches;

Reported by: Jelle Licht <jlicht <at> fsfe.org>

Date: Sat, 29 Dec 2018 15:12:05 UTC

Severity: normal

Tags: fixed, patch

Done: Jelle Licht <jlicht <at> fsfe.org>

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 33908 in the body.
You can then email your comments to 33908 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#33908; Package guix-patches. (Sat, 29 Dec 2018 15:12:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jelle Licht <jlicht <at> fsfe.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 29 Dec 2018 15:12:07 GMT) Full text and rfc822 format available.

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

From: Jelle Licht <jlicht <at> fsfe.org>
To: guix-patches <at> gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH 2/7] gnu: emacs-emacsql: Update to 3.0.0.
Date: Sat, 29 Dec 2018 16:02:56 +0100
* gnu/packages/emacs.scm (emacs-emacsql): Update to 3.0.0.
[source]: Use 'git-fetch'.
[arguments]: Remove unnecessary fix.
---
 gnu/packages/emacs.scm | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c0d6635de..0e1a525ab 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8825,16 +8825,16 @@ object has been freed.")
 (define-public emacs-emacsql
   (package
     (name "emacs-emacsql")
-    (version "2.0.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/skeeto/emacsql/archive/"
-                           version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "04hfjdgl1zc7jysgjc7d7d3xqpr7q1q9gsmzffjd91ii3hpqjgx6"))))
+    (version "3.0.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/skeeto/emacsql.git")
+                    (commit (string-append version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"))))
     (build-system emacs-build-system)
     (arguments
      `(#:modules ((guix build emacs-build-system)
@@ -8869,8 +8869,6 @@ object has been freed.")
              (let ((file "emacsql-sqlite.el"))
                (chmod file #o644)
                (emacs-substitute-sexps file
-                 ;; Avoid interactive prompts.
-                 ("(defvar emacsql-sqlite-user-prompted" 't)
                  ;; Make sure Emacs looks for ‘GCC’ binary in the right place.
                  ("(executable-find" (which "gcc"))
                  ;; Make sure Emacs looks for ‘emacsql-sqlite’ binary
-- 
2.20.1





Information forwarded to guix-patches <at> gnu.org:
bug#33908; Package guix-patches. (Wed, 09 Jan 2019 15:44:02 GMT) Full text and rfc822 format available.

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

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jelle Licht <jlicht <at> fsfe.org>
Cc: 33908 <at> debbugs.gnu.org
Subject: Re: [bug#33908] [PATCH 2/7] gnu: emacs-emacsql: Update to 3.0.0.
Date: Wed, 09 Jan 2019 16:43:35 +0100
Jelle Licht <jlicht <at> fsfe.org> skribis:

> * gnu/packages/emacs.scm (emacs-emacsql): Update to 3.0.0.
> [source]: Use 'git-fetch'.
> [arguments]: Remove unnecessary fix.

LGTM!




Added tag(s) fixed. Request was from Jelle Licht <jlicht <at> fsfe.org> to control <at> debbugs.gnu.org. (Wed, 09 Jan 2019 22:14:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 33908 <at> debbugs.gnu.org and Jelle Licht <jlicht <at> fsfe.org> Request was from Jelle Licht <jlicht <at> fsfe.org> to control <at> debbugs.gnu.org. (Wed, 09 Jan 2019 22:14:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 07 Feb 2019 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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