Description of problem: The list of devices provided by any get_devices_* call in pycdio is chopping off the first entry. This is because a slice that was needed to correct a SWIG issue is no longer required. Version-Release number of selected component (if applicable): 0.15-3 How reproducible: Always Steps to Reproduce: Open an interactive Python interpreter and enter the following lines import pycdio import cdio pycdio.get_devices_with_cap(pycdio.FS_MATCH_ALL, any) Actual results: The list returned was ['/dev/sr0'] Expected results: The list should be ['/dev/cdrom', '/dev/sr0'], but the first entry is being removed by an array slice in the code.
pycdio-0.15-4.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/pycdio-0.15-4.fc11
pycdio-0.15-4.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/pycdio-0.15-4.fc10
pycdio-0.15-4.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update pycdio'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-10103
pycdio-0.15-4.fc10 has been pushed to the Fedora 10 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update pycdio'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F10/FEDORA-2009-10104
pycdio-0.15-4.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.
pycdio-0.15-4.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.