From 3c2bd6c3e7af19d26840014abc72f02a4b7c36fa Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 18 Mar 2025 10:18:24 +0100 Subject: [PATCH] msgraph: update 0.2.3 -> 0.3.3 0.3.3 - Jan 27, 2025 =========================== - CI release service fix 0.3.2 - Jan 27, 2025 =========================== - Extended user service (photo, contacts, folders, find) - Improved mail service - Add rate limiting support 0.3.1 - Oct 02, 2024 =========================== * Fix pkgconfig file using wrong api version 0.3.0 - Sep 30, 2024 =========================== NOTE: This needs a recent version of gvfs * Set select scopes during requests * Add support for business "Add to OneDrive" sharepoints Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../msgraph/{msgraph_0.2.3.bb => msgraph_0.3.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/msgraph/{msgraph_0.2.3.bb => msgraph_0.3.3.bb} (82%) diff --git a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb similarity index 82% rename from meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb rename to meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb index f3f66c3dcf..fe4faff356 100644 --- a/meta-gnome/recipes-gnome/msgraph/msgraph_0.2.3.bb +++ b/meta-gnome/recipes-gnome/msgraph/msgraph_0.3.3.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" inherit gnomebase gobject-introspection gi-docgen features_check REQUIRED_DISTRO_FEATURES = "opengl" -SRC_URI[archive.sha256sum] = "ed42e800cb7f0a07477cd9e3e744cdc1a240a6ad7ab96b8a875806267a9fddb0" +SRC_URI[archive.sha256sum] = "37d7e12f2a990490aea21184f0b27e0b915ebb4e5096f4d6632c62051c054012" GTKDOC_MESON_OPTION = "gtk_doc"