diff mbox series

[AUH] dav1d: upgrading to 1.3.0 SUCCEEDED

Message ID 0101018b988fd8e7-40198b50-dfaf-4c81-8858-92d5bece2a22-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] dav1d: upgrading to 1.3.0 SUCCEEDED | expand

Commit Message

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

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

Next steps:
    - apply the patch: git am 0001-dav1d-upgrade-1.2.0-1.3.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 07809d72eb71ce79ad3ae9ff7be7e3418b72c0c3 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 03:15:56 +0000
Subject: [PATCH] dav1d: upgrade 1.2.0 -> 1.3.0

---
 .../recipes-multimedia/dav1d/{dav1d_1.2.0.bb => dav1d_1.3.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-multimedia/recipes-multimedia/dav1d/{dav1d_1.2.0.bb => dav1d_1.3.0.bb} (89%)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.2.0.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.3.0.bb
similarity index 89%
rename from meta-multimedia/recipes-multimedia/dav1d/dav1d_1.2.0.bb
rename to meta-multimedia/recipes-multimedia/dav1d/dav1d_1.3.0.bb
index 5d43921b0..2d5049b9a 100644
--- a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.2.0.bb
+++ b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.3.0.bb
@@ -7,7 +7,7 @@  LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669"
 
 SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;branch=master"
-SRCREV = "676a864a11af2c0522e1f992e770589543894686"
+SRCREV = "48035599cdd4e4415732e408c407e0c1cd1c7444"
 
 S = "${WORKDIR}/git"