Upstream release of 2.6.18, Daniel
This commit is contained in:
parent
9cec45fcfe
commit
05a525806b
@ -3,3 +3,4 @@ libxml2-2.6.14.tar.gz
|
|||||||
libxml2-2.6.15.tar.gz
|
libxml2-2.6.15.tar.gz
|
||||||
libxml2-2.6.16.tar.gz
|
libxml2-2.6.16.tar.gz
|
||||||
libxml2-2.6.17.tar.gz
|
libxml2-2.6.17.tar.gz
|
||||||
|
libxml2-2.6.18.tar.gz
|
||||||
|
16
libxml2.spec
16
libxml2.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.6.17
|
Version: 2.6.18
|
||||||
Release: 6
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
|
Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
|
||||||
@ -10,7 +10,6 @@ BuildRequires: python python-devel zlib-devel
|
|||||||
URL: http://xmlsoft.org/
|
URL: http://xmlsoft.org/
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Docdir: %{_docdir}
|
Docdir: %{_docdir}
|
||||||
Patch0: gcc4.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library allows to manipulate XML files. It includes support
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
|
||||||
|
|
||||||
%build
|
%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.
|
# 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+'`
|
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
|
then
|
||||||
PROF_GEN='-fprofile-generate'
|
PROF_GEN='-fprofile-generate'
|
||||||
PROF_USE='-fprofile-use'
|
PROF_USE='-fprofile-use'
|
||||||
@ -150,12 +148,8 @@ rm -fr %{buildroot}
|
|||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 2 2005 Daniel Veillard <veillard@redhat.com> 2.6.17-6
|
* Sun Mar 13 2005 Daniel Veillard <veillard@redhat.com>
|
||||||
- fix for the aliasing error breaking up on s390 and gcc4
|
- upstream release 2.6.18 see http://xmlsoft.org/news.html
|
||||||
* 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
|
|
||||||
|
|
||||||
* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com>
|
* Thu Jan 2 2003 Daniel Veillard <veillard@redhat.com>
|
||||||
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul
|
- integrated drv_libxml2 xml.sax driver from Stéphane Bidoul
|
||||||
|
Loading…
Reference in New Issue
Block a user