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">
<string>bo-cn</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang">
<string>bo-in</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang">
<string>bo</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang">
<string>dz-bt</string>
</test>
<test name="family">
<string>serif</string>
</test>
<edit name="family" mode="prepend">
<string>Jomolhari</string>
</edit>
</match>
<match>
<test name="lang">
<string>dz</string>
</test>
@ -32,6 +64,7 @@
<string>Jomolhari</string>
</edit>
</match>
<match target="font">
<test name="family" ignore-blanks="yes">
<string>Jomolhari</string>

View File

@ -3,7 +3,7 @@
Name: %{fontname}-fonts
Version: 0.003
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Jomolhari a Bhutanese style font for Tibetan and Dzongkha
Group: User Interface/X
@ -50,6 +50,9 @@ done
%doc FONTLOG.txt OFL-FAQ.txt OFL.txt
%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
- Resolves:rh#847621 - better enabling autohinting by default
- Resolves:rh#847623 - fontconfig file isn't shipped in rpm