+++ This bug was initially created as a clone of Bug #439140 +++ Description of problem: A new version, v1.2, of the Translate Toolkit has been released, see http://sourceforge.net/forum/forum.php?forum_id=874951 I will add a draft .spec file for Fedora 9 to this bug shortly.
SRPM: http://dwayne.fedorapeople.org/translate-toolkit-1.2.0-1.fc11.src.rpm SPEC: http://dwayne.fedorapeople.org/translate-toolkit-1.2.0-1.spec make lint: rpmlint translate-toolkit-1.2.0-1.fc11.noarch.rpm translate-toolkit.noarch: E: non-executable-script /usr/lib/python2.5/site-packages/translate/search/indexing/test_indexers.py 0644 translate-toolkit.noarch: E: non-executable-script /usr/lib/python2.5/site-packages/translate/convert/ical2po.py 0644 .... * 200+ >>>>I believe I can safely ignore those? translate-toolkit.noarch: E: explicit-lib-dependency gettext-libs >>>>I need libgettextpo.so from gettext-libs
translate-toolkit-1.2.0-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/translate-toolkit-1.2.0-1.fc9
translate-toolkit-1.2.0-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/translate-toolkit-1.2.0-1.fc10
translate-toolkit-1.2.0-1.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 translate-toolkit'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-9677
I've pulled 1.2.0-1 as it had problems on non-i386 platforms as python-psyco is only available on i386. I'll push as new 1.2.0-2 with the following patch shortly: @@ -20,7 +20,9 @@ Requires: python-enchant Requires: python-iniparse Requires: python-Levenshtein Requires: python-lxml +%ifarch i386 Requires: python-psyco +%endif Requires: python-vobject
translate-toolkit-1.2.0-3.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/translate-toolkit-1.2.0-3.fc9
translate-toolkit-1.2.0-3.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/translate-toolkit-1.2.0-3.fc10
translate-toolkit-1.2.0-3.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 translate-toolkit'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F9/FEDORA-2008-9693
translate-toolkit-1.2.0-3.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report.
translate-toolkit-1.2.0-3.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.
Error: Missing Dependency: python-Levenshtein is needed by package translate-toolkit-1.2.0-3.fc10.noarch (updates)
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
(In reply to comment #11) > Error: Missing Dependency: python-Levenshtein is needed by package > translate-toolkit-1.2.0-3.fc10.noarch (updates) python-Levenshtein has been pushed to f10 so this dependency is now solved.