diff mbox series

[AUH] tracker-miners: upgrading to 3.6.2 SUCCEEDED

Message ID 0101018b98bf1a6f-dbddadf4-6e76-4f00-b4d6-e638d4ed728b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] tracker-miners: upgrading to 3.6.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 5:12 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *tracker-miners* to *3.6.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-tracker-miners-upgrade-3.6.0-3.6.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 51571081b6f6695e3df3b71e1129a37daca0a092 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 05:03:24 +0000
Subject: [PATCH] tracker-miners: upgrade 3.6.0 -> 3.6.2

---
 .../{tracker-miners_3.6.0.bb => tracker-miners_3.6.2.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/tracker/{tracker-miners_3.6.0.bb => tracker-miners_3.6.2.bb} (96%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.0.bb b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb
similarity index 96%
rename from meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.0.bb
rename to meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb
index d89915502..a0a41d7f8 100644
--- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.0.bb
+++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.6.2.bb
@@ -20,7 +20,7 @@  SRC_URI:append = " \
 	file://0001-fix-reproducibility.patch \
 	file://0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.patch \
 "
-SRC_URI[archive.sha256sum] = "c2ed9f6b0410195863b84c7b5467c5bc1255e96d658741192b5e92568a3bebd0"
+SRC_URI[archive.sha256sum] = "0ad722f3d532c21d757cf488f942960679ea8f457925efa97656ed4c9e9ba4ff"
 
 # gobject-introspection is mandatory and cannot be configured
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"