From patchwork Fri Nov 3 19:52:46 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: 33609 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 62126C05022 for ; Fri, 3 Nov 2023 19:52:49 +0000 (UTC) Received: from a27-33.smtp-out.us-west-2.amazonses.com (a27-33.smtp-out.us-west-2.amazonses.com [54.240.27.33]) by mx.groups.io with SMTP id smtpd.web11.62976.1699041165918300934 for ; Fri, 03 Nov 2023 12:52:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=V8lCA92a; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=WFIiarlR; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018b96bec519-078206c0-d8cb-457e-b944-31bffdeaf9f0-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=1699041166; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=ZVnVxGyhQm9WgsYzJpn+v8v6LLps2B+SIUN+Uqpc60Q=; b=V8lCA92amg5LQG6DbaZwB5Nr+n1vFTOUGUZzwTTIYB1cZZRyYTqDua5lX6F9TJT+ 8OWzbwgj5yNnI/1LEABwDevb0t+CDoybWzzGdkbUmfc9RastHi85Oh39OS5uA8O5ak/ 8RbB2sSywtqZiJLKIGoPiWUNX76G9bwH0DHzgjoY= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1699041166; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=ZVnVxGyhQm9WgsYzJpn+v8v6LLps2B+SIUN+Uqpc60Q=; b=WFIiarlRp46aJPQm0MvKFxQLeB5okrQNKKKMGDWSXOjss4B2GZ9RU7ZOk3dsNUxm m62pVoNRY4tTGgdEc+weLONiCrCWkEF++ODrGBb980ARM/CaXG+wEWu23KYGjwt1B08 cUQrz9mS+86KxZcYMCLueD2yp478cd0qoWkEYY28= 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] gcab: upgrading to 1.6 SUCCEEDED Message-ID: <0101018b96bec519-078206c0-d8cb-457e-b944-31bffdeaf9f0-000000@us-west-2.amazonses.com> Date: Fri, 3 Nov 2023 19:52:46 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.11.03-54.240.27.33 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 ; Fri, 03 Nov 2023 19:52:49 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/105917 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gcab* to *1.6* has Succeeded. Next steps: - apply the patch: git am 0001-gcab-upgrade-1.4-1.6.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 ec612ae3c8cd7882b863bec318f0e41143429499 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 3 Nov 2023 12:32:58 +0000 Subject: [PATCH] gcab: upgrade 1.4 -> 1.6 --- meta-oe/recipes-gnome/gcab/{gcab_1.4.bb => gcab_1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-gnome/gcab/{gcab_1.4.bb => gcab_1.6.bb} (89%) diff --git a/meta-oe/recipes-gnome/gcab/gcab_1.4.bb b/meta-oe/recipes-gnome/gcab/gcab_1.6.bb similarity index 89% rename from meta-oe/recipes-gnome/gcab/gcab_1.4.bb rename to meta-oe/recipes-gnome/gcab/gcab_1.6.bb index 321e7c36a..4278fc945 100644 --- a/meta-oe/recipes-gnome/gcab/gcab_1.4.bb +++ b/meta-oe/recipes-gnome/gcab/gcab_1.6.bb @@ -9,7 +9,7 @@ SRC_URI = "\ ${GNOME_MIRROR}/gcab/${PV}/gcab-${PV}.tar.xz \ file://run-ptest \ " -SRC_URI[sha256sum] = "67a5fa9be6c923fbc9197de6332f36f69a33dadc9016a2b207859246711c048f" +SRC_URI[sha256sum] = "2f0c9615577c4126909e251f9de0626c3ee7a152376c15b5544df10fc87e560b" inherit gobject-introspection gtk-doc manpages meson ptest-gnome vala