Description of problem: The modified sanity check patch was only added to the alexandria-0.6.5-7.fc11.1 build, so ISBN search remains broken on F10. Version-Release number of selected component (if applicable): alexandria-0.6.5-7.fc10.1 How reproducible: Always Steps to Reproduce: 1. Compare the contents of alexandria-0.6.5-search-result-sanity-check.patch for the F11 and F10 builds Actual results: F10 build still adds the following line: results.delete_if { |book, cover| ((!book) || (!cover)) } Expected results: F10 build correctly adds the following line instead (use the patch from the F11 build): results.delete_if { |book, cover| book.nil? } Additional info: See link for original upstream bug and comments
Ah, sorry...
alexandria-0.6.5-7.fc10.2 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/alexandria-0.6.5-7.fc10.2
The new build looks good, you can mark it as fixed.
alexandria-0.6.5-7.fc10.2 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.