rpms/libxml2/F-8 libxml2.spec,1.50,1.51

Daniel Veillard veillard at fedoraproject.org
Mon Aug 25 16:23:39 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/libxml2/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3748

Modified Files:
	libxml2.spec 
Log Message:
- fix for entities recursion problem
- Resolve: rhbz#459712
Daniel



Index: libxml2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxml2/F-8/libxml2.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- libxml2.spec	11 Apr 2008 09:43:40 -0000	1.50
+++ libxml2.spec	25 Aug 2008 16:23:09 -0000	1.51
@@ -1,7 +1,7 @@
 Summary: Library providing XML and HTML support
 Name: libxml2
 Version: 2.6.32
-Release: 1%{?dist}%{?extra_release}
+Release: 2%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
@@ -11,6 +11,7 @@
 Prefix: %{_prefix}
 Docdir: %{_docdir}
 Patch0: multilib.patch
+Patch1: libxml2-2.6.32.entities.patch
 
 %description
 This library allows to manipulate XML files. It includes support 
@@ -60,6 +61,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
 
 %build
 %configure
@@ -130,6 +132,10 @@
 %doc doc/python.html
 
 %changelog
+* Mon Aug 25 2008 Daniel Veillard <veillard at redhat.com> 2.6.31-2.fc8
+- fix for entities recursion problem
+- Resolve: rhbz#459712
+
 * Fri Apr 11 2008 Daniel Veillard <veillard at redhat.com> 2.6.32-1.fc8
 - upstream release 2.6.32 see http://xmlsoft.org/news.html
 - many bugs fixed upstrea




More information about the fedora-extras-commits mailing list