rpms/vlgothic-fonts/devel vlgothic-fontconfig-gothic.conf, 1.2, 1.3 vlgothic-fontconfig-pgothic.conf, 1.2, 1.3 vlgothic-fonts.spec, 1.8, 1.9

Akira TAGOH tagoh at fedoraproject.org
Fri Mar 12 10:02:43 UTC 2010


Author: tagoh

Update of /cvs/pkgs/rpms/vlgothic-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22832

Modified Files:
	vlgothic-fontconfig-gothic.conf 
	vlgothic-fontconfig-pgothic.conf vlgothic-fonts.spec 
Log Message:
* Fri Mar 12 2010 Akira TAGOH <tagoh at redhat.com> - 20100126-2
- Fix the locale-specific overrides rule to match with "ja" as well. (#572841)


Index: vlgothic-fontconfig-gothic.conf
===================================================================
RCS file: /cvs/pkgs/rpms/vlgothic-fonts/devel/vlgothic-fontconfig-gothic.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- vlgothic-fontconfig-gothic.conf	7 Dec 2009 06:37:59 -0000	1.2
+++ vlgothic-fontconfig-gothic.conf	12 Mar 2010 10:02:42 -0000	1.3
@@ -17,8 +17,8 @@
     </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">
             <string>monospace</string>
@@ -29,8 +29,8 @@
     </match>
     <!-- NOTE: just for fallback - ideally better installing vlgothic-p-fonts -->
     <match>
-        <test name="lang">
-            <string>ja-jp</string>
+        <test name="lang" compare="contains">
+            <string>ja</string>
         </test>
         <test name="family">
             <string>sans-serif</string>


Index: vlgothic-fontconfig-pgothic.conf
===================================================================
RCS file: /cvs/pkgs/rpms/vlgothic-fonts/devel/vlgothic-fontconfig-pgothic.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- vlgothic-fontconfig-pgothic.conf	7 Dec 2009 06:37:59 -0000	1.2
+++ vlgothic-fontconfig-pgothic.conf	12 Mar 2010 10:02:43 -0000	1.3
@@ -10,8 +10,8 @@
     </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">
             <string>sans-serif</string>


Index: vlgothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vlgothic-fonts/devel/vlgothic-fonts.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- vlgothic-fonts.spec	1 Mar 2010 07:31:31 -0000	1.8
+++ vlgothic-fonts.spec	12 Mar 2010 10:02:43 -0000	1.9
@@ -11,7 +11,7 @@ but some have also been improved by the 
 
 Name:		%{fontname}-fonts
 Version:	20100126
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Japanese TrueType font
 
 License:	mplus and BSD
@@ -95,6 +95,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Fri Mar 12 2010 Akira TAGOH <tagoh at redhat.com> - 20100126-2
+- Fix the locale-specific overrides rule to match with "ja" as well. (#572841)
+
 * Mon Mar  1 2010 Akira TAGOH <tagoh at redhat.com> - 20100126-1
 - New upstream release.
 - Set the priority to 65-0 for vlgothic-p-fonts to avoid the effects



More information about the fonts-bugs mailing list