Bug 578031
| Summary: | lang-specific overrides rule doesn't work as expected | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> | |
| Component: | lohit-gujarati-fonts | Assignee: | Pravin Satpute <psatpute> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | low | |||
| Version: | rawhide | CC: | fonts-bugs, i18n-bugs, psatpute | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | lohit-gujarati-fonts-2.4.4-3.fc13 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 586856 (view as bug list) | Environment: | ||
| Last Closed: | 2010-04-28 04:31: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: | ||||
| Bug Depends On: | 578015 | |||
| Bug Blocks: | 507684, 586856 | |||
|
Description
Akira TAGOH
2010-03-30 03:43:23 UTC
lohit-gujarati-fonts-2.4.4-3.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/lohit-gujarati-fonts-2.4.4-3.fc13 lohit-gujarati-fonts-2.4.4-3.fc14 lohit-gujarati-fonts-2.4.4-3.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 lohit-gujarati-fonts'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/lohit-gujarati-fonts-2.4.4-3.fc13 Testing result: # rpm -q lohit-gujarati-fonts lohit-gujarati-fonts-2.4.4-3.fc13.noarch # fc-match monospace:lang=en DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book" # fc-match monospace:lang=en-us DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book" # fc-match monospace:lang=gu Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular" # fc-match monospace:lang=gu-in Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular" # 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=gu Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular" # fc-match serif:lang=gu-in Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular" Since lohit-gujarati-fonts doesn't have any rules for monospace and serif (and nothing else packages available in Fedora?) this just works as the above. please note that it may be changed when any packages started to provide Gujarati fonts. # fc-match sans:lang=en DejaVuSans.ttf: "DejaVu Sans" "Book" # fc-match sans:lang=en-us DejaVuSans.ttf: "DejaVu Sans" "Book" # fc-match sans:lang=gu Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular" # fc-match sans:lang=gu-in Lohit-Gujarati.ttf: "Lohit Gujarati" "Regular" That looks good. # for i in $(ls /usr/share/locale|grep -v gu); do fc-match sans:lang=$i|grep "Lohit Gujarati"; [ $? = 0 ] && echo $i; done # So confirmed the updated package works fine. thanks tagoh for comments lohit-gujarati-fonts-2.4.4-3.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |