From patchwork Thu Feb 1 18:00:04 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: 38650 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 36FC2C54EBE for ; Thu, 1 Feb 2024 18:00:21 +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.web10.2151.1706810405175972832 for ; Thu, 01 Feb 2024 10:00:05 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=STiGN8Ax; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=VntgKGKw; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101018d65d3ee5d-82e4bd2d-1247-436c-8965-dda8f6b7cba5-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=1706810404; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Brtqrkc6UcSnmA5XmrEot8MX3O0pFxqb1+p20/d43Us=; b=STiGN8Axot9ELfheYSIVDnBzO2RUiB+hTFsfFQSFHmns/AqKQecv6pRBrRm38ywy 7ectJPxMVk0Qti5X6dZWZlc9JG1jCEr0MjzVvtXqeQW84HNRlQdCeNhQFlN9BkL5fjf XUHx21HFhMapIhgocobooMlA8pzjwCOC3W6zVRWQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1706810404; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Brtqrkc6UcSnmA5XmrEot8MX3O0pFxqb1+p20/d43Us=; b=VntgKGKwgR/S1SQTSEkYOtmjjTlNTcHlEYmiqZFGXCgCby+rBbB1RfY6oVZL2vcX eDsYnihjIkZK9/WVFh7FmV1lr1THJRi459p9we0QItW+YopdboOAk9PDBrUfF5T4jD+ 2hgyQeQD3wYc6zoAsTdCKFySRY9Oi+VGn5XPdZ2Y= MIME-Version: 1.0 From: auh@yoctoproject.org To: Chen Qi Cc: openembedded-core@lists.openembedded.org Subject: [AUH] diffstat: upgrading to 1.66 SUCCEEDED Message-ID: <0101018d65d3ee5d-82e4bd2d-1247-436c-8965-dda8f6b7cba5-000000@us-west-2.amazonses.com> Date: Thu, 1 Feb 2024 18:00:04 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.02.01-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, 01 Feb 2024 18:00:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/194612 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *diffstat* to *1.66* has Succeeded. Next steps: - apply the patch: git am 0001-diffstat-upgrade-1.65-1.66.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 bd67d64831fa6a66b111df07b2c1d744e898e748 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Feb 2024 06:39:41 +0000 Subject: [PATCH] diffstat: upgrade 1.65 -> 1.66 --- .../diffstat/avoid-check-user-break-cc.patch | 6 ++--- .../{diffstat_1.65.bb => diffstat_1.66.bb} | 23 +++++++++++++++++-- 2 files changed, 24 insertions(+), 5 deletions(-) rename meta/recipes-devtools/diffstat/{diffstat_1.65.bb => diffstat_1.66.bb} (47%) diff --git a/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch b/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch index 811faa48da..6fdeaf3017 100644 --- a/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch +++ b/meta/recipes-devtools/diffstat/diffstat/avoid-check-user-break-cc.patch @@ -1,4 +1,4 @@ -From 1046593aacb74ff888a0d68c0ff89b20c4bc9ed4 Mon Sep 17 00:00:00 2001 +From 336c9673e719d2689c5666669a6f0cc42b49a8bd Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Tue, 15 May 2018 17:17:01 +0800 Subject: [PATCH] diffstat: fix wrong evaluation of CC @@ -18,10 +18,10 @@ Signed-off-by: Kai Kang 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aclocal.m4 b/aclocal.m4 -index 9281aa8..dd57b7a 100644 +index d4bd283..1b653c4 100644 --- a/aclocal.m4 +++ b/aclocal.m4 -@@ -1239,7 +1239,7 @@ CF_GCC_VERSION +@@ -1522,7 +1522,7 @@ CF_GCC_VERSION CF_ACVERSION_CHECK(2.52, [AC_PROG_CC_STDC], [CF_ANSI_CC_REQD]) diff --git a/meta/recipes-devtools/diffstat/diffstat_1.65.bb b/meta/recipes-devtools/diffstat/diffstat_1.66.bb similarity index 47% rename from meta/recipes-devtools/diffstat/diffstat_1.65.bb rename to meta/recipes-devtools/diffstat/diffstat_1.66.bb index 59db7b1d78..2e10ea59d0 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.65.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.66.bb @@ -1,3 +1,22 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- COPYING +# +++ COPYING +# @@ -1,4 +1,4 @@ +# -Copyright 1994-2021,2022 by Thomas E. Dickey +# +Copyright 1994-2023,2024 by Thomas E. Dickey +# All Rights Reserved. +# +# Permission to use, copy, modify, and distribute this software and its +# +# + SUMMARY = "Tool to produce a statistics based on a diff" DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \ the insertions, deletions, and modifications per-file. It is useful for \ @@ -5,14 +24,14 @@ reviewing large, complex patch files." HOMEPAGE = "http://invisible-island.net/diffstat/" SECTION = "devel" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=6450594049f0eed1052e634ddcbeec28" +LIC_FILES_CHKSUM = "file://COPYING;md5=5713b4719a66a6527e6301e8f8745877" SRC_URI = "http://invisible-mirror.net/archives/${BPN}/${BP}.tgz \ file://run-ptest \ file://avoid-check-user-break-cc.patch \ " -SRC_URI[sha256sum] = "8cf27424926debcd85921755c3915559288244bd103f62d740dc6b83b557a28a" +SRC_URI[sha256sum] = "f54531bbe32e8e0fa461f018b41e3af516b632080172f361f05e50367ecbb69e" inherit autotools gettext ptest