TrueType-vlgothic-vl.spec 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. %define version 2.34
  2. %define release 1%{?_dist_release}
  3. %define vlgothic_date 20101218
  4. %define ttfjp_version 6.0
  5. %define fontdir %{_datadir}/fonts/%{name}/
  6. %define texmf %{_datadir}/texmf
  7. %define mapdir %{texmf}/fonts/map/dvipdfmx
  8. Summary: VLGothic font family - Free Japanese True Type Font
  9. Summary(ja): VLゴシックフォントファミリ - フリーの日本語 True Type フォント
  10. Name: TrueType-vlgothic
  11. Version: %{version}
  12. Release: %{release}
  13. License: BSD style
  14. Group: User Interface/X
  15. Url: http://dicey.org/vlgothic/
  16. Source: %{name}.tar.bz2
  17. # VLGothic Font Family
  18. Source1: VLGothic-%{vlgothic_date}.tar.bz2
  19. Source10: 59-vlgothic.conf
  20. Source20: cidfmap.ja.vlgothic
  21. Distribution: Vine Linux
  22. Vendor: Project Vine
  23. BuildArch: noarch
  24. Buildroot: %{_tmppath}/%{name}-%{version}-root
  25. Requires(post): mktcapdir >= 0.5.4
  26. Requires(post): fontconfig, xorg-x11-font-utils
  27. Requires(post): vutils >= 2.0.2
  28. Provides: TrueTypeFonts_jp = %{ttfjp_version}
  29. Obsoletes: TrueTypeFonts_jp < 4.1
  30. Obsoletes: TrueType-kochi <= 4.4.1
  31. Obsoletes: TrueType-sazanami < 3.0
  32. BuildRequires: rpm >= 4.4.2.3-7
  33. %description
  34. VLGothic font family - Free Japanese True Type Font
  35. - VL PGothic
  36. - VL Gothic
  37. %description -l ja
  38. このパッケージには以下のフリーの日本語 True Type フォントが含まれています。
  39. - VL Pゴシック (M+ 1C Regular および さざなみゴシック をベースに
  40. Project Vine が改良をおこなったフォント。)
  41. - VLゴシック (M+ 1M Regular および さざなみゴシック をベースに
  42. Project Vine が改良をおこなったフォント。)
  43. %prep
  44. rm -rf ${RPM_BUILD_ROOT}
  45. %setup -n %{name} -a 1
  46. mv VLGothic/*.ttf .
  47. %install
  48. mkdir -p $RPM_BUILD_ROOT/%{fontdir}
  49. install -m664 *.ttfconf *.ttf $RPM_BUILD_ROOT/%{fontdir}
  50. mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.{avail,d}
  51. install -m664 %{SOURCE10} $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.avail/
  52. for i in $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.avail/*.conf
  53. do
  54. ln -sf ../conf.avail/$(basename $i) $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.d/
  55. done
  56. # install ghostscript8 cidfmap
  57. mkdir -p $RPM_BUILD_ROOT%{_datadir}/ghostscript/conf.d
  58. install -m644 %{SOURCE20} $RPM_BUILD_ROOT%{_datadir}/ghostscript/conf.d
  59. # add fontpath.d symlinks
  60. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/fontpath.d
  61. ln -sf /usr/share/fonts/%{name} $RPM_BUILD_ROOT%{_sysconfdir}/X11/fontpath.d/
  62. %post
  63. %__font_install_post %{fontdir}
  64. %postun
  65. %__font_install_postun %{fontdir}
  66. %clean
  67. rm -rf $RPM_BUILD_ROOT
  68. %files
  69. %defattr(-,root,root)
  70. %doc VLGothic/*
  71. %{fontdir}/*
  72. %{_sysconfdir}/fonts/conf.avail/*.conf
  73. %{_sysconfdir}/X11/fontpath.d/%{name}
  74. %config(missingok,noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
  75. %config %{_datadir}/ghostscript/conf.d/cidfmap.ja.vlgothic
  76. %changelog
  77. * Sat Dec 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34-1
  78. - update to 20101218
  79. - update M+ part
  80. - update VLkanji glyphs
  81. * Fri Oct 22 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.33-1
  82. - update to 20101022
  83. - update VLkanji glyphs
  84. * Tue Oct 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32-1
  85. - update to 20101012
  86. - update M+ part
  87. - update VLkanji glyphs
  88. * Wed Aug 18 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.31-1
  89. - update to 20100818
  90. - update M+ part
  91. - fixed font height and line gap (fixed size of Ascent/Descent)
  92. * Fri Apr 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30-1
  93. - update to 20100416
  94. - update M+ part
  95. - fix glyph width of VOICED (SEMI-)SOUND MARK
  96. * Tue Jan 26 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.29-1
  97. - update to 20100126
  98. - update VL kanji glyphs
  99. - add new special sign charactors
  100. - change glyph width of "MINUS SIGN"
  101. * Mon Dec 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28-1
  102. - update to 20091214
  103. - update VL kanji glyphs
  104. * Fri Dec 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.27-1
  105. - update to 20091211
  106. - update VL kanji glyphs
  107. * Tue Dec 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26-1
  108. - update to 20091208
  109. - update M+ part
  110. - update VL kanji glyphs
  111. * Wed Dec 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.25-1
  112. - update to 20091202
  113. - update VL kanji glyphs
  114. * Fri Nov 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24-1
  115. - update to 20091127
  116. - update VL kanji glyphs
  117. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.23-1
  118. - update to 20091118
  119. - update M+ part
  120. * Sun Aug 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22-1
  121. - add fontpath.d symlink
  122. * Tue Aug 11 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21-1
  123. - update to 20090811
  124. - update VL kanji glyphs
  125. * Mon Aug 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20-1
  126. - update to 20090810
  127. - update VL kanji glyphs
  128. * Thu Aug 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.19-1
  129. - update to 20090806
  130. - update VL kanji glyphs
  131. - update M+ part
  132. - adjust CJK ambiguous width of VL Gothic
  133. * Fri Jul 10 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18-1
  134. - update to 20090710
  135. - update VL kanji glyphs
  136. - update M+ part
  137. * Fri Jul 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17-1
  138. - update to 20090703
  139. - update VL kanji glyphs
  140. - update M+ part
  141. * Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16-1
  142. - update to 20090612
  143. - update VL kanji glyphs
  144. - update M+ part
  145. * Wed Apr 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15-1
  146. - update VLGothic to 20090422
  147. - fix GSUB vert table for vertical glyphs
  148. - add VL kanji glyph
  149. * Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14-2
  150. - really update VLGothic to 20090421..
  151. * Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14-1
  152. - update VLGotihc to 20090421
  153. - update VL kanji glyphs
  154. - update M+ part
  155. - use new rpm macros
  156. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13-1
  157. - remove Require/Requires(post): TrueType-base
  158. * Wed Feb 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12-1
  159. - update VLGothic to 20090204
  160. - update VL kanji glyphs
  161. - update M+ part
  162. - use update-defaultfont (vutils>=2.0.2)
  163. * Thu Jan 08 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11-1
  164. - update VLGothic to 20090108
  165. - update VL kanji glyphs
  166. - update vine.map and exec updmap-sys on %%post/%%postun
  167. * Wed Dec 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10-1
  168. - update VLGothic to 20081203
  169. - update VL kanji glyphs
  170. - add some full width special sign charactors
  171. - fix font metrics
  172. * Mon Nov 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-1
  173. - update VLGothic to 20081124
  174. - update VL kanji glyphs
  175. - update M+ part (add more latin glyphs)
  176. - change font metrics
  177. - set negative value for ascend/descend to descrease line gap
  178. * Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-1
  179. - update VLGothic to 20081029
  180. - update VL kanji glyphs
  181. - update M+ part (add more latin glyphs)
  182. - fix embolden problem
  183. * Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-1
  184. - add gs8 cidfmap for vlgothic
  185. * Mon Sep 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6-1
  186. - update VLGothic to 20080908
  187. - update VL kanji glyphs
  188. - add M+ latin glyphs to VLPGothic
  189. * Tue Jun 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-1
  190. - update VLGothic to 20080610
  191. - update VL kanji glyphs
  192. - update M+ part
  193. * Tue Jun 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4-1
  194. - update VLGothic to 20080610
  195. - update VL kanji glyphs
  196. - update M+ part
  197. * Tue Jun 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-1
  198. - update VLGothic to 20080603
  199. - update VL kanji glyphs
  200. * Sun Jun 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-1
  201. - update VLGothic to 20080601
  202. - update M+ part
  203. * Mon May 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-1
  204. - update VLGothic to 20080429
  205. - add 59-vlgothic.conf to set hinting configuration
  206. * Mon Apr 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-1
  207. - build for xorg-x11-7.3
  208. - change font location to %%{_datadir}/fonts/%{name}
  209. - require fontconfig and xorg-x11-font-utils
  210. * Sun Apr 20 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10-1
  211. - update VLGothic to 20080420
  212. - update M+ part
  213. - add [aiueo]macron charactor
  214. * Thu Mar 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-1
  215. - update VLGothic to 20080327
  216. - update M+ part
  217. * Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8-0vl1
  218. - update VLGothic to 20071215
  219. - update M+ part
  220. - update VL kanji/latin extended/special sign charactor
  221. * Tue Oct 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-0vl1
  222. - update VLGothic to new replaced archive.
  223. * Tue Oct 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-0vl1
  224. - update VLGothic to 20071031
  225. - update M+ part
  226. - update VL kanji glyphs
  227. * Mon Oct 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
  228. - update VLGothic to 20071015
  229. - update M+ part
  230. - update VL kanji glyphs
  231. * Sat Oct 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-0vl1
  232. - update VLGothic to 20071006
  233. - update M+ part
  234. - update VL kanji glyphs, hankaku-kana glyphs
  235. * Sat Sep 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-0vl1
  236. - update VLGothic to 20070929
  237. - update VL kanji glyphs
  238. * Mon Sep 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl2
  239. - Obsoletes: TrueType-sazanami < 3.0
  240. * Mon Sep 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
  241. - update VLGothic to 20070924
  242. - update M+ part and some kanji glyphs
  243. * Sat Sep 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
  244. - update VLGothic to 20070915
  245. - update M+ part and some kanji glyphs
  246. * Thu Sep 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  247. - split VLGothic from TrueType-sazanami
  248. * Sat Sep 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10-0vl1
  249. - update VLGothic to 20070901
  250. - update some kanji glyphs
  251. * Thu Aug 30 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9-0vl1
  252. - update VLGothic to 20070830
  253. - update M+1C/M+1M to CVS head
  254. - update some kanji glyphs
  255. * Mon Jul 31 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8-0vl1
  256. - update VLGothic to 20070731
  257. - update M+1C/M+1M to CVS head
  258. - add new glyphs to VL-PGothic/VL-Gothic
  259. - add Roman Numeral Glyphs (some part of Number Forms)
  260. - update some glyphs
  261. * Mon May 07 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7-0vl1
  262. - update VLGothic to 20070507
  263. - add new glyphs to VL-Gothic
  264. - add ISO8859-1 Glyphs (Latin-1 Supplement)
  265. - add ISO8859-15 Glyphs (some part of Latin Extended-A)
  266. * Sun May 06 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6-0vl1
  267. - update VLGothic to 20070506
  268. - add new glyphs to VL-PGothic
  269. - add ISO8859-1 Glyphs (Latin-1 Supplement)
  270. - add ISO8859-15 Glyphs (some part of Latin Extended-A)
  271. * Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5-0vl1
  272. - update VLGothic to 20070503
  273. - update M+1C/1M to CVS head
  274. * Wed Mar 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4-0vl1
  275. - update VLGothic to 20070328
  276. - update M+1C/1M to CVS head
  277. - fix embolden problem on freetype-2.2
  278. * Sat Mar 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3-0vl1
  279. - update VLGothic to 20070317
  280. - update M+1C/1M to CVS head
  281. - include M+ Kanji glyphs
  282. - update some glyphs
  283. - add some special sign characters
  284. - fix broken glyphs
  285. * Mon Jan 01 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2-0vl1
  286. - update VLGothic to 20070101
  287. - fix embolden problem on freetype-2.2
  288. * Sun Dec 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1-0vl1
  289. - update VLGothic to 20061231
  290. - update M+1C/M+1M to cvs head 20061231
  291. - update kanji glyphs
  292. - update Sazanami to 20040629-vl-20061231
  293. - fix broken glyphs of sazanami-mincho
  294. * Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl1
  295. - bump up version to 2.0
  296. - update VLGothic to 20061026
  297. - update greek letter glyphs
  298. - split license information file from README.
  299. - add english version of license.
  300. * Sat Oct 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.29-0vl1
  301. - update VLGothic to 20061021
  302. * Fri Oct 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.28-0vl1
  303. - update VLGothic to 20061020 (<BTS:221>)
  304. - update M+1C/M+1M to TESTFILGHT012
  305. - update some glyphs
  306. - fix outline direction
  307. - remove overlap path
  308. * Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.27-0vl1
  309. - update VLGothic to 20061005 (<BTS:221>)
  310. - update some glyphs
  311. - fix outline direction
  312. - remove overlap path
  313. * Sat Sep 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26-0vl1
  314. - update VLGothic to 20060930 (<BTS:221>)
  315. - fix outline direction
  316. - remove overlap path
  317. * Fri Sep 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.25-0vl1
  318. - update VLGothic to 20060929
  319. - update some glyphs
  320. - fix outline direction
  321. - remove overlap path
  322. * Mon Sep 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24-0vl1
  323. - update VLGothic to 20060925
  324. - update some glyphs
  325. - add minimum gsub table for vertical writing
  326. * Thu Sep 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.23-0vl1
  327. - update VLGothic to 20060921
  328. - update few glyphs
  329. - update M+1C/M+1M to cvs head 2006/09/21
  330. * Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22-0vl1
  331. - update VLGothic to 20060913
  332. - update some glyphs
  333. - fix half width space
  334. * Mon Sep 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.21-0vl1
  335. - update VLGothic to 20060911
  336. - update M+1C/M+1M to cvs head 2006/09/11
  337. - use VL-PGothic for -alias-gothic-p- (legacy core font)
  338. * Thu Aug 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.20-0vl1
  339. - update VLGothic to 20060831
  340. - add VL-Gothic-Regular.ttf for
  341. - use M+1C for VLPGothic instead of M+1P
  342. * Mon Aug 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.19-0vl1
  343. - fix sazanami.ttfconf
  344. * Tue Aug 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.18-0vl1
  345. - change the fontname to VLPGothic
  346. - update VLPGothic
  347. - TODO:
  348. - split VLGothic family to new package.
  349. - add M+1M based VLGothic for monospace font.
  350. * Wed Aug 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.17-0vl1
  351. - update M+1P+Sazanami.ttf
  352. - refine more glyphs
  353. * Wed Aug 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16-0vl1
  354. - update M+1P+Sazanami.ttf
  355. - refine more glyphs
  356. - add some glyphs for windows compatibility
  357. - update sazanami.ttfconf
  358. - add -fake-kochi gothic-, -fake-kochi mincho- without TTCap
  359. for Flash Plugin. (<BTS:0100>)
  360. * Fri Aug 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.15-0vl1
  361. - update M+1P+Sazanami.ttf
  362. - refine more glyphs
  363. - add new full-width alphabets and numeric letters based on M+1P
  364. * Mon Jul 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14-0vl1
  365. - update M+1P+Sazanami.ttf
  366. - refine more glyphs
  367. * Sun Jul 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.13-0vl1
  368. - update M+1P+Sazanami.ttf
  369. - refine more glyphs
  370. - redesign greek letter based on M+ 1P fonts
  371. * Thu Jul 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12-0vl1
  372. - update M+1P+Sazanami.ttf
  373. - refine more glyphs
  374. * Sun Jul 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11-0vl1
  375. - update M+1P+Sazanami.ttf
  376. - refine more glyphs
  377. * Fri Jul 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10-0vl1
  378. - update M+1P+Sazanami.ttf
  379. - refine more glyphs
  380. - fix encoding
  381. * Thu Jul 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9-0vl1
  382. - update M+1P+Sazanami.ttf
  383. - refine more glyphs
  384. - fix outline direction (fix corruption on emboldening)
  385. * Wed Jul 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8-0vl1
  386. - update M+1P+Sazanami.ttf
  387. - refine more glyphs
  388. - fix broken glyph
  389. - refine greek letters
  390. * Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7-0vl1
  391. - update M+1P+Sazanami.ttf
  392. - refine more glyphs
  393. - TODO: should rename the fontname?
  394. * Sun Jul 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6-0vl1
  395. - update M+1P+Sazanami.ttf
  396. - fix outline direction (fix corruption of some glyphs)
  397. - refine more glyphs
  398. * Wed Jul 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-0vl1
  399. - update M+1P+Sazanami.ttf
  400. - refine some glyphs.. (modified 200 or more)
  401. - update sazanami.ttfconf to use M+1P+Sazanami for alias-{sans,gothic}-p
  402. * Mon Jul 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4-0vl1
  403. - update M+1P+Sazanami.ttf
  404. - refine some glyphs.. (modified 100 or more)
  405. * Mon Jul 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3-0vl1
  406. - update M+1P-Sazanami.ttf
  407. - fix corruption of some glyphs
  408. - refine some glyphs to make it more usable..
  409. * Thu May 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2-0vl1
  410. - add M+1P+Sazanami.ttf (Mplus 1P Font + Sazanami Gothic)
  411. * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1-0vl1
  412. - new upstream release
  413. * Wed Jun 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
  414. - initial build for Vine Linux based on TrueType-kochi-subst package
  415. - Provides TrueType-kochi, TrueTypeFonts_jp
  416. - include Kochi-{mincho,gothic}.ttf symlinks for compatibility