Author: tagoh

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

Modified Files:
        ipa-mincho-fonts-fontconfig.conf ipa-mincho-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. (#578021)


Index: ipa-mincho-fonts-fontconfig.conf
===================================================================
RCS file: 
/cvs/pkgs/rpms/ipa-mincho-fonts/devel/ipa-mincho-fonts-fontconfig.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ipa-mincho-fonts-fontconfig.conf    17 Feb 2010 08:10:48 -0000      1.3
+++ ipa-mincho-fonts-fontconfig.conf    16 Apr 2010 11:33:40 -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>serif</string>
                </test>
-               <edit name="family" mode="prepend" binding="same">
+               <edit name="family" mode="prepend">
                        <string>IPAMincho</string>
                </edit>
        </match>


Index: ipa-mincho-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ipa-mincho-fonts/devel/ipa-mincho-fonts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- ipa-mincho-fonts.spec       17 Feb 2010 08:10:48 -0000      1.5
+++ ipa-mincho-fonts.spec       16 Apr 2010 11:33:40 -0000      1.6
@@ -6,7 +6,7 @@
 
 Name:          %{fontname}-fonts
 Version:       003.02
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Japanese Mincho-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. (#578021)
+
 * Wed Feb 17 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