From 1f64c4d340e5a418b58978e8d5d6f187ce23872e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 20 Sep 2024 17:08:13 +0200 Subject: [PATCH] gnome-user-share: update 43.0 -> 47.0 This is gnome-user-share 47.0, a system for easy sharing of user files. Major changes since 47.alpha: - Translation updates Major changes since 43: - Increase the required Apache web server version to 2.4 - Remove GNOME 2 migration code - Remove the size limit for file transfers - Fix leaks - Translation updates Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../{gnome-user-share_43.0.bb => gnome-user-share_47.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-user-share/{gnome-user-share_43.0.bb => gnome-user-share_47.0.bb} (92%) diff --git a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb similarity index 92% rename from meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb rename to meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb index 6fc78dd296..4c8ad3a2af 100644 --- a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb +++ b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_47.0.bb @@ -14,7 +14,7 @@ inherit gnomebase gsettings features_check REQUIRED_DISTRO_FEATURES = "systemd" SRC_URI = "git://gitlab.gnome.org/GNOME/gnome-user-share.git;protocol=https;branch=master" -SRCREV = "a0e790aa9494db9d1b1f48b4fc0d2f78e112044d" +SRCREV = "77ecbaddab0ed2121859926acbfccc9cecdee0db" S = "${WORKDIR}/git" PACKAGECONFIG ??= "modules"