From patchwork Sat Nov 4 05:12:22 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: 33800 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 74309C04A68 for ; Sat, 4 Nov 2023 05:12:29 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web11.4519.1699074743595124809 for ; Fri, 03 Nov 2023 22:12:23 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=NKz8nD6e; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kIsLJApo; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101018b98bf1a6f-dbddadf4-6e76-4f00-b4d6-e638d4ed728b-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=1699074743; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=JAMEbi/JgmCPmfRsrvB3qdHXoUN7IplHVb6V/znU6UU=; b=NKz8nD6eOUw/MU0YUb8kAMDDho8ObEScG5W5Adxbboek29Q4q+hzxA4BHchMOsW8 0yhFiHg4VvFtUJWp8T/uMqIr2RzG56d68vp+o/1qnycTo61VDvk6haR6I4DytAur61Z G9htgBvA/TOqyDZ0bgPUKJXcrOBd9pVElXG7LrKM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699074743; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=JAMEbi/JgmCPmfRsrvB3qdHXoUN7IplHVb6V/znU6UU=; b=kIsLJApo6TJn7ewFo1RE4rnBogiNytOXbXAX7CPvSbG12dt4pcAXWsu8ypKQJSI4 jsNt97Ulys8XOsTHgKzNLA3tN+sO+xsVHLIed3dUTMaXB9qilrVPak/VGVxUn0FtpQ9 GskrvZcgVbaWrNtPa4rckFHLFPCJTbgKq0JpeWV8= 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] tracker-miners: upgrading to 3.6.2 SUCCEEDED Message-ID: <0101018b98bf1a6f-dbddadf4-6e76-4f00-b4d6-e638d4ed728b-000000@us-west-2.amazonses.com> Date: Sat, 4 Nov 2023 05:12:22 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.04-54.240.27.193 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 05:12:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/106295 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *tracker-miners* to *3.6.2* has Succeeded. Next steps: - apply the patch: git am 0001-tracker-miners-upgrade-3.6.0-3.6.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 51571081b6f6695e3df3b71e1129a37daca0a092 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 4 Nov 2023 05:03:24 +0000 Subject: [PATCH] tracker-miners: upgrade 3.6.0 -> 3.6.2 --- .../{tracker-miners_3.6.0.bb => tracker-miners_3.6.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/tracker/{tracker-miners_3.6.0.bb => tracker-miners_3.6.2.bb} (96%) diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.0.bb b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb similarity index 96% rename from meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.0.bb rename to meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb index d89915502..a0a41d7f8 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.0.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb @@ -20,7 +20,7 @@ SRC_URI:append = " \ file://0001-fix-reproducibility.patch \ file://0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch \ " -SRC_URI[archive.sha256sum] = "c2ed9f6b0410195863b84c7b5467c5bc1255e96d658741192b5e92568a3bebd0" +SRC_URI[archive.sha256sum] = "0ad722f3d532c21d757cf488f942960679ea8f457925efa97656ed4c9e9ba4ff" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"