source: projects/specs/trunk/lib/libx/libxml2/libxml2-vl.spec @ 12499

Revision 12499, 20.8 KB checked in by tomop, 3 years ago (diff)

updated 9 packages

LibRaw?-0.20.0-2

exiv2-0.27.3-1

firefox-78.3.0-1

gnuplot-5.4.0-2

lksctp-tools-1.0.18-1

libjpeg-turbo-2.0.5-1

libxml2-2.9.10-5

rust-1.46.0-1

unzip-6.0-8

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