GNU bug report logs - #40229
[PATCH] gnu: clipmenu: Update to 6.0.1.

Previous Next

Package: guix-patches;

Reported by: Damien Cassou <damien <at> cassou.me>

Date: Wed, 25 Mar 2020 20:40:01 UTC

Severity: normal

Tags: patch

Done: Marius Bakke <mbakke <at> fastmail.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 40229 in the body.
You can then email your comments to 40229 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#40229; Package guix-patches. (Wed, 25 Mar 2020 20:40:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Damien Cassou <damien <at> cassou.me>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 25 Mar 2020 20:40:01 GMT) Full text and rfc822 format available.

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

From: Damien Cassou <damien <at> cassou.me>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: clipmenu: Update to 6.0.1.
Date: Wed, 25 Mar 2020 21:38:48 +0100
[Message part 1 (text/plain, inline)]
* gnu/packages/xdisorg.scm (clipmenu): Update to 6.0.1.

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
[0001-gnu-clipmenu-Update-to-6.0.1.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#40229; Package guix-patches. (Wed, 25 Mar 2020 20:59:01 GMT) Full text and rfc822 format available.

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

From: Damien Cassou <damien <at> cassou.me>
To: 40229 <at> debbugs.gnu.org
Subject: Re: bug#40229: Acknowledgement ([PATCH] gnu: clipmenu: Update to
 6.0.1.)
Date: Wed, 25 Mar 2020 21:57:59 +0100
[Message part 1 (text/plain, inline)]
Same patch but with indentation fixed, sorry.

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
[0001-gnu-clipmenu-Update-to-6.0.1.patch (text/x-patch, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#40229; Package guix-patches. (Sun, 29 Mar 2020 20:18:01 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Damien Cassou <damien <at> cassou.me>, 40229 <at> debbugs.gnu.org
Subject: Re: [bug#40229] Acknowledgement ([PATCH] gnu: clipmenu: Update to
 6.0.1.)
Date: Sun, 29 Mar 2020 22:17:17 +0200
[Message part 1 (text/plain, inline)]
Damien Cassou <damien <at> cassou.me> writes:

> Same patch but with indentation fixed, sorry.

Thanks!  Can you submit the indentation change as a separate commit?

[...]

> * gnu/packages/xdisorg.scm (clipmenu): Update to 6.0.1.

[...]
  
> +  (package
> +    (name "clipmenu")
> +    (version "6.0.1")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "https://github.com/cdown/clipmenu/archive/" version ".tar.gz"))

The GitHub /archive/ URL's are not stable: the tarballs they generate
may get regenerated in the future with different timestamps and break
the checksum.  So please continue using git-fetch here.

Can you send an updated patch?  TIA!
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#40229; Package guix-patches. (Mon, 30 Mar 2020 13:51:02 GMT) Full text and rfc822 format available.

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

From: Damien Cassou <damien <at> cassou.me>
To: Marius Bakke <mbakke <at> fastmail.com>, 40229 <at> debbugs.gnu.org
Subject: Re: [bug#40229] Acknowledgement ([PATCH] gnu: clipmenu: Update to
 6.0.1.)
Date: Mon, 30 Mar 2020 15:50:12 +0200
[Message part 1 (text/plain, inline)]
Marius Bakke <mbakke <at> fastmail.com> writes:
> Thanks!  Can you submit the indentation change as a separate commit?


changing indentation was only necessary because of the switch to the
tarball. It's not necessary anymore.

> The GitHub /archive/ URL's are not stable: the tarballs they generate
> may get regenerated in the future with different timestamps and break
> the checksum.  So please continue using git-fetch here.
>
> Can you send an updated patch?  TIA!

here it is.

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill
[0001-gnu-clipnotify-Update-to-6.0.1.patch (text/x-patch, attachment)]

Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Fri, 03 Apr 2020 13:33:02 GMT) Full text and rfc822 format available.

Notification sent to Damien Cassou <damien <at> cassou.me>:
bug acknowledged by developer. (Fri, 03 Apr 2020 13:33:02 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Damien Cassou <damien <at> cassou.me>, 40229-done <at> debbugs.gnu.org
Subject: Re: [bug#40229] Acknowledgement ([PATCH] gnu: clipmenu: Update to
 6.0.1.)
Date: Fri, 03 Apr 2020 15:32:29 +0200
[Message part 1 (text/plain, inline)]
Damien Cassou <damien <at> cassou.me> writes:

>> The GitHub /archive/ URL's are not stable: the tarballs they generate
>> may get regenerated in the future with different timestamps and break
>> the checksum.  So please continue using git-fetch here.
>>
>> Can you send an updated patch?  TIA!
>
> here it is.

Pushed in 1ace39da78dc076f60542ad7729a29f2f6760076, thanks!
[signature.asc (application/pgp-signature, inline)]

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

This bug report was last modified 3 years and 360 days ago.

Previous Next


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