diff mbox series

[AUH] mousepad: upgrading to 0.6.1 SUCCEEDED

Message ID 0101018b993e0068-ef68c7ff-0b54-49ec-9afa-9bbe7088099b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] mousepad: upgrading to 0.6.1 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 *mousepad* to *0.6.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-mousepad-upgrade-0.5.9-0.6.1.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 607a48508d0fb6db11c0d7bfa9230b00508fbe1b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 05:33:05 +0000
Subject: [PATCH] mousepad: upgrade 0.5.9 -> 0.6.1

---
 .../mousepad/{mousepad_0.5.9.bb => mousepad_0.6.1.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-apps/mousepad/{mousepad_0.5.9.bb => mousepad_0.6.1.bb} (84%)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.9.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb
similarity index 84%
rename from meta-xfce/recipes-apps/mousepad/mousepad_0.5.9.bb
rename to meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb
index 1be015bfb..dc75a4b22 100644
--- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.9.bb
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.6.1.bb
@@ -7,7 +7,7 @@  DEPENDS = "gtk+3 gtksourceview4 xfconf xfce4-dev-tools-native"
 
 inherit xfce-app gsettings mime-xdg
 
-SRC_URI[sha256sum] = "f108a8c167ec5727266ab67666f10dbd60e972d56ea03944302fdabb2167f473"
+SRC_URI[sha256sum] = "560c5436c7bc7de33fbf3e9f6cc545280772ad898dfb73257d86533880ffff36"
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"