Author: tagoh

Update of /cvs/pkgs/rpms/vlgothic-fonts/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10400

Modified Files:
        vlgothic-fontconfig-gothic.conf 
        vlgothic-fontconfig-pgothic.conf vlgothic-fonts.spec 
Log Message:
* Wed May 26 2010 Akira TAGOH <[email protected]> - 20100416-3
- Improve the fontconfig config file to match ja as well.


Index: vlgothic-fontconfig-gothic.conf
===================================================================
RCS file: /cvs/pkgs/rpms/vlgothic-fonts/F-13/vlgothic-fontconfig-gothic.conf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- vlgothic-fontconfig-gothic.conf     19 Apr 2010 06:16:15 -0000      1.4
+++ vlgothic-fontconfig-gothic.conf     26 May 2010 02:17:14 -0000      1.5
@@ -17,7 +17,8 @@
     </alias>
     <!-- Locale-specific overrides rule -->
     <match>
-        <test name="lang" compare="contains">
+        <test name="lang">
+            <string>ja-jp</string>
             <string>ja</string>
         </test>
         <test name="family">
@@ -29,7 +30,8 @@
     </match>
     <!-- NOTE: just for fallback - ideally better installing vlgothic-p-fonts 
-->
     <match>
-        <test name="lang" compare="contains">
+        <test name="lang">
+            <string>ja-jp</string>
             <string>ja</string>
         </test>
         <test name="family">


Index: vlgothic-fontconfig-pgothic.conf
===================================================================
RCS file: /cvs/pkgs/rpms/vlgothic-fonts/F-13/vlgothic-fontconfig-pgothic.conf,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- vlgothic-fontconfig-pgothic.conf    19 Apr 2010 06:16:15 -0000      1.4
+++ vlgothic-fontconfig-pgothic.conf    26 May 2010 02:17:15 -0000      1.5
@@ -10,7 +10,8 @@
     </alias>
     <!-- Locale-specific overrides rule -->
     <match>
-        <test name="lang" compare="contains">
+        <test name="lang">
+            <string>ja-jp</string>
             <string>ja</string>
         </test>
         <test name="family">


Index: vlgothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vlgothic-fonts/F-13/vlgothic-fonts.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- vlgothic-fonts.spec 19 Apr 2010 06:16:15 -0000      1.10
+++ vlgothic-fonts.spec 26 May 2010 02:17:15 -0000      1.11
@@ -11,7 +11,7 @@ but some have also been improved by the 
 
 Name:          %{fontname}-fonts
 Version:       20100416
-Release:       1%{?dist}
+Release:       3%{?dist}
 Summary:       Japanese TrueType font
 
 License:       mplus and BSD
@@ -95,6 +95,12 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Wed May 26 2010 Akira TAGOH <[email protected]> - 20100416-3
+- Improve the fontconfig config file to match ja as well.
+
+* Mon Apr 19 2010 Akira TAGOH <[email protected]> - 20100416-2
+- Get rid of compare="contains" again.
+
 * Mon Apr 19 2010 Akira TAGOH <[email protected]> - 20100416-1
 - New upstream release.
 - Get rid of binding="same" from the fontconfig config file. (#578048)

_______________________________________________
fonts-bugs mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs
http://fonts.fedoraproject.org/

Reply via email to