rpms/libxml2/devel .cvsignore, 1.30, 1.31 libxml2.spec, 1.31, 1.32 sources, 1.32, 1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jan 5 15:50:05 UTC 2006


Author: veillard

Update of /cvs/dist/rpms/libxml2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16131

Modified Files:
	.cvsignore libxml2.spec sources 
Log Message:
Upstream release of 2.6.23, Daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libxml2/devel/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- .cvsignore	12 Sep 2005 22:03:48 -0000	1.30
+++ .cvsignore	5 Jan 2006 15:50:02 -0000	1.31
@@ -8,3 +8,4 @@
 libxml2-2.6.20.tar.gz
 libxml2-2.6.21.tar.gz
 libxml2-2.6.22.tar.gz
+libxml2-2.6.23.tar.gz


Index: libxml2.spec
===================================================================
RCS file: /cvs/dist/rpms/libxml2/devel/libxml2.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- libxml2.spec	9 Dec 2005 22:41:46 -0000	1.31
+++ libxml2.spec	5 Jan 2006 15:50:02 -0000	1.32
@@ -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 @@
 %setup -q
 
 %build
-#
-# try to use compiler profiling, based on Arjan van de Ven <arjanv at 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
 make
 gzip -9 ChangeLog
@@ -157,11 +127,8 @@
 %doc doc/python.html
 
 %changelog
-* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
-- rebuilt
-
-* Mon Sep 12 2005 Daniel Veillard <veillard at redhat.com>
-- upstream release 2.6.22 see http://xmlsoft.org/news.html
+* Thu Jan  5 2006 Daniel Veillard <veillard at redhat.com>
+- upstream release 2.6.23 see http://xmlsoft.org/news.html
 
 * Thu Jan  2 2003 Daniel Veillard <veillard at redhat.com>
 - integrated drv_libxml2 xml.sax driver from Stéphane Bidoul


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libxml2/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources	12 Sep 2005 22:03:48 -0000	1.32
+++ sources	5 Jan 2006 15:50:02 -0000	1.33
@@ -1,2 +1 @@
-131f2d98ed75ec1dc118783a21104107  libxml2-2.6.21.tar.gz
-1db8d06b4f49a665a8f47dc6d94450e6  libxml2-2.6.22.tar.gz
+0f37385e3ad73cc94db43d6873f4fc3b  libxml2-2.6.23.tar.gz




More information about the fedora-cvs-commits mailing list