diff mbox series

[AUH] librepo: upgrading to 1.15.2 SUCCEEDED

Message ID 0101018a557086db-aa24c21e-2ee5-421d-9b88-17a29b097729-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] librepo: upgrading to 1.15.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 2, 2023, 10:29 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *librepo* to *1.15.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-librepo-upgrade-1.15.1-1.15.2.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 c1562fff6af5942d22439a3e1759c995123c7372 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 1 Sep 2023 13:27:07 +0000
Subject: [PATCH] librepo: upgrade 1.15.1 -> 1.15.2

---
 .../librepo/{librepo_1.15.1.bb => librepo_1.15.2.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/librepo/{librepo_1.15.1.bb => librepo_1.15.2.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/librepo/librepo_1.15.1.bb b/meta/recipes-devtools/librepo/librepo_1.15.2.bb
similarity index 94%
rename from meta/recipes-devtools/librepo/librepo_1.15.1.bb
rename to meta/recipes-devtools/librepo/librepo_1.15.2.bb
index 2c8d6fc719..995301d601 100644
--- a/meta/recipes-devtools/librepo/librepo_1.15.1.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.15.2.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 = "5f4de4a4e85845d4184fbd30c03ff8a8ec7df4af"
+SRCREV = "1a0a5fd2b040d00872118b32d09d1f79730897a2"
 
 S = "${WORKDIR}/git"