GNU bug report logs - #75469
[PATCH gnome-team 0/2] Update Evolution to 3.54.3

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Thu, 9 Jan 2025 21:50:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <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 75469 in the body.
You can then email your comments to 75469 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 liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#75469; Package guix-patches. (Thu, 09 Jan 2025 21:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Thu, 09 Jan 2025 21:50:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH gnome-team 0/2] Update Evolution to 3.54.3
Date: Wed, 8 Jan 2025 19:11:03 +0100
Hi folks,

this is a rather low-stakes series that updates Evolution to 3.54.3
(GNOME 46 would have 3.52).  For most other GNOME stuff, I will still
be targeting 46 so that we're not moving the goal post, but this felt
small enough to do a major bump rather than a minor one.

Cheers

Liliana Marie Prikler (2):
  gnu: evolution-data-server: Update to 3.54.3.
  gnu: evolution: Update to 3.54.3.

 gnu/packages/gnome.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


base-commit: 198b6c745a7ac9813a8c9b9995f287b3a4c6cb48
-- 
2.47.1





Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#75469; Package guix-patches. (Thu, 09 Jan 2025 22:29:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75469 <at> debbugs.gnu.org
Subject: [PATCH gnome-team 1/2] gnu: evolution-data-server: Update to 3.54.3.
Date: Wed, 8 Jan 2025 19:10:02 +0100
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.54.3.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4c11226385..7d2d4268e5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8345,7 +8345,7 @@ (define-public gnome-online-accounts-3.44
 (define-public evolution-data-server
   (package
     (name "evolution-data-server")
-    (version "3.52.3")
+    (version "3.54.3")
     (source
      (origin
        (method url-fetch)
@@ -8353,7 +8353,7 @@ (define-public evolution-data-server
                            (version-major+minor version) "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "1r62m7wqd45ihqh9n27askm39pjkqhhn5anc3f0b2cr02h6cixp9"))))
+        (base32 "1l5qgjshgy1zw9d2r5m0a12n9y9985n7zs2mj7pzihawxqwdq22i"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.47.1





Information forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#75469; Package guix-patches. (Thu, 09 Jan 2025 22:29:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75469 <at> debbugs.gnu.org
Subject: [PATCH gnome-team 2/2] gnu: evolution: Update to 3.54.3.
Date: Wed, 8 Jan 2025 19:10:12 +0100
* gnu/packages/gnome.scm (evolution): Update to 3.54.3.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7d2d4268e5..c9eadb4773 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12189,7 +12189,7 @@ (define-public libdazzle
 (define-public evolution
   (package
     (name "evolution")
-    (version "3.52.3")
+    (version "3.54.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/evolution/"
@@ -12197,7 +12197,7 @@ (define-public evolution
                                   "evolution-" version ".tar.xz"))
               (sha256
                (base32
-                "1ia1wjna98j2w35j98fm796lxlilk1k3szwiisj61qjlalxza8hw"))))
+                "1ssmp13finaa9ncxh5507nqz6q3jsr3anbrvylbsy9f3ylgghv3l"))))
     (build-system cmake-build-system)
     (arguments
      (list
-- 
2.47.1





Information forwarded to guix-patches <at> gnu.org:
bug#75469; Package guix-patches. (Thu, 23 Jan 2025 15:28:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: 75469 <at> debbugs.gnu.org, vivien <at> planete-kraus.eu
Subject: Re: [bug#75469] [PATCH gnome-team 0/2] Update Evolution to 3.54.3
Date: Fri, 24 Jan 2025 00:27:06 +0900
Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> Hi folks,
>
> this is a rather low-stakes series that updates Evolution to 3.54.3
> (GNOME 46 would have 3.52).  For most other GNOME stuff, I will still
> be targeting 46 so that we're not moving the goal post, but this felt
> small enough to do a major bump rather than a minor one.
>
> Cheers
>
> Liliana Marie Prikler (2):
>   gnu: evolution-data-server: Update to 3.54.3.
>   gnu: evolution: Update to 3.54.3.
>

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

-- 
Thanks,
Maxim




bug closed, send any further explanations to 75469 <at> debbugs.gnu.org and Liliana Marie Prikler <liliana.prikler <at> gmail.com> Request was from Liliana Marie Prikler <liliana.prikler <at> gmail.com> to control <at> debbugs.gnu.org. (Sun, 09 Mar 2025 06:56:01 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. (Sun, 06 Apr 2025 11:24:22 GMT) Full text and rfc822 format available.

This bug report was last modified 95 days ago.

Previous Next


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