diff mbox series

[AUH] librepo: upgrading to 1.19.0 SUCCEEDED

Message ID 010101934122ca1a-3a7ab98c-030d-4691-8ac7-aa0fb6abcdd5-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] librepo: upgrading to 1.19.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 18, 2024, 9:16 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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 <alex.kanavin@gmail.com>
 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 <alex.kanavin@gmail.com>
 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"