diff mbox series

[AUH] pipewire: upgrading to 0.3.84 SUCCEEDED

Message ID 0101018b988fddff-7f362b4e-db7e-479a-a226-07797b13c93d-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] pipewire: upgrading to 0.3.84 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 *pipewire* to *0.3.84* has Succeeded.

Next steps:
    - apply the patch: git am 0001-pipewire-upgrade-0.3.83-0.3.84.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 ba4bb928b746047002e573e710b5b1b9a6266ba2 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 04:05:47 +0000
Subject: [PATCH] pipewire: upgrade 0.3.83 -> 0.3.84

---
 .../pipewire/{pipewire_0.3.83.bb => pipewire_0.3.84.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-multimedia/recipes-multimedia/pipewire/{pipewire_0.3.83.bb => pipewire_0.3.84.bb} (99%)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.83.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb
similarity index 99%
rename from meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.83.bb
rename to meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb
index 2414f1397..34c4a68ee 100644
--- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.83.bb
+++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.84.bb
@@ -13,7 +13,7 @@  LIC_FILES_CHKSUM = " \
 
 DEPENDS = "dbus ncurses"
 
-SRCREV = "6fd7f39dbec9c3a65aa2de0123c6bfbda7c53a85"
+SRCREV = "cf46c4f5af6fc026881dbd4e837e71d8e507beef"
 SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"