[jomolhari-fonts] Resolves:rh#847627 - Malformed fontconfig config file

pnemade pnemade at fedoraproject.org
Thu Aug 16 05:39:10 UTC 2012


commit e73a58726ab1ce28b3074655a3e955fa27b843f8
Author: Parag Nemade <pnemade at redhat.com>
Date:   Thu Aug 16 11:08:41 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


More information about the fonts-bugs mailing list