Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libevdev for openSUSE:Factory checked in at 2022-04-02 18:20:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libevdev (Old) and /work/SRC/openSUSE:Factory/.libevdev.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libevdev" Sat Apr 2 18:20:23 2022 rev:19 rq:965632 version:1.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libevdev/libevdev.changes 2021-12-13 20:46:32.400500834 +0100 +++ /work/SRC/openSUSE:Factory/.libevdev.new.1900/libevdev.changes 2022-04-02 18:20:35.470241010 +0200 @@ -1,0 +2,7 @@ +Tue Mar 29 11:40:43 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.12.1: + * Add manpage for mouse-dpi-tool + * include sync key codes from kernel 5.17 + +------------------------------------------------------------------- Old: ---- libevdev-1.12.0.tar.xz libevdev-1.12.0.tar.xz.sig New: ---- libevdev-1.12.1.tar.xz libevdev-1.12.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libevdev.spec ++++++ --- /var/tmp/diff_new_pack.1m7LBC/_old 2022-04-02 18:20:35.914236026 +0200 +++ /var/tmp/diff_new_pack.1m7LBC/_new 2022-04-02 18:20:35.918235982 +0200 @@ -1,7 +1,7 @@ # # spec file for package libevdev # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sonum 2 Name: libevdev -Version: 1.12.0 +Version: 1.12.1 Release: 0 Summary: A wrapper library for evdev devices License: MIT @@ -104,6 +104,7 @@ %{_bindir}/libevdev-tweak-device %{_bindir}/touchpad-edge-detector %{_mandir}/man1/libevdev-tweak-device.1%{?ext_man} +%{_mandir}/man1/mouse-dpi-tool.1%{?ext_man} %{_mandir}/man1/touchpad-edge-detector.1%{?ext_man} %changelog ++++++ libevdev-1.12.0.tar.xz -> libevdev-1.12.1.tar.xz ++++++ ++++ 16411 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/README.md new/libevdev-1.12.1/README.md --- old/libevdev-1.12.0/README.md 1970-01-01 01:00:00.000000000 +0100 +++ new/libevdev-1.12.1/README.md 2022-03-25 05:33:26.000000000 +0100 @@ -0,0 +1,21 @@ +libevdev - wrapper library for evdev input devices +================================================== + +libevdev is a wrapper library for evdev devices. it moves the common +tasks when dealing with evdev devices into a library and provides a library +interface to the callers, thus avoiding erroneous ioctls, etc. + +https://gitlab.freedesktop.org/libevdev/libevdev.git + +Go here for the API documentation: +http://www.freedesktop.org/software/libevdev/doc/latest/ + +File bugs in the freedesktop.org GitLab instance: +https://gitlab.freedesktop.org/libevdev/libevdev/issues/ + +Patches should be submitted as merge requests in the GitLab instance: +https://gitlab.freedesktop.org/libevdev/libevdev/merge_requests/ + +Questions and general comments should be submitted to the +input-to...@lists.freedesktop.org mailing list: +http://lists.freedesktop.org/mailman/listinfo/input-tools diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/build-aux/compile new/libevdev-1.12.1/build-aux/compile --- old/libevdev-1.12.0/build-aux/compile 2021-11-09 01:05:29.000000000 +0100 +++ new/libevdev-1.12.1/build-aux/compile 2022-03-25 05:33:32.000000000 +0100 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2020 Free Software Foundation, Inc. +# Copyright (C) 1999-2021 Free Software Foundation, Inc. # Written by Tom Tromey <tro...@cygnus.com>. # # This program is free software; you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/build-aux/missing new/libevdev-1.12.1/build-aux/missing --- old/libevdev-1.12.0/build-aux/missing 2021-11-09 01:05:29.000000000 +0100 +++ new/libevdev-1.12.1/build-aux/missing 2022-03-25 05:33:32.000000000 +0100 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2020 Free Software Foundation, Inc. +# Copyright (C) 1996-2021 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <pin...@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/build-aux/test-driver new/libevdev-1.12.1/build-aux/test-driver --- old/libevdev-1.12.0/build-aux/test-driver 2021-11-09 01:05:29.000000000 +0100 +++ new/libevdev-1.12.1/build-aux/test-driver 2022-03-25 05:33:32.000000000 +0100 @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 2011-2020 Free Software Foundation, Inc. +# Copyright (C) 2011-2021 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -42,11 +42,13 @@ { cat <<END Usage: - test-driver --test-name=NAME --log-file=PATH --trs-file=PATH - [--expect-failure={yes|no}] [--color-tests={yes|no}] - [--enable-hard-errors={yes|no}] [--] + test-driver --test-name NAME --log-file PATH --trs-file PATH + [--expect-failure {yes|no}] [--color-tests {yes|no}] + [--enable-hard-errors {yes|no}] [--] TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS] + The '--test-name', '--log-file' and '--trs-file' options are mandatory. +See the GNU Automake documentation for information. END } @@ -103,8 +105,11 @@ trap "st=141; $do_exit" 13 trap "st=143; $do_exit" 15 -# Test script is run here. -"$@" >$log_file 2>&1 +# Test script is run here. We create the file first, then append to it, +# to ameliorate tests themselves also writing to the log file. Our tests +# don't, but others can (automake bug#35762). +: >"$log_file" +"$@" >>"$log_file" 2>&1 estatus=$? if test $enable_hard_errors = no && test $estatus -eq 99; then @@ -126,7 +131,7 @@ # know whether the test passed or failed simply by looking at the '.log' # file, without the need of also peaking into the corresponding '.trs' # file (automake bug#11814). -echo "$res $test_name (exit status: $estatus)" >>$log_file +echo "$res $test_name (exit status: $estatus)" >>"$log_file" # Report outcome to console. echo "${col}${res}${std}: $test_name" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/config.h.in new/libevdev-1.12.1/config.h.in --- old/libevdev-1.12.0/config.h.in 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/config.h.in 2022-03-25 05:33:35.000000000 +0100 @@ -9,12 +9,15 @@ /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H +/* Define to 1 if you have the <minix/config.h> header file. */ +#undef HAVE_MINIX_CONFIG_H /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the <stdio.h> header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -33,6 +36,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <wchar.h> header file. */ +#undef HAVE_WCHAR_H + /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR @@ -57,28 +63,96 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif +/* Enable general extensions on macOS. */ +#ifndef _DARWIN_C_SOURCE +# undef _DARWIN_C_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif -/* Enable threading extensions on Solaris. */ +/* Enable X/Open compliant socket functions that do not require linking + with -lxnet on HP-UX 11.11. */ +#ifndef _HPUX_ALT_XOPEN_SOCKET_API +# undef _HPUX_ALT_XOPEN_SOCKET_API +#endif +/* Identify the host operating system as Minix. + This macro does not affect the system headers' behavior. + A future release of Autoconf may stop defining this macro. */ +#ifndef _MINIX +# undef _MINIX +#endif +/* Enable general extensions on NetBSD. + Enable NetBSD compatibility extensions on Minix. */ +#ifndef _NETBSD_SOURCE +# undef _NETBSD_SOURCE +#endif +/* Enable OpenBSD compatibility extensions on NetBSD. + Oddly enough, this does nothing on OpenBSD. */ +#ifndef _OPENBSD_SOURCE +# undef _OPENBSD_SOURCE +#endif +/* Define to 1 if needed for POSIX-compatible behavior. */ +#ifndef _POSIX_SOURCE +# undef _POSIX_SOURCE +#endif +/* Define to 2 if needed for POSIX-compatible behavior. */ +#ifndef _POSIX_1_SOURCE +# undef _POSIX_1_SOURCE +#endif +/* Enable POSIX-compatible threading on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS #endif +/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */ +#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ +# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */ +#ifndef __STDC_WANT_IEC_60559_BFP_EXT__ +# undef __STDC_WANT_IEC_60559_BFP_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */ +#ifndef __STDC_WANT_IEC_60559_DFP_EXT__ +# undef __STDC_WANT_IEC_60559_DFP_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */ +#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__ +# undef __STDC_WANT_IEC_60559_FUNCS_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TS 18661-3:2015. */ +#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__ +# undef __STDC_WANT_IEC_60559_TYPES_EXT__ +#endif +/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */ +#ifndef __STDC_WANT_LIB_EXT2__ +# undef __STDC_WANT_LIB_EXT2__ +#endif +/* Enable extensions specified by ISO/IEC 24747:2009. */ +#ifndef __STDC_WANT_MATH_SPEC_FUNCS__ +# undef __STDC_WANT_MATH_SPEC_FUNCS__ +#endif /* Enable extensions on HP NonStop. */ #ifndef _TANDEM_SOURCE # undef _TANDEM_SOURCE #endif -/* Enable general extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# undef __EXTENSIONS__ +/* Enable X/Open extensions. Define to 500 only if necessary + to make mbstate_t available. */ +#ifndef _XOPEN_SOURCE +# undef _XOPEN_SOURCE #endif @@ -99,13 +173,3 @@ /* Override for coverity */ #undef _Float64x - -/* Define to 1 if on MINIX. */ -#undef _MINIX - -/* Define to 2 if the system does not provide POSIX.1 features except with - this defined. */ -#undef _POSIX_1_SOURCE - -/* Define to 1 if you need to in order for `stat' and other things to work. */ -#undef _POSIX_SOURCE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/configure.ac new/libevdev-1.12.1/configure.ac --- old/libevdev-1.12.0/configure.ac 2021-11-09 01:05:22.000000000 +0100 +++ new/libevdev-1.12.1/configure.ac 2022-03-25 05:33:26.000000000 +0100 @@ -7,7 +7,7 @@ # change meson version too AC_INIT([libevdev], - [1.12.0], + [1.12.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=libevdev], [libevdev], [http://freedesktop.org/wiki/Software/libevdev/]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/backwardscompatibility.html new/libevdev-1.12.1/doc/html/backwardscompatibility.html --- old/libevdev-1.12.0/doc/html/backwardscompatibility.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/backwardscompatibility.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/deprecated.html new/libevdev-1.12.1/doc/html/deprecated.html --- old/libevdev-1.12.0/doc/html/deprecated.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/deprecated.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/dir_237a012ffe1a208b10d31c74b4ef545e.html new/libevdev-1.12.1/doc/html/dir_237a012ffe1a208b10d31c74b4ef545e.html --- old/libevdev-1.12.0/doc/html/dir_237a012ffe1a208b10d31c74b4ef545e.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/dir_237a012ffe1a208b10d31c74b4ef545e.html 2022-03-25 05:33:35.000000000 +0100 @@ -8,7 +8,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.9.1"/> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> - <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.OdqOPqEgMN/libevdev Directory Reference</title> + <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.eXgVwUduJp/libevdev Directory Reference</title> <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/files.html new/libevdev-1.12.1/doc/html/files.html --- old/libevdev-1.12.0/doc/html/files.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/files.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/globals.html new/libevdev-1.12.1/doc/html/globals.html --- old/libevdev-1.12.0/doc/html/globals.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/globals.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/globals_defs.html new/libevdev-1.12.1/doc/html/globals_defs.html --- old/libevdev-1.12.0/doc/html/globals_defs.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/globals_defs.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/globals_enum.html new/libevdev-1.12.1/doc/html/globals_enum.html --- old/libevdev-1.12.0/doc/html/globals_enum.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/globals_enum.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/globals_eval.html new/libevdev-1.12.1/doc/html/globals_eval.html --- old/libevdev-1.12.0/doc/html/globals_eval.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/globals_eval.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/globals_func.html new/libevdev-1.12.1/doc/html/globals_func.html --- old/libevdev-1.12.0/doc/html/globals_func.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/globals_func.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/globals_type.html new/libevdev-1.12.1/doc/html/globals_type.html --- old/libevdev-1.12.0/doc/html/globals_type.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/globals_type.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/group__bits.html new/libevdev-1.12.1/doc/html/group__bits.html --- old/libevdev-1.12.0/doc/html/group__bits.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/group__bits.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/group__events.html new/libevdev-1.12.1/doc/html/group__events.html --- old/libevdev-1.12.0/doc/html/group__events.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/group__events.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/group__init.html new/libevdev-1.12.1/doc/html/group__init.html --- old/libevdev-1.12.0/doc/html/group__init.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/group__init.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/group__kernel.html new/libevdev-1.12.1/doc/html/group__kernel.html --- old/libevdev-1.12.0/doc/html/group__kernel.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/group__kernel.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/group__logging.html new/libevdev-1.12.1/doc/html/group__logging.html --- old/libevdev-1.12.0/doc/html/group__logging.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/group__logging.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/group__misc.html new/libevdev-1.12.1/doc/html/group__misc.html --- old/libevdev-1.12.0/doc/html/group__misc.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/group__misc.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/group__mt.html new/libevdev-1.12.1/doc/html/group__mt.html --- old/libevdev-1.12.0/doc/html/group__mt.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/group__mt.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/group__uinput.html new/libevdev-1.12.1/doc/html/group__uinput.html --- old/libevdev-1.12.0/doc/html/group__uinput.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/group__uinput.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/index.html new/libevdev-1.12.1/doc/html/index.html --- old/libevdev-1.12.0/doc/html/index.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/index.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/ioctls.html new/libevdev-1.12.1/doc/html/ioctls.html --- old/libevdev-1.12.0/doc/html/ioctls.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/ioctls.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/kernel_header.html new/libevdev-1.12.1/doc/html/kernel_header.html --- old/libevdev-1.12.0/doc/html/kernel_header.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/kernel_header.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/libevdev-uinput_8h.html new/libevdev-1.12.1/doc/html/libevdev-uinput_8h.html --- old/libevdev-1.12.0/doc/html/libevdev-uinput_8h.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/libevdev-uinput_8h.html 2022-03-25 05:33:35.000000000 +0100 @@ -8,7 +8,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.9.1"/> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> - <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.OdqOPqEgMN/libevdev/libevdev-uinput.h File Reference</title> + <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.eXgVwUduJp/libevdev/libevdev-uinput.h File Reference</title> <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/libevdev-uinput_8h_source.html new/libevdev-1.12.1/doc/html/libevdev-uinput_8h_source.html --- old/libevdev-1.12.0/doc/html/libevdev-uinput_8h_source.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/libevdev-uinput_8h_source.html 2022-03-25 05:33:35.000000000 +0100 @@ -8,7 +8,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.9.1"/> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> - <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.OdqOPqEgMN/libevdev/libevdev-uinput.h Source File</title> + <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.eXgVwUduJp/libevdev/libevdev-uinput.h Source File</title> <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/libevdev_8h.html new/libevdev-1.12.1/doc/html/libevdev_8h.html --- old/libevdev-1.12.0/doc/html/libevdev_8h.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/libevdev_8h.html 2022-03-25 05:33:35.000000000 +0100 @@ -8,7 +8,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.9.1"/> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> - <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.OdqOPqEgMN/libevdev/libevdev.h File Reference</title> + <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.eXgVwUduJp/libevdev/libevdev.h File Reference</title> <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/libevdev_8h_source.html new/libevdev-1.12.1/doc/html/libevdev_8h_source.html --- old/libevdev-1.12.0/doc/html/libevdev_8h_source.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/libevdev_8h_source.html 2022-03-25 05:33:35.000000000 +0100 @@ -8,7 +8,7 @@ <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta name="generator" content="Doxygen 1.9.1"/> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> - <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.OdqOPqEgMN/libevdev/libevdev.h Source File</title> + <title>libevdev: /home/whot/code/libevdev/release/libevdev/build.eXgVwUduJp/libevdev/libevdev.h Source File</title> <!--<link href="tabs.css" rel="stylesheet" type="text/css"/>--> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/modules.html new/libevdev-1.12.1/doc/html/modules.html --- old/libevdev-1.12.0/doc/html/modules.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/modules.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/pages.html new/libevdev-1.12.1/doc/html/pages.html --- old/libevdev-1.12.0/doc/html/pages.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/pages.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/static_linking.html new/libevdev-1.12.1/doc/html/static_linking.html --- old/libevdev-1.12.0/doc/html/static_linking.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/static_linking.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/syn_dropped.html new/libevdev-1.12.1/doc/html/syn_dropped.html --- old/libevdev-1.12.0/doc/html/syn_dropped.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/syn_dropped.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/doc/html/testing.html new/libevdev-1.12.1/doc/html/testing.html --- old/libevdev-1.12.0/doc/html/testing.html 2021-11-09 01:05:32.000000000 +0100 +++ new/libevdev-1.12.1/doc/html/testing.html 2022-03-25 05:33:35.000000000 +0100 @@ -25,7 +25,7 @@ <nav class="navbar navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"> - <a class="navbar-brand">libevdev 1.12.0</a> + <a class="navbar-brand">libevdev 1.12.1</a> </div> </div> </nav> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/include/linux/linux/input-event-codes.h new/libevdev-1.12.1/include/linux/linux/input-event-codes.h --- old/libevdev-1.12.0/include/linux/linux/input-event-codes.h 2021-11-09 01:05:22.000000000 +0100 +++ new/libevdev-1.12.1/include/linux/linux/input-event-codes.h 2022-03-25 05:33:26.000000000 +0100 @@ -278,7 +278,8 @@ #define KEY_PAUSECD 201 #define KEY_PROG3 202 #define KEY_PROG4 203 -#define KEY_DASHBOARD 204 /* AL Dashboard */ +#define KEY_ALL_APPLICATIONS 204 /* AC Desktop Show All Applications */ +#define KEY_DASHBOARD KEY_ALL_APPLICATIONS #define KEY_SUSPEND 205 #define KEY_CLOSE 206 /* AC Close */ #define KEY_PLAY 207 @@ -612,6 +613,7 @@ #define KEY_ASSISTANT 0x247 /* AL Context-aware desktop assistant */ #define KEY_KBD_LAYOUT_NEXT 0x248 /* AC Next Keyboard Layout Select */ #define KEY_EMOJI_PICKER 0x249 /* Show/hide emoji picker (HUTRR101) */ +#define KEY_DICTATE 0x24a /* Start or Stop Voice Dictation Session (HUTRR99) */ #define KEY_BRIGHTNESS_MIN 0x250 /* Set Brightness to Minimum */ #define KEY_BRIGHTNESS_MAX 0x251 /* Set Brightness to Maximum */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/meson.build new/libevdev-1.12.1/meson.build --- old/libevdev-1.12.0/meson.build 2021-11-09 01:05:22.000000000 +0100 +++ new/libevdev-1.12.1/meson.build 2022-03-25 05:33:26.000000000 +0100 @@ -1,5 +1,5 @@ project('libevdev', 'c', - version: '1.12.0', # change autotools version too + version: '1.12.1', # change autotools version too license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.47.0') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/tools/Makefile.am new/libevdev-1.12.1/tools/Makefile.am --- old/libevdev-1.12.0/tools/Makefile.am 2021-11-09 01:05:22.000000000 +0100 +++ new/libevdev-1.12.1/tools/Makefile.am 2022-03-25 05:33:26.000000000 +0100 @@ -24,5 +24,6 @@ dist_man_MANS = \ libevdev-tweak-device.1 \ + mouse-dpi-tool.1 \ touchpad-edge-detector.1 \ $(NULL) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libevdev-1.12.0/tools/mouse-dpi-tool.1 new/libevdev-1.12.1/tools/mouse-dpi-tool.1 --- old/libevdev-1.12.0/tools/mouse-dpi-tool.1 1970-01-01 01:00:00.000000000 +0100 +++ new/libevdev-1.12.1/tools/mouse-dpi-tool.1 2022-03-25 05:33:26.000000000 +0100 @@ -0,0 +1,18 @@ +.TH MOUSE-DPI-TOOL "1" +.SH NAME +mouse-dpi-tool \- mouse resolution estimation tool +.SH SYNOPSIS +.BR mouse-dpi-tool " <\fIevdev device\fP>" +.SH DESCRIPTION +.B mouse-dpi-tool +reads relative events (mouse movement events) and calculates the +distance covered and maximum frequency of the incoming events. +Combined with a measurement of the actual distance physically covered, +this allows the mouse's resolution to be estimated. +.PP +Some mouse devices provide dynamic frequencies, it is +recommended to measure multiple times to obtain the highest value. +.PP +.SH OPTIONS +.B mouse-dpi-tool +accepts no options.