Upstream release of 2.6.23, Daniel
This commit is contained in:
parent
3f54208344
commit
9452cac3a0
@ -8,3 +8,4 @@ libxml2-2.6.19.tar.gz
|
|||||||
libxml2-2.6.20.tar.gz
|
libxml2-2.6.20.tar.gz
|
||||||
libxml2-2.6.21.tar.gz
|
libxml2-2.6.21.tar.gz
|
||||||
libxml2-2.6.22.tar.gz
|
libxml2-2.6.22.tar.gz
|
||||||
|
libxml2-2.6.23.tar.gz
|
||||||
|
41
libxml2.spec
41
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.22
|
Version: 2.6.23
|
||||||
Release: 1.1
|
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
|
||||||
@ -60,36 +60,6 @@ at parse time or later once the document has been modified.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#
|
|
||||||
# try to use compiler profiling, based on Arjan van de Ven <arjanv@redhat.com>
|
|
||||||
# initial test spec. This really doesn't work okay for most tests done.
|
|
||||||
#
|
|
||||||
# Well except it's just broken most of the time.
|
|
||||||
#GCC_VERSION=`gcc --version | grep "^gcc" | awk '{ print $3 }' | sed 's+\([0-9]\)\.\([0-9]\)\..*+\1\2+'`
|
|
||||||
#if [ $GCC_VERSION -ge 34 ]
|
|
||||||
#then
|
|
||||||
# PROF_GEN='-fprofile-generate'
|
|
||||||
# PROF_USE='-fprofile-use'
|
|
||||||
#fi
|
|
||||||
#
|
|
||||||
#if [ "$PROF_GEN" != "" ]
|
|
||||||
#then
|
|
||||||
# # First generate a profiling version
|
|
||||||
# CFLAGS="${RPM_OPT_FLAGS} ${PROF_GEN}" %configure
|
|
||||||
# make
|
|
||||||
# # Run a few sampling
|
|
||||||
# make dba100000.xml
|
|
||||||
# ./xmllint --noout dba100000.xml
|
|
||||||
# ./xmllint --stream dba100000.xml
|
|
||||||
# ./xmllint --noout --valid test/valid/REC-xml-19980210.xml
|
|
||||||
# ./xmllint --stream --valid test/valid/REC-xml-19980210.xml
|
|
||||||
# # Then generate code based on profile
|
|
||||||
# CFLAGS="${RPM_OPT_FLAGS} ${PROF_USE}" %configure
|
|
||||||
# make
|
|
||||||
#else
|
|
||||||
# %configure
|
|
||||||
# make
|
|
||||||
#fi
|
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
gzip -9 ChangeLog
|
gzip -9 ChangeLog
|
||||||
@ -157,11 +127,8 @@ rm -fr %{buildroot}
|
|||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Thu Jan 5 2006 Daniel Veillard <veillard@redhat.com>
|
||||||
- rebuilt
|
- upstream release 2.6.23 see http://xmlsoft.org/news.html
|
||||||
|
|
||||||
* Mon Sep 12 2005 Daniel Veillard <veillard@redhat.com>
|
|
||||||
- upstream release 2.6.22 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