diff mbox series

[AUH] neatvnc: upgrading to 0.7.0 SUCCEEDED

Message ID 0101018b96bed4d7-9cc43c87-d341-446c-89c9-c3696aacce13-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] neatvnc: upgrading to 0.7.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-neatvnc-upgrade-0.6.0-0.7.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 28cc9fd9b9f854b7340be4eb5007bf5f8083a402 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 17:00:35 +0000
Subject: [PATCH] neatvnc: upgrade 0.6.0 -> 0.7.0

---
 meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb b/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb
index 834401520..0c95f7e4c 100644
--- a/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb
+++ b/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb
@@ -4,11 +4,11 @@  HOMEPAGE = "https://github.com/any1/neatvnc"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94fc374e7174f41e3afe0f027ee59ff7"
 
-SRC_URI = "git://github.com/any1/neatvnc;branch=master;protocol=https"
+SRC_URI = "git://github.com/any1/neatvnc;branch=v0.7;protocol=https"
 
-SRCREV = "8b3dc1ae6099dcfa73aec3ae11df2fdc58540d14"
+SRCREV = "112391140a76f0b362fa0df92fc1183c4a48ef3d"
 
-PV = "0.6.0+git${SRCPV}"
+PV = "0.7.0"
 
 S = "${WORKDIR}/git"