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

Revision 12477, 20.6 KB checked in by tomop, 4 years ago (diff)

updated 11 packages

libxml2-2.9.10-4

newt-0.52.21-2

python-docutils-0.16-2

python-inotify-0.9.6-3

python-lxml-4.5.2-2

python-pykf-0.3.4-8

python-2.7.18-1

rhpxl-1.9-10

rrdtool-1.7.2-3

system-config-date-1.9.61-3

system-config-network-1.6.2-2

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