Since you asked in bug 1102901: mupdf compiles in curl support if curl-devel is installed. If that's desirable, it needs to be made explicit for reproducible builds by adding BuildRequires: curl-devel. If that's not desirable, that needs to be made explicit too, either by adding BuildConflicts: curl-devel or otherwise ensuring that curl support is not built in even if curl-devel is installed.
1.5-3 changelog mentions adding curl-devel BR, but doesn't actually add it. http://pkgs.fedoraproject.org/cgit/mupdf.git/commit/?id=c5c814f
This still not fixed, please do not close until it is.
As I can see this was fixed 2 years ago: http://pkgs.fedoraproject.org/cgit/rpms/mupdf.git/commit/?id=fbcd9c181f72e828e53be544812d7dc9cf837fc4 Did I miss something?
Indeed it was, thanks. It would've been easier to see if the dependencies were specified one per line and sorted.
(In reply to Dominik 'Rathann' Mierzejewski from comment #4) > Indeed it was, thanks. It would've been easier to see if the dependencies > were specified one per line and sorted. Please use grep next time.