Author: tagoh

Update of /cvs/pkgs/rpms/knm-new-fixed-fonts/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18696

Modified Files:
        knm-new-fixed-fonts-fontconfig.conf knm-new-fixed-fonts.spec 
Log Message:
* Mon Apr 19 2010 Akira TAGOH <[email protected]> - 1.1-11
- Get rid of binding="same" from the fontconfig config file. (#578027)


Index: knm-new-fixed-fonts-fontconfig.conf
===================================================================
RCS file: 
/cvs/pkgs/rpms/knm-new-fixed-fonts/devel/knm-new-fixed-fonts-fontconfig.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- knm-new-fixed-fonts-fontconfig.conf 29 Oct 2009 06:03:10 -0000      1.1
+++ knm-new-fixed-fonts-fontconfig.conf 19 Apr 2010 03:20:06 -0000      1.2
@@ -2,13 +2,13 @@
 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
 <fontconfig>
   <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>Fixed</string>
     </edit>
   </match>


Index: knm-new-fixed-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/knm-new-fixed-fonts/devel/knm-new-fixed-fonts.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- knm-new-fixed-fonts.spec    4 Dec 2009 05:11:00 -0000       1.3
+++ knm-new-fixed-fonts.spec    19 Apr 2010 03:20:06 -0000      1.4
@@ -5,7 +5,7 @@
 
 Name:          %{fontname}-fonts
 Version:       1.1
-Release:       10%{?dist}
+Release:       11%{?dist}
 
 Summary:       12x12 JIS X 0208 Bitmap fonts
 Group:         User Interface/X
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 19 2010 Akira TAGOH <[email protected]> - 1.1-11
+- Get rid of binding="same" from the fontconfig config file. (#578027)
+
 * Fri Dec  4 2009 Akira TAGOH <[email protected]> - 1.1-10
 - revert the previous change and set the priority to 69 to ensure loading
   the rule later according to the result of

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

Reply via email to