pango-vl.spec 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629
  1. %define glib2_version 2.38.0
  2. %define pkgconfig_version 0.12
  3. %define freetype2_version 2.3.9
  4. %define fontconfig_version 2.10.91
  5. %define cairo_version 1.12.2
  6. # biarch support
  7. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  8. %define _querymodules_suffix %{nil}
  9. %if %{build_compat32}
  10. %define _querymodules_suffix -32
  11. %endif
  12. Summary: System for layout and rendering of internationalized text.
  13. Summary(ja): 国際化テキストのレイアウト・レンダリングシステム
  14. Name: pango
  15. Version: 1.36.5
  16. Release: 1%{?_dist_release}
  17. License: LGPL
  18. Group: System Environment/Libraries
  19. Source: ftp://ftp.gnome.org/pub/gnome/sources/pango/1.36/pango-%{version}.tar.xz
  20. URL: http://www.pango.org
  21. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  22. # We need to prereq this so we can run pango-querymodules
  23. Requires: glib2 >= %{glib2_version}
  24. Requires: freetype2 >= %{freetype2_version}
  25. BuildRequires: libtool >= 1.4.2
  26. BuildRequires: glib2-devel >= %{glib2_version}
  27. BuildRequires: pkgconfig >= %{pkgconfig_version}
  28. BuildRequires: freetype2-devel >= %{freetype2_version}
  29. BuildRequires: fontconfig-devel >= %{fontconfig_version}
  30. BuildRequires: libX11-devel, libXft-devel, libXrender-devel
  31. BuildRequires: cairo-devel >= %{cairo_version}
  32. BuildRequires: libSM-devel
  33. BuildRequires: gobject-introspection-devel
  34. BuildRequires: libthai-devel
  35. BuildRequires: harfbuzz-devel
  36. Obsoletes: pango-gtkbeta, fribidi-gtkbeta
  37. # Look for pango.modules in an arch-specific directory
  38. Patch0: pango-1.31.2-lib64.patch
  39. Patch1: pango-1.28.1-gobject-introspection.patch
  40. Vendor: Project Vine
  41. Distribution: Vine Linux
  42. Packager: Takemikaduchi
  43. %description
  44. Pango is a system for layout and rendering of internationalized text.
  45. %description -l ja
  46. Pango は国際化テキストのレイアウト・レンダリングシステムです。
  47. %package devel
  48. Summary: System for layout and rendering of internationalized text.
  49. Summary(ja): 国際化テキストのレイアウト・レンダリングシステム
  50. Group: Development/Libraries
  51. Requires: %{name} = %{version}
  52. Requires: glib2-devel >= %{glib2_version}
  53. Requires: freetype2-devel >= %{freetype2_version}
  54. Requires: cairo-devel >= %{cairo_version}
  55. Requires: libX11-devel, libXft-devel, libXrender-devel
  56. Requires: harfbuzz-devel
  57. Obsoletes: fribidi-gtkbeta-devel, pango-gtkbeta-devel
  58. %description devel
  59. The pango-devel package includes the static libraries, header files,
  60. and developer docs for the pango package.
  61. Install pango-devel if you want to develop programs which will use
  62. pango.
  63. #####################################################################
  64. # compat32
  65. %package -n compat32-%{name}
  66. Summary: System for layout and rendering of internationalized text.
  67. Summary(ja): 国際化テキストのレイアウト・レンダリングシステム
  68. Group: Development/Libraries
  69. %description -n compat32-%{name}
  70. Pango is a system for layout and rendering of internationalized text.
  71. %description -n compat32-%{name} -l ja
  72. Pango は国際化テキストのレイアウト・レンダリングシステムです。
  73. %package -n compat32-%{name}-devel
  74. Summary: Development files for pango
  75. Summary(ja): pango 用の開発ファイル
  76. Group: Development/Libraries
  77. Requires: compat32-%{name} = %{version}
  78. Requires: %{name}-devel = %{version}
  79. %description -n compat32-%{name}-devel
  80. The pango-devel package includes the static libraries, header files,
  81. and developer docs for the pango package.
  82. %prep
  83. %setup -q -n pango-%{version}
  84. %patch0 -p1 -b .lib64
  85. # %patch1 -p1 -b .gi
  86. %build
  87. ###%configure --with-included-modules=basic-fc
  88. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
  89. %configure CONFIGFLAGS --with-included-modules=basic-fc --disable-silent-rules --enable-introspection=yes)
  90. make %{?_smp_mflags}
  91. %install
  92. rm -rf $RPM_BUILD_ROOT
  93. make DESTDIR=$RPM_BUILD_ROOT install
  94. # biarch support
  95. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pango/%{_arch}
  96. touch $RPM_BUILD_ROOT%{_sysconfdir}/pango/%{_arch}/pango.modules
  97. %if %{build_compat32}
  98. cp $RPM_BUILD_ROOT%{_bindir}/pango-querymodules \
  99. $RPM_BUILD_ROOT%{_bindir}/pango-querymodules%{_querymodules_suffix}
  100. %endif
  101. # remove unpackaged files
  102. rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
  103. rm -f $RPM_BUILD_ROOT%{_libdir}/pango/*/modules/*.la
  104. rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pango/pango.modules
  105. %clean
  106. rm -rf $RPM_BUILD_ROOT
  107. %post
  108. /sbin/ldconfig
  109. %{_bindir}/pango-querymodules > %{_sysconfdir}/pango/%{_arch}/pango.modules
  110. %postun -p /sbin/ldconfig
  111. %if %{build_compat32}
  112. %post -n compat32-%{name}
  113. /sbin/ldconfig
  114. %{_bindir}/pango-querymodules%{_querymodules_suffix} > %{_sysconfdir}/pango/%{_arch}/pango.modules
  115. %postun -p /sbin/ldconfig -n compat32-%{name}
  116. %endif
  117. %files
  118. %defattr(-, root, root)
  119. %doc README AUTHORS COPYING NEWS
  120. %doc pango-view/HELLO.txt
  121. #doc README AUTHORS COPYING ChangeLog
  122. #doc examples/HELLO.utf8
  123. %{_bindir}/pango-querymodules
  124. %{_bindir}/pango-view
  125. %{_libdir}/libpango*-*.so.*
  126. %{_libdir}/pango
  127. %{_libdir}/girepository-1.0
  128. %{_mandir}/man*/*
  129. %dir %{_sysconfdir}/pango
  130. %ghost %{_sysconfdir}/pango/%{_arch}/pango.modules
  131. %files devel
  132. %defattr(-, root, root)
  133. %{_libdir}/libpango*.so
  134. %{_includedir}/*
  135. %{_libdir}/pkgconfig/*
  136. %{_datadir}/gtk-doc/*
  137. %{_datadir}/gir-1.0
  138. %if %{build_compat32}
  139. %files -n compat32-%{name}
  140. %defattr(-, root, root)
  141. %{_libdir}/libpango*-*.so.*
  142. %{_bindir}/pango-querymodules%{_querymodules_suffix}
  143. %{_libdir}/pango
  144. %dir %{_sysconfdir}/pango/%{_arch}
  145. %ghost %{_sysconfdir}/pango/%{_arch}/pango.modules
  146. %files -n compat32-%{name}-devel
  147. %defattr(-, root, root)
  148. %{_libdir}/libpango*.so
  149. %endif
  150. %changelog
  151. * Sat Jun 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.5-1
  152. - new upstream release
  153. * Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.3-1
  154. - new upstream release
  155. * Sat Feb 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.2-1
  156. - new upstream release
  157. * Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.1-1
  158. - new upstream release
  159. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.36.0-1
  160. - new upstream release
  161. * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.1-1
  162. - new upstream release
  163. * Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.34.0-1
  164. - new upstream release
  165. * Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.5-1
  166. - new upstream release
  167. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.2-1
  168. - new upstream release
  169. * Fri Sep 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.32.1-1
  170. - new upstream release
  171. - update Patch0 (pango-1.31.2-lib64.patch)
  172. - add BuildRequires: harfbuzz-devel
  173. * Tue Jun 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.1-1
  174. - new upstream release
  175. * Sat Mar 31 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
  176. - new upstream release
  177. * Wed Jan 04 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.4-2
  178. - add BuildRequires: libthai-devel
  179. * Thu Oct 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.4-1
  180. - new upstream release
  181. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.29.3-1
  182. - new upstream release
  183. * Mon Apr 25 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.28.4-1
  184. - new upstream release with security fixes (CVE-2011-0020, 0064)
  185. - add Vendor/Distri tags
  186. * Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.28.3-1
  187. - add BuildRequires: libSM-devel, gobject-introspection-devel
  188. - add Patch1 (pango-1.28.1-gobject-introspection.patch)
  189. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 1.28.1-2
  190. - build with rpm-4.8.1-1 for pkg-config file
  191. * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.28.1-1
  192. - new upstream release
  193. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.28.0-1
  194. - new upstream release
  195. * Sun Jan 10 2010 Shu KONNO <owa@bg.wakwak.com> 1.26.2-2
  196. - changed %%makeinstall to make install with DESTDIR option
  197. * Thu Jan 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.26.2-1
  198. - new upstream release
  199. * Sun Nov 29 2009 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.26.1-1
  200. - new upstream release
  201. * Thu Sep 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26.0-1
  202. - new upstream release
  203. * Sun Jul 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.5-1
  204. - new upstream release
  205. * Wed Jul 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.4-1
  206. - new upstream release
  207. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.2-1
  208. - new upstream release
  209. * Mon May 04 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.24.1-2
  210. - removed %%if !%%{build_compat32} case condition
  211. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.1-1
  212. - new upstream release
  213. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.24.0-1
  214. - new upstream release
  215. * Tue Dec 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22.4-1
  216. - new upstream release
  217. * Tue Nov 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22.3-1
  218. - new upstream release
  219. * Fri Oct 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22.1-1
  220. - new upstream release
  221. * Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.22.0-1
  222. - new upstream release
  223. * Thu Jul 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.5-1
  224. - new upstream release
  225. * Sun May 25 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.20.3-2
  226. - spec in UTF-8 actually
  227. * Sun May 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.3-1
  228. - new upstream release
  229. - rebuilt with xorg-x11 7.3
  230. * Wed Apr 9 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.1-1vl5
  231. - new upstream release
  232. * Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.0-1vl5
  233. - used %{?_dist_release}
  234. * Wed Mar 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.0-0vl1
  235. - new upstream release
  236. * Thu Jan 10 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.18.4-0vl1
  237. - new upstream release
  238. * Fri Nov 16 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.18.3-0vl1
  239. - new upstream release
  240. - added Patch0 instead of Patch5
  241. * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16.4-0vl2
  242. - replace build with new environment
  243. * Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16.4-0vl2
  244. - rebuild with new environment
  245. * Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16.4-0vl1
  246. - new upstream release
  247. * Wed Apr 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.16.2-0vl1
  248. - new upstream release
  249. * Mon Dec 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.14.9-0vl1
  250. - new upstream release
  251. * Sun Oct 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14.7-0vl1
  252. - new upstream release
  253. * Sat Sep 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14.4-0vl1
  254. - new upstream release
  255. * Thu Aug 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.14.0-0vl1
  256. - new upstream release
  257. * Tue Aug 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.3-0vl3
  258. - rebuild with cairo-1.2.0
  259. * Tue Aug 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.3-0vl2
  260. - add Patch10 to create fake style(italic/bold) for all fonts.
  261. http://bugzilla.gnome.org/show_bug.cgi?id=319808
  262. - This patch is not applied in upstream, but it seems usefull
  263. for us.
  264. * Sun May 28 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.3-0vl1
  265. - new upstream release
  266. * Sun Apr 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.2-0vl1
  267. - new upstream release
  268. * Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.1-0vl1
  269. - new upstream release
  270. * Fri Mar 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.0-0vl2
  271. - fix broken dependancy
  272. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.12.0-0vl1
  273. - new upstream release
  274. * Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11.99-0vl1
  275. - new upstream release
  276. - add compat32 package for x86_64 arch support
  277. - add Patch5 for biarch support
  278. * Sun Jan 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.2-0vl1
  279. - new upstream release
  280. * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.1-0vl1
  281. - new upstream release
  282. * Sun Aug 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.0-0vl1
  283. - new upstream release
  284. * Mon Aug 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.1-0vl2
  285. - rebuild with cairo-0.9
  286. - add patch10 to disable building example programs
  287. * Tue Aug 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.1-0vl1
  288. - new upstream release
  289. * Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-0vl1
  290. - new upstream release
  291. - drop obsolete patches
  292. * Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl1
  293. - new upstream release
  294. - import upstream patches from fedora package.
  295. * Sat Aug 14 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl1
  296. - new upstream release
  297. * Thu Mar 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
  298. - new upstream release
  299. * Thu Mar 4 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-0vl3
  300. - remove unneeded dependancy to freetype2-devel
  301. * Wed Nov 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-0vl2
  302. - add patch10 to build against freetype-2.1.7
  303. - rebuild with freetype-2.1.7
  304. * Mon Sep 01 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-0vl1
  305. - new upstream release
  306. * Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-0vl1
  307. - new upstream release
  308. * Mon Feb 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-0vl1
  309. - new upstream release
  310. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-0vl2
  311. - merge patch1,2 from rawhide package.
  312. * Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-0vl1
  313. - new upstream release
  314. * Fri Dec 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.5-0vl1
  315. - new upstream release
  316. - Build for Vine Linux, specfile are based on rawhide release
  317. * Thu Nov 21 2002 Havoc Pennington <hp@redhat.com>
  318. - change PKG_CONFIG_PATH hack to also search /usr/X11R6/lib64/pkgconfig
  319. * Wed Nov 20 2002 Havoc Pennington <hp@redhat.com>
  320. - explicitly require pangoxft to be built, so we catch situations such
  321. as xft.pc moving to /usr/X11R6
  322. - also add /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH as a temporary
  323. hack
  324. * Thu Nov 7 2002 Havoc Pennington <hp@redhat.com>
  325. - 1.1.3
  326. * Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-5
  327. - Require the necessary freetype version, don't just
  328. BuildRequires it (#74744)
  329. * Thu Oct 31 2002 Owen Taylor <otaylor@redhat.com> 1.1.1-4
  330. - Own /etc/pango (#73962, Enrico Scholz)
  331. - Remove .la files from the build root
  332. * Mon Oct 7 2002 Havoc Pennington <hp@redhat.com>
  333. - require glib 2.0.6-3, try rebuild on more arches
  334. * Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
  335. - Version 1.1.1 (main change, fixes font selection for FT2 backend,
  336. as in gdmgreeter)
  337. * Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
  338. - Fix linked list manipulation problem that was causing hang for anaconda
  339. - Fix warning from loading mini-fonts with context == NULL
  340. * Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
  341. - Fix major memory leak in the last patch
  342. * Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
  343. - Actually use language tags at the rendering layer (should fix #68211)
  344. * Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
  345. - Remove fixed-ltmain.sh, relibtoolize; to fix relink problems without
  346. - Fix bug causing hex boxes to be misrendered
  347. leaving RPATH (#66005)
  348. - For FT2 backend, supply FT_LOAD_NO_BITMAP to avoid problems with
  349. fonts with embedded bitmaps (#67851)
  350. * Mon Jul 8 2002 Owen Taylor <otaylor@redhat.com>
  351. - Make basic-x shaper work with our big-5 fonts
  352. * Wed Jul 3 2002 Owen Taylor <otaylor@redhat.com>
  353. - New upstream tarball with hooks for change-on-the fly font rendering
  354. * Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
  355. - Up FreeType version to deal with FreeType-2.0.x / 2.1.x \
  356. ABI changes for pango's OpenType code.
  357. * Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
  358. - Add some Korean aliases that the installer wants
  359. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  360. - automated rebuild
  361. * Sat Jun 8 2002 Havoc Pennington <hp@redhat.com>
  362. - devel package requires fontconfig/Xft devel packages
  363. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  364. - rebuild in different environment
  365. * Thu Jun 6 2002 Owen Taylor <otaylor@redhat.com>
  366. - Snapshot with Xft2/fontconfig support
  367. * Wed May 29 2002 Owen Taylor <otaylor@redhat.com>
  368. - Version 1.0.2
  369. - Patch for charmaps problem
  370. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  371. - automated rebuild
  372. * Wed May 22 2002 Havoc Pennington <hp@redhat.com>
  373. - rebuild in different environment
  374. * Wed May 22 2002 Havoc Pennington <hp@redhat.com>
  375. - add patch to adjust to newer version of freetype
  376. * Wed Apr 3 2002 Alex Larsson <alexl@redhat.com>
  377. - Update to version 1.0.1, remove patch
  378. * Tue Mar 19 2002 Owen Taylor <otaylor@redhat.com>
  379. - Patch from CVS for big speedup with FreeType-2.0.9
  380. * Mon Mar 11 2002 Owen Taylor <otaylor@redhat.com>
  381. - Rebuild
  382. * Fri Mar 8 2002 Owen Taylor <otaylor@redhat.com>
  383. - Version 1.0.0
  384. * Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
  385. - Update to 0.26
  386. * Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
  387. - Bump for rebuild
  388. * Mon Feb 18 2002 Alex Larsson <alexl@redhat.com>
  389. - Update to 0.25
  390. * Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
  391. - add horrible buildrequires hack
  392. * Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
  393. - 0.24.90 cvs snap
  394. * Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com>
  395. - Version 0.24
  396. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  397. - automated rebuild
  398. * Wed Jan 2 2002 Havoc Pennington <hp@redhat.com>
  399. - new snap 0.23.90
  400. * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
  401. - rebuild with 64-bit-fixed glib
  402. * Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
  403. - Version 0.22
  404. - add explicit check for required glib2 version before we do the build,
  405. so we don't end up with bad RPMs on --nodeps builds
  406. - PreReq the glib2_version version, instead of 1.3.8 hardcoded that
  407. no one had updated recently
  408. * Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com>
  409. - Version 0.21
  410. * Thu Oct 4 2001 Havoc Pennington <hp@redhat.com>
  411. - cvs snap
  412. - new cvs snap with a bugfix
  413. * Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
  414. - sync with Owen's changes, fix up dependency versions
  415. * Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
  416. - 0.19
  417. * Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
  418. - build CVS snap
  419. * Wed Sep 05 2001 Havoc Pennington <hp@redhat.com>
  420. - no relinking junk
  421. * Tue Sep 4 2001 root <root@dhcpd37.meridian.redhat.com>
  422. - Version 0.18
  423. * Fri Jul 20 2001 Owen Taylor <otaylor@redhat.com>
  424. - Configure --disable-gtk-doc
  425. - BuildRequires freetype-devel, XFree86-devel
  426. * Tue Jun 12 2001 Havoc Pennington <hp@redhat.com>
  427. - 0.17
  428. - libtool hackarounds
  429. * Fri May 04 2001 Owen Taylor <otaylor@redhat.com>
  430. - 0.16, rename back to pango from pango-gtkbeta
  431. * Fri Feb 16 2001 Owen Taylor <otaylor@redhat.com>
  432. - Obsolete fribidi-gtkbeta
  433. * Mon Dec 11 2000 Havoc Pennington <hp@redhat.com>
  434. - Remove that patch I just put in
  435. * Mon Dec 11 2000 Havoc Pennington <hp@redhat.com>
  436. - Patch pangox.pc.in to include -Iincludedir
  437. * Fri Nov 17 2000 Owen Taylor <otaylor@redhat.com>
  438. - final 0.13
  439. * Tue Nov 14 2000 Owen Taylor <otaylor@redhat.com>
  440. - New 0.13 tarball
  441. * Mon Nov 13 2000 Owen Taylor <otaylor@redhat.com>
  442. - 0.13pre1
  443. * Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
  444. - Rename to 0.12b to avoid versioning problems
  445. * Thu Aug 10 2000 Havoc Pennington <hp@redhat.com>
  446. - Move to a CVS snapshot
  447. * Fri Jul 07 2000 Owen Taylor <otaylor@redhat.com>
  448. - Move back to /usr
  449. - Version 0.12
  450. * Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
  451. - Add missing %%defattr
  452. * Thu Jun 8 2000 Owen Taylor <otaylor@redhat.com>
  453. - Rebuild with a prefix of /opt/gtk-beta
  454. * Wed May 31 2000 Owen Taylor <otaylor@redhat.com>
  455. - version 0.11
  456. - add --without-qt
  457. * Wed Apr 26 2000 Owen Taylor <otaylor@redhat.com>
  458. - Make the devel package require *-gtkbeta-* not the normal packages.
  459. * Tue Apr 25 2000 Owen Taylor <otaylor@redhat.com>
  460. - GTK+ snapshot version installing in /opt/gtk-beta
  461. * Fri Feb 11 2000 Owen Taylor <otaylor@redhat.com>
  462. - Created spec file