All of lore.kernel.org
 help / color / mirror / Atom feed
From: auh@auh.yoctoproject.org
To: Anuj Mittal <anuj.mittal@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: [AUH] libevdev: upgrading to 1.11.0 SUCCEEDED	[thread overview]
Message-ID: <MADEUP.16642CD3E0F6ED32.7752@lists.openembedded.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 986 bytes --]

Hello,

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

Next steps:
    - apply the patch: git am 0001-libevdev-upgrade-1.10.1-1.11.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

[-- Attachment #2: 0001-libevdev-upgrade-1.10.1-1.11.0.patch --]
[-- Type: text/x-diff, Size: 7815 bytes --]

From 1266e168c5a0310e90d738ade417a36d4b64286b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Tue, 16 Feb 2021 07:52:09 +0000
Subject: [PATCH] libevdev: upgrade 1.10.1 -> 1.11.0

---
 .../libevdev/libevdev_1.10.1.bb               |  15 ---
 .../libevdev/libevdev_1.11.0.bb               | 113 ++++++++++++++++++
 2 files changed, 113 insertions(+), 15 deletions(-)
 delete mode 100644 meta/recipes-support/libevdev/libevdev_1.10.1.bb
 create mode 100644 meta/recipes-support/libevdev/libevdev_1.11.0.bb

diff --git a/meta/recipes-support/libevdev/libevdev_1.10.1.bb b/meta/recipes-support/libevdev/libevdev_1.10.1.bb
deleted file mode 100644
index 353ded6f28..0000000000
--- a/meta/recipes-support/libevdev/libevdev_1.10.1.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-SUMMARY = "Wrapper library for evdev devices"
-HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
-SECTION = "libs"
-
-LICENSE = "MIT-X"
-LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \
-                    file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1"
-
-SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \
-           file://determinism.patch"
-SRC_URI[sha256sum] = "0330fe8357ece915db9366c1b9a6648941aea6f724b73ad6e71401127aa08932"
-
-inherit autotools pkgconfig
-
-UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
diff --git a/meta/recipes-support/libevdev/libevdev_1.11.0.bb b/meta/recipes-support/libevdev/libevdev_1.11.0.bb
new file mode 100644
index 0000000000..e9f6d39563
--- /dev/null
+++ b/meta/recipes-support/libevdev/libevdev_1.11.0.bb
@@ -0,0 +1,113 @@
+# 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,23 +1,26 @@
+# +SPDX-License-Identifier: MIT
+# +
+#  Copyright © 2013 Red Hat, Inc.
+#  Copyright © 2013 David Herrmann <dh.herrmann@gmail.com>
+#  
+# -Permission to use, copy, modify, distribute, and sell this software and its
+# -documentation for any purpose is hereby granted without fee, provided that
+# -the above copyright notice appear in all copies and that both that copyright
+# -notice and this permission notice appear in supporting documentation, and
+# -that the name of the copyright holders not be used in advertising or
+# -publicity pertaining to distribution of the software without specific,
+# -written prior permission.  The copyright holders make no representations
+# -about the suitability of this software for any purpose.  It is provided "as
+# -is" without express or implied warranty.
+# +Permission is hereby granted, free of charge, to any person obtaining a copy
+# +of this software and associated documentation files (the "Software"), to
+# +deal in the Software without restriction, including without limitation the
+# +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# +sell copies of the Software, and to permit persons to whom the Software is
+# +furnished to do so, subject to the following conditions:
+#  
+# -THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+# -INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+# -EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+# -CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+# -DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+# -TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+# -OF THIS SOFTWARE.
+# +The above copyright notice and this permission notice (including the next
+# +paragraph) shall be included in all copies or substantial portions of the
+# +Software.
+# +
+# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+# +IN THE SOFTWARE.
+#  
+#  The following license is from a Linux kernel header file and there is no GPL
+#  code this package links to.
+# --- libevdev/libevdev.h
+# +++ libevdev/libevdev.h
+# @@ -1,21 +1,21 @@
+# +/* SPDX-License-Identifier: MIT */
+#  /*
+#   * Copyright © 2013 Red Hat, Inc.
+#   *
+# - * Permission to use, copy, modify, distribute, and sell this software and its
+# - * documentation for any purpose is hereby granted without fee, provided that
+# - * the above copyright notice appear in all copies and that both that copyright
+# - * notice and this permission notice appear in supporting documentation, and
+# - * that the name of the copyright holders not be used in advertising or
+# - * publicity pertaining to distribution of the software without specific,
+# - * written prior permission.  The copyright holders make no representations
+# - * about the suitability of this software for any purpose.  It is provided "as
+# - * is" without express or implied warranty.
+# + * Permission is hereby granted, free of charge, to any person obtaining a copy
+# + * of this software and associated documentation files (the "Software"), to
+# + * deal in the Software without restriction, including without limitation the
+# + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+# + * sell copies of the Software, and to permit persons to whom the Software is
+# + * furnished to do so, subject to the following conditions:
+#   *
+# - * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+# - * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+# - * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+# - * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+# - * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+# - * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
+# - * OF THIS SOFTWARE.
+# - */
+# + * The above copyright notice and this permission notice (including the next
+# + * paragraph) shall be included in all copies or substantial portions of the
+# + * Software.
+# + *
+# + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+# + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+# 
+#
+
+SUMMARY = "Wrapper library for evdev devices"
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
+SECTION = "libs"
+
+LICENSE = "MIT-X"
+LIC_FILES_CHKSUM = "file://COPYING;md5=80c550b3197bcb8da7d7557ebcc3fc46 \
+                    file://libevdev/libevdev.h;endline=21;md5=78ca72ece2a3770571425dd85ce0ec48 \
+                    "
+
+SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz \
+           file://determinism.patch"
+SRC_URI[sha256sum] = "63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0"
+
+inherit autotools pkgconfig
+
+UPSTREAM_CHECK_REGEX = "libevdev-(?P<pver>(\d+\.)+(?!90\d+)\d+)"
-- 
2.17.1


[-- Attachment #3: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 2111 bytes --]

packages/core2-32-poky-linux/libevdev: PKGV changed from 1.10.1 [default] to 1.11.0 [default]
packages/core2-32-poky-linux/libevdev: PV changed from "1.10.1" to "1.11.0"
packages/core2-32-poky-linux/libevdev: SRC_URI changed from "http://www.freedesktop.org/software/libevdev/libevdev-1.10.1.tar.xz file://determinism.patch" to "http://www.freedesktop.org/software/libevdev/libevdev-1.11.0.tar.xz file://determinism.patch"
packages/core2-32-poky-linux/libevdev/libevdev-dbg: PKGV changed from 1.10.1 [default] to 1.11.0 [default]
packages/core2-32-poky-linux/libevdev/libevdev-dbg: PV changed from "1.10.1" to "1.11.0"
packages/core2-32-poky-linux/libevdev/libevdev-dbg: PKGSIZE changed from 197712 to 197672 (-0%)
packages/core2-32-poky-linux/libevdev/libevdev-dev: PKGV changed from 1.10.1 [default] to 1.11.0 [default]
packages/core2-32-poky-linux/libevdev/libevdev-dev: PV changed from "1.10.1" to "1.11.0"
packages/core2-32-poky-linux/libevdev/libevdev-dev: PKGSIZE changed from 97536 to 97531 (-0%)
packages/core2-32-poky-linux/libevdev/libevdev-doc: PKGV changed from 1.10.1 [default] to 1.11.0 [default]
packages/core2-32-poky-linux/libevdev/libevdev-doc: PV changed from "1.10.1" to "1.11.0"
packages/core2-32-poky-linux/libevdev/libevdev-locale: PKGV changed from 1.10.1 [default] to 1.11.0 [default]
packages/core2-32-poky-linux/libevdev/libevdev-locale: PV changed from "1.10.1" to "1.11.0"
packages/core2-32-poky-linux/libevdev/libevdev-src: PKGV changed from 1.10.1 [default] to 1.11.0 [default]
packages/core2-32-poky-linux/libevdev/libevdev-src: PV changed from "1.10.1" to "1.11.0"
packages/core2-32-poky-linux/libevdev/libevdev-src: PKGSIZE changed from 291113 to 281150 (-3%)
packages/core2-32-poky-linux/libevdev/libevdev-staticdev: PKGV changed from 1.10.1 [default] to 1.11.0 [default]
packages/core2-32-poky-linux/libevdev/libevdev-staticdev: PV changed from "1.10.1" to "1.11.0"
packages/core2-32-poky-linux/libevdev/libevdev: PKGV changed from 1.10.1 [default] to 1.11.0 [default]
packages/core2-32-poky-linux/libevdev/libevdev: PV changed from "1.10.1" to "1.11.0"

                 reply	other threads:[~2021-02-16  8:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MADEUP.16642CD3E0F6ED32.7752@lists.openembedded.org \
    --to=auh@auh.yoctoproject.org \
    --cc=anuj.mittal@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.