Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] evolution{,-data-server,-ews}: update to 3.56.1
@ 2025-04-18  7:32 chrysos349
  2025-05-03  5:54 ` [PR PATCH] [Merged]: " oreo639
  0 siblings, 1 reply; 2+ messages in thread
From: chrysos349 @ 2025-04-18  7:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

There is a new pull request by chrysos349 against master on the void-packages repository

https://github.com/chrysos349/void-packages evolution
https://github.com/void-linux/void-packages/pull/55106

evolution{,-data-server,-ews}: update to 3.56.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

A patch file from https://github.com/void-linux/void-packages/pull/55106.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-evolution-55106.patch --]
[-- Type: text/x-diff, Size: 3570 bytes --]

From ed8202bf8c87cebff188b6614d66694f04404280 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 18 Apr 2025 10:17:49 +0300
Subject: [PATCH 1/3] evolution-data-server: update to 3.56.1

---
 srcpkgs/evolution-data-server/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/evolution-data-server/template b/srcpkgs/evolution-data-server/template
index a4843b35fffec3..b9fc143ff4d622 100644
--- a/srcpkgs/evolution-data-server/template
+++ b/srcpkgs/evolution-data-server/template
@@ -1,6 +1,6 @@
 # Template file for 'evolution-data-server'
 pkgname=evolution-data-server
-version=3.56.0
+version=3.56.1
 revision=1
 build_style=cmake
 build_helper="gir qemu"
@@ -20,7 +20,7 @@ license="LGPL-2.1-only"
 homepage="https://wiki.gnome.org/Apps/Evolution"
 changelog="https://gitlab.gnome.org/GNOME/evolution-data-server/-/raw/gnome-48/NEWS"
 distfiles="${GNOME_SITE}/evolution-data-server/${version%.*}/evolution-data-server-${version}.tar.xz"
-checksum=7ae5482aa4ee2894467716c5be982500e1d511dddf4ab29b68fdb107d7f8a8ff
+checksum=646cc0037da3f9f295794c637d95394ad76f8c9bee2268be2c4183e27720c137
 make_check=ci-skip # flaky in CI
 
 build_options="gir"

From 75dfa7680100caa2f284bb4171fead8675104a6c Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 18 Apr 2025 10:18:00 +0300
Subject: [PATCH 2/3] evolution: update to 3.56.1

---
 srcpkgs/evolution/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/evolution/template b/srcpkgs/evolution/template
index b91da1fedd0228..a28e6cb19e0325 100644
--- a/srcpkgs/evolution/template
+++ b/srcpkgs/evolution/template
@@ -1,6 +1,6 @@
 # Template file for 'evolution'
 pkgname=evolution
-version=3.56.0
+version=3.56.1
 revision=1
 build_style=cmake
 build_helper="qemu"
@@ -20,7 +20,7 @@ license="LGPL-2.1-or-later, LGPL-3.0-or-later, GPL-2.0-or-later"
 homepage="https://wiki.gnome.org/Apps/Evolution"
 changelog="https://gitlab.gnome.org/GNOME/evolution/-/raw/gnome-48/NEWS"
 distfiles="${GNOME_SITE}/evolution/${version%.*}/evolution-${version}.tar.xz"
-checksum=51409cd30d26046c56e232fa195eb61571a0d90e2dfe2dea5c5b2128968c4f58
+checksum=dfdfe599109d239bc56da8e9625b2c1957067a01ae8eff350663a3daae74bd16
 shlib_provides="libevolution-calendar.so libevolution-util.so libemail-engine.so
  libevolution-mail.so libevolution-shell.so libevolution-mail-formatter.so
  libevolution-mail-composer.so"

From 97662f3445cd3ab79a0186f9c35adfa544ab27f7 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Fri, 18 Apr 2025 10:18:10 +0300
Subject: [PATCH 3/3] evolution-ews: update to 3.56.1

---
 srcpkgs/evolution-ews/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/evolution-ews/template b/srcpkgs/evolution-ews/template
index c397c15cbfd5a1..717fb936182844 100644
--- a/srcpkgs/evolution-ews/template
+++ b/srcpkgs/evolution-ews/template
@@ -1,6 +1,6 @@
 # Template file for 'evolution-ews'
 pkgname=evolution-ews
-version=3.56.0
+version=3.56.1
 revision=1
 build_style=cmake
 configure_args="-DLIBEXEC_INSTALL_DIR=/usr/lib/evolution"
@@ -13,4 +13,4 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Apps/Evolution"
 changelog="https://gitlab.gnome.org/GNOME/evolution-ews/-/raw/gnome-48/NEWS"
 distfiles="${GNOME_SITE}/evolution-ews/${version%.*}/evolution-ews-${version}.tar.xz"
-checksum=4dfd5790158d8e2f8744dc8ab0ea4e6d7890e8c7cfaabc5f0150ca58a4c7be9c
+checksum=0e00b6ab157d8feafb4f51d7721bac3f621f2387f55ab4bb3c43d1374285ad6b

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: evolution{,-data-server,-ews}: update to 3.56.1
  2025-04-18  7:32 [PR PATCH] evolution{,-data-server,-ews}: update to 3.56.1 chrysos349
@ 2025-05-03  5:54 ` oreo639
  0 siblings, 0 replies; 2+ messages in thread
From: oreo639 @ 2025-05-03  5:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

There's a merged pull request on the void-packages repository

evolution{,-data-server,-ews}: update to 3.56.1
https://github.com/void-linux/void-packages/pull/55106

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-05-03  5:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-18  7:32 [PR PATCH] evolution{,-data-server,-ews}: update to 3.56.1 chrysos349
2025-05-03  5:54 ` [PR PATCH] [Merged]: " oreo639

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).