commit e82f022def961cd8c4df1f6d047e156277b16343
Author: Parag Nemade <[email protected]>
Date:   Thu Aug 16 11:09:49 2012 +0530

    Resolves:rh#847627 - Malformed fontconfig config file

 jomolhari-fonts-fontconfig.conf |   35 ++++++++++++++++++++++++++++++++++-
 jomolhari-fonts.spec            |    5 ++++-
 2 files changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/jomolhari-fonts-fontconfig.conf b/jomolhari-fonts-fontconfig.conf
index e3e501f..4160370 100644
--- a/jomolhari-fonts-fontconfig.conf
+++ b/jomolhari-fonts-fontconfig.conf
@@ -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>
@@ -31,7 +63,8 @@
                <edit name="family" mode="prepend">
                        <string>Jomolhari</string>
                </edit>
-       </match>
+        </match>
+
        <match target="font">
          <test name="family" ignore-blanks="yes">
            <string>Jomolhari</string>
diff --git a/jomolhari-fonts.spec b/jomolhari-fonts.spec
index e0960b0..8f20acd 100644
--- a/jomolhari-fonts.spec
+++ b/jomolhari-fonts.spec
@@ -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
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to