diff mbox series

[AUH] fluidsynth: upgrading to 2.3.4 SUCCEEDED

Message ID 0101018b988fda11-2482f284-8046-4889-86cd-f4aa42c6aad7-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] fluidsynth: upgrading to 2.3.4 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 *fluidsynth* to *2.3.4* has Succeeded.

Next steps:
    - apply the patch: git am 0001-fluidsynth-upgrade-2.3.2-2.3.4.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 2e941af8bb8af145b0b28f548755276d235ac963 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 03:19:59 +0000
Subject: [PATCH] fluidsynth: upgrade 2.3.2 -> 2.3.4

---
 .../recipes-multimedia/fluidsynth/fluidsynth_git.bb           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb
index a1083af56..26b199943 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_git.bb
@@ -5,9 +5,9 @@  LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
 
 SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=master;protocol=https"
-SRCREV = "4d8fe638e1a48660a4c843d493f69a86579e12f0"
+SRCREV = "5ecdc4568e45123216c6888892caad07918ef127"
 S = "${WORKDIR}/git"
-PV = "2.3.2"
+PV = "2.3.4"
 
 inherit cmake pkgconfig lib_package