From patchwork Sat Nov 4 07:30:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 33813 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6D2CC4708E for ; Sat, 4 Nov 2023 07:31:00 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.web10.5515.1699083060319640521 for ; Sat, 04 Nov 2023 00:31:00 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=fF32wYwn; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=gOOIzgho; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018b993e0141-4851ac67-274b-434f-9aca-9ed33d831605-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1699083059; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=BQjNFzbxRIWyKyE5XRb8Ch/SYPLwKEBTdRF8gN8HoJ0=; b=fF32wYwndn4kfuB6u+DLBsqPSzXgSKl/1sZDSQKSOlSG77+4Lw7XaRsL0BYnPtAh epv9ir9KQrl+6TVsOOrH2zOm/STcEacFp2ImBdWhIo6XD1WmHBeK7onmK2qzE821CxT Vi20jWiol2zUP8afeR/zUCq8mN8ibmy8mYL7Z9Sw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699083059; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=BQjNFzbxRIWyKyE5XRb8Ch/SYPLwKEBTdRF8gN8HoJ0=; b=gOOIzghoTBG1TAVcKr7bLChIb3mFBHRnDxNc1ICcIWFT2pgdt5NKqwxzxzu5fvMq 35MIj+R0Mj5QuC989ESZTNxBcfXf+pQExw8R9Vrx9J/qvYquE/UEEQIVa1ldu1UnHFR 4qC5zer8K7cd5X5dxBTPQfc84LoTiI4b/m/wChbo= MIME-Version: 1.0 From: auh@yoctoproject.org To: Forced@yoctoproject.org, maintainer@yoctoproject.org, for@yoctoproject.org, AUH@yoctoproject.org Cc: openembedded-devel@lists.openembedded.org Subject: [AUH] thunar-shares-plugin: upgrading to 0.3.2 SUCCEEDED Message-ID: <0101018b993e0141-4851ac67-274b-434f-9aca-9ed33d831605-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 07:30:59 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.192 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 04 Nov 2023 07:31:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106307 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *thunar-shares-plugin* to *0.3.2* has Succeeded. Next steps: - apply the patch: git am 0001-thunar-shares-plugin-upgrade-0.3.1-0.3.2.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 3280aa92acad1bc556ac5c3d1d61046cfd665c28 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 4 Nov 2023 05:50:34 +0000 Subject: [PATCH] thunar-shares-plugin: upgrade 0.3.1 -> 0.3.2 --- ...d-Bump-GLib-minimum-required-to-2.26.patch | 34 ------------------- ...0.3.1.bb => thunar-shares-plugin_0.3.2.bb} | 3 +- 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 meta-xfce/recipes-thunar-plugins/shares/files/0001-build-Bump-GLib-minimum-required-to-2.26.patch rename meta-xfce/recipes-thunar-plugins/shares/{thunar-shares-plugin_0.3.1.bb => thunar-shares-plugin_0.3.2.bb} (66%) diff --git a/meta-xfce/recipes-thunar-plugins/shares/files/0001-build-Bump-GLib-minimum-required-to-2.26.patch b/meta-xfce/recipes-thunar-plugins/shares/files/0001-build-Bump-GLib-minimum-required-to-2.26.patch deleted file mode 100644 index 1cd24572f..000000000 --- a/meta-xfce/recipes-thunar-plugins/shares/files/0001-build-Bump-GLib-minimum-required-to-2.26.patch +++ /dev/null @@ -1,34 +0,0 @@ -Upstream-Status: Backport [https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/commit/e4bce21a] - -Signed-off-by: Kai Kang - -From e4bce21a1bd744ccfde84de4669ac30aa1d72135 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= -Date: Fri, 2 Dec 2022 20:18:46 +0100 -Subject: [PATCH] build: Bump GLib minimum required to 2.26 - -This is the minimum required to build since xfce4-dev-tools >= 4.17.1 -set GLIB_VERSION_MAX_ALLOWED to the GLib version found in -configure.ac.in. - -MR: !3 ---- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index a458785..bc6d24c 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -61,7 +61,7 @@ dnl ------------------------------------------------------- - dnl Packages checks - dnl ------------------------------------------------------- - XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.22.0]) --XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.18.0]) -+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.26.0]) - XDT_CHECK_PACKAGE([THUNARX], [thunarx-3], [1.0.1]) - - dnl ------------------------------------------------------- --- -2.34.1 - diff --git a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.2.bb similarity index 66% rename from meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb rename to meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.2.bb index d981fe14a..065e89254 100644 --- a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.1.bb +++ b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.3.2.bb @@ -7,7 +7,6 @@ inherit thunar-plugin features_check ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "pam" -SRC_URI += "file://0001-build-Bump-GLib-minimum-required-to-2.26.patch" -SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0" +SRC_URI[sha256sum] = "1009d5e6c91534fa49a69090c53c54ab9da2e0428d08d8e687528f63a4ac3f07" RDEPENDS:${PN} += "samba-server"