[motoya-lmaru-fonts] Correct fontconfig config file. (#837531)

Akira TAGOH tagoh at fedoraproject.org
Wed Jul 4 09:46:21 UTC 2012


commit 99dd69107d0a9df12076d12249536ebb21c348f1
Author: Akira TAGOH <tagoh at redhat.com>
Date:   Wed Jul 4 18:46:19 2012 +0900

    Correct fontconfig config file. (#837531)

 motoya-lmaru-fontconfig.conf |    3 +--
 motoya-lmaru-fonts.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/motoya-lmaru-fontconfig.conf b/motoya-lmaru-fontconfig.conf
index fd71278..619fdf8 100644
--- a/motoya-lmaru-fontconfig.conf
+++ b/motoya-lmaru-fontconfig.conf
@@ -10,8 +10,7 @@
     </alias>
     <!-- Locale-specific overrides rule -->
     <match>
-        <test name="lang">
-            <string>ja-jp</string>
+        <test name="lang" compare="contains">
             <string>ja</string>
         </test>
         <test name="family">
diff --git a/motoya-lmaru-fonts.spec b/motoya-lmaru-fonts.spec
index b336fb7..6a08a3e 100644
--- a/motoya-lmaru-fonts.spec
+++ b/motoya-lmaru-fonts.spec
@@ -6,7 +6,7 @@
 
 Name:		%{fontname}-fonts
 Version:	1.00
-Release:	0.4.%{archivedate}git%{?dist}
+Release:	0.5.%{archivedate}git%{?dist}
 Summary:	Japanese Round Gothic-typeface TrueType fonts by MOTOYA Co,LTD
 
 License:	ASL 2.0
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul  4 2012 Akira TAGOH <tagoh at redhat.com> - 1.00-0.5.20110406git
+- Correct fontconfig config file. (#837531)
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.00-0.4.20110406git
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list