From patchwork Fri Jun 16 03:51:23 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: 25783 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 42729C04FE0 for ; Fri, 16 Jun 2023 03:51:28 +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.808.1686887483060848858 for ; Thu, 15 Jun 2023 20:51:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=Hdihv1T0; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 01010188c2544a0f-97f9c2bb-844d-4fee-8ca3-9ffbdf8e98c9-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=1686887484; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=PG1EPHsAcBqoB7N8leMIzHdTP0Nmkt4DLlAbn0/+Io0=; b=Hdihv1T0dD1pJYiMzGd/0HVnnIeZ/oQ3YhNhAce3fD+1dIA3pmVDplS6RSZY3KxO SlRoeQlgMjpsiMPASjh9S7/j085AsoKWiU8Gyyx+dJ6U039cGVpT+V8FO+eRYbrcZ2D uM+Is4Nc97QG/mEjQpRavIzW+Xr7qI+iJMFBOtJo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887484; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=PG1EPHsAcBqoB7N8leMIzHdTP0Nmkt4DLlAbn0/+Io0=; b=X2GZFh6CKo1Xj26LsxOuNp6E7FHS+8u8w0bfuAtNGUKTVxYvw1IBoXucGal8jzVf OSJa/Ox8ET+oKW9akt+rgS8CIE64862PloeQs+ORhz3jAPrRNqVtE/5rBtMBqz0zx72 uRw/peNTnJtncE6S+LQ6BFaW3bQDTD/3cxz7oF+Y= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] gobject-introspection: upgrading to 1.76.1 SUCCEEDED Message-ID: <01010188c2544a0f-97f9c2bb-844d-4fee-8ca3-9ffbdf8e98c9-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:23 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-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, 16 Jun 2023 03:51:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182961 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *gobject-introspection* to *1.76.1* has Succeeded. Next steps: - apply the patch: git am 0001-gobject-introspection-upgrade-1.74.0-1.76.1.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 2e95aa41cc4dff664442f8f6badf2e42314f686f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jun 2023 19:21:35 +0000 Subject: [PATCH] gobject-introspection: upgrade 1.74.0 -> 1.76.1 --- ...01-Relocate-the-repository-directory-for-native-builds.patch | 2 +- ...-introspection_1.74.0.bb => gobject-introspection_1.76.1.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gobject-introspection/{gobject-introspection_1.74.0.bb => gobject-introspection_1.76.1.bb} (99%) diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch index 030ff17601..81bf1d0235 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch @@ -1,4 +1,4 @@ -From d396e5126461631e2c73ce98ba034f1e44598f6a Mon Sep 17 00:00:00 2001 +From e36b844d68b19a5c827d7d42b136722396de5051 Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Fri, 8 Jun 2018 13:55:10 +0200 Subject: [PATCH] Relocate the repository directory for native builds diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.74.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.76.1.bb similarity index 99% rename from meta/recipes-gnome/gobject-introspection/gobject-introspection_1.74.0.bb rename to meta/recipes-gnome/gobject-introspection/gobject-introspection_1.76.1.bb index d3a7ce2fd9..17748b9f49 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.74.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.76.1.bb @@ -17,7 +17,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${@oe.utils.trim_version("${PV}", 2)}/${BPN}-$ file://0001-g-ir-tool-template.in-fix-girdir-path.patch \ " -SRC_URI[sha256sum] = "347b3a719e68ba4c69ff2d57ee2689233ea8c07fc492205e573386779e42d653" +SRC_URI[sha256sum] = "196178bf64345501dcdc4d8469b36aa6fe80489354efe71cb7cb8ab82a3738bf" SRC_URI:append:class-native = " file://0001-Relocate-the-repository-directory-for-native-builds.patch"