[gnu-free-fonts] Fix Indic rendering.

Jon Ciesla limb at fedoraproject.org
Fri Jan 11 13:56:09 UTC 2013


commit a6e0de29c2bd9663fd38bf54c4f26fef5507252a
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Jan 11 07:55:49 2013 -0600

    Fix Indic rendering.

 69-gnu-free-serif.conf |   24 ++++++++++++++++++++++++
 gnu-free-fonts.spec    |    5 ++++-
 2 files changed, 28 insertions(+), 1 deletions(-)
---
diff --git a/69-gnu-free-serif.conf b/69-gnu-free-serif.conf
index 15dee25..015e755 100644
--- a/69-gnu-free-serif.conf
+++ b/69-gnu-free-serif.conf
@@ -13,4 +13,28 @@
       <family>serif</family>
     </default>
   </alias>
+
+ <match target="scan">
+    <test name="family">
+      <string>FreeSerif</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>
+        </langset>
+      </minus>
+    </edit>
+  </match>
+
 </fontconfig>
diff --git a/gnu-free-fonts.spec b/gnu-free-fonts.spec
index 8c109ae..3ec17d7 100644
--- a/gnu-free-fonts.spec
+++ b/gnu-free-fonts.spec
@@ -3,7 +3,7 @@
 
 Name:      %{fontname}-fonts
 Version:   20120503
-Release:   3%{?dist}
+Release:   4%{?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
+* Fri Jan 11 2013 Jon Ciesla <limburgher at gmail.com> 20120503-4
+- Fix Indic rendering, BZ 871252.
+
 * Tue Nov 06 2012 Jens Petersen <petersen at redhat.com> - 20120503-3
 - Update source url and license tag, BZ 873508.
 


More information about the scm-commits mailing list