Bug 869614
| Summary: | Update fontconfig's license field | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marek Kašík <mkasik> |
| Component: | fontconfig | Assignee: | Akira TAGOH <tagoh> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | fonts-bugs, i18n-bugs, pnemade, tagoh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | fontconfig-2.10.1-2.fc18 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-11-09 03:48:38 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Actually, the unicode consortium files should be split in their own package instead of being bundled in fonctonfig, perl, etc (In reply to comment #1) > Actually, the unicode consortium files should be split in their own package > instead of being bundled in fonctonfig, perl, etc Sure. fontconfig uses CaseFolding.txt to generate fccase.h and shipping it in the archive because that file is differently generated on the cross-compiling. so it isn't necessarily needed in the archive to build. but I guess the generated code is still Public Domain right? I tend to agree to have a separate package for Unicode Character Database though, it would be another issue at this point. erm, I meant s/Public Domain/UCD/ fontconfig-2.10.1-2.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/fontconfig-2.10.1-2.fc18 Package fontconfig-2.10.1-2.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing fontconfig-2.10.1-2.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-16864/fontconfig-2.10.1-2.fc18 then log in and leave karma (feedback). updates has been pushed to stable. closing. |
Description of problem: License field of fontconfig should include also "Public Domain" and "UCD" identifiers. Additional info: See src/ftglue.{h,c} and src/fccache.c for Public Domain and fc-case/CaseFolding.txt for Unicode Character Database.