Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 36aefb1e80 | |||
| 258e7a7530 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:96f0facfde6d78eacad35b91b0f46fecd0b35e474c03e00e30da3fdd345f9ada
|
||||
size 115237
|
||||
3
xdotool-4.20251130.1.tar.gz
Normal file
3
xdotool-4.20251130.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9837efca5ceb2c04f1bd276985d93960c5ea11eed9725c517ae3ebc3fc6dca7
|
||||
size 114517
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 09:50:15 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- update to 4.20251130.1
|
||||
* Fix bug in typing/keyboard causing xdotool to send extra
|
||||
modifier keys in certain cases. When xkeyboard-config 2.46 is
|
||||
installed, xdotool would send incorrect key sequences for
|
||||
function keys, for example incorrectly sending "Alt + F3" when
|
||||
F3 was requested. (#491, PR #493)
|
||||
* Add 'windowlower' command (#426)
|
||||
* Fix some crashes in xdo_get_desktop_for_window (#434)
|
||||
* Fix mouse movement under Xwayland when multiple screens are
|
||||
present (#435)
|
||||
* mousemove --sync no only waits if the cursor is expected to
|
||||
actually move (#463, #464)
|
||||
* Remove dependency on libXi that was leftover from Wayland
|
||||
detection code no longer used in xdotool
|
||||
* Bump SONAME to 4 hopefully to resolve ABI issues with
|
||||
previous versions of libxdo.
|
||||
* Code improvements intended to reduce compiler warnings (#364)
|
||||
* Add support for Cygwin when building
|
||||
* Test suite works again! :)
|
||||
- fixes regression since xkeyboard-config 2.46 (boo#1254993)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 4 21:25:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xdotool
|
||||
#
|
||||
# Copyright (c) 2022 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: xdotool
|
||||
Version: 3.20211022.1
|
||||
Version: 4.20251130.1
|
||||
Release: 0
|
||||
Summary: Fake keyboard/mouse input
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user