Upstream release of 2.6.18, Daniel

This commit is contained in:
Daniel Veillard 2005-03-13 18:47:30 +00:00
parent 9cec45fcfe
commit 05a525806b
3 changed files with 7 additions and 11 deletions

View File

@ -3,3 +3,4 @@ libxml2-2.6.14.tar.gz
libxml2-2.6.15.tar.gz
libxml2-2.6.16.tar.gz
libxml2-2.6.17.tar.gz
libxml2-2.6.18.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Library providing XML and HTML support
Name: libxml2
Version: 2.6.17
Release: 6
Version: 2.6.18
Release: 1
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
@ -10,7 +10,6 @@ BuildRequires: python python-devel zlib-devel
URL: http://xmlsoft.org/
Prefix: %{_prefix}
Docdir: %{_docdir}
Patch0: gcc4.patch
%description
This library allows to manipulate XML files. It includes support
@ -59,7 +58,6 @@ at parse time or later once the document has been modified.
%prep
%setup -q
%patch0 -p0
%build
#
@ -67,7 +65,7 @@ at parse time or later once the document has been modified.
# initial test spec. This really doesn't work okay for most tests done.
#
GCC_VERSION=`gcc --version | grep "^gcc" | awk '{ print $3 }' | sed 's+\([0-9]\)\.\([0-9]\)\..*+\1\2+'`
if [ $GCC_VERSION -eq 34 ]
if [ $GCC_VERSION -ge 34 ]
then
PROF_GEN='-fprofile-generate'
PROF_USE='-fprofile-use'
@ -150,12 +148,8 @@ rm -fr %{buildroot}
%doc doc/python.html
%changelog
* Wed Mar 2 2005 Daniel Veillard <veillard@redhat.com> 2.6.17-6
- fix for the aliasing error breaking up on s390 and gcc4
* Wed Mar 2 2005 Daniel Veillard <veillard@redhat.com> 2.6.17-5
- rebuilt for gcc4
* Sun Jan 16 2005 Daniel Veillard <veillard@redhat.com>
- upstream release 2.6.17 see http://xmlsoft.org/news.html
* Sun Mar 13 2005 Daniel Veillard <veillard@redhat.com>
- upstream release 2.6.18 see http://xmlsoft.org/news.html
* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com>
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul

View File

@ -1 +1,2 @@
a678d37e68d98788ef51b6f913cdc868 libxml2-2.6.17.tar.gz
ee5c76a8be34772ccec3f566dc154936 libxml2-2.6.18.tar.gz