diff mbox series

[AUH] libsecret: upgrading to 0.21.3 SUCCEEDED

Message ID 0101018dadd3a7b6-f8aa59e9-4532-467f-b0b5-aef83fd955c4-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libsecret: upgrading to 0.21.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 15, 2024, 5:32 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-libsecret-upgrade-0.21.2-0.21.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 8232cfe971ac0e2fad1fb336356022c818f1ebae Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Feb 2024 13:00:25 +0000
Subject: [PATCH] libsecret: upgrade 0.21.2 -> 0.21.3

---
 .../libsecret/{libsecret_0.21.2.bb => libsecret_0.21.3.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libsecret/{libsecret_0.21.2.bb => libsecret_0.21.3.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb b/meta/recipes-gnome/libsecret/libsecret_0.21.3.bb
similarity index 91%
rename from meta/recipes-gnome/libsecret/libsecret_0.21.2.bb
rename to meta/recipes-gnome/libsecret/libsecret_0.21.3.bb
index 2d8ea952c5..66c522021e 100644
--- a/meta/recipes-gnome/libsecret/libsecret_0.21.2.bb
+++ b/meta/recipes-gnome/libsecret/libsecret_0.21.3.bb
@@ -13,7 +13,7 @@  inherit gnomebase gi-docgen vala gobject-introspection manpages
 
 DEPENDS += "glib-2.0 libgcrypt gettext-native"
 
-SRC_URI[archive.sha256sum] = "e4a341496a0815e64c8d3b8fabab33d7bae7efdeab77b843669731d5b181dcee"
+SRC_URI[archive.sha256sum] = "9a3e2571f1048035d80238f52c8760125884a43baf8a580fedb7250c1ad0a9e7"
 
 GTKDOC_MESON_OPTION = 'gtk_doc'