Hide Forgot
Due to improvements in rpm graphviz currently fails to build from source in F15. The reason is an incorrect %if statement in the spec file causing a syntax error with current value of php_zend_api and rejected by current F15 versions of rpm. @@ -153,7 +153,7 @@ Perl extension for graphviz. Group: Applications/Multimedia Summary: PHP extension for graphviz Requires: %{name} = %{version}-%{release} -%if %{?php_zend_api}0 +%if 0%{?php_zend_api:1} Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} %else It would be great if this could be fixed in the f15 branch and a new koji build scheduled which the arm secondary arch can refer to.
Henrik, no problem. I will backport from F16.
graphviz-2.26.3-5.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/graphviz-2.26.3-5.fc15
Package graphviz-2.26.3-5.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing graphviz-2.26.3-5.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-14537 then log in and leave karma (feedback).
graphviz-2.26.3-5.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.