[libxml2] upstream release candidate 1 of 2.9.0

Daniel Veillard veillard at fedoraproject.org
Fri Aug 10 02:56:58 UTC 2012


commit c5d2212693ef8db193f4016ccc1e5bbbb3bedd9c
Author: Daniel Veillard <veillard at redhat.com>
Date:   Fri Aug 10 10:56:12 2012 +0800

    upstream release candidate 1 of 2.9.0
    
    - introduce a small API change, but ABI compatible, see
      https://mail.gnome.org/archives/xml/2012-August/msg00005.html
      patches for php, gcc/libjava and evolution-data-connector are upstream
      Grab me in cases of problems veillard at redhat.com
    - many bug fixes including security aspects and small improvements

 .gitignore   |    1 +
 libxml2.spec |   20 ++++++++++++++------
 sources      |    3 +--
 3 files changed, 16 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a8d5c1..873f54e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ libxml2-2.7.6.tar.gz
 libxml2-2.7.7.tar.gz
 /libxml2-2.7.8.tar.gz
 /libxml2-2.8.0.tar.gz
+/libxml2-2.9.0-rc1.tar.gz
diff --git a/libxml2.spec b/libxml2.spec
index 2d05200..cf16a1c 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -1,17 +1,17 @@
 Summary: Library providing XML and HTML support
 Name: libxml2
-Version: 2.8.0
-Release: 2%{?dist}%{?extra_release}
+Version: 2.9.0
+Release: 0rc1%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
-Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
+Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}-rc1.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: python python-devel zlib-devel pkgconfig xz-devel
 URL: http://xmlsoft.org/
 Patch0: libxml2-multilib.patch
 
 %description
-This library allows to manipulate XML files. It includes support 
+This library allows to manipulate XML files. It includes support
 to read, modify and write XML and HTML files. There is DTDs support
 this includes parsing and validation even with complex DtDs, either
 at parse time or later once the document has been modified. The output
@@ -31,7 +31,7 @@ Requires: pkgconfig
 
 %description devel
 Libraries, include files, etc you can use to develop XML applications.
-This library allows to manipulate XML files. It includes support 
+This library allows to manipulate XML files. It includes support
 to read, modify and write XML and HTML files. There is DTDs support
 this includes parsing and validation even with complex DtDs, either
 at parse time or later once the document has been modified. The output
@@ -60,7 +60,7 @@ The libxml2-python package contains a module that permits applications
 written in the Python programming language to use the interface
 supplied by the libxml2 library to manipulate XML files.
 
-This library allows to manipulate XML files. It includes support 
+This library allows to manipulate XML files. It includes support
 to read, modify and write XML and HTML files. There is DTDs support
 this includes parsing and validation even with complex DTDs, either
 at parse time or later once the document has been modified.
@@ -143,6 +143,14 @@ rm -fr %{buildroot}
 %doc doc/python.html
 
 %changelog
+* Fri Aug 10 2012 Daniel Veillard <veillard at redhat.com> - 2.8.0-0rc1
+- upstream release candidate 1 of 2.9.0
+- introduce a small API change, but ABI compatible, see
+  https://mail.gnome.org/archives/xml/2012-August/msg00005.html
+  patches for php, gcc/libjava and evolution-data-connector are upstream
+  Grab me in cases of problems veillard at redhat.com
+- many bug fixes including security aspects and small improvements
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 5b2c32e..29377ed 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-8127a65e8c3b08856093099b52599c86  libxml2-2.7.8.tar.gz
-c62106f02ee00b6437f0fb9d370c1093  libxml2-2.8.0.tar.gz
+2c1f38f20521e7f3620877b211c6b04c  libxml2-2.9.0-rc1.tar.gz


More information about the scm-commits mailing list