Author: tagoh

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

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


Index: ipa-pgothic-fonts-fontconfig.conf
===================================================================
RCS file: 
/cvs/pkgs/rpms/ipa-pgothic-fonts/devel/ipa-pgothic-fonts-fontconfig.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ipa-pgothic-fonts-fontconfig.conf   16 Feb 2010 07:55:04 -0000      1.3
+++ ipa-pgothic-fonts-fontconfig.conf   19 Apr 2010 02:36:12 -0000      1.4
@@ -11,13 +11,13 @@
 
        <!-- Locale-specific overrides -->
        <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>IPAPGothic</string>
                </edit>
        </match>


Index: ipa-pgothic-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-pgothic-fonts/devel/ipa-pgothic-fonts.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ipa-pgothic-fonts.spec      16 Feb 2010 07:55:04 -0000      1.4
+++ ipa-pgothic-fonts.spec      19 Apr 2010 02:36:13 -0000      1.5
@@ -6,7 +6,7 @@
 
 Name:          %{fontname}-fonts
 Version:       003.02
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Japanese Proportional Gothic-typeface OpenType font by IPA
 
 Group:         User Interface/X
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 19 2010 Akira TAGOH <[email protected]> - 003.02-2
+- Get rid of binding="same" from the fontconfig config file. (#578023)
+
 * Tue Feb 16 2010 Akira TAGOH <[email protected]> - 003.02-1
 - New upstream release.
 

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

Reply via email to