Author: tagoh

Update of /cvs/pkgs/rpms/ipa-gothic-fonts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1896

Modified Files:
        ipa-gothic-fonts-fontconfig.conf ipa-gothic-fonts.spec 
Log Message:
* Fri Apr 16 2010 Akira TAGOH <[email protected]> - 003.02-2
- Get rid of binding="same" from the fontconfig config file. (#578020)


Index: ipa-gothic-fonts-fontconfig.conf
===================================================================
RCS file: 
/cvs/pkgs/rpms/ipa-gothic-fonts/devel/ipa-gothic-fonts-fontconfig.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ipa-gothic-fonts-fontconfig.conf    16 Feb 2010 03:43:02 -0000      1.3
+++ ipa-gothic-fonts-fontconfig.conf    16 Apr 2010 09:35:30 -0000      1.4
@@ -18,25 +18,25 @@
 
        <!-- Locale-specific overrides -->
        <match>
-               <test name="lang">
-                       <string>ja-jp</string>
+               <test name="lang" compare="contains">
+                       <string>ja</string>
                </test>
                <test name="family">
                        <string>monospace</string>
                </test>
-               <edit name="family" mode="prepend" binding="same">
+               <edit name="family" mode="prepend">
                        <string>IPAGothic</string>
                </edit>
        </match>
        <!-- NOTE: just for fallback - ideally better installing 
ipa-pgothic-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>
                </test>
-               <edit name="family" mode="prepend" binding="same">
+               <edit name="family" mode="prepend">
                        <string>IPAGothic</string>
                </edit>
        </match>


Index: ipa-gothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-gothic-fonts/devel/ipa-gothic-fonts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- ipa-gothic-fonts.spec       16 Feb 2010 03:43:02 -0000      1.5
+++ ipa-gothic-fonts.spec       16 Apr 2010 09:35:30 -0000      1.6
@@ -6,7 +6,7 @@
 
 Name:          %{fontname}-fonts
 Version:       003.02
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Japanese Gothic-typeface OpenType font by IPA
 
 Group:         User Interface/X
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 16 2010 Akira TAGOH <[email protected]> - 003.02-2
+- Get rid of binding="same" from the fontconfig config file. (#578020)
+
 * Tue Feb 16 2010 Akira TAGOH <[email protected]> - 003.02-1
 - New upstream release.
 - add a fallback rule for sans-serif.

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

Reply via email to