Author: tagoh

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

Modified Files:
        sazanami-fonts.spec sazanami-gothic-fontconfig.conf 
        sazanami-mincho-fontconfig.conf 
Log Message:
* Tue May 25 2010 Akira TAGOH <[email protected]> - 0.20040629-13
- Improve the fontconfig config file to match ja as well.


Index: sazanami-fonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sazanami-fonts/F-13/sazanami-fonts.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sazanami-fonts.spec 19 Apr 2010 03:36:44 -0000      1.10
+++ sazanami-fonts.spec 25 May 2010 14:48:54 -0000      1.11
@@ -1,4 +1,4 @@
-%define        priority        66
+%define        priority        65-4
 %define        fontname        sazanami
 %define        fontconf        %{priority}-%{fontname}
 %define catalogue      %{_sysconfdir}/X11/fontpath.d
@@ -8,7 +8,7 @@ They also contains some embedded Japanes
 
 Name:          %{fontname}-fonts
 Version:       0.20040629
-Release:       11%{?dist}
+Release:       13%{?dist}
 BuildArch:     noarch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: ttmkfdir >= 3.0.6
@@ -145,6 +145,12 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_fontdir}
 
 %changelog
+* Tue May 25 2010 Akira TAGOH <[email protected]> - 0.20040629-13
+- Improve the fontconfig config file to match ja as well.
+
+* Mon Apr 19 2010 Akira TAGOH <[email protected]> - 0.20040629-12
+- Get rid of compare="contains".
+
 * Mon Apr 19 2010 Akira TAGOH <[email protected]> - 0.20040629-11
 - Get rid of binding="same" from the fontconfig config file. (#578045)
 


Index: sazanami-gothic-fontconfig.conf
===================================================================
RCS file: /cvs/pkgs/rpms/sazanami-fonts/F-13/sazanami-gothic-fontconfig.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sazanami-gothic-fontconfig.conf     19 Apr 2010 03:33:11 -0000      1.2
+++ sazanami-gothic-fontconfig.conf     25 May 2010 14:48:55 -0000      1.3
@@ -2,7 +2,8 @@
 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
 <fontconfig>
        <match>
-               <test name="lang" compare="contains">
+               <test name="lang">
+                       <string>ja-jp</string>
                        <string>ja</string>
                </test>
                <test name="family">


Index: sazanami-mincho-fontconfig.conf
===================================================================
RCS file: /cvs/pkgs/rpms/sazanami-fonts/F-13/sazanami-mincho-fontconfig.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sazanami-mincho-fontconfig.conf     19 Apr 2010 03:33:11 -0000      1.2
+++ sazanami-mincho-fontconfig.conf     25 May 2010 14:48:55 -0000      1.3
@@ -2,7 +2,8 @@
 <!DOCTYPE fontconfig SYSTEM "../fonts.dtd">
 <fontconfig>
        <match>
-               <test name="lang" compare="contains">
+               <test name="lang">
+                       <string>ja-jp</string>
                        <string>ja</string>
                </test>
                <test name="family">

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

Reply via email to