diff mbox series

[AUH] menulibre: upgrading to 2.3.2 SUCCEEDED

Message ID 0101018b993dffae-2833d150-6718-4539-8519-861521acb341-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] menulibre: upgrading to 2.3.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 7:30 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-menulibre-upgrade-2.2.3-2.3.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 a5ca988ce3d6e3eb07f11fb0947c5653c3cf4d4e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 05:29:58 +0000
Subject: [PATCH] menulibre: upgrade 2.2.3 -> 2.3.2

---
 .../menulibre/{menulibre_2.2.3.bb => menulibre_2.3.2.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-apps/menulibre/{menulibre_2.2.3.bb => menulibre_2.3.2.bb} (94%)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.3.2.bb
similarity index 94%
rename from meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
rename to meta-xfce/recipes-apps/menulibre/menulibre_2.3.2.bb
index 609caf346..7491b509c 100644
--- a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.3.bb
+++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.3.2.bb
@@ -13,7 +13,7 @@  inherit setuptools3_legacy gtk-icon-cache features_check
 REQUIRED_DISTRO_FEATURES = "x11 gobject-introspection-data"
 
 SRC_URI = "git://github.com/bluesabre/menulibre.git;protocol=https;branch=master"
-SRCREV = "86ee9ad7568128fe9555e54799933b2d3762331a"
+SRCREV = "94bef4060714fa65c7246c25b87410b52a149f94"
 S = "${WORKDIR}/git"
 
 do_compile[noexec] = "1"