6 Commits

Author SHA256 Message Date
8f012cf544 Accepting request 1325619 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1325619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevdev?expand=0&rev=25
2026-01-07 15:00:42 +00:00
09601c21fc - update to 1.13.6:
* include: sync event codes with kernel 6.18

- Update to 1.13.5
  * CI fixes
  * make-event-names: Fix determinism issue
    different headers and thus end up with different values
- remove n_buildfix_for_opensuse_12_2.patch: obsolete
  * Only a small fix, the suggested hwdb entry that the
		touchpad-edge-detector printed used the wrong codes for ABS_X
		and ABS_Y. Fixed with this release, the output is now suitable
  * tools: print out evdev override udev rule from touchpad edge
  * tools - tweak-device: add a --resolution command
  * tool   - tweak-device: fix wrong error message if the LED
  * tools: complain about devices that don't have abs x/y axes in
- fixed license to MIT in specfile
- n_buildfix_for_opensuse_12_2.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libevdev?expand=0&rev=47
2026-01-06 13:23:02 +00:00
42a3b9e239 Accepting request 1313914 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1313914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevdev?expand=0&rev=24
2025-10-28 13:45:38 +00:00
082e79801b - Update to 1.14.5
* include: sync event codes with kernel 6.16 and kernel 6.17
  * util: change the bit to shift to ULL

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libevdev?expand=0&rev=45
2025-10-27 17:42:50 +00:00
967a531af4 Accepting request 1256078 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/1256078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevdev?expand=0&rev=23
2025-03-28 08:35:58 +00:00
b95e9565c3 - update to 1.13.4
* Always push changed mt events when syncing

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libevdev?expand=0&rev=43
2025-03-25 22:10:47 +00:00
6 changed files with 37 additions and 18 deletions

Binary file not shown.

Binary file not shown.

3
libevdev-1.13.6.tar.xz Normal file
View File

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

BIN
libevdev-1.13.6.tar.xz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Jan 2 21:52:44 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 1.13.6:
* include: sync event codes with kernel 6.18
-------------------------------------------------------------------
Mon Oct 20 19:23:55 UTC 2025 - Matthias Bach <marix@marix.org>
- Update to 1.13.5
* include: sync event codes with kernel 6.16 and kernel 6.17
* util: change the bit to shift to ULL
-------------------------------------------------------------------
Tue Mar 25 20:02:53 UTC 2025 - Matthias Bach <marix@marix.org>
- update to 1.13.4
* Always push changed mt events when syncing
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 4 19:53:26 UTC 2024 - Matthias Bach <marix@marix.org> Wed Sep 4 19:53:26 UTC 2024 - Matthias Bach <marix@marix.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libevdev # spec file for package libevdev
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define sonum 2 %define sonum 2
Name: libevdev Name: libevdev
Version: 1.13.3 Version: 1.13.6
Release: 0 Release: 0
Summary: A wrapper library for evdev devices Summary: A wrapper library for evdev devices
License: MIT License: MIT