From patchwork Mon Jul 1 16:57:55 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: 45856 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 0786CC49EA1 for ; Mon, 1 Jul 2024 16:58:01 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.web11.2179.1719853076105730793 for ; Mon, 01 Jul 2024 09:57:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=Rkk9tIxE; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=HL9QOs13; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 010101906f3b4af0-dc1329dd-a60b-44b2-a426-67842b87b0f0-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=1719853075; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=p/vnb2DDwgpgTWNgqjCXLh7rt9uEvOtYVD8aHE1UG84=; b=Rkk9tIxE5frUdfS46r/VQihfa/sjuym1EWLbyCLq3W9QWyB8m3wZnPs3jBSwhbnI SOp0tNPAt2cTy36tyd1W7z2Tvzx3QMUhQZneIeOEYy8NFTaw/vkxZTUlWVh/Ava4SEh 18C5mQ8++CKaqgUC4FRz7Apy462tJGXfdtFw/TaM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1719853075; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=p/vnb2DDwgpgTWNgqjCXLh7rt9uEvOtYVD8aHE1UG84=; b=HL9QOs13jWifg53ge1lubpQGG3c4qNTs2p5mCKn7lrc7OS1CqhelzKg75UJNAOIH mo8sd7MQX4klEpVNKM5PKTlMtFj12E6IBQa4Lfr/sTGw4UAcQ9eliycP6b1UTEpipAz VYhBgK7XA+JsSVsHSMFdln2oLytIGMwlHWpZep6w= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alexander Kanavin Cc: openembedded-core@lists.openembedded.org Subject: [AUH] createrepo-c: upgrading to 1.1.3 SUCCEEDED Message-ID: <010101906f3b4af0-dc1329dd-a60b-44b2-a426-67842b87b0f0-000000@us-west-2.amazonses.com> Date: Mon, 1 Jul 2024 16:57:55 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.07.01-54.240.27.30 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 ; Mon, 01 Jul 2024 16:58:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/201333 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *createrepo-c* to *1.1.3* has Succeeded. Next steps: - apply the patch: git am 0001-createrepo-c-upgrade-1.1.2-1.1.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 b9b67e01ad127b2747bb8819f2246ce0a63c6295 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 1 Jul 2024 07:15:23 +0000 Subject: [PATCH] createrepo-c: upgrade 1.1.2 -> 1.1.3 --- ...001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch | 5 +---- .../createrepo-c/0001-include-rpm-rpmstring.h.patch | 5 ++--- .../{createrepo-c_1.1.2.bb => createrepo-c_1.1.3.bb} | 2 +- 3 files changed, 4 insertions(+), 8 deletions(-) rename meta/recipes-devtools/createrepo-c/{createrepo-c_1.1.2.bb => createrepo-c_1.1.3.bb} (96%) diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch index b63fe53944..02cb1083ed 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch +++ b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch @@ -1,4 +1,4 @@ -From 6f8f6d151b831b60f6e7892aa9294a6361353c72 Mon Sep 17 00:00:00 2001 +From 26189961337163fb56be720f9bfd70bdec9652ac Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 30 Dec 2016 18:31:02 +0200 Subject: [PATCH] Do not set PYTHON_INSTALL_DIR by running python @@ -23,6 +23,3 @@ index a31b14d..01fd8ca 100644 INCLUDE_DIRECTORIES (${PYTHON_INCLUDE_PATH}) MESSAGE(STATUS "Python install dir is ${PYTHON_INSTALL_DIR}") --- -2.25.1 - diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch index b7e5710b39..084c220a73 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch +++ b/meta/recipes-devtools/createrepo-c/createrepo-c/0001-include-rpm-rpmstring.h.patch @@ -1,4 +1,4 @@ -From eb66326c3fc6e942282d01ddd56659c78ed7400b Mon Sep 17 00:00:00 2001 +From 1147d34269380f1f320c69a4af6dc9128f1de4ed Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 13 Jan 2023 13:21:51 -0800 Subject: [PATCH] include rpm/rpmstring.h @@ -11,13 +11,12 @@ on 'rasprintf'; ISO C99 and later do not support implicit function declarations Upstream-Status: Submitted [https://github.com/rpm-software-management/createrepo_c/pull/340] Signed-off-by: Khem Raj - --- src/xml_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xml_file.c b/src/xml_file.c -index d2400b8..871109c 100644 +index 44b38f9..de5176b 100644 --- a/src/xml_file.c +++ b/src/xml_file.c @@ -19,6 +19,7 @@ diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.3.bb similarity index 96% rename from meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb rename to meta/recipes-devtools/createrepo-c/createrepo-c_1.1.3.bb index 85b2901d50..2e08449812 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.3.bb @@ -9,7 +9,7 @@ SRC_URI = "git://github.com/rpm-software-management/createrepo_c;branch=master;p file://0001-include-rpm-rpmstring.h.patch \ " -SRCREV = "0ce71adda8a33ede9e9d21b7c18cc58d5a495849" +SRCREV = "e93766dfc30f39b16d41f2d0eb130c92c16993ab" S = "${WORKDIR}/git"