Description of problem: On i686, lensfun builds with: %global sse -DBUILD_FOR_SSE:BOOL=ON %global sse2 -DBUILD_FOR_SSE2:BOOL=OFF This does not make sense. Neither SSE (1) nor SSE2 are allowed to be required, so either there is working runtime detection, in which case both SSE and SSE2 should be ON, or there is not, in which case they should both be OFF. As far as I can tell, there is runtime detection code, so both options should be set to ON on i686. Version-Release number of selected component (if applicable): lensfun-0.3.2-2.fc26
I thought only sse2 was not allowed, sorry (I'm the one responsible for the packaging implementation here). I can't where this is documented, but I'll take your word for it and change the i686 case accordingly.
You should just enable both SSE and SSE2 on i686, I looked at the lensfun code and it checks at runtime whether they are available.
%changelog * Thu Dec 01 2016 Rex Dieter <rdieter> - 0.3.2-4 - support BUILD_FOR_SSE/SSE2 on %%ix86/x86_64 (#1400481) - enable/fix python bindings - pull in upstream fixes (tests, buildsys)
lensfun-0.3.2-5.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-065c18c366
lensfun-0.3.2-5.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-4180dcd1a7
lensfun-0.3.2-5.fc24 has been pushed to the Fedora 24 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-2016-4180dcd1a7
lensfun-0.3.2-5.fc25 has been pushed to the Fedora 25 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-2016-065c18c366
lensfun-0.3.2-5.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-297b9c6bb6
lensfun-0.3.2-5.fc23 has been pushed to the Fedora 23 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-2016-297b9c6bb6
lensfun-0.3.2-5.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.
lensfun-0.3.2-5.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.