From patchwork Mon Nov 18 21:16:59 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: 52686 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 6EC19D60054 for ; Mon, 18 Nov 2024 21:17:10 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.web10.4791.1731964608713510009 for ; Mon, 18 Nov 2024 13:17:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=LWz4fIqN; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=Y6O+qE0p; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 010101934122ca1a-3a7ab98c-030d-4691-8ac7-aa0fb6abcdd5-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=1731964619; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=jJnfWDXvo24uPliok8WzoIPzYdQ/DXi2qv7ZBlfcpN4=; b=LWz4fIqNfWuBaHxKbtaC/jkUi6wj9mRyyUyqWMspsvbEyUhGJLlAK8lSQ4dvhvfc swm28pzMU4wtWCaI2VJLgBiQBkaOmQfViDCZsRiEZdk7MiCQGCY7smwhQXFC141wAfZ J0iIHVJKrGjBGFpwmlBZS9waISsYyD4LMhhL0L6Y= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1731964619; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=jJnfWDXvo24uPliok8WzoIPzYdQ/DXi2qv7ZBlfcpN4=; b=Y6O+qE0pot3Eqfys9xLtLykyuJB4N9eNo4skZmfyhdp1/8nABK3FU4u1DirC7s8Q 8S5bKMJoNUgk9toLiBYpimzANBPfEEgag567TCGnJk2FqkVN3oa57KwTmE/qrx2v4Hf m2PcEtCtLYpR+v1WIfYPa1jUbu4m0cDq2yGctkp8= MIME-Version: 1.0 From: auh@yoctoproject.org To: Wang Mingyu Cc: openembedded-core@lists.openembedded.org Subject: [AUH] librepo: upgrading to 1.19.0 SUCCEEDED Message-ID: <010101934122ca1a-3a7ab98c-030d-4691-8ac7-aa0fb6abcdd5-000000@us-west-2.amazonses.com> Date: Mon, 18 Nov 2024 21:16:59 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.11.18-54.240.27.193 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, 18 Nov 2024 21:17:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/207267 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *librepo* to *1.19.0* has Succeeded. Next steps: - apply the patch: git am 0001-librepo-upgrade-1.18.1-1.19.0.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 006c8cf3a59bb53499dde5f54cc249e49aaf8612 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 16 Nov 2024 10:39:43 +0000 Subject: [PATCH] librepo: upgrade 1.18.1 -> 1.19.0 --- ...2-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch | 2 +- ...4-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch | 2 +- .../librepo/{librepo_1.18.1.bb => librepo_1.19.0.bb} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/librepo/{librepo_1.18.1.bb => librepo_1.19.0.bb} (94%) diff --git a/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch b/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch index 1425041dad..aacdf327ee 100644 --- a/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch +++ b/meta/recipes-devtools/librepo/librepo/0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch @@ -1,4 +1,4 @@ -From e86f562d3cc6cea3e19c4bab77ffa2902f634615 Mon Sep 17 00:00:00 2001 +From 5b93bdfeea46d3e30aa55c56901d3b8907a9d1a2 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 30 Dec 2016 18:05:36 +0200 Subject: [PATCH] Do not try to obtain PYTHON_INSTALL_DIR by running python. diff --git a/meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch b/meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch index edee8698d8..a885f58563 100644 --- a/meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch +++ b/meta/recipes-devtools/librepo/librepo/0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch @@ -1,4 +1,4 @@ -From 93d3c49dbdf348eec9900d53a152457f6d1cb816 Mon Sep 17 00:00:00 2001 +From d7ae8c8cf0e9a6e93485dc0b70e705716eeb1b8f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 30 Dec 2016 18:23:27 +0200 Subject: [PATCH] Set gpgme variables with pkg-config, not with cmake module diff --git a/meta/recipes-devtools/librepo/librepo_1.18.1.bb b/meta/recipes-devtools/librepo/librepo_1.19.0.bb similarity index 94% rename from meta/recipes-devtools/librepo/librepo_1.18.1.bb rename to meta/recipes-devtools/librepo/librepo_1.19.0.bb index b3bd2812dd..634967fcbc 100644 --- a/meta/recipes-devtools/librepo/librepo_1.18.1.bb +++ b/meta/recipes-devtools/librepo/librepo_1.19.0.bb @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;pr file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ " -SRCREV = "9f186ad20936811ba515c5f0345ccc71603459a3" +SRCREV = "7955987e33ba98dddb3fc2c63bb6dc892e3505fa" S = "${WORKDIR}/git"