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@redhat.com - many bug fixes including security aspects and small improvements
This commit is contained in:
parent
39322a40cb
commit
c5d2212693
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
20
libxml2.spec
20
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@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@redhat.com
|
||||
- many bug fixes including security aspects and small improvements
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user