Description of problem: After updating to latest build 0.2 on Fedora 9 I get errors and warnings 1) PHP Fatal error: Class 'DOMDocument' not found in /usr/share/roundcubemail/program/lib/washtml.php 2) PHP Warning: include_once(utf8.class.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: Datei oder Verzeichnis nicht gefunden in /usr/share/roundcubemail/program/include/iniset.php on line 76, 3) I found curious useless files (for mac os x) packaged. Version-Release number of selected component (if applicable): roundcubemail-0.2-0.alpha.fc9.noarch.rpm How reproducible: always Steps to Reproduce: 1. yum install roundcubemail 2. 3. Actual results: Update or installation of roundcubemail-0.2-0.alpha.fc9.noarch.rpm breaks function. Expected results: Update/installation without resulted malfunction. Additional info: to 1) Package php-xml wasn't installed and should be added to BuildRequires. to 2) File roundcubemail/programm/lib/uft8.class.php is simply missed within the dep tarball. to 3) # remove curious mac os x files find . -name '._*' -print | xargs rm -f should be added to the spec file.
Need to Require php-xml and php-mbstring. Fix coming.
roundcubemail-0.2-1.alpha.fc9 has been submitted as an update for Fedora 9
roundcubemail-0.2-1.alpha.fc8 has been submitted as an update for Fedora 8
roundcubemail-0.2-1.alpha.fc9 has been pushed to the Fedora 9 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 roundcubemail'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-5406
roundcubemail-0.2-1.alpha.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report.
roundcubemail-0.2-1.alpha.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.