From patchwork Wed May 15 17:32:19 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: 43657 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 6FD2FC27C6D for ; Wed, 15 May 2024 17:32:20 +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.1279.1715794338300107721 for ; Wed, 15 May 2024 10:32:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=ROiJ7nxb; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=NoB2Alz0; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.33, mailfrom: 0101018f7d4fe6d1-46ad2f27-9e96-4d0a-915f-a4e3efa6f11e-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1715794339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Jzf6Mp4T/3qyYOYyE6wz2U8NgrKVuGKQQdgz2aUS9HA=; b=ROiJ7nxbQbLVMPZtWG2CWddngYdebX9hDRxGCrIDYicO29qUkssYun/2q39Sz6eP f8CmP3HAcm8LFzhm9oKQF/M0+R1YU0VwoRxBRRrRs/SwIjMr5iVYTxGzTy+bAiT/E1Y smOLXM/24ga37O7aBg500w1BD3iyTFfKyea74lTI= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1715794339; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Jzf6Mp4T/3qyYOYyE6wz2U8NgrKVuGKQQdgz2aUS9HA=; b=NoB2Alz0ihFWN2b3ti41EAZZQnx3Xn1tSgD6jkY7zg5dSH22KzETbWHxMLpVkD6q K85+2TAikgDBZWzkzgbca6B80wC2TVnXgkSv1DBVWVBxLB2l1+Uv5n3l9vYLfhkSBw0 DHLBS2ZrL341qqLMeLLa2qGqPA/cDEWSmq+STiA0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Markus Volk Cc: openembedded-core@lists.openembedded.org Subject: [AUH] appstream: upgrading to 1.0.3 SUCCEEDED Message-ID: <0101018f7d4fe6d1-46ad2f27-9e96-4d0a-915f-a4e3efa6f11e-000000@us-west-2.amazonses.com> Date: Wed, 15 May 2024 17:32:19 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.05.15-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 ; Wed, 15 May 2024 17:32:20 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/199371 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *appstream* to *1.0.3* has Succeeded. Next steps: - apply the patch: git am 0001-appstream-upgrade-1.0.2-1.0.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 b4570d04a5e2d8601e025fa340bf25ad5e88b53c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 15 May 2024 16:05:57 +0000 Subject: [PATCH] appstream: upgrade 1.0.2 -> 1.0.3 --- .../appstream/appstream/0001-remove-hardcoded-path.patch | 6 +++--- .../appstream/{appstream_1.0.2.bb => appstream_1.0.3.bb} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/appstream/{appstream_1.0.2.bb => appstream_1.0.3.bb} (93%) diff --git a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch index bc811d67b0..7a21366d54 100644 --- a/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch +++ b/meta/recipes-support/appstream/appstream/0001-remove-hardcoded-path.patch @@ -1,4 +1,4 @@ -From fe9ebb8c0fa7b84a9c5c667386b8fbb3baea2fad Mon Sep 17 00:00:00 2001 +From 418066f75a1b765d6cefff0e0b94120227833a47 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 12 Dec 2022 15:42:42 +0100 Subject: [PATCH] remove hardcoded path @@ -14,10 +14,10 @@ Upstream-Status: Inappropriate [oe-specific] 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build -index fa171d5..79d5168 100644 +index 5f2eaa2..4a2483a 100644 --- a/meson.build +++ b/meson.build -@@ -185,10 +185,10 @@ endif +@@ -191,10 +191,10 @@ endif stemmer_inc_dirs = include_directories() if get_option('stemming') stemmer_lib = cc.find_library('stemmer', required: true) diff --git a/meta/recipes-support/appstream/appstream_1.0.2.bb b/meta/recipes-support/appstream/appstream_1.0.3.bb similarity index 93% rename from meta/recipes-support/appstream/appstream_1.0.2.bb rename to meta/recipes-support/appstream/appstream_1.0.3.bb index 7eb12a04c5..625e85a0ae 100644 --- a/meta/recipes-support/appstream/appstream_1.0.2.bb +++ b/meta/recipes-support/appstream/appstream_1.0.3.bb @@ -28,7 +28,7 @@ SRC_URI = " \ https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz \ file://0001-remove-hardcoded-path.patch \ " -SRC_URI[sha256sum] = "1a5148ca97dcbf5eb6e9c380278bb0d20938569292ea8652df1b3cac8bd2736b" +SRC_URI[sha256sum] = "5ab6f6cf644e7875a9508593962e56bb430f4e59ae0bf03be6be7029deb6baa4" S = "${WORKDIR}/AppStream-${PV}"