GNU bug report logs - #36152
[PATCH] gnu: emacs-perspective: Update to 2.2

Previous Next

Package: guix-patches;

Reported by: Joseph LaFreniere <joseph <at> lafreniere.xyz>

Date: Sun, 9 Jun 2019 20:07:01 UTC

Severity: normal

Tags: patch

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

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 36152 in the body.
You can then email your comments to 36152 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#36152; Package guix-patches. (Sun, 09 Jun 2019 20:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Joseph LaFreniere <joseph <at> lafreniere.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 09 Jun 2019 20:07:02 GMT) Full text and rfc822 format available.

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

From: Joseph LaFreniere <joseph <at> lafreniere.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-perspective: Update to 2.2
Date: Sat, 8 Jun 2019 21:16:44 -0500
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2
---
gnu/packages/emacs-xyz.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm 
b/gnu/packages/emacs-xyz.scm
index 7db46e81c5..7986203155 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4213,16 +4213,17 @@ regexp that matches all known keywords.")
(define-public emacs-perspective
  (package
    (name "emacs-perspective")
-    (version "1.12")
+    (version "2.2")
    (source
     (origin
-       (method url-fetch)
-       (uri (string-append 
       "https://github.com/nex3/perspective-el/"
-                           "archive/" version ".tar.gz"))
-       (file-name (string-append name "-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/nex3/perspective-el.git")
+             (commit version)))
+       (file-name (git-file-name name version))
       (sha256
        (base32
- 
         "078ahh0kmhdylq5ib9c81c76kz1n02xwc83pm729d00i84ibviic"))))
+ 
"0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"))))
    (build-system emacs-build-system)
    (home-page "https://github.com/nex3/perspective-el")
    (synopsis "Switch between named \"perspectives\"")
--
2.21.0





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Thu, 13 Jun 2019 07:50:02 GMT) Full text and rfc822 format available.

Notification sent to Joseph LaFreniere <joseph <at> lafreniere.xyz>:
bug acknowledged by developer. (Thu, 13 Jun 2019 07:50:02 GMT) Full text and rfc822 format available.

Message #10 received at 36152-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: "LaFreniere, Joseph" <joseph <at> lafreniere.xyz>
Cc: 36153-done <at> debbugs.gnu.org, 36152-done <at> debbugs.gnu.org
Subject: Re: [bug#36153] [PATCH] gnu: emacs-perspective: Update to 2.2
Date: Thu, 13 Jun 2019 10:49:16 +0300
[Message part 1 (text/plain, inline)]
Patch pushed with some changes to the commit message.

-- 
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)]

Information forwarded to guix-patches <at> gnu.org:
bug#36152; Package guix-patches. (Fri, 28 Jun 2019 05:47:02 GMT) Full text and rfc822 format available.

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

From: swedebugia <swedebugia <at> riseup.net>
To: guix-patches <at> gnu.org
Subject: Re: [bug#36152] [PATCH] gnu: emacs-perspective: Update to 2.2
Date: Fri, 28 Jun 2019 07:46:43 +0200
On 2019-06-09 04:16, Joseph LaFreniere wrote:
> 
> * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2
> ---
> gnu/packages/emacs-xyz.scm | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 7db46e81c5..7986203155 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -4213,16 +4213,17 @@ regexp that matches all known keywords.")
> (define-public emacs-perspective
>    (package
>      (name "emacs-perspective")
> -    (version "1.12")
> +    (version "2.2")
>      (source
>       (origin
> -       (method url-fetch)
> -       (uri (string-append        
> "https://github.com/nex3/perspective-el/"
> -                           "archive/" version ".tar.gz"))
> -       (file-name (string-append name "-" version ".tar.gz"))
> +       (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/nex3/perspective-el.git")
> +             (commit version)))
> +       (file-name (git-file-name name version))
>         (sha256
>          (base32
> -          "078ahh0kmhdylq5ib9c81c76kz1n02xwc83pm729d00i84ibviic"))))
> + "0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"))))
>      (build-system emacs-build-system)
>      (home-page "https://github.com/nex3/perspective-el")
>      (synopsis "Switch between named \"perspectives\"")
> -- 
> 2.21.0
> 
> 
> 
> 

for the record. has been applied

-- 
Cheers Swedebugia




Information forwarded to guix-patches <at> gnu.org:
bug#36152; Package guix-patches. (Fri, 28 Jun 2019 13:22:02 GMT) Full text and rfc822 format available.

Message #16 received at 36152-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: swedebugia <at> riseup.net
Cc: 36152-done <at> debbugs.gnu.org
Subject: Re: [bug#36152] [PATCH] gnu: emacs-perspective: Update to 2.2
Date: Fri, 28 Jun 2019 15:20:29 +0200
swedebugia <swedebugia <at> riseup.net> writes:

> On 2019-06-09 04:16, Joseph LaFreniere wrote:
>>
>> * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2
>
> for the record. has been applied

Indeed.  Thanks.  I’m closing this issue.

-- 
Ricardo





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 27 Jul 2019 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 246 days ago.

Previous Next


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