diff --git a/_service b/_service
new file mode 100644
index 0000000..ad75ebe
--- /dev/null
+++ b/_service
@@ -0,0 +1,19 @@
+
+
+
+ git
+ https://gitlab.gnome.org/GNOME/evolution.git
+ 3.52.0
+ @PARENT_TAG@+@TAG_OFFSET@
+ (.*)\+0
+ \1
+ disable
+
+
+
+ *.tar
+ zst
+
+
+
+
diff --git a/evolution-3.50.3.tar.xz b/evolution-3.50.3.tar.xz
deleted file mode 100644
index 5bb786b..0000000
--- a/evolution-3.50.3.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b354a3b05cd19964a3c9ada4ee6e11b02cc8db926d881ef0c37d059b301dfca4
-size 13512284
diff --git a/evolution-3.52.0.obscpio b/evolution-3.52.0.obscpio
new file mode 100644
index 0000000..8c13f49
--- /dev/null
+++ b/evolution-3.52.0.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d520e31df539da8dba74229cf4602ab224eaf0886e1aa5a3f2ee5e3ae6c2b7be
+size 129659918
diff --git a/evolution.changes b/evolution.changes
index e710d91..34dfaac 100644
--- a/evolution.changes
+++ b/evolution.changes
@@ -1,3 +1,82 @@
+-------------------------------------------------------------------
+Fri Mar 15 07:14:21 UTC 2024 - Dominique Leuenberger
+
+- Update to version 3.52.0:
+ + Bug Fixes:
+ - Workaround excessive memory use
+ - Calendar: Prefer html/markdown description in preview
+ - Incorrect/missing URLs in app metadata
+ + Updated translations.
+
+-------------------------------------------------------------------
+Fri Mar 1 08:38:46 UTC 2024 - Dominique Leuenberger
+
+- Update to version 3.51.3:
+ + Replace G_TYPE_INSTANCE_GET_PRIVATE() with G_ADD_PRIVATE().
+ + plugin_ui_hook_finalize: Chain up to the finalize() method.
+ + Composer: Stop message send when retrieve of the content
+ failed.
+ + Composer: Hint places for folding in Autocrypt header.
+ + Composer: Change "Remove Key" to "Send without Key" in
+ Autocrypt question.
+ + ci: Export the help with Gitlab Pages.
+ + itip-formatter: Show "Unable to send item..." errors with error
+ icon.
+ + Calendar: Remove support for
+ E_CAL_STATIC_CAPABILITY_RETRACT_SUPPORTED.
+ + Calendar: Meeting deletion can sometimes send duplicate cancel
+ messages.
+ + appdata: Add colors.
+
+-------------------------------------------------------------------
+Mon Feb 12 15:05:23 UTC 2024 - Dominique Leuenberger
+
+- Update to version 3.51.2:
+ + build: Don't set CFLAGS returned by pkg-config as
+ CMAKE_REQUIRED_FLAGS.
+ + build: Bump CMake version requirement to 3.15.
+ + build: align glib_encoded_version with the version
+ requirements.
+ + EContactEditor: Explicitly set horizontal/vertical expand/fill
+ for tab content.
+ + e-shell: Describe --force-shutdown option as closing also
+ background processes.
+ + Composer: Ask before sending mail with an Autocrypt header.
+
+-------------------------------------------------------------------
+Tue Jan 16 09:19:35 UTC 2024 - Dominique Leuenberger
+
+- Update to version 3.51.1:
+ + shell: Move from gtk_main() to g_application_run().
+ + flatpak: Add missing comma in the manifests.
+ + EBulkEditTasks: Edit Categories as diff of added/removed
+ categories.
+ + EContactCard: Card sometimes hides values.
+ + Fix a memory leak in ECompEditor.
+ + evolution-util-docs: Remove API index for 2.24 symbols, none
+ exist anymore.
+ + build: Use -Wshadow build option, if available.
+ + Calendar: Go to day/today in Year View doesn't update internal
+ view dates.
+ + Update Flatpak manifests.
+ + e-bulk-edit-contacts: Initialize 'section_grid' variable.
+ + data: Update appdata.
+ + EHTMLEditor: Let emoji chooser point to the caret in the
+ message body.
+ + EYearView: Fix a crash when moving through search results.
+ + EShell: Emit "ready-to-start" event after modules and
+ preferences window is ready.
+ + Composer: Use link references only when composing HTML message.
+ + rss: Ensure feed icon size to not be too large.
+ + Mail: Skip disabled accounts for File->Download messages for
+ offline use.
+ + EMailBackend: Fallback to CamelOperation message when showing
+ error.
+ + Add x-scheme-handler/mid into the .desktop file.
+ + help: Fix invalid markup in Czech help translation.
+ + Updated translations.
+- Convert to source service for easier updating.
+
-------------------------------------------------------------------
Fri Jan 5 15:30:24 UTC 2024 - Dominique Leuenberger
diff --git a/evolution.obsinfo b/evolution.obsinfo
new file mode 100644
index 0000000..a4f39c3
--- /dev/null
+++ b/evolution.obsinfo
@@ -0,0 +1,4 @@
+name: evolution
+version: 3.52.0
+mtime: 1710484378
+commit: b86d791a22a4abc0183ca4258a46977d6f6cf548
diff --git a/evolution.spec b/evolution.spec
index e27c6a1..d030f18 100644
--- a/evolution.spec
+++ b/evolution.spec
@@ -20,7 +20,7 @@
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
Name: evolution
-Version: 3.50.3
+Version: 3.52.0
Release: 0
# FIXME: check if note on license is still valid (comment before license)
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
@@ -28,11 +28,11 @@ Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
License: CC-BY-SA-3.0 AND LGPL-2.0-only AND LGPL-3.0-only AND OLDAP-2.8 AND GFDL-1.1-only AND GFDL-1.3-only
Group: Productivity/Networking/Email/Clients
URL: https://wiki.gnome.org/Apps/Evolution/
-Source0: https://download.gnome.org/sources/evolution/3.50/%{name}-%{version}.tar.xz
+Source0: %{name}-%{version}.tar.zst
BuildRequires: bison
BuildRequires: bogofilter
-BuildRequires: cmake
+BuildRequires: cmake >= 3.15
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gettext