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

Revision 12320, 20.4 KB checked in by tomop, 4 years ago (diff)

updated 18 packages

clamav-0.102.2-1

dhcpcd-8.1.1-1

dovecot-2.3.9.3-1

golang-1.13.5-1

llvm-9.0.1-1

libjpeg-turbo-2.0.4-1

libserf-1.3.9-2

libxml2-2.9.10-2

mariadb-10.4.12-1

nodejs-12.16.0-1

php-ext-clearsilver-0.4-15

php73-7.3.14-1

python-pillow-6.2.2-1

rust-1.40.0-1

spamassassin-3.4.4-1

sqlite3-3.31.1-1

squid-4.10-1

sudo-1.8.31-1

Line 
1Summary: Library providing XML and HTML support
2Summary(ja): XML や HTML サポートを提供するライブラリ
3Name: libxml2
4Version: 2.9.10
5Release: 2%{_dist_release}
6License: MIT
7Group: System Environment/Libraries
8Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
9
10Patch0: libxml2-multilib.patch
11# Patch from openSUSE.
12# See:  https://bugzilla.gnome.org/show_bug.cgi?id=789714
13Patch1:         libxml2-2.9.8-python3-unicode-errors.patch
14
15Patch1000:      CVE-2019-20388.patch
16Patch1001:      CVE-2020-7595.patch
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19BuildRequires: python python-devel python-rpm-macros
20BuildRequires: python3 python3-devel python3-rpm-macros
21BuildRequires: libxcrypt-devel
22BuildRequires: zlib-devel
23BuildRequires: pkgconfig
24
25URL: http://xmlsoft.org/
26
27Vendor: Project Vine
28Distribution: Vine Linux
29
30%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
31
32%description
33This library allows to manipulate XML files. It includes support
34to read, modify and write XML and HTML files. There is DTDs support
35this includes parsing and validation even with complex DtDs, either
36at parse time or later once the document has been modified. The output
37can be a simple SAX stream or and in-memory DOM like representations.
38In this case one can use the built-in XPath and XPointer implementation
39to select subnodes or ranges. A flexible Input/Output mechanism is
40available, with existing HTTP and FTP modules and combined to an
41URI 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}
52Summary: Library providing XML and HTML support
53Summary(ja): XML や HTML サポートを提供するライブラリ
54Group: System Environment/Libraries
55Requires: %{name} = %{version}-%{release}
56
57%description -n compat32-%{name}
58This library allows to manipulate XML files. It includes support
59to read, modify and write XML and HTML files. There is DTDs support
60this includes parsing and validation even with complex DtDs, either
61at parse time or later once the document has been modified. The output
62can be a simple SAX stream or and in-memory DOM like representations.
63In this case one can use the built-in XPath and XPointer implementation
64to select subnodes or ranges. A flexible Input/Output mechanism is
65available, with existing HTTP and FTP modules and combined to an
66URI 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
77Summary: Libraries, includes, etc. to develop XML and HTML applications
78Summary(ja): XML や HTML アプリケーションを開発するためのライブラリやヘッダ類
79Group: Development/Libraries
80Requires: %{name} = %{version}-%{release}
81Requires: zlib-devel
82Requires: pkgconfig
83
84%description devel
85Libraries, include files, etc you can use to develop XML applications.
86This library allows to manipulate XML files. It includes support
87to read, modify and write XML and HTML files. There is DTDs support
88this includes parsing and validation even with complex DtDs, either
89at parse time or later once the document has been modified. The output
90can be a simple SAX stream or and in-memory DOM like representations.
91In this case one can use the built-in XPath and XPointer implementation
92to select subnodes or ranges. A flexible Input/Output mechanism is
93available, with existing HTTP and FTP modules and combined to an
94URI library.
95
96%description devel -l ja
97XMLアプリケーションを開発するためのライブラリやヘッダファイル類。
98このライブラリはXMLファイルを扱う事ができます。
99XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
100DTDに対応しており、パース時や一度ドキュメントが修正された後でも
101複雑なDTDであってもパースと確認が出来ます。
102出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
103選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
104出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
105
106%package -n compat32-%{name}-devel
107Summary: Libraries, includes, etc. to develop XML and HTML applications
108Summary(ja): XML や HTML アプリケーションを開発するためのライブラリやヘッダ類
109Group: Development/Libraries
110Requires: compat32-%{name} = %{version}-%{release}
111Requires: %{name}-devel    = %{version}-%{release}
112Requires: compat32-zlib-devel
113
114%description -n compat32-%{name}-devel
115Libraries, include files, etc you can use to develop XML applications.
116This library allows to manipulate XML files. It includes support
117to read, modify and write XML and HTML files. There is DTDs support
118this includes parsing and validation even with complex DtDs, either
119at parse time or later once the document has been modified. The output
120can be a simple SAX stream or and in-memory DOM like representations.
121In this case one can use the built-in XPath and XPointer implementation
122to select subnodes or ranges. A flexible Input/Output mechanism is
123available, with existing HTTP and FTP modules and combined to an
124URI library.
125
126%description -n compat32-%{name}-devel -l ja
127XMLアプリケーションを開発するためのライブラリやヘッダファイル類。
128このライブラリはXMLファイルを扱う事ができます。
129XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
130DTDに対応しており、パース時や一度ドキュメントが修正された後でも
131複雑なDTDであってもパースと確認が出来ます。
132出力は簡単なSAXストリームやメモリ内のDOM形式を使えます。この場合、
133選択したサブノードやレンジの実装に組み込まれたXPathやXPointerを使うことが
134出来ます。HTTPやFTPモジュールやURIライブラリを使って柔軟な入力/出力が可能です。
135
136%package static
137Summary: Static library for libxml2
138Summary(ja): libxml2 のスタティックライブラリ
139Group: Development/Libraries
140Requires: libxml2 = %{version}-%{release}
141
142%description static
143Static library for libxml2 provided for specific uses or shaving a few
144microseconds when parsing, do not link to them for generic purpose packages.
145
146%package python
147Summary: Python bindings for the libxml2 library
148Summary(ja): libxml2 ライブラリ用の python バインディング
149Group: Development/Libraries
150Requires: %{name} = %{version}-%{release}
151Requires: python >= 2.2
152
153%description python
154The libxml2-python package contains a module that permits applications
155written in the Python programming language to use the interface
156supplied by the libxml2 library to manipulate XML files.
157
158This library allows to manipulate XML files. It includes support
159to read, modify and write XML and HTML files. There is DTDs support
160this includes parsing and validation even with complex DTDs, either
161at parse time or later once the document has been modified.
162
163%description python -l ja
164libxml2-pythonはXMLファイルを扱うlibxml2ライブラリによって提供される
165インターフェースを使用するためにpythonプログラム言語で書かれた
166アプリケーションを許可するモジュール類を含んでいます。
167
168このライブラリはXMLファイルを扱う事ができます。
169XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
170DTDに対応しており、パース時や一度ドキュメントが修正された後でも複雑な
171DTDであってもパースと確認が出来ます。
172
173%package -n python3-%{name}
174Summary: Python bindings for the libxml2 library
175Summary(ja): libxml2 ライブラリ用の python バインディング
176Group: Development/Libraries
177Requires: %{name} = %{version}-%{release}
178Requires: python3
179
180%description -n python3-%{name}
181The python3-libxml2 package contains a module that permits applications
182written in the Python 3 programming language to use the interface
183supplied by the libxml2 library to manipulate XML files.
184
185This library allows to manipulate XML files. It includes support
186to read, modify and write XML and HTML files. There is DTDs support
187this includes parsing and validation even with complex DTDs, either
188at parse time or later once the document has been modified.
189
190%description -n python3-%{name} -l ja
191python3-libxml2はXMLファイルを扱うlibxml2ライブラリによって提供される
192インターフェースを使用するためにpython3プログラム言語で書かれた
193アプリケーションを許可するモジュール類を含んでいます。
194
195このライブラリはXMLファイルを扱う事ができます。
196XMLやHTMLファイルを読み込み、修正、書き込みをサポートしています。
197DTDに対応しており、パース時や一度ドキュメントが修正された後でも複雑な
198DTDであってもパースと確認が出来ます。
199
200%prep
201%setup -q
202
203%patch0 -p1
204%patch1 -p1
205
206%patch1000 -p1
207%patch1001 -p1
208
209find doc -type f -executable -print -exec chmod 0644 {} ';'
210
211%build
212mkdir 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
219make %{?_smp_mflags} -C py2
220make %{?_smp_mflags} -C py3
221
222gzip -9 ChangeLog
223
224
225%install
226[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
227
228make install -C py2 DESTDIR=$RPM_BUILD_ROOT
229make install -C py3 DESTDIR=$RPM_BUILD_ROOT
230
231# multiarch crazyness on timestamp differences or Makefile/binaries for examples
232touch -m --reference=$RPM_BUILD_ROOT/%{_includedir}/libxml2/libxml/parser.h $RPM_BUILD_ROOT/%{_bindir}/xml2-config
233
234find %{buildroot} -type f -name '*.la' -print -delete
235rm -vf %{buildroot}{%{python_sitearch},%{python3_sitearch}}/*.a
236rm -vrf %{buildroot}%{_datadir}/doc/
237#(cd doc/examples ; make clean ; rm -rf .deps Makefile)
238gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz
239
240
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)
254%license COPYING Copyright
255%doc AUTHORS ChangeLog.gz NEWS README TODO
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
273%{_libdir}/cmake/libxml2/libxml2-config.cmake
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
290%{python_sitearch}/*
291
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
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
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
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
327* Fri Dec 15 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.7-1
328- updated to 2.9.7.
329
330* Fri May 27 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.4-1
331- updated to 2.9.4.
332
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
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
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
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
349- rebuild with VineSeed environment
350
351* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.9.0-1
352- new upstream release
353
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
360* Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.8-3
361- rebuild with python-2.7.2
362
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
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
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
374* Tue Jun 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.7-1
375- new upstream release
376
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
486* Sun Jul 20 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.5.8-0vl1
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
Note: See TracBrowser for help on using the repository browser.