fontconfig-vl.spec 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726
  1. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  2. %define freetype_version 2.4.11
  3. Summary: Font configuration and customization library
  4. Summary(ja): フォント設定/カスタマイズライブラリ
  5. Name: fontconfig
  6. Version: 2.11.1
  7. Release: 1%{?_dist_release}
  8. License: MIT
  9. Group: System Environment/Libraries
  10. URL: http://fontconfig.org/
  11. Source: http://fontconfig.org/release/fontconfig-%{version}.tar.bz2
  12. Source10: 70-prefer-ja-font.conf
  13. Source11: 59-morisawa-font-alias.conf
  14. # from fedora
  15. # https://bugzilla.redhat.com/show_bug.cgi?id=140335
  16. Patch0: fontconfig-2.8.0-sleep-less.patch
  17. # vine
  18. Patch4: fontconfig-2.3.2-subst-ja-font.patch
  19. Patch10: fontconfig-2.6.0-vine.patch
  20. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  21. BuildRequires: gawk
  22. BuildRequires: expat-devel
  23. BuildRequires: freetype2-devel >= %{freetype_version}
  24. BuildRequires: perl
  25. Requires(pre): freetype2 >= %{freetype_version}, coreutils
  26. Conflicts: XOrg-libs <= 6.9.0
  27. Obsoletes: XOrg-libs <= 6.9.0
  28. Conflicts: XOrg-font-utils <= 6.9.0
  29. Obsoletes: XOrg-font-utils <= 6.9.0
  30. Vendor: Project Vine
  31. Distribution: Vine Linux
  32. %description
  33. Fontconfig is designed to locate fonts within the
  34. system and select them according to requirements specified by
  35. applications.
  36. %description -l ja
  37. Fontconfig は、システム内のフォントを把握し、アプリケーション
  38. が指定した要求に応じてそれらを選択するためのライブラリです。
  39. %package devel
  40. Summary: Development files for %{name}
  41. Summary(ja): Fontconfig の開発ファイル
  42. Group: Development/Libraries
  43. Requires: fontconfig = %{version}-%{release}
  44. Requires: freetype2-devel >= %{freetype_version}
  45. Requires: expat-devel
  46. Requires: pkgconfig
  47. Conflicts: XOrg-devel <= 6.9.0
  48. Obsoletes: XOrg-devel <= 6.9.0
  49. %description devel
  50. The fontconfig-devel package includes the header files,
  51. and developer docs for the fontconfig package.
  52. %description -l ja devel
  53. fontconfig-devel パッケージには fontconfig を使ったソフトウエア
  54. を開発するために必要なヘッダファイルやライブラリ、開発用ドキュメ
  55. ントが含まれています。
  56. # compat32
  57. %package -n compat32-%{name}
  58. Summary: Font configuration and customization library
  59. Summary(ja): フォント設定/カスタマイズライブラリ
  60. Group: System Environment/Libraries
  61. %description -n compat32-%{name}
  62. Fontconfig is designed to locate fonts within the
  63. system and select them according to requirements specified by
  64. applications.
  65. %description -l ja -n compat32-%{name}
  66. Fontconfig は、システム内のフォントを把握し、アプリケーション
  67. が指定した要求に応じてそれらを選択するためのライブラリです。
  68. %package -n compat32-%{name}-devel
  69. Summary: Font configuration and customization library
  70. Group: Development/Libraries
  71. Requires: compat32-%{name} = %{version}-%{release}
  72. Requires: %{name}-devel = %{version}-%{release}
  73. Requires: compat32-freetype2-devel >= %{freetype_version}
  74. Requires: compat32-expat-devel
  75. %description -n compat32-%{name}-devel
  76. The fontconfig-devel package includes the header files,
  77. and developer docs for the fontconfig package.
  78. %description -l ja -n compat32-%{name}-devel
  79. fontconfig-devel パッケージには fontconfig を使ったソフトウエア
  80. を開発するために必要なヘッダファイルやライブラリ、開発用ドキュメ
  81. ントが含まれています。
  82. %prep
  83. %setup -q
  84. %patch0 -p1 -b .sleep-less
  85. %patch4 -p1 -b .subst-ja-font
  86. %patch10 -p1 -b .vine
  87. %build
  88. # We don't want to rebuild the docs, but we want to install the included ones.
  89. export HASDOCBOOK=no
  90. %configure \
  91. --with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/TTF,/usr/local/share/fonts
  92. %__make %{?_smp_mflags}
  93. %install
  94. rm -rf $RPM_BUILD_ROOT
  95. %__make install DESTDIR=$RPM_BUILD_ROOT
  96. ln -s %{_datadir}/fontconfig/conf.avail/25-unhint-nonlatin.conf $RPM_BUILD_ROOT%{_sysconfdir}/fonts/conf.d
  97. install -m664 %{SOURCE10} %{SOURCE11} $RPM_BUILD_ROOT/%{_datadir}/fontconfig/conf.avail/
  98. for i in 70-prefer-ja-font.conf 59-morisawa-font-alias.conf
  99. do
  100. ln -sf %{_datadir}/fontconfig/conf.avail/$i $RPM_BUILD_ROOT/%{_sysconfdir}/fonts/conf.d/
  101. done
  102. # move installed doc files back to build directory to package themm
  103. # in the right place
  104. mv $RPM_BUILD_ROOT%{_docdir}/fontconfig/* .
  105. rmdir $RPM_BUILD_ROOT%{_docdir}/fontconfig/
  106. # All font packages depend on this package, so we create
  107. # and own /usr/share/fonts
  108. mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts
  109. # Remove unpackaged files
  110. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  111. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  112. %clean
  113. rm -rf $RPM_BUILD_ROOT
  114. %post
  115. /sbin/ldconfig
  116. umask 0022
  117. # Remove stale caches
  118. rm -f %{_localstatedir}/cache/fontconfig/????????????????????????????????-*.cache-2
  119. HOME=/root /usr/bin/fc-cache -f -s >& /dev/null
  120. %postun -p /sbin/ldconfig
  121. %post -n compat32-%{name} -p /sbin/ldconfig
  122. %postun -n compat32-%{name} -p /sbin/ldconfig
  123. %files
  124. %defattr(-, root, root)
  125. %doc README AUTHORS COPYING
  126. %doc fontconfig-user.txt fontconfig-user.html
  127. %doc %{_sysconfdir}/fonts/conf.d/README
  128. %{_libdir}/libfontconfig.so.*
  129. %{_bindir}/fc-cache
  130. %{_bindir}/fc-list
  131. %{_bindir}/fc-match
  132. %{_bindir}/fc-cat
  133. %{_bindir}/fc-query
  134. %{_bindir}/fc-scan
  135. %{_bindir}/fc-pattern
  136. %{_bindir}/fc-validate
  137. %dir %{_datadir}/fonts
  138. %{_datadir}/%{name}
  139. %{_datadir}/xml/%{name}/fonts.dtd
  140. %config %{_sysconfdir}/fonts/fonts.conf
  141. %config(noreplace) %{_sysconfdir}/fonts/conf.d/*.conf
  142. %dir %{_localstatedir}/cache/fontconfig
  143. %{_mandir}/man1/*
  144. %{_mandir}/man5/*
  145. %files devel
  146. %defattr(-, root, root)
  147. %doc fontconfig-devel.txt fontconfig-devel
  148. %{_libdir}/libfontconfig.so
  149. %{_libdir}/pkgconfig/*
  150. %{_includedir}/fontconfig
  151. %{_mandir}/man3/*
  152. # compat32
  153. %if %{build_compat32}
  154. %files -n compat32-%{name}
  155. %defattr(-, root, root)
  156. %{_libdir}/libfontconfig.so.*
  157. %files -n compat32-%{name}-devel
  158. %defattr(-, root, root)
  159. %{_libdir}/libfontconfig.so
  160. %endif
  161. %changelog
  162. * Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.1-1
  163. - new upstream release
  164. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.11.0-1
  165. - new upstream release
  166. - remove Patch1,2
  167. * Tue May 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.92-2
  168. - install/enable 70-prefer-ja-font.conf and 59-morisawa-font-alias.conf (again)
  169. - enable 25-unhint-nonlatin.conf (again)
  170. - add patch0-2 from fedora package
  171. - patch0: less sleep in fc-cache
  172. - patch1: fix font matching issue
  173. - patch2: fix web font issue in firefox
  174. * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.92-1
  175. - new upstream release
  176. - remove Patch1 (fontconfig-2.2.1-AppleRoman-DynaFont.patch)
  177. * Fri Dec 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-3
  178. - rebuild with freetype2-2.4.8
  179. - add Requires: expat-devel (-devel package)
  180. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.8.0-2
  181. - build with rpm-4.8.1-1 for pkg-config file
  182. * Fri Jan 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.0-1
  183. - new upstream release
  184. - remove static libs
  185. * Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.1-3
  186. - update %%post
  187. * Thu Aug 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.1-2
  188. - add translated summary and description
  189. * Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.1-1
  190. - new upstream release
  191. * Mon Jul 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.0-2
  192. - add fc-query and fc-scan to %%files
  193. * Mon Jul 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.0-1
  194. - new upstream release
  195. - update 59-morisawa-font-alias.conf
  196. * Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.0-3
  197. - added compat32 package for x86_64 arch support
  198. * Tue Jan 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-2
  199. - update 59-morisawa-font-alias.conf
  200. - add FutoMin, FutoGo, Jun alias
  201. * Thu Jun 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-1
  202. - new upstream release
  203. - rename 10-prefer-ja-font.conf to 70-prefer-ja-font.conf
  204. * Thu May 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-3
  205. - add 10-prefer-ja-font.conf to prefer Japanese fonts.
  206. - add 59-morisawa-font-alias.conf
  207. - bind Ryumin to serif and GothicBBB to sans-serif
  208. * Mon May 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-2
  209. - add legacy font path for compatibility
  210. * Thu Apr 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-1
  211. - add Conflits/Obsoletes: XOrg-font-utils <= 6.9.0
  212. * Mon Dec 10 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.0-0vl1
  213. - initial build for Vine Linux
  214. - splitted from XOrg package.
  215. * Tue Nov 13 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.5.0-1
  216. - Update to 2.5.0.
  217. * Tue Nov 06 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.92-1
  218. - Update to 2.4.92.
  219. - Mark /etc/fonts/conf.d/* as config(noreplace).
  220. - Remove most of our conf file, all upstreamed except for
  221. 75-blacklist-fedora.conf that I'm happily dropping. Who has
  222. Hershey fonts these days...
  223. - ln upstream'ed 25-unhint-nonlatin.conf from conf.avail in conf.d
  224. - Add 25-no-bitmap-fedora.conf which is the tiny remaining bit
  225. of conf that didn't end up upstream. Can get rid of it in the
  226. future, but not just yet.
  227. * Thu Oct 25 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.91-1
  228. - Update to 2.4.91.
  229. - Add /usr/local/share/fonts to default config. (#147004)
  230. - Don't rebuild docs, to fix multilib conflicts. (#313011)
  231. - Remove docbook and elinks BuildRequires and stuff as we don't
  232. rebuild docs.
  233. * Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2.4.2-5
  234. - Rebuild for PPC toolchain bug
  235. - Add BuildRequires: gawk
  236. * Sun Jun 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.4.2-4
  237. - /etc/fonts/conf.d is now owned by filesystem
  238. * Fri May 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.4.2-3
  239. - Add Liberation fonts to 30-aliases-fedora.conf
  240. * Fri Jan 12 2007 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.2-2
  241. - Change /usr/share/X11/fonts/OTF to /usr/share/X11/fonts/TTF
  242. - Resolves: #220809
  243. * Tue Dec 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.4.2-1
  244. - Update to 2.4.2
  245. * Wed Oct 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.4.1-4
  246. - Fix a multilib upgrade problem (#208151)
  247. * Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 2.4.1-3
  248. - rebuilt for unwind info generation, broken in gcc-4.1.1-21
  249. * Fri Sep 22 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.1-2
  250. - Update 30-aliases-fedora.conf to correctly alias MS and StarOffice
  251. fonts. (#207460)
  252. * Fri Sep 15 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.1-1
  253. - Update to 2.4.1, a public API was dropped from 2.4.0
  254. - Remove upstreamed patch
  255. * Mon Sep 11 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.4.0-1
  256. - Update to 2.4.0
  257. - Rename/order our configuration stuff to match the new scheme.
  258. Breaks expected :-(
  259. * Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.97-3
  260. - Add missing file. Previous update didn't go through
  261. * Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.97-2
  262. - Add fontconfig-2.3.97-ppc64.patch, for ppc64 arch signature
  263. * Thu Sep 07 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.97-1
  264. - update to 2.3.97
  265. - Drop upstreamed patches
  266. - Regenerate defaultconfig patch
  267. - Don't touch stamp as it was not ever needed
  268. * Thu Aug 17 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.95-11
  269. - inclusion of zhong yi font and rearranged font prefer list. (bug# 201300)
  270. * Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-10
  271. - use "%5x" instead of " %4x" to support 64k instead of
  272. clamping. Idea from Behdad.
  273. * Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-9
  274. - tweak last patch to give a more reasonable page size
  275. value if 64k page size is in effect.
  276. * Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-8
  277. - maybe fix buffer overflow (bug 202152).
  278. * Fri Aug 11 2006 Ray Strode <rstrode@redhat.com> - 2.3.95-7
  279. - Update configs to provide better openoffice/staroffice
  280. compatibility (bug 200723)
  281. * Thu Jul 27 2006 Behdad Esfahbod <besfahbo@redhat.com> - 2.3.95-6
  282. - Do umask 0022 in post
  283. - Update configs to reflect addition of new Indic fonts (#200381, #200397)
  284. * Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-5
  285. - Plug a small memory leak
  286. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.95-4.1.1
  287. - rebuild
  288. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.3.95-4.1
  289. - rebuild
  290. * Fri Jun 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-4
  291. - Fix the handling of TTF font collections
  292. * Thu May 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-3
  293. - Apply a patch by David Turner to speed up cache generation
  294. * Wed Apr 26 2006 Bill Nottingham <notting@redhat.com> - 2.3.95-2
  295. - fix fonts.conf typo
  296. * Wed Apr 26 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.95-1
  297. - Update to 2.3.95
  298. * Fri Feb 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.94-1
  299. - Update to 2.3.94
  300. * Sat Feb 11 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060211-1
  301. - Newer cvs snapshot
  302. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.3.93.cvs20060208-1.1
  303. - bump again for double-long bug on ppc(64)
  304. * Wed Feb 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060208-1
  305. - Newer cvs snapshot
  306. * Tue Feb 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060207-1
  307. - Newer cvs snapshot
  308. - Drop upstreamed patches, pick up some new ones
  309. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.3.93.cvs20060131-3.1
  310. - rebuilt for new gcc4.1 snapshot and glibc changes
  311. * Thu Feb 2 2006 Ray Strode <rstrode@redhat.com> - 2.3.93.cvs20060131-3
  312. - Move user cache to a subdirectory (bug 160275)
  313. * Thu Feb 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060131-2
  314. - Accumulated patches
  315. * Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060131-1
  316. - Newer cvs snapshot
  317. * Tue Jan 24 2006 Matthias Clasen <mclasen@redhat.com> - 2.3.93.cvs20060124-1
  318. - Newer cvs snapshot
  319. * Tue Jan 17 2006 Ray Strode <rstrode@redhat.com> - 2.3.93-4
  320. - apply patch from Tim Mayberry to correct aliasing and disable
  321. hinting for the two Chinese font names AR PL ShanHeiSun Uni
  322. and AR PL Zenkai Uni
  323. * Tue Jan 10 2006 Bill Nottingham <notting@redhat.com> - 2.3.93-3
  324. - prereq coreutils for mkdir/touch in %%post
  325. * Wed Dec 21 2005 Carl Worth <cworth@redhat.com> - 2.3.93-2
  326. - Fix to create /var/cache/fontconfig/stamp in the post install stage.
  327. * Wed Dec 21 2005 Carl Worth <cworth@redhat.com> - 2.3.93-1
  328. - New upstream version.
  329. * Tue Dec 13 2005 Carl Worth <cworth@redhat.com> - 2.3.92.cvs20051129-3
  330. - Disable hinting for Lohit Gujarati
  331. * Fri Dec 9 2005 Carl Worth <cworth@redhat.com> - 2.3.92.cvs20051129-2
  332. - Add two new Chinese font names to the default fonts.conf file:
  333. AR PL ShanHeiSun Uni
  334. AR PL Zenkai Uni
  335. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  336. - rebuilt
  337. * Mon Nov 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.92.cvs20051129-1
  338. - Update to a newer cvs snapshot
  339. * Sat Nov 19 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.92.cvs20051119-1
  340. - Update to a newer cvs snapshot
  341. * Wed Nov 16 2005 Bill Nottingham <notting@redhat.com> - 2.3.93-3
  342. - modular X moved fonts from /usr/X11R6/lib/X11/fonts to
  343. /usr/share/X11/fonts, adjust %%configure accordingly and
  344. conflict with older font packages
  345. * Wed Nov 9 2005 Carl Worth <cworth@redhat.com> - 2.3.92-2
  346. - Remove inadvertent rejection of Luxi Mono from 40-blacklist-fonts.conf.
  347. Fixes #172437
  348. * Fri Nov 4 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.92-1
  349. - Update to 2.3.92
  350. * Mon Oct 31 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.91.cvs20051031-1
  351. - Update to a newer cvs snapshot
  352. - Add a patch which should help to understand broken cache problems
  353. * Fri Oct 21 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.91.cvs20051017-2
  354. - Add new Chinese fonts
  355. - Fix the 40-blacklist-fonts.conf file to use the documented
  356. fonts.conf syntax, and exclude the Hershey fonts by family
  357. name.
  358. * Fri Oct 14 2005 Matthias Clasen <mclasen@redhat.com> - 2.3.91.cvs20051017-1
  359. - Update to the mmap branch of fontconfig
  360. * Fri Jul 22 2005 Kristian H淡gsberg <krh@redhat.com> - 2.3.2-1
  361. - Update to fontconfig-2.3.2. Drop
  362. fontconfig-2.1-slighthint.patch,
  363. fontconfig-2.2.3-timestamp.patch,
  364. fontconfig-2.2.3-names.patch,
  365. fontconfig-2.2.3-ta-pa-orth.patch, and
  366. fontconfig-2.2.3-timestamp.patch,
  367. as they are now merged upstream.
  368. - Fold fontconfig-2.2.3-add-sazanami.patch into
  369. fontconfig-2.3.2-defaultconfig.patch and split rules to disable CJK
  370. hinting out into /etc/fonts/conf.d/50-no-hint-fonts.conf.
  371. - Drop fontconfig-0.0.1.020826.1330-blacklist.patch and use the new
  372. rejectfont directive to reject those fonts in 40-blacklist-fonts.conf.
  373. - Add fontconfig-2.3.2-only-parse-conf-files.patch to avoid parsing
  374. .rpmsave files.
  375. - Renable s390 documentation now that #97079 has been fixed and add
  376. BuildRequires: for docbook-utils and docbook-utils-pdf.
  377. - Drop code to iconv and custom install man pages, upstream does the
  378. right thing now.
  379. - Add workaround from hell to make elinks cooperate so we can build
  380. txt documentation.
  381. * Tue Apr 19 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-13
  382. - Add another font family name Sazanami Gothic/Mincho (#148748)
  383. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-12
  384. - Rebuild
  385. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-11
  386. - Rebuild
  387. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-10
  388. - Rebuild
  389. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-9
  390. - Disable docs for s390 for now
  391. * Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-8
  392. - Rebuild
  393. * Wed Dec 1 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-6
  394. - Sleep a second before the exit of fc-cache to fix problems with fast
  395. serial installs of fonts (#140335)
  396. - Turn off hinting for Lohit Hindi/Bengali/Punjabi (#139816)
  397. * Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-5
  398. - Add Lohit fonts for Indic languages (#134492)
  399. - Add Punjabi converage, fix Tamil coverage
  400. * Wed Sep 22 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-4
  401. - Update fonts-hebrew names to include CLM suffix
  402. * Thu Sep 2 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-3
  403. - Backport code from head branch of fontconfig CVS to parse names
  404. for postscript fonts (fixes #127500, J. J. Ramsey)
  405. - Own /usr/share/fonts (#110956, David K. Levine)
  406. - Add KacstQura to serif/sans-serif/monospace aliases (#101182)
  407. * Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-2
  408. - Don't run fc-cache if the binary isn't there (#128072, tracked
  409. down by Jay Turner)
  410. * Tue Aug 3 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-1
  411. - Upgrade to 2.2.3
  412. - Convert man pages to UTF-8 (#108730, Peter van Egdom)
  413. - Renable docs on s390
  414. * Mon Jul 26 2004 Owen Taylor <otaylor@redhat.com> - 2.2.1-12
  415. - Rebuild for RHEL
  416. - Back freetype required version down to 2.1.4
  417. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  418. - rebuilt
  419. * Mon Apr 19 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-10
  420. - Require recent freetype (#109592, Peter Oliver)
  421. - Remove fonts.conf timestamp to fix multiarch conflict (#118182)
  422. - Disable hinting for Mukti Narrow (#120915, Sayamindu Dasgupta)
  423. * Wed Mar 10 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-8.1
  424. - Rebuild
  425. * Wed Mar 10 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-8.0
  426. - Add Albany/Cumberland/Thorndale as fallbacks for Microsoft core fonts and
  427. as non-preferred alternatives for Sans/Serif/Monospace
  428. - Fix FreeType includes for recent FreeType
  429. * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
  430. - rebuilt
  431. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  432. - rebuilt
  433. * Mon Sep 22 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-6.0
  434. - Should have been passing --with-add-fonts, not --with-add-dirs to
  435. configure ... caused wrong version of Luxi to be used. (#100862)
  436. * Fri Sep 19 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-5.0
  437. - Tweak fonts.conf to get right hinting for CJK fonts (#97337)
  438. * Tue Jun 17 2003 Bill Nottingham <notting@redhat.com> 2.2.1-3
  439. - handle null config->cache correctly
  440. * Thu Jun 12 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-2
  441. - Update default config to include Hebrew fonts (#90501, Dov Grobgeld)
  442. * Tue Jun 10 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-2
  443. - As a workaround disable doc builds on s390
  444. * Mon Jun 9 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-1
  445. - Version 2.2.1
  446. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  447. - rebuilt
  448. * Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
  449. - debuginfo rebuild
  450. * Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com> 2.1-8
  451. - Fix segfault in fc-cache from .dircache patch
  452. * Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com>
  453. - Back out patch that wrote fonts.conf entries that crash RH-8.0
  454. gnome-terminal, go with patch from fontconfig CVS instead.
  455. (#84863)
  456. * Tue Feb 11 2003 Owen Taylor <otaylor@redhat.com>
  457. - Move fontconfig man page to main package, since it contains non-devel
  458. information (#76189)
  459. - Look in the OTF subdirectory of /usr/X11R6/lib/fonts as well
  460. so we find Syriac fonts (#82627)
  461. * Thu Feb 6 2003 Matt Wilson <msw@redhat.com> 2.1-5
  462. - modified fontconfig-0.0.1.020626.1517-fontdir.patch to hard code
  463. /usr/X11R6/lib/X11/fonts instead of using $(X_FONT_DIR). This is
  464. because on lib64 machines, fonts are not in /usr/X11R6/lib64/....
  465. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  466. - rebuilt
  467. * Wed Jan 15 2003 Owen Taylor <otaylor@redhat.com>
  468. - Try a different tack when fixing cache problem
  469. * Tue Jan 14 2003 Owen Taylor <otaylor@redhat.com>
  470. - Try to fix bug where empty cache entries would be found in
  471. ~/.fonts.cache-1 during scanning (#81335)
  472. * Thu Nov 21 2002 Mike A. Harris <mharris@redhat.com> 2.1-1
  473. - Updated to version 2.1
  474. - Updated slighthint patch to fontconfig-2.1-slighthint.patch
  475. - Updated freetype version required to 2.1.2-7
  476. * Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com>
  477. - Version 2.0
  478. - Correct capitalization/spacing for ZYSong18030 name (#73272)
  479. * Fri Aug 30 2002 Owen Taylor <otaylor@redhat.com>
  480. - Blacklist fonts from ghostscript-fonts that don't render correctly
  481. * Mon Aug 26 2002 Owen Taylor <otaylor@redhat.com>
  482. - Upgrade to fcpackage rc3
  483. - Fix bug in comparisons for xx_XX language tags
  484. - Compensate for a minor config file change in rc3
  485. * Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
  486. - Add an explicit PreReq for freetype
  487. - Move fonts we don't ship to the end of the fonts.conf aliases so
  488. installing them doesn't change the look.
  489. * Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
  490. - Memory leak fix when parsing config files
  491. - Set rh_prefer_bitmaps for .ja fonts to key off of in Xft
  492. - Fix some groff warnings for fontconfig.man (#72138)
  493. * Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
  494. - Try once more to get the right default Sans-serif font :-(
  495. - Switch the Sans/Monospace aliases for Korean to Gulim, not Dotum
  496. * Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
  497. - Fix %%post
  498. * Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
  499. - Fix lost Luxi Sans default
  500. * Mon Aug 12 2002 Owen Taylor <otaylor@redhat.com>
  501. - Upgrade to rc2
  502. - Turn off hinting for all CJK fonts
  503. - Fix typo in %%post
  504. - Remove the custom language tag stuff in favor of Keith's standard
  505. solution.
  506. * Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
  507. - Prefer Luxi Sans to Nimbus Sans again
  508. * Fri Jul 12 2002 Owen Taylor <otaylor@redhat.com>
  509. - Add FC_HINT_STYLE to FcBaseObjectTypes
  510. - Switch Chinese fonts to always using Sung-ti / Ming-ti, and never Kai-ti
  511. - Add ZYSong18030 to aliases (#68428)
  512. * Wed Jul 10 2002 Owen Taylor <otaylor@redhat.com>
  513. - Fix a typo in the langtag patch (caught by Erik van der Poel)
  514. * Wed Jul 3 2002 Owen Taylor <otaylor@redhat.com>
  515. - Add FC_HINT_STYLE tag
  516. * Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
  517. - New upstream version, with fix for problems with
  518. ghostscript-fonts (Fonts don't work for Qt+CJK,
  519. etc.)
  520. * Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
  521. - New upstream version, fixing locale problem
  522. * Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
  523. - Add a hack where we set the "language" fontconfig property based on the locale, then
  524. we conditionalize base on that in the fonts.conf file.
  525. * Sun Jun 23 2002 Owen Taylor <otaylor@redhat.com>
  526. - New upstream version
  527. * Tue Jun 18 2002 Owen Taylor <otaylor@redhat.com>
  528. - Fix crash from FcObjectSetAdd
  529. * Tue Jun 11 2002 Owen Taylor <otaylor@redhat.com>
  530. - make fonts.conf %%config, not %%config(noreplace)
  531. - Another try at the CJK aliases
  532. - Add some CJK fonts to the config
  533. - Prefer Luxi Mono to Nimbus Mono
  534. * Mon Jun 10 2002 Owen Taylor <otaylor@redhat.com>
  535. - New upstream version
  536. - Fix matching for bitmap fonts
  537. * Mon Jun 3 2002 Owen Taylor <otaylor@redhat.com>
  538. - New version, new upstream mega-tarball
  539. * Tue May 28 2002 Owen Taylor <otaylor@redhat.com>
  540. - Fix problem with FcConfigSort
  541. * Fri May 24 2002 Owen Taylor <otaylor@redhat.com>
  542. - Initial specfile