From patchwork Fri Jun 16 03:51:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 25737 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 18C3AC001E0 for ; Fri, 16 Jun 2023 03:51:28 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.web11.819.1686887485365054587 for ; Thu, 15 Jun 2023 20:51:25 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=RHyEFyku; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 01010188c2544d63-c5023375-b99f-4a52-9439-d20f1803860a-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1686887484; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=PUxb4wcgafQasKrSdBQBtaPb1sf3ZYoZZ/laCXRwLCs=; b=RHyEFykuZ7z4k1WLqrPlLE0jQXM28xCrWzjqTDGfcITwaMfnp1ggRR4uYUA5fId4 67fYGsah855BnxZulTrIizlDeD70bMeoRlSfjV82n4Zq48EkNFDYYqTcA8S4w/DWpQu kEO9ZL/WMeyrSQu6pwVjPT48ERXXHOkKZ2Xg2Nkg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1686887484; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=PUxb4wcgafQasKrSdBQBtaPb1sf3ZYoZZ/laCXRwLCs=; b=ozy2RqXDpvQAoHf/15ledAHLBXzdQonQ4v+CGAx3cNxs6ppKo6AsxMFZMyUxzUWL j8FrsqEt/HXwGbK8LjcuGGRFIIyiSHoAYCDgcoHejedwd/HP9WSW4pn1nBwZ2IF/m1N b3Eeo2HqcJO3e7ELGLzy4ewV1Ubv/8PN+mHGhecg= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] xf86-input-mouse: upgrading to 1.9.5 SUCCEEDED Message-ID: <01010188c2544d63-c5023375-b99f-4a52-9439-d20f1803860a-000000@us-west-2.amazonses.com> Date: Fri, 16 Jun 2023 03:51:24 +0000 Feedback-ID: 1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2023.06.16-54.240.27.29 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 16 Jun 2023 03:51:28 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/182963 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 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 --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"