Resolves:rh#847627 - Malformed fontconfig config file

This commit is contained in:
Parag Nemade 2012-08-16 11:08:41 +05:30
parent 5a38bde958
commit e73a58726a
2 changed files with 38 additions and 2 deletions

View File

@ -13,15 +13,47 @@
<test name="lang"> <test name="lang">
<string>bo-cn</string> <string>bo-cn</string>
</test> </test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang"> <test name="lang">
<string>bo-in</string> <string>bo-in</string>
</test> </test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang"> <test name="lang">
<string>bo</string> <string>bo</string>
</test> </test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang"> <test name="lang">
<string>dz-bt</string> <string>dz-bt</string>
</test> </test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang"> <test name="lang">
<string>dz</string> <string>dz</string>
</test> </test>
@ -31,7 +63,8 @@
<edit name="family" mode="prepend"> <edit name="family" mode="prepend">
<string>Jomolhari</string> <string>Jomolhari</string>
</edit> </edit>
</match> </match>
<match target="font"> <match target="font">
<test name="family" ignore-blanks="yes"> <test name="family" ignore-blanks="yes">
<string>Jomolhari</string> <string>Jomolhari</string>

View File

@ -3,7 +3,7 @@
Name: %{fontname}-fonts Name: %{fontname}-fonts
Version: 0.003 Version: 0.003
Release: 13%{?dist} Release: 14%{?dist}
Summary: Jomolhari a Bhutanese style font for Tibetan and Dzongkha Summary: Jomolhari a Bhutanese style font for Tibetan and Dzongkha
Group: User Interface/X Group: User Interface/X
@ -50,6 +50,9 @@ done
%doc FONTLOG.txt OFL-FAQ.txt OFL.txt %doc FONTLOG.txt OFL-FAQ.txt OFL.txt
%changelog %changelog
* Thu Aug 16 2012 Parag <pnemade AT redhat DOT com> - 0.003-14
- Resolves:rh#847627 - Malformed fontconfig config file
* Tue Aug 14 2012 Parag <pnemade AT redhat DOT com> - 0.003-13 * Tue Aug 14 2012 Parag <pnemade AT redhat DOT com> - 0.003-13
- Resolves:rh#847621 - better enabling autohinting by default - Resolves:rh#847621 - better enabling autohinting by default
- Resolves:rh#847623 - fontconfig file isn't shipped in rpm - Resolves:rh#847623 - fontconfig file isn't shipped in rpm