commit 4126906255b090dd85ca390cb5282f5065dc8c1a
Author: Akira TAGOH <[email protected]>
Date:   Wed Jul 4 19:04:43 2012 +0900

    Correct fontconfig config file. (#837532)

 sazanami-fonts.spec             |    5 ++++-
 sazanami-gothic-fontconfig.conf |    3 +--
 sazanami-mincho-fontconfig.conf |    3 +--
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/sazanami-fonts.spec b/sazanami-fonts.spec
index bed56a6..ae8f9ab 100644
--- a/sazanami-fonts.spec
+++ b/sazanami-fonts.spec
@@ -8,7 +8,7 @@ They also contains some embedded Japanese bitmap fonts.
 
 Name:          %{fontname}-fonts
 Version:       0.20040629
-Release:       17%{?dist}
+Release:       18%{?dist}
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: ttmkfdir >= 3.0.6
@@ -147,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_fontdir}
 
 %changelog
+* Wed Jul  4 2012 Akira TAGOH <[email protected]> - 0.20040629-18
+- Correct fontconfig config file. (#837532)
+
 * Sat Jan 14 2012 Fedora Release Engineering <[email protected]> 
- 0.20040629-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sazanami-gothic-fontconfig.conf b/sazanami-gothic-fontconfig.conf
index fd04b7c..2d5586e 100644
--- a/sazanami-gothic-fontconfig.conf
+++ b/sazanami-gothic-fontconfig.conf
@@ -2,8 +2,7 @@
 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
 <fontconfig>
        <match>
-               <test name="lang">
-                       <string>ja-jp</string>
+               <test name="lang" compare="contains">
                        <string>ja</string>
                </test>
                <test name="family">
diff --git a/sazanami-mincho-fontconfig.conf b/sazanami-mincho-fontconfig.conf
index cb4c235..d108941 100644
--- a/sazanami-mincho-fontconfig.conf
+++ b/sazanami-mincho-fontconfig.conf
@@ -2,8 +2,7 @@
 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
 <fontconfig>
        <match>
-               <test name="lang">
-                       <string>ja-jp</string>
+               <test name="lang" compare="contains">
                        <string>ja</string>
                </test>
                <test name="family">
_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to