libxml2-vl.spec 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543
  1. Summary: Library providing XML and HTML support
  2. Summary(ja): XML や HTML サポートを提供するライブラリ
  3. Name: libxml2
  4. Version: 2.9.9
  5. Release: 1%{_dist_release}
  6. License: MIT
  7. Group: System Environment/Libraries
  8. Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
  9. Patch0: libxml2-multilib.patch
  10. # Patch from openSUSE.
  11. # See: https://bugzilla.gnome.org/show_bug.cgi?id=789714
  12. Patch1: libxml2-2.9.8-python3-unicode-errors.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. BuildRequires: python python-devel python-rpm-macros
  15. BuildRequires: python3 python3-devel python3-rpm-macros
  16. BuildRequires: libxcrypt-devel
  17. BuildRequires: zlib-devel
  18. BuildRequires: pkgconfig
  19. URL: http://xmlsoft.org/
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
  23. %description
  24. This library allows to manipulate XML files. It includes support
  25. to read, modify and write XML and HTML files. There is DTDs support
  26. this includes parsing and validation even with complex DtDs, either
  27. at parse time or later once the document has been modified. The output
  28. can be a simple SAX stream or and in-memory DOM like representations.
  29. In this case one can use the built-in XPath and XPointer implementation
  30. to select subnodes or ranges. A flexible Input/Output mechanism is
  31. available, with existing HTTP and FTP modules and combined to an
  32. URI library.
  33. %description -l ja
  34. このライブラリはXMLファイルを扱う事ができます。XMLやHTMLファイルを読み込み、
  35. 修正、書き込みをサポートしています。DTDに対応しており、パース時や一度
  36. ドキュメントが修正された後でも複雑なDTDであってもパースと確認が出来ます。
  37. 出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
  38. 選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
  39. 出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
  40. %package -n compat32-%{name}
  41. Summary: Library providing XML and HTML support
  42. Summary(ja): XML や HTML サポートを提供するライブラリ
  43. Group: System Environment/Libraries
  44. Requires: %{name} = %{version}-%{release}
  45. %description -n compat32-%{name}
  46. This library allows to manipulate XML files. It includes support
  47. to read, modify and write XML and HTML files. There is DTDs support
  48. this includes parsing and validation even with complex DtDs, either
  49. at parse time or later once the document has been modified. The output
  50. can be a simple SAX stream or and in-memory DOM like representations.
  51. In this case one can use the built-in XPath and XPointer implementation
  52. to select subnodes or ranges. A flexible Input/Output mechanism is
  53. available, with existing HTTP and FTP modules and combined to an
  54. URI library.
  55. %description -n compat32-%{name} -l ja
  56. このライブラリはXMLファイルを扱う事ができます。XMLやHTMLファイルを読み込み、
  57. 修正、書き込みをサポートしています。DTDに対応しており、パース時や一度
  58. ドキュメントが修正された後でも複雑なDTDであってもパースと確認が出来ます。
  59. 出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
  60. 選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
  61. 出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
  62. %package devel
  63. Summary: Libraries, includes, etc. to develop XML and HTML applications
  64. Summary(ja): XML や HTML アプリケーションを開発するためのライブラリやヘッダ類
  65. Group: Development/Libraries
  66. Requires: %{name} = %{version}-%{release}
  67. Requires: zlib-devel
  68. Requires: pkgconfig
  69. %description devel
  70. Libraries, include files, etc you can use to develop XML applications.
  71. This library allows to manipulate XML files. It includes support
  72. to read, modify and write XML and HTML files. There is DTDs support
  73. this includes parsing and validation even with complex DtDs, either
  74. at parse time or later once the document has been modified. The output
  75. can be a simple SAX stream or and in-memory DOM like representations.
  76. In this case one can use the built-in XPath and XPointer implementation
  77. to select subnodes or ranges. A flexible Input/Output mechanism is
  78. available, with existing HTTP and FTP modules and combined to an
  79. URI library.
  80. %description devel -l ja
  81. XMLアプリケーションを開発するためのライブラリやヘッダファイル類。
  82. このライブラリはXMLファイルを扱う事ができます。
  83. XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
  84. DTDに対応しており、パース時や一度ドキュメントが修正された後でも
  85. 複雑なDTDであってもパースと確認が出来ます。
  86. 出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
  87. 選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
  88. 出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
  89. %package -n compat32-%{name}-devel
  90. Summary: Libraries, includes, etc. to develop XML and HTML applications
  91. Summary(ja): XML や HTML アプリケーションを開発するためのライブラリやヘッダ類
  92. Group: Development/Libraries
  93. Requires: compat32-%{name} = %{version}-%{release}
  94. Requires: %{name}-devel = %{version}-%{release}
  95. Requires: compat32-zlib-devel
  96. %description -n compat32-%{name}-devel
  97. Libraries, include files, etc you can use to develop XML applications.
  98. This library allows to manipulate XML files. It includes support
  99. to read, modify and write XML and HTML files. There is DTDs support
  100. this includes parsing and validation even with complex DtDs, either
  101. at parse time or later once the document has been modified. The output
  102. can be a simple SAX stream or and in-memory DOM like representations.
  103. In this case one can use the built-in XPath and XPointer implementation
  104. to select subnodes or ranges. A flexible Input/Output mechanism is
  105. available, with existing HTTP and FTP modules and combined to an
  106. URI library.
  107. %description -n compat32-%{name}-devel -l ja
  108. XMLアプリケーションを開発するためのライブラリやヘッダファイル類。
  109. このライブラリはXMLファイルを扱う事ができます。
  110. XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
  111. DTDに対応しており、パース時や一度ドキュメントが修正された後でも
  112. 複雑なDTDであってもパースと確認が出来ます。
  113. 出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
  114. 選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
  115. 出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
  116. %package static
  117. Summary: Static library for libxml2
  118. Summary(ja): libxml2 のスタティックライブラリ
  119. Group: Development/Libraries
  120. Requires: libxml2 = %{version}-%{release}
  121. %description static
  122. Static library for libxml2 provided for specific uses or shaving a few
  123. microseconds when parsing, do not link to them for generic purpose packages.
  124. %package python
  125. Summary: Python bindings for the libxml2 library
  126. Summary(ja): libxml2 ライブラリ用の python バインディング
  127. Group: Development/Libraries
  128. Requires: %{name} = %{version}-%{release}
  129. Requires: python >= 2.2
  130. %description python
  131. The libxml2-python package contains a module that permits applications
  132. written in the Python programming language to use the interface
  133. supplied by the libxml2 library to manipulate XML files.
  134. This library allows to manipulate XML files. It includes support
  135. to read, modify and write XML and HTML files. There is DTDs support
  136. this includes parsing and validation even with complex DTDs, either
  137. at parse time or later once the document has been modified.
  138. %description python -l ja
  139. libxml2-pythonはXMLファイルを扱うlibxml2ライブラリによって提供される
  140. インターフェースを使用するためにpythonプログラム言語で書かれた
  141. アプリケーションを許可するモジュール類を含んでいます。
  142. このライブラリはXMLファイルを扱う事ができます。
  143. XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
  144. DTDに対応しており、パース時や一度ドキュメントが修正された後でも複雑な
  145. DTDであってもパースと確認が出来ます。
  146. %package -n python3-%{name}
  147. Summary: Python bindings for the libxml2 library
  148. Summary(ja): libxml2 ライブラリ用の python バインディング
  149. Group: Development/Libraries
  150. Requires: %{name} = %{version}-%{release}
  151. Requires: python3
  152. %description -n python3-%{name}
  153. The python3-libxml2 package contains a module that permits applications
  154. written in the Python 3 programming language to use the interface
  155. supplied by the libxml2 library to manipulate XML files.
  156. This library allows to manipulate XML files. It includes support
  157. to read, modify and write XML and HTML files. There is DTDs support
  158. this includes parsing and validation even with complex DTDs, either
  159. at parse time or later once the document has been modified.
  160. %description -n python3-%{name} -l ja
  161. python3-libxml2はXMLファイルを扱うlibxml2ライブラリによって提供される
  162. インターフェースを使用するためにpython3プログラム言語で書かれた
  163. アプリケーションを許可するモジュール類を含んでいます。
  164. このライブラリはXMLファイルを扱う事ができます。
  165. XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
  166. DTDに対応しており、パース時や一度ドキュメントが修正された後でも複雑な
  167. DTDであってもパースと確認が出来ます。
  168. %prep
  169. %setup -q
  170. %patch0 -p1
  171. %patch1 -p1
  172. find doc -type f -executable -print -exec chmod 0644 {} ';'
  173. %build
  174. mkdir py2 py3
  175. %global _configure ../configure
  176. %global _configure_disable_silent_rules 1
  177. ( cd py2 && %configure --cache-file=../config.cache --with-python=%{__python2} )
  178. ( cd py3 && %configure --cache-file=../config.cache --with-python=%{__python3} )
  179. make %{?_smp_mflags} -C py2
  180. make %{?_smp_mflags} -C py3
  181. gzip -9 ChangeLog
  182. %install
  183. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  184. make install -C py2 DESTDIR=$RPM_BUILD_ROOT
  185. make install -C py3 DESTDIR=$RPM_BUILD_ROOT
  186. # multiarch crazyness on timestamp differences or Makefile/binaries for examples
  187. touch -m --reference=$RPM_BUILD_ROOT/%{_includedir}/libxml2/libxml/parser.h $RPM_BUILD_ROOT/%{_bindir}/xml2-config
  188. find %{buildroot} -type f -name '*.la' -print -delete
  189. rm -vf %{buildroot}{%{python_sitearch},%{python3_sitearch}}/*.a
  190. rm -vrf %{buildroot}%{_datadir}/doc/
  191. #(cd doc/examples ; make clean ; rm -rf .deps Makefile)
  192. gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz
  193. %clean
  194. [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
  195. %post -p /sbin/ldconfig
  196. %postun -p /sbin/ldconfig
  197. %post -n compat32-%{name} -p /sbin/ldconfig
  198. %postun -n compat32-%{name} -p /sbin/ldconfig
  199. %files
  200. %defattr(-, root, root)
  201. %license COPYING Copyright
  202. %doc AUTHORS ChangeLog.gz NEWS README TODO
  203. %{_bindir}/xmlcatalog
  204. %{_bindir}/xmllint
  205. %{_libdir}/lib*.so.*
  206. %{_mandir}/man1/xmllint.1*
  207. %{_mandir}/man1/xmlcatalog.1*
  208. %{_mandir}/man3/libxml.3*
  209. %files devel
  210. %defattr(-, root, root)
  211. %doc doc/*.html doc/html doc/*.gif doc/*.png
  212. %doc doc/tutorial doc/libxml2-api.xml.gz
  213. %{_bindir}/xml2-config
  214. %{_datadir}/aclocal/libxml.m4
  215. %{_includedir}/*
  216. %{_libdir}/lib*.so
  217. %{_libdir}/lib*.a
  218. %{_libdir}/*.sh
  219. %{_libdir}/cmake/libxml2/libxml2-config.cmake
  220. %{_libdir}/pkgconfig/libxml-2.0.pc
  221. %{_mandir}/man1/xml2-config.1*
  222. %{_datadir}/gtk-doc/html/libxml2
  223. %files static
  224. %defattr(-, root, root)
  225. %{_libdir}/lib*.a
  226. %files python
  227. %defattr(-, root, root)
  228. %doc AUTHORS ChangeLog.gz NEWS README Copyright
  229. %doc python/TODO
  230. %doc python/libxml2class.txt
  231. %doc python/tests/*.py
  232. %doc doc/*.py
  233. %doc doc/python.html
  234. %{python_sitearch}/*
  235. %files -n python3-%{name}
  236. %defattr(-, root, root)
  237. %license Copyright
  238. %doc AUTHORS ChangeLog.gz NEWS README
  239. %doc python/TODO
  240. %doc python/libxml2class.txt
  241. %doc python/tests/*.py
  242. %doc doc/*.py
  243. %doc doc/python.html
  244. %{python3_sitearch}/*
  245. %if %{build_compat32}
  246. %files -n compat32-%{name}
  247. %defattr(-, root, root)
  248. %{_libdir}/lib*.so.*
  249. %files -n compat32-%{name}-devel
  250. %defattr(-, root, root)
  251. %{_libdir}/lib*.so
  252. %{_libdir}/lib*.a
  253. %{_libdir}/*.sh
  254. %endif
  255. %changelog
  256. * Mon May 13 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.9-1
  257. - updated to 2.9.9.
  258. - added BR:libxcrypt-devel.
  259. - added a sub-package "python3-libxml2".
  260. * Fri Dec 15 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.7-1
  261. - updated to 2.9.7.
  262. * Fri May 27 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.4-1
  263. - updated to 2.9.4.
  264. * Thu Dec 17 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.3-1
  265. - update to 2.9.3
  266. - remove Patch1,2
  267. * Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.2-2
  268. - add Patch1 (libxml2-2.9.0-do-not-check-crc.patch) from fedora
  269. - add Patch2 (libxml2-2.9.2-catalog-revert.patch) from fedora
  270. * Sat Nov 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.2-1
  271. - update to 2.9.2
  272. (including security fix for CVE-2014-0191,3660)
  273. * Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.1-1
  274. - update to 2.9.1
  275. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.0-2
  276. - rebuild with VineSeed environment
  277. * Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.0-1
  278. - new upstream release
  279. * Sun Jul 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
  280. - new upstream release
  281. - remove Patch1 (libxml2-2.7.8-reactivate-versionning-script.patch)
  282. -remove Patch10 (libxml2-2.7.8-CVE-2010-4494.patch)
  283. - remove Patch11 (libxml2-2.7.8-xpath.patch)
  284. * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.8-3
  285. - rebuild with python-2.7.2
  286. * Wed Jun 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.8-2
  287. - add Patch11 (libxml2-2.7.8-xpath.patch)
  288. * Mon Apr 25 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-1
  289. - new upstream release with security fix (CVE-2010-4008)
  290. - add patch1 from fc16
  291. - add patch10 for fix CVE-2010-4494 (xpath)
  292. * Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.7.7-2
  293. - build with rpm-4.8.1-1 for pkg-config file
  294. * Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-1
  295. - new upstream release
  296. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.7.6-6
  297. - rebuilt with gcc-4.4.3-3 on ppc
  298. * Sat Feb 6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.7.6-5
  299. - removed %%{_libdir}/python*/site-packages/*.{a,la}
  300. * Fri Feb 5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.7.6-4
  301. - rebuilt with rpm-4.8.0-3 (on ppc)
  302. * Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.7.6-3
  303. - rebuild with python-2.6
  304. * Tue Feb 2 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.7.6-2
  305. - rebuilt with new toolchain
  306. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.7.6-1
  307. - new upstream release
  308. * Wed Aug 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.32-4
  309. - use smp flag in make section
  310. * Wed Aug 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.32-3
  311. - add patch100 for fix CVE-2009-2414/2416
  312. * Fri Jul 18 2008 Shu KONNO <owa@bg.wakwak.com> 2.6.32-2
  313. - rebuilt with python-2.5.2
  314. * Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.32-1
  315. - new upstream release
  316. - removed *.la files from devel package
  317. * Fri Feb 29 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.31-0vl1
  318. - new upstream release with security fix (CVE-2007-6284)
  319. * Wed Oct 3 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.30-0vl1
  320. - new upstream release
  321. * Sun Feb 4 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.27-0vl1
  322. - new upstream release
  323. * Fri Jul 14 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.26-0vl1
  324. - new upstream release
  325. - fixed typo
  326. * Sun May 21 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.6.23-0vl3
  327. - added "libdir" options
  328. - added compat32- packages for x86_64 architecture support
  329. * Wed Jan 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.6.23-0vl2
  330. - fix typo
  331. * Tue Jan 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.6.23-0vl1
  332. - new upstream release
  333. - add Requires: zlib-devel for libxml2-devel
  334. - add gtk-doc/html/libxml2 to libxml2-devel
  335. * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.22-0vl1
  336. - new upstream release
  337. * Mon Jul 18 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.20-0vl1
  338. - new upstream release (libxml2-2.6.20)
  339. * Mon Apr 04 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.19-0vl1
  340. - new upstream version (libxml2-2.6.19)
  341. * Sun Apr 03 2005 Shu KONNO <owa@bg.wakwak.com> 2.6.17-0vl3
  342. - rebuild with python-2.4.1-0vl1
  343. * Sun Feb 06 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.17-0vl2
  344. - fixed japanesedescription
  345. * Sun Feb 06 2005 Satoshi MACHINO <machino@vinelinux.org> 2.6.17-0vl1
  346. - new upstream version (libxml2-2.6.17)
  347. - added japanese description
  348. * Tue Dec 21 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.16-0vl1
  349. - new upstream version (libxml2-2.6.16)
  350. * Wed Nov 03 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.15-0vl1
  351. - new upstream version (libxml2-2.6.15)
  352. -- some security fixes.(See http://secunia.com/advisories/13000/)
  353. * Sun Oct 17 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.14-0vl1
  354. - new upstream version (libxml2-2.6.14)
  355. * Tue Sep 07 2004 Satoshi MACHINO <machino@vinelinux.org> 2.6.13-0vl1
  356. - new upstream version (libxml2-2.6.13)
  357. * Tue Apr 27 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.6.9-0vl1
  358. - source upgrade
  359. * Sat Apr 17 2004 Shu KONNO <owa@bg.wakwak.com> 2.6.8-0vl2
  360. - rebuild with python-2.3.3-0vl1
  361. * Sun Apr 11 2004 Shu KONNO <owa@bg.wakwak.com> 2.6.8-0vl1.1
  362. - rebuild with python-2.3.3-0vl0.3 (for TestPkg)
  363. * Thu Mar 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.8-0vl1
  364. - new upstream release
  365. * Wed Jan 28 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.5-0vl1
  366. - new upstream release
  367. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.11-0vl1
  368. - new upstream release
  369. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.10-0vl1
  370. - new upstream release
  371. * Sun Jul 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.8-0vl1
  372. - source upgrade
  373. * Sat May 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.7-0vl1
  374. - source upgrade
  375. * Tue Feb 18 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.5.3-0vl1
  376. - source upgrade
  377. * Tue Jan 21 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.1-0vl2
  378. - rebuild with python-2.2.2-9vl0
  379. - add BuildPrereq: automake14
  380. * Fri Jan 10 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.1-0vl1
  381. - source upgrade
  382. - update and cleanup %files section
  383. * Sun Dec 15 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.4.30-0vl1
  384. - source upgrade
  385. - build with new toolchains
  386. * Tue Oct 29 2002 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.26-0vl1
  387. - source update to 2.4.26
  388. * Sun May 26 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.21-1vl1
  389. - merged with 2.4.21-1
  390. -- Fri Feb 1 2002 Daniel Veillard <veillard@redhat.com>
  391. - Added the python package
  392. - clean up spec
  393. * Mon Mar 18 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.13-0vl2
  394. - changed License to MIT (not LGPL)
  395. - add BuildPrereq: zlib-devel >= 1.1.4
  396. * Sat Feb 23 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.13-0vl1
  397. - source update
  398. - cleaned up specfile
  399. * Sun Oct 14 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.12-0vl1
  400. - source update
  401. * Sun Oct 14 2001 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.4.6-1vl1
  402. - Build for VineSeed
  403. * Thu Apr 26 2001 Toshio Kuratomi <badger@prtr-13.ucsc.edu>
  404. [2.3.7]
  405. - Added libxml.m4 to the distribution file list
  406. - Moved the man pages from /usr/man to /usr/share/man to conform to FHS2.0
  407. - Moved programmer documentation into the devel package
  408. * Thu Sep 23 1999 Daniel Veillard <daniel@veillard.com>
  409. - corrected the spec file alpha stuff
  410. - switched to version 1.7.1
  411. - Added validation, XPath, nanohttp, removed memory leaks
  412. - Renamed CHAR to xmlChar
  413. * Wed Jun 2 1999 Daniel Veillard <daniel@veillard.com>
  414. - Switched to version 1.1: SAX extensions, better entities support, lots of
  415. bug fixes.
  416. * Sun Oct 4 1998 Daniel Veillard <daniel@veillard.com>
  417. - Added xml-config to the package
  418. * Thu Sep 24 1998 Michael Fulbright <msf@redhat.com>
  419. - Built release 0.30