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