GNU bug report logs - #57925
[PATCH] gnome-todo is now endeavour + version bump

Previous Next

Package: guix-patches;

Reported by: Jacob Hrbek <kreyren <at> rixotstudio.cz>

Date: Mon, 19 Sep 2022 06:35:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.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 57925 in the body.
You can then email your comments to 57925 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#57925; Package guix-patches. (Mon, 19 Sep 2022 06:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jacob Hrbek <kreyren <at> rixotstudio.cz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 19 Sep 2022 06:35:02 GMT) Full text and rfc822 format available.

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

From: Jacob Hrbek <kreyren <at> rixotstudio.cz>
To: guix-patches <at> gnu.org
Cc: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Subject: [PATCH] gnome-todo is now endeavour + version bump
Date: Mon, 19 Sep 2022 06:34:30 +0000
[Message part 1 (text/plain, inline)]
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 282c388b18..e12b96ca80 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10245,10 +10245,10 @@ (define-public gnome-calendar
 desktop.  It supports multiple calendars, month, week and year view.")
     (license license:gpl3+)))

-(define-public gnome-todo
+(define-public endeavour
   (package
-    (name "gnome-todo")
-    (version "41.0")
+    (name "endeavour")
+    (version "42.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
--
2.37.3

[publickey - kreyren@rixotstudio.cz - 1677db82.asc (application/pgp-keys, attachment)]
[signature.asc (application/pgp-signature, attachment)]

Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Wed, 28 Sep 2022 11:29:01 GMT) Full text and rfc822 format available.

Notification sent to Jacob Hrbek <kreyren <at> rixotstudio.cz>:
bug acknowledged by developer. (Wed, 28 Sep 2022 11:29:02 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Jacob Hrbek <kreyren <at> rixotstudio.cz>
Cc: 57925-done <at> debbugs.gnu.org
Subject: Re: bug#57925: [PATCH] gnome-todo is now endeavour + version bump
Date: Wed, 28 Sep 2022 13:27:54 +0200
Hello,

> -(define-public gnome-todo
> +(define-public endeavour
>    (package
> -    (name "gnome-todo")
> -    (version "41.0")
> +    (name "endeavour")
> +    (version "42.0")

This is done on core-updates with
96c78878645f33b64b4b60fe8e1399c902b7facd.

Thanks,

Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#57925; Package guix-patches. (Wed, 28 Sep 2022 12:13:01 GMT) Full text and rfc822 format available.

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

From: Jacob Hrbek <kreyren <at> rixotstudio.cz>
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 57925-done <at> debbugs.gnu.org
Subject: Re: bug#57925: [PATCH] gnome-todo is now endeavour + version bump
Date: Wed, 28 Sep 2022 12:12:18 +0000
Why on core-updates? It doesn't seem to change more than 1800 dependent packages?

-- Jacob "Kreyren" Hrbek

------- Original Message -------
On Wednesday, September 28th, 2022 at 1:27 PM, Mathieu Othacehe <othacehe <at> gnu.org> wrote:


> Hello,
> 
> > -(define-public gnome-todo
> > +(define-public endeavour
> > (package
> > - (name "gnome-todo")
> > - (version "41.0")
> > + (name "endeavour")
> > + (version "42.0")
> 
> 
> This is done on core-updates with
> 96c78878645f33b64b4b60fe8e1399c902b7facd.
> 
> Thanks,
> 
> Mathieu




Information forwarded to guix-patches <at> gnu.org:
bug#57925; Package guix-patches. (Thu, 29 Sep 2022 10:57:02 GMT) Full text and rfc822 format available.

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

From: zimoun <zimon.toutoune <at> gmail.com>
To: Jacob Hrbek <kreyren <at> rixotstudio.cz>, Mathieu Othacehe <othacehe <at> gnu.org>
Cc: 57925-done <at> debbugs.gnu.org
Subject: Re: [bug#57925] [PATCH] gnome-todo is now endeavour + version bump
Date: Thu, 29 Sep 2022 00:20:57 +0200
Hi,

On mer., 28 sept. 2022 at 12:12, Jacob Hrbek <kreyren <at> rixotstudio.cz> wrote:
> Why on core-updates? It doesn't seem to change more than 1800
> dependent packages?

This change already exists – it probably was in core-updates but now it
appears on master.

--8<---------------cut here---------------start------------->8---
96c78878645f33b64b4b60fe8e1399c902b7facd
Author:     Liliana Marie Prikler <liliana.prikler <at> gmail.com>
AuthorDate: Mon Sep 19 20:51:13 2022 +0200
Commit:     Liliana Marie Prikler <liliana.prikler <at> gmail.com>
CommitDate: Mon Sep 19 20:51:13 2022 +0200

gnu: gnome-todo: Update to "Endeavour" 42.0.

* gnu/packages/gnome.scm (gnome-todo): Deprecate and rename to...
(endeavour): ... this.
[source]: Use git origin.
* gnu/packages/patches/gnome-todo-libportal.patch: Deleted file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
--8<---------------cut here---------------end--------------->8---



Cheers,
simon




Information forwarded to guix-patches <at> gnu.org:
bug#57925; Package guix-patches. (Tue, 11 Oct 2022 02:26:01 GMT) Full text and rfc822 format available.

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

From: Jacob Hrbek <kreyren <at> rixotstudio.cz>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: Mathieu Othacehe <othacehe <at> gnu.org>, 57925-done <at> debbugs.gnu.org,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: [bug#57925] [PATCH] gnome-todo is now endeavour + version bump
Date: Tue, 11 Oct 2022 02:25:07 +0000
So she took my patch, didn't bother to credit me in it and merged it?

https://i.imgur.com/W1CcTg6.png [picture of a guy saying my dissapointment is immesurable and my day is ruined]

-- Jacob "Kreyren" Hrbek

------- Original Message -------
On Thursday, September 29th, 2022 at 12:20 AM, zimoun <zimon.toutoune <at> gmail.com> wrote:


> Hi,
> 
> On mer., 28 sept. 2022 at 12:12, Jacob Hrbek kreyren <at> rixotstudio.cz wrote:
> 
> > Why on core-updates? It doesn't seem to change more than 1800
> > dependent packages?
> 
> 
> This change already exists – it probably was in core-updates but now it
> appears on master.
> 
> --8<---------------cut here---------------start------------->8---
> 
> 96c78878645f33b64b4b60fe8e1399c902b7facd
> Author: Liliana Marie Prikler liliana.prikler <at> gmail.com
> 
> AuthorDate: Mon Sep 19 20:51:13 2022 +0200
> Commit: Liliana Marie Prikler liliana.prikler <at> gmail.com
> 
> CommitDate: Mon Sep 19 20:51:13 2022 +0200
> 
> gnu: gnome-todo: Update to "Endeavour" 42.0.
> 
> * gnu/packages/gnome.scm (gnome-todo): Deprecate and rename to...
> (endeavour): ... this.
> [source]: Use git origin.
> * gnu/packages/patches/gnome-todo-libportal.patch: Deleted file.
> * gnu/local.mk (dist_patch_DATA): Update accordingly.
> --8<---------------cut here---------------end--------------->8---
> 
> 
> 
> 
> Cheers,
> simon




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

This bug report was last modified 1 year and 168 days ago.

Previous Next


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