[gnu-free-fonts] Idic rendering fix.

Jon Ciesla limb at fedoraproject.org
Wed May 15 13:01:38 UTC 2013


commit de4919a6a5c5cc2d4ff4378b9cc231dad31c83bb
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed May 15 07:57:19 2013 -0500

    Idic rendering fix.

 69-gnu-free-sans.conf  |   27 +++++++++++++++++++++++++++
 69-gnu-free-serif.conf |    3 +++
 gnu-free-fonts.spec    |    5 ++++-
 3 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/69-gnu-free-sans.conf b/69-gnu-free-sans.conf
index 7b32bc9..6ec9b37 100644
--- a/69-gnu-free-sans.conf
+++ b/69-gnu-free-sans.conf
@@ -13,4 +13,31 @@
       <family>sans-serif</family>
     </default>
   </alias>
+
+ <match target="scan">
+    <test name="family">
+      <string>FreeSans</string>
+    </test>
+    <edit name="lang" mode="assign">
+      <minus>
+        <name>lang</name>
+        <langset>
+          <string>bho</string>
+          <string>brx</string>
+          <string>doi</string>
+          <string>hi</string>
+          <string>hne</string>
+          <string>kok</string>
+          <string>mai</string>
+          <string>mr</string>
+          <string>sa</string>
+          <string>sat</string>
+          <string>as</string>
+          <string>bn</string>
+          <string>pa</string>
+        </langset>
+      </minus>
+    </edit>
+  </match>
+
 </fontconfig>
diff --git a/69-gnu-free-serif.conf b/69-gnu-free-serif.conf
index 015e755..806cd97 100644
--- a/69-gnu-free-serif.conf
+++ b/69-gnu-free-serif.conf
@@ -32,6 +32,9 @@
           <string>mr</string>
           <string>sa</string>
           <string>sat</string>
+          <string>as</string>
+          <string>bn</string>
+          <string>pa</string>
         </langset>
       </minus>
     </edit>
diff --git a/gnu-free-fonts.spec b/gnu-free-fonts.spec
index 9cd3099..113f3be 100644
--- a/gnu-free-fonts.spec
+++ b/gnu-free-fonts.spec
@@ -3,7 +3,7 @@
 
 Name:      %{fontname}-fonts
 Version:   20120503
-Release:   5%{?dist}
+Release:   6%{?dist}
 Summary:   Free UCS Outline Fonts
 Group:     User Interface/X
 # Standard font exception
@@ -121,6 +121,9 @@ rm -rf %{buildroot}
 %doc AUTHORS ChangeLog CREDITS COPYING README
 
 %changelog
+* Wed May 15 2013 Jon Ciesla <limburgher at gmail.com> 20120503-6
+- Additional Indic rendering fix, BZ 871252.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20120503-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list