diff mbox series

[AUH] xf86-input-mouse: upgrading to 1.9.5 SUCCEEDED

Message ID 01010188c2544d63-c5023375-b99f-4a52-9439-d20f1803860a-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] xf86-input-mouse: upgrading to 1.9.5 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 16, 2023, 3:51 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *xf86-input-mouse* to *1.9.5* has Succeeded.

Next steps:
    - apply the patch: git am 0001-xf86-input-mouse-upgrade-1.9.4-1.9.5.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 24620acde71f4f1821b761bfc4a8bcb3a059c83b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 15 Jun 2023 21:34:29 +0000
Subject: [PATCH] xf86-input-mouse: upgrade 1.9.4 -> 1.9.5

---
 ...use_1.9.4.bb => xf86-input-mouse_1.9.5.bb} | 24 +++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-mouse_1.9.4.bb => xf86-input-mouse_1.9.5.bb} (33%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.4.bb b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb
similarity index 33%
rename from meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.4.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb
index 191987494e..1c4abfcd64 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.4.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-mouse_1.9.5.bb
@@ -1,3 +1,23 @@ 
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -1,5 +1,4 @@
+# -Copyright (c) 2004-2005, 2008-2010, Oracle and/or its affiliates.
+# -All rights reserved.
+# +Copyright (c) 2004, 2022, Oracle and/or its affiliates.
+#  Copyright 2012 Red Hat, Inc.
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+# 
+#
+
 require xorg-driver-input.inc
 
 SUMMARY = "X.Org X server -- mouse input driver"
@@ -8,7 +28,7 @@  functions as a pointer input device, and may be used as the X server's \
 core pointer. Multiple mice are supported by multiple instances of this \
 driver."
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=90ea9f90d72b6d9327dede5ffdb2a510"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d213a69053dffe9bcab94abf60013d33"
 
-SRC_URI[sha256sum] = "7f6f8551fc238abdddcf9f38906564c1f8c7dacb0ad947cfc110487aefbd8d4c"
+SRC_URI[sha256sum] = "4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968"
 XORG_DRIVER_COMPRESSOR = ".tar.xz"