Description of problem: The keyboard in BZFlag does not respond completely properly. This is because the Fedora release of bzflag is compiled with SDL1 rather than SDL2. See https://forums.bzflag.org/viewtopic.php?f=2&t=20017#p177725 This happens in bzflag from Fedora 31, and probably 30 and rawhide too. Obviously this is a very important bug. ;) Version-Release number of selected component (if applicable): 2.4.18 How reproducible: I reproduced this effect on two different computers. Others have had the same problem. See link above. Steps to Reproduce: 1. install bzflag from repo 2. join a server 3. press the up arrow to move tank forward. The tank moves but eventually stops Actual results: Tank stops moving. Expected results: Tank should continue moving forward while button is depressed. Additional info: This problem appears to be easily fixable by modifying the .spec file to use SDL2 according to this diff: 22c22 < BuildRequires: SDL-devel --- > BuildRequires: SDL2-devel 58c58 < %configure --libdir=%{_libdir}/%{name} --with-SDL=1 --- > %configure --libdir=%{_libdir}/%{name} --with-SDL=2
FEDORA-2019-7aeabe7572 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-7aeabe7572
bzflag-2.4.18-6.fc30 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-7aeabe7572
bzflag-2.4.18-6.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-68e2bf771f
bzflag-2.4.18-6.fc30 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.
bzflag-2.4.18-6.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report.