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