Upstream release of 2.7.4, Daniel
This commit is contained in:
parent
d34c2ebe84
commit
2f870591fb
@ -22,3 +22,4 @@ libxml2-2.7.0.tar.gz
|
|||||||
libxml2-2.7.1.tar.gz
|
libxml2-2.7.1.tar.gz
|
||||||
libxml2-2.7.2.tar.gz
|
libxml2-2.7.2.tar.gz
|
||||||
libxml2-2.7.3.tar.gz
|
libxml2-2.7.3.tar.gz
|
||||||
|
libxml2-2.7.4.tar.gz
|
||||||
|
11
libxml2.spec
11
libxml2.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library providing XML and HTML support
|
Summary: Library providing XML and HTML support
|
||||||
Name: libxml2
|
Name: libxml2
|
||||||
Version: 2.7.3
|
Version: 2.7.4
|
||||||
Release: 4%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
|
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
|
||||||
@ -9,7 +9,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
BuildRequires: python python-devel zlib-devel pkgconfig
|
BuildRequires: python python-devel zlib-devel pkgconfig
|
||||||
URL: http://xmlsoft.org/
|
URL: http://xmlsoft.org/
|
||||||
Patch0: libxml2-multilib.patch
|
Patch0: libxml2-multilib.patch
|
||||||
Patch1: libxml2-2.7.3-ficora-parse.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library allows to manipulate XML files. It includes support
|
This library allows to manipulate XML files. It includes support
|
||||||
@ -68,7 +67,6 @@ at parse time or later once the document has been modified.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -143,6 +141,11 @@ rm -fr %{buildroot}
|
|||||||
%doc doc/python.html
|
%doc doc/python.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 10 2009 Daniel Veillard <veillard@redhat.com> - 2.7.4-1
|
||||||
|
- upstream release 2.7.4
|
||||||
|
- symbol versioning of libxml2 shared libs
|
||||||
|
- very large number of bug fixes
|
||||||
|
|
||||||
* Mon Aug 10 2009 Daniel Veillard <veillard@redhat.com> - 2.7.3-4
|
* Mon Aug 10 2009 Daniel Veillard <veillard@redhat.com> - 2.7.3-4
|
||||||
- two patches for parsing problems CVE-2009-2414 and CVE-2009-2416
|
- two patches for parsing problems CVE-2009-2414 and CVE-2009-2416
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user