[libxml2] Upstream release of libxml2-2.8.0

Daniel Veillard veillard at fedoraproject.org
Wed May 23 12:12:31 UTC 2012


commit ae9b3feb87a3fd2bef737af7b8b00d9a8055f76f
Author: Daniel Veillard <veillard at redhat.com>
Date:   Wed May 23 20:10:23 2012 +0800

    Upstream release of libxml2-2.8.0
    
    Revert the couple of old patches, add new dep for xz-devel

 .gitignore                                        |    1 +
 libxml2-2.7.7-xpath-double-free.patch             |   22 --------
 libxml2-2.7.8-reactivate-versionning-script.patch |   58 ---------------------
 libxml2.spec                                      |   17 ++++---
 sources                                           |    1 +
 5 files changed, 12 insertions(+), 87 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c62c5f..4a8d5c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ libxml2-2.7.5.tar.gz
 libxml2-2.7.6.tar.gz
 libxml2-2.7.7.tar.gz
 /libxml2-2.7.8.tar.gz
+/libxml2-2.8.0.tar.gz
diff --git a/libxml2.spec b/libxml2.spec
index 7856c13..4d72630 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -1,16 +1,14 @@
 Summary: Library providing XML and HTML support
 Name: libxml2
-Version: 2.7.8
-Release: 7%{?dist}%{?extra_release}
+Version: 2.8.0
+Release: 1%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: python python-devel zlib-devel pkgconfig
+BuildRequires: python python-devel zlib-devel pkgconfig xz-devel
 URL: http://xmlsoft.org/
 Patch0: libxml2-multilib.patch
-Patch1: libxml2-2.7.8-reactivate-versionning-script.patch
-Patch2: libxml2-2.7.7-xpath-double-free.patch
 
 %description
 This library allows to manipulate XML files. It includes support 
@@ -28,6 +26,7 @@ Summary: Libraries, includes, etc. to develop XML and HTML applications
 Group: Development/Libraries
 Requires: libxml2 = %{version}-%{release}
 Requires: zlib-devel
+Requires: xz-devel
 Requires: pkgconfig
 
 %description devel
@@ -69,8 +68,6 @@ at parse time or later once the document has been modified.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure
@@ -111,6 +108,7 @@ rm -fr %{buildroot}
 %defattr(-, root, root)
 
 %doc %{_mandir}/man1/xml2-config.1*
+%doc AUTHORS ChangeLog.gz NEWS README Copyright
 %doc doc/*.html doc/html doc/*.gif doc/*.png
 %doc doc/tutorial doc/libxml2-api.xml.gz
 %doc doc/examples
@@ -145,6 +143,11 @@ rm -fr %{buildroot}
 %doc doc/python.html
 
 %changelog
+* Wed May 23 2012 Daniel Veillard <veillard at redhat.com> - 2.8.0-1
+- upstream release of 2.8.0
+- add lzma compression support
+- many bug fixes and small improvements
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.8-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 4e904ff..5b2c32e 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 8127a65e8c3b08856093099b52599c86  libxml2-2.7.8.tar.gz
+c62106f02ee00b6437f0fb9d370c1093  libxml2-2.8.0.tar.gz


More information about the scm-commits mailing list