[knm-new-fixed-fonts] Correct fontconfig config file. (#837537)

Akira TAGOH tagoh at fedoraproject.org
Wed Jul 4 10:23:37 UTC 2012


commit 7940b4265e9fc8929c70a5d327d51927c7f41f08
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Wed Jul 4 19:23:35 2012 +0900

    Correct fontconfig config file. (#837537)

 knm-new-fixed-fonts-fontconfig.conf |    3 +--
 knm-new-fixed-fonts.spec            |    5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/knm-new-fixed-fonts-fontconfig.conf b/knm-new-fixed-fonts-fontconfig.conf
index 53a49b9..fb647a3 100644
--- a/knm-new-fixed-fonts-fontconfig.conf
+++ b/knm-new-fixed-fonts-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/knm-new-fixed-fonts.spec b/knm-new-fixed-fonts.spec
index eaa15aa..37d9168 100644
--- a/knm-new-fixed-fonts.spec
+++ b/knm-new-fixed-fonts.spec
@@ -5,7 +5,7 @@
 
 Name:		%{fontname}-fonts
 Version:	1.1
-Release:	15%{?dist}
+Release:	16%{?dist}
 
 Summary:	12x12 JIS X 0208 Bitmap fonts
 Group:		User Interface/X
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul  4 2012 Akira TAGOH <tagoh at redhat.com> - 1.1-16
+- Correct fontconfig config file. (#837537)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list