diff mbox series

[AUH] libavif: upgrading to 1.0.1 SUCCEEDED

Message ID 0101018b988fdbe8-b69e19cb-854b-4b69-a712-dacc0ed3bc79-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libavif: upgrading to 1.0.1 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 *libavif* to *1.0.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libavif-upgrade-0.11.1-1.0.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 d2558c4a48abd595f6d2157404328442523824bc Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 03:37:38 +0000
Subject: [PATCH] libavif: upgrade 0.11.1 -> 1.0.1

---
 .../libavif/{libavif_0.11.1.bb => libavif_1.0.1.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-multimedia/recipes-multimedia/libavif/{libavif_0.11.1.bb => libavif_1.0.1.bb} (85%)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/libavif/libavif_0.11.1.bb b/meta-multimedia/recipes-multimedia/libavif/libavif_1.0.1.bb
similarity index 85%
rename from meta-multimedia/recipes-multimedia/libavif/libavif_0.11.1.bb
rename to meta-multimedia/recipes-multimedia/libavif/libavif_1.0.1.bb
index f01024e8a..885758b6a 100644
--- a/meta-multimedia/recipes-multimedia/libavif/libavif_0.11.1.bb
+++ b/meta-multimedia/recipes-multimedia/libavif/libavif_1.0.1.bb
@@ -4,10 +4,10 @@  SECTION = "libs"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c528b75b07425b5c1d2e34de98c397b5"
 
-SRC_URI = "git://github.com/AOMediaCodec/libavif.git;protocol=https;branch=main"
+SRC_URI = "git://github.com/AOMediaCodec/libavif.git;protocol=https;branch=v1.0.x"
 
 S = "${WORKDIR}/git"
-SRCREV = "6ab53189045e7a6fe0bd93d14977b2a4f8efa5e9"
+SRCREV = "d1c26facaf5a8a97919ceee06814d05d10e25622"
 
 DEPENDS = "dav1d"