From 9452cac3a05d9b5bd3218d68570d1e89929428bc Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Jan 05 2006 15:50:02 +0000 Subject: Upstream release of 2.6.23, Daniel --- diff --git a/.cvsignore b/.cvsignore index 45f184a..1071c06 100644 --- a/.cvsignore +++ b/.cvsignore @@ -8,3 +8,4 @@ libxml2-2.6.19.tar.gz libxml2-2.6.20.tar.gz libxml2-2.6.21.tar.gz libxml2-2.6.22.tar.gz +libxml2-2.6.23.tar.gz diff --git a/libxml2.spec b/libxml2.spec index 7568107..1df9897 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,7 +1,7 @@ Summary: Library providing XML and HTML support Name: libxml2 -Version: 2.6.22 -Release: 1.1 +Version: 2.6.23 +Release: 1 License: MIT Group: Development/Libraries 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 %build -# -# try to use compiler profiling, based on Arjan van de Ven -# 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 make gzip -9 ChangeLog @@ -157,11 +127,8 @@ rm -fr %{buildroot} %doc doc/python.html %changelog -* Fri Dec 09 2005 Jesse Keating -- rebuilt - -* Mon Sep 12 2005 Daniel Veillard -- upstream release 2.6.22 see http://xmlsoft.org/news.html +* Thu Jan 5 2006 Daniel Veillard +- upstream release 2.6.23 see http://xmlsoft.org/news.html * Thu Jan 2 2003 Daniel Veillard - integrated drv_libxml2 xml.sax driver from St�phane Bidoul diff --git a/sources b/sources index 57ae8b8..17a6d57 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -131f2d98ed75ec1dc118783a21104107 libxml2-2.6.21.tar.gz -1db8d06b4f49a665a8f47dc6d94450e6 libxml2-2.6.22.tar.gz +0f37385e3ad73cc94db43d6873f4fc3b libxml2-2.6.23.tar.gz