2 Commits

Author SHA256 Message Date
efe3827475 Accepting request 1321897 from hardware
OBS-URL: https://build.opensuse.org/request/show/1321897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evtest?expand=0&rev=7
2025-12-10 14:33:45 +00:00
235d11f351 - Update to version 1.36
* Add KEY_ROTATE_LOCK_TOGGLE, KEY_REFRESH_RATE_TOGGLE
  * Add performance key
  * Add ifdef
  * Use bytes instead of bits for size of ioctl input
  * Add SW_MACHINE_COVER
  * add KEY_MACRO 1-30 and other keys
- ran spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/hardware/evtest?expand=0&rev=15
2025-12-10 08:10:28 +00:00
4 changed files with 19 additions and 9 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b9a66c92e48b0cd13b689530b5729c031bc1bcbfe9d19c258f9245e2f8d2a0f
size 21368

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 9 23:25:20 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- Update to version 1.36
* Add KEY_ROTATE_LOCK_TOGGLE, KEY_REFRESH_RATE_TOGGLE
* Add performance key
* Add ifdef
* Use bytes instead of bits for size of ioctl input
* Add SW_MACHINE_COVER
* add KEY_MACRO 1-30 and other keys
- ran spec-cleaner
-------------------------------------------------------------------
Mon Jan 15 08:03:24 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package evtest
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: evtest
Version: 1.35
Version: 1.36
Release: 0
Summary: Input device event monitor and query tool
License: GPL-2.0-or-later
@@ -29,7 +29,6 @@ BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libxslt-tools
BuildRequires: xmlto
# splitted in 13.2
Provides: input-utils:/usr/bin/evtest = 2007.06.22
Obsoletes: input-utils <= 2007.06.22
@@ -45,15 +44,14 @@ and displays all the events layer events generated.
%build
autoreconf --install
%configure
make %{?_smp_mflags}
%make_build
%install
%make_install
%files
%defattr(-,root,root)
%license COPYING
%{_bindir}/evtest
%doc %{_mandir}/man1/evtest*
%{_mandir}/man1/evtest*
%changelog