rpms/google-droid-fonts/devel google-droid-fonts-sans-fontconfig.conf, 1.2, 1.3 google-droid-fonts.spec, 1.10, 1.11 import.log, 1.7, 1.8 sources, 1.5, 1.6

nim nim at fedoraproject.org
Mon Sep 7 19:36:14 UTC 2009


Author: nim

Update of /cvs/extras/rpms/google-droid-fonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25795/devel

Modified Files:
	google-droid-fonts-sans-fontconfig.conf 
	google-droid-fonts.spec import.log sources 
Log Message:
First level fix for Droid CJK problems


Index: google-droid-fonts-sans-fontconfig.conf
===================================================================
RCS file: /cvs/extras/rpms/google-droid-fonts/devel/google-droid-fonts-sans-fontconfig.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- google-droid-fonts-sans-fontconfig.conf	25 Jul 2009 10:54:37 -0000	1.2
+++ google-droid-fonts-sans-fontconfig.conf	7 Sep 2009 19:36:14 -0000	1.3
@@ -13,27 +13,46 @@
       <family>sans-serif</family>
     </default>
   </alias>
-  <!-- CJK users should check this actually works for them -->
+  <alias>
+    <family>Droid Sans Japanese</family>
+    <default>
+      <family>Droid Sans</family>
+    </default>
+  </alias>
+  <alias>
+    <family>Droid Sans Fallback</family>
+    <default>
+      <family>Droid Sans</family>
+    </default>
+  </alias>
   <match target="scan">
-    <test name="lang">
-      <string>ja-jp</string>
+    <test name="family">
+      <string>Droid Sans</string>
     </test>
+    <edit name="fontversion">
+      <int>3</int>
+    </edit>
+  </match>
+  <match target="scan">
     <test name="family">
       <string>Droid Sans Japanese</string>
     </test>
     <edit name="family">
       <string>Droid Sans</string>
     </edit>
+    <edit name="fontversion">
+      <int>2</int>
+    </edit>
   </match>
   <match target="scan">
-    <test name="lang" compare="not_eq">
-      <string>ja-jp</string>
-    </test>
     <test name="family">
       <string>Droid Sans Fallback</string>
     </test>
     <edit name="family">
       <string>Droid Sans</string>
     </edit>
+    <edit name="fontversion">
+      <int>1</int>
+    </edit>
   </match>
 </fontconfig>


Index: google-droid-fonts.spec
===================================================================
RCS file: /cvs/extras/rpms/google-droid-fonts/devel/google-droid-fonts.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- google-droid-fonts.spec	6 Sep 2009 19:15:37 -0000	1.10
+++ google-droid-fonts.spec	7 Sep 2009 19:36:14 -0000	1.11
@@ -12,7 +12,7 @@ other screen text.
 Name:    %{fontname}-fonts
 # No sane versionning upstream, use the date we did a git dump
 Version: 20090906
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: General-purpose fonts released by Google as part of Android
 
 Group:     User Interface/X
@@ -138,6 +138,11 @@ rm -fr %{buildroot}
 
 
 %changelog
+* Sun Sep  7 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
+- 20090906-2
+— first-level CJK fixes (as suggested by Behdad in bug #517789, complete fix
+   needs the rpm changes traced in bug #521697)
+
 * Sun Sep  6 2009 Nicolas Mailhot <nicolas.mailhot at laposte.net>
 - 20090906-1
 — upstream stealth update


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/google-droid-fonts/devel/import.log,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- import.log	6 Sep 2009 19:15:37 -0000	1.7
+++ import.log	7 Sep 2009 19:36:14 -0000	1.8
@@ -5,3 +5,4 @@ google-droid-fonts-1_0_112-5_fc11:HEAD:g
 google-droid-fonts-20090320-1_fc12:HEAD:google-droid-fonts-20090320-1.fc12.src.rpm:1248519226
 google-droid-fonts-20090320-3_fc12:HEAD:google-droid-fonts-20090320-3.fc12.src.rpm:1248532826
 google-droid-fonts-20090906-1_fc12:HEAD:google-droid-fonts-20090906-1.fc12.src.rpm:1252264176
+google-droid-fonts-20090906-2_fc12:HEAD:google-droid-fonts-20090906-2.fc12.src.rpm:1252351928


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/google-droid-fonts/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	6 Sep 2009 19:15:37 -0000	1.5
+++ sources	7 Sep 2009 19:36:14 -0000	1.6
@@ -5,5 +5,5 @@
 a062025df92affc1331a05b7c07793fc  DroidSerif-BoldItalic.ttf
 a2e7305a0ba8bb7091124f4cd1485fc9  DroidSerif-Italic.ttf
 bfb2f44a7c1deba39f7f4d39bff18eeb  DroidSerif-Regular.ttf
-9d83fb20700a3a7c45dc9acd64ab121e  DroidSans.ttf
-6d7e0d083e3c5e1b504e580b4e2fe7db  DroidSansJapanese.ttf
+6f28ad369fa0f2661cc2de7a7be9977e  DroidSans.ttf
+8fbc87c7c5089a8e86c670b93a78964f  DroidSansJapanese.ttf




More information about the fonts-bugs mailing list