GNU bug report logs - #26284
[PATCH] gnu: emacs-symon: Update to 20160630.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Tue, 28 Mar 2017 19:51:02 UTC

Severity: normal

Tags: patch

Done: Alex Kost <alezost <at> gmail.com>

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 26284 in the body.
You can then email your comments to 26284 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#26284; Package guix-patches. (Tue, 28 Mar 2017 19:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vasile Dumitrascu <va511e <at> yahoo.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 Mar 2017 19:51:02 GMT) Full text and rfc822 format available.

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

From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH] gnu: emacs-symon: Update to 20160630.
Date: Tue, 28 Mar 2017 21:50:02 +0200
* gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
  [source]: Use github instead of melpa.

  Version changed as previous version from melpa did not exist on github.
---
 gnu/packages/emacs.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 4fe2ffa4d..d585f244a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1486,17 +1486,18 @@ strings.")
 (define-public emacs-symon
   (package
     (name "emacs-symon")
-    (version "20170224.33")
+    (version "20160630")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://melpa.org/packages/symon-"
-                           version ".el"))
+       (uri (string-append "https://github.com/zk-phi/symon/archive/"
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "109jd7yjhdrrf5jqpqyv543nb28g7065z58bji9pvxanzi4zl2iz"))))
+         "0h4jcgdnq98wc9rj72nwyazq8498yg55jfljiij5qwbn1xf1g5zz"))))
     (build-system emacs-build-system)
-    (home-page "http://hins11.yu-yake.com/")
+    (home-page "https://github.com/zk-phi/symon")
     (synopsis "Tiny graphical system monitor")
     (description
      "Tiny graphical system monitor for the Emacs minibuffer when idle.")
-- 
2.11.0





Information forwarded to guix-patches <at> gnu.org:
bug#26284; Package guix-patches. (Thu, 30 Mar 2017 08:46:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26284 <at> debbugs.gnu.org
Subject: Re: bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
Date: Thu, 30 Mar 2017 10:45:10 +0200
Hi Vasile,

Vasile Dumitrascu <va511e <at> yahoo.com> skribis:

> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
>   [source]: Use github instead of melpa.
>
>   Version changed as previous version from melpa did not exist on github.
> ---
>  gnu/packages/emacs.scm | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index 4fe2ffa4d..d585f244a 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -1486,17 +1486,18 @@ strings.")
>  (define-public emacs-symon
>    (package
>      (name "emacs-symon")
> -    (version "20170224.33")
> +    (version "20160630")

This looks like a downgrade, is it intended?  :-)

Is it that there was no “v20170224.33” tag on GitHub?

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#26284; Package guix-patches. (Thu, 30 Mar 2017 09:36:02 GMT) Full text and rfc822 format available.

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

From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 26284 <at> debbugs.gnu.org
Subject: Re: bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
Date: Thu, 30 Mar 2017 09:34:00 +0000
  Hi

Yes, that is correct. Thanks,

  Vasile

Ludovic Courtès:
> Hi Vasile,
> 
> Vasile Dumitrascu <va511e <at> yahoo.com> skribis:
> 
>> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
>>   [source]: Use github instead of melpa.
>>
>>   Version changed as previous version from melpa did not exist on github.
>> ---
>>  gnu/packages/emacs.scm | 11 ++++++-----
>>  1 file changed, 6 insertions(+), 5 deletions(-)
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index 4fe2ffa4d..d585f244a 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -1486,17 +1486,18 @@ strings.")
>>  (define-public emacs-symon
>>    (package
>>      (name "emacs-symon")
>> -    (version "20170224.33")
>> +    (version "20160630")
> 
> This looks like a downgrade, is it intended?  :-)
> 
> Is it that there was no “v20170224.33” tag on GitHub?
> 
> Thanks,
> Ludo’.
> 




Information forwarded to guix-patches <at> gnu.org:
bug#26284; Package guix-patches. (Fri, 07 Apr 2017 17:28:02 GMT) Full text and rfc822 format available.

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

From: Alex Kost <alezost <at> gmail.com>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 26284 <at> debbugs.gnu.org, Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: Re: bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
Date: Fri, 07 Apr 2017 20:26:54 +0300
Ludovic Courtès (2017-03-30 10:45 +0200) wrote:

> Hi Vasile,
>
> Vasile Dumitrascu <va511e <at> yahoo.com> skribis:
>
>> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
>>   [source]: Use github instead of melpa.
>>
>>   Version changed as previous version from melpa did not exist on github.
>> ---
>>  gnu/packages/emacs.scm | 11 ++++++-----
>>  1 file changed, 6 insertions(+), 5 deletions(-)
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index 4fe2ffa4d..d585f244a 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -1486,17 +1486,18 @@ strings.")
>>  (define-public emacs-symon
>>    (package
>>      (name "emacs-symon")
>> -    (version "20170224.33")
>> +    (version "20160630")
>
> This looks like a downgrade, is it intended?  :-)
>
> Is it that there was no “v20170224.33” tag on GitHub?

Yes, that's it, as Vasile answered.  I think this downgrade is not a
problem since there were only 2 commits between these 2 versions (and
one of them is "Add .gitignore").  All in all, we'll have the same
version as MELPA-stable has, and the upstream can always be asked to add
a new tag.  So I committed this patch, I hope you don't mind :-)

-- 
Alex




Reply sent to Alex Kost <alezost <at> gmail.com>:
You have taken responsibility. (Fri, 07 Apr 2017 17:28:02 GMT) Full text and rfc822 format available.

Notification sent to Vasile Dumitrascu <va511e <at> yahoo.com>:
bug acknowledged by developer. (Fri, 07 Apr 2017 17:28:03 GMT) Full text and rfc822 format available.

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

From: Alex Kost <alezost <at> gmail.com>
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26284-done <at> debbugs.gnu.org
Subject: Re: bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
Date: Fri, 07 Apr 2017 20:27:33 +0300
Vasile Dumitrascu (2017-03-28 21:50 +0200) wrote:

> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
>   [source]: Use github instead of melpa.
>
>   Version changed as previous version from melpa did not exist on github.
> ---
>  gnu/packages/emacs.scm | 11 ++++++-----
>  1 file changed, 6 insertions(+), 5 deletions(-)

Thank you!  And sorry for the long delay.  Committed:

http://git.savannah.gnu.org/cgit/guix.git/commit/?id=d71b758f3ae77ccbab766244ee2b2733371fc265

-- 
Alex




Information forwarded to guix-patches <at> gnu.org:
bug#26284; Package guix-patches. (Fri, 07 Apr 2017 19:31:02 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Alex Kost <alezost <at> gmail.com>
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>, 26284-done <at> debbugs.gnu.org
Subject: Re: bug#26284: [PATCH] gnu: emacs-symon: Update to 20160630.
Date: Fri, 07 Apr 2017 21:29:52 +0200
Alex Kost <alezost <at> gmail.com> skribis:

> Ludovic Courtès (2017-03-30 10:45 +0200) wrote:
>
>> Hi Vasile,
>>
>> Vasile Dumitrascu <va511e <at> yahoo.com> skribis:
>>
>>> * gnu/packagages/emacs.scm (emacs-symon): Update to 20160630.
>>>   [source]: Use github instead of melpa.
>>>
>>>   Version changed as previous version from melpa did not exist on github.
>>> ---
>>>  gnu/packages/emacs.scm | 11 ++++++-----
>>>  1 file changed, 6 insertions(+), 5 deletions(-)
>>>
>>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>>> index 4fe2ffa4d..d585f244a 100644
>>> --- a/gnu/packages/emacs.scm
>>> +++ b/gnu/packages/emacs.scm
>>> @@ -1486,17 +1486,18 @@ strings.")
>>>  (define-public emacs-symon
>>>    (package
>>>      (name "emacs-symon")
>>> -    (version "20170224.33")
>>> +    (version "20160630")
>>
>> This looks like a downgrade, is it intended?  :-)
>>
>> Is it that there was no “v20170224.33” tag on GitHub?
>
> Yes, that's it, as Vasile answered.  I think this downgrade is not a
> problem since there were only 2 commits between these 2 versions (and
> one of them is "Add .gitignore").  All in all, we'll have the same
> version as MELPA-stable has, and the upstream can always be asked to add
> a new tag.  So I committed this patch, I hope you don't mind :-)

Perfect, thank you!

(And sorry for dropping the ball.)

Ludo’.




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

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

Previous Next


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