Bug 578021
Summary: | lang-specific overrides rule doesn't work as expected | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> | |
Component: | ipa-mincho-fonts | Assignee: | Akira TAGOH <tagoh> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | rawhide | CC: | fonts-bugs, i18n-bugs, tagoh | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | ipa-mincho-fonts-003.02-2.fc13 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 586840 (view as bug list) | Environment: | ||
Last Closed: | 2010-05-10 23:49:44 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: | ||||
Bug Depends On: | 578015 | |||
Bug Blocks: | 507684, 586840 |
Description
Akira TAGOH
2010-03-30 03:34:00 UTC
Fixed in ipa-mincho-fonts-003.02-2.fc13 ipa-mincho-fonts-003.02-2.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/ipa-mincho-fonts-003.02-2.fc13 ipa-mincho-fonts-003.02-2.fc13 has been pushed to the Fedora 13 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 ipa-mincho-fonts'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/ipa-mincho-fonts-003.02-2.fc13 Testing result: # rpm -qa ipa-mincho-fonts ipa-mincho-fonts-003.02-2.fc13.noarch # fc-match serif:lang=en DejaVuSerif.ttf: "DejaVu Serif" "Book" # fc-match serif:lang=en-us DejaVuSerif.ttf: "DejaVu Serif" "Book" # fc-match serif:lang=ja ipam.ttf: "IPAMincho" "Regular" # fc-match serif:lang=ja-jp ipam.ttf: "IPAMincho" "Regular" That looks good though, that may be good to not use compare="contains" since fontconfig matches to another languages with it, but luckily not appearing this at the head because of the priority etc. # for i in $(ls /usr/share/locale|grep -v -E "^(ja)$"); do fc-match serif:lang=$i|grep -E "^(IPAMincho)$"; [ $? = 0 ] && echo $i; done # No affects to other languages. ipa-mincho-fonts-003.02-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |