diff mbox series

[AUH] libwacom: upgrading to 2.8.0 SUCCEEDED

Message ID 0101018b98bf16c0-3891fc83-1ff1-42ca-8efc-276960f9e9af-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libwacom: upgrading to 2.8.0 SUCCEEDED | expand

Commit Message

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

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

Next steps:
    - apply the patch: git am 0001-libwacom-upgrade-2.6.0-2.8.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 8d506f9a534986c982a8babb2aa34529f0018876 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 04:49:38 +0000
Subject: [PATCH] libwacom: upgrade 2.6.0 -> 2.8.0

---
 .../libwacom/{libwacom_2.6.0.bb => libwacom_2.8.0.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-support/libwacom/{libwacom_2.6.0.bb => libwacom_2.8.0.bb} (93%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb b/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb
similarity index 93%
rename from meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb
rename to meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb
index d96026241..8f45221ad 100644
--- a/meta-gnome/recipes-support/libwacom/libwacom_2.6.0.bb
+++ b/meta-gnome/recipes-support/libwacom/libwacom_2.8.0.bb
@@ -8,7 +8,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=40a21fffb367c82f39fd91a3b137c36e"
 
 SRC_URI = "git://github.com/linuxwacom/libwacom.git;branch=master;protocol=https"
-SRCREV = "cb36c462763a321454d5c08fe974a3d7dec4ed1a"
+SRCREV = "f5b92814320d0a5745b50b7b36103843ad23e299"
 
 DEPENDS = " \
     libxml2-native \