89aa83ab30
- Update ks.orth (#790471) - Add brx.orth (#790460) - Update ur.orth (#757985) - No Apple Roman cmap support anymore. should works. (#681808) - Update ne.orth (#586763) - Add a workaround for ZapfDingbats. (#562952, #497648, #468565) - clean up the spec file. - Add BR: fontpackages-devel. - Add R: fontpackages-filesystem.
13 lines
490 B
Diff
13 lines
490 B
Diff
diff -pruN fontconfig-2.8.90.orig/fc-cache/fc-cache.c fontconfig-2.8.90/fc-cache/fc-cache.c
|
|
--- fontconfig-2.8.90.orig/fc-cache/fc-cache.c 2012-02-20 12:49:18.000000000 +0900
|
|
+++ fontconfig-2.8.90/fc-cache/fc-cache.c 2012-03-06 12:28:26.000000000 +0900
|
|
@@ -465,7 +465,7 @@ main (int argc, char **argv)
|
|
FcConfigDestroy (config);
|
|
FcFini ();
|
|
if (changed)
|
|
- sleep (2);
|
|
+ sleep (1);
|
|
if (verbose)
|
|
printf ("%s: %s\n", argv[0], ret ? "failed" : "succeeded");
|
|
return ret;
|