Thu, 25 Apr 2024 17:57:22 UTC | login

Information for build ydotool-0.2.0-5.fc33

ID193844
Package Nameydotool
Version0.2.0
Release5.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ydotool.git#1834f83dc0b9b848406fc6f4955f542519414613
SummaryGeneric command-line automation tool (no X!)
Description Performs some of the functions of xdotool(1) without requiring X11 - however, it generally requires root permission (to open /dev/uinput) NOTE: changes in this release: NOTE: --delay option is now --next-delay NOTE: mousemove is now relative unless --absolute is given NOTE: mouseup, mousedown, mousemove_relative is removed NOTE: click accepts left, right, middle instead of 1, 2, 3 NOTE: sleep is a new command SEE: ydotool <cmd> --help for latest info Currently implemented command(s): - type - Type a string - key - Press keys - mousemove - Move mouse pointer to absolute position - click - Click on mouse buttons - recorder - Record/replay input events - sleep - sleep ms N.B. it is strongly recommended to start the ydotoold daemon with: - systemctl enable ydotool - systemctl start ydotool
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 08 Apr 2021 15:01:46 UTC
CompletedThu, 08 Apr 2021 16:04:34 UTC
Taskbuild (f33, /rpms/ydotool.git:1834f83dc0b9b848406fc6f4955f542519414613)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ydotool.git#1834f83dc0b9b848406fc6f4955f542519414613'}}
Tags
f33
f37
f38
RPMs
src
ydotool-0.2.0-5.fc33.src.rpm (info) (download)
riscv64
ydotool-0.2.0-5.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.2.0-5 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. * Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 0.2.0-3 - Rebuilt for Boost 1.75 * Wed Jan 20 2021 Bob Hepple <bob.hepple@gmail.com> - 0.2.0-2 - rebuilt excluding s390x and ppc64le * Mon Jan 11 2021 Bob Hepple <bob.hepple@gmail.com> - 0.2.0-1 - new version - upstream has dropped the idea of -devel libraries so we are only distributing the regular package now; also libevdevPlus-devel and libuInputPlus-devel are no longer needed as they are now compiled in. * Sat Aug 15 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.9-0.4.20200815.git.787fd25 - most recent version * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-0.3.20200405.git.9c3a4e7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat May 30 2020 Jonathan Wakely <jwakely@redhat.com> - 0.1.9-0.2.20200405.git.9c3a4e7 - Rebuilt for Boost 1.73 * Sun Apr 05 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.9-0.1.20200405.git.9c3a4e7 - Changes per RHBZ#1807753 - and ldconfig are no longer required * Fri Apr 03 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.9-0.1.20200403.git.9c3a4e7 - Changes per RHBZ#1807753 * Wed Apr 01 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.9-0.1.20200401.git.9c3a4e7 - Changes per RHBZ#1807753 * Mon Mar 30 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.9-0.1.20200330.git.9c3a4e7 - Changes per RHBZ#1807753 * Sun Mar 22 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.9-0.1.20200322.git.9c3a4e7 - fix Source to get git tag directly * Sat Feb 29 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.9-0.1.20200229.git.9c3a4e7 - Add a note on how to get source from upstream - use lib*-devel packages in BuildRequires * Tue Feb 18 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.9-0.1.20200218.git.9c3a4e7 - rebuild from head to pick up manuals & service file - remove static build - strip binaries (rpmlint complained about them) * Mon Feb 17 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.8.20200211.3 - add BuildRequires: systemd-rpm-macros; add dist to release * Sun Feb 16 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.8.20200211.2 - use %_unitdir * Sun Feb 16 2020 Bob Hepple <bob.hepple@gmail.com> - 0.1.8.20200211.1 - Initial version of the package