From patchwork Thu Feb 15 17:32:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 39396 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 941F6C54E50 for ; Thu, 15 Feb 2024 17:32:32 +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.web11.20324.1708018344476467899 for ; Thu, 15 Feb 2024 09:32:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=T/EtKtLQ; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=b+rQRaWM; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018dadd3a7c7-af5f25ac-e5e7-4fe0-8a27-f7e823b6be81-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=1708018346; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=D07W6rfvUZ9klx2qmQkK4bqT35Y9NujkqsACNTdT3/0=; b=T/EtKtLQ0PvBM2g7cSbiNeVjVoe+WRwwJ4Yl6Hw6KoBrdyvfkvBOH5wj0seppnMc 67kqjI87vfAbIcsluoMVJsRpfi2X4zdt+9qJ4ONHa50/7bY12FdU/0pheeZ3jf2aUkI 5oX/yYhQlVZdD/zCAEq1uxD1Pr5+0cadl16L5Sb4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1708018346; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=D07W6rfvUZ9klx2qmQkK4bqT35Y9NujkqsACNTdT3/0=; b=b+rQRaWM3pW35LmJq7gS4Zrxj1JIszHfcx1Y5KtXWp/aLNN1rYc5qQv4nN0d4BHe 0ibrNU/kJXq2sAmsyFIqUQ55KihoS6NkuQM9ClsDGnGucfqXoE9NcEjBQCUnyu/8xoD 0tEhnt21eh4bxuU159p0CEnCjaHynenBRL1Kk53E= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libhandy: upgrading to 1.8.3 SUCCEEDED Message-ID: <0101018dadd3a7c7-af5f25ac-e5e7-4fe0-8a27-f7e823b6be81-000000@us-west-2.amazonses.com> Date: Thu, 15 Feb 2024 17:32:25 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.15-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 ; Thu, 15 Feb 2024 17:32:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/195653 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *libhandy* to *1.8.3* has Succeeded. Next steps: - apply the patch: git am 0001-libhandy-upgrade-1.8.2-1.8.3.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 fd79cce65f6bed4f7954de44290fdf5a223043fb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Feb 2024 12:55:59 +0000 Subject: [PATCH] libhandy: upgrade 1.8.2 -> 1.8.3 --- .../libhandy/{libhandy_1.8.2.bb => libhandy_1.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libhandy/{libhandy_1.8.2.bb => libhandy_1.8.3.bb} (95%) diff --git a/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb b/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb similarity index 95% rename from meta/recipes-gnome/libhandy/libhandy_1.8.2.bb rename to meta/recipes-gnome/libhandy/libhandy_1.8.3.bb index e863e8d13b..7f5f02a7ba 100644 --- a/meta/recipes-gnome/libhandy/libhandy_1.8.2.bb +++ b/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb @@ -10,7 +10,7 @@ LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "git://gitlab.gnome.org/GNOME/libhandy.git;protocol=https;branch=libhandy-1-8" -SRCREV = "48ae7ec0f7f9ee5f666da38b0e39e66874957166" +SRCREV = "9b0071408ce86a3ef843806fddd723a85f6f2416" S = "${WORKDIR}/git" UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.(\d*[02468])+(\.\d+))"