Bug 714398
Summary: | Missing translations | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fritz Elfert <fritz> | ||||
Component: | mingw-wxWidgets | Assignee: | Thomas Sailer <fedora> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 15 | CC: | fedora, kalevlember | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | mingw-wxWidgets-2.8.12-5.fc15 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-07-12 04:54:02 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
mingw-wxWidgets-2.8.12-4.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/mingw-wxWidgets-2.8.12-4.fc15 mingw-wxWidgets-2.8.12-4.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/mingw-wxWidgets-2.8.12-4.fc14 Package mingw-wxWidgets-2.8.12-4.fc14: * should fix your issue, * was pushed to the Fedora 14 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing mingw-wxWidgets-2.8.12-4.fc14' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/mingw-wxWidgets-2.8.12-4.fc14 then log in and leave karma (feedback). I'm afraid, my initial report was a bit inaccurate. There's still one file missing, which according to the build log is removed explicitely after running make install: + rm -f /builddir/build/BUILDROOT/mingw-wxWidgets-2.8.12-4.fc14.noarch/usr/i686-pc-mingw32/sys-root/mingw/share/locale/it/LC_MESSAGES/wxmsw.mo This file overrides a single translation (The default Help-Menu Title) for italian windows only (no other platform uses it). Otherwise: looks good now. mingw-wxWidgets-2.8.12-5.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. mingw-wxWidgets-2.8.12-5.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 505415 [details] Adds the missing statement to build the .mo files so that they get installed during the %install step Description of problem: The package mingw32-wxWidgets.noarch is missing the standard translations. Version-Release number of selected component (if applicable): 2.8.12-3.fc15 How reproducible: 100% Steps to Reproduce: 1. yum install mingw32-wxWidgets 2. 3. Actual results: find /usr/i686-pc-mingw32/sys-root/mingw/share/locale -name wxstd.mo returns an empty result. Expected results: find /usr/i686-pc-mingw32/sys-root/mingw/share/locale -name wxstd.mo should return the following list: /usr/i686-pc-mingw32/sys-root/mingw/share/locale/ca/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/cs/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/da/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/de/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/el/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/es/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/fi/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/fr/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/hu/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/id/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/it/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/ja/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/nl/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/pl/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/ru/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/sl/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/sv/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/tr/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/uk/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/zh_CN/LC_MESSAGES/wxstd.mo /usr/i686-pc-mingw32/sys-root/mingw/share/locale/zh_TW/LC_MESSAGES/wxstd.mo Additional info: See attached patch for the spec file.