Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| efe3827475 | |||
| 235d11f351 |
BIN
evtest-evtest-1.35.tar.gz
LFS
BIN
evtest-evtest-1.35.tar.gz
LFS
Binary file not shown.
3
evtest-evtest-1.36.tar.gz
Normal file
3
evtest-evtest-1.36.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b9a66c92e48b0cd13b689530b5729c031bc1bcbfe9d19c258f9245e2f8d2a0f
|
||||
size 21368
|
||||
@@ -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>
|
||||
|
||||
|
||||
10
evtest.spec
10
evtest.spec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user