Fix the shared lib versioning problem of 2.7.8, Daniel

This commit is contained in:
Daniel Veillard 2010-11-04 22:07:52 +01:00
parent 564deb4fd4
commit 9ec3838786

View File

@ -1,7 +1,7 @@
Summary: Library providing XML and HTML support
Name: libxml2
Version: 2.7.8
Release: 1%{?dist}%{?extra_release}
Release: 2%{?dist}%{?extra_release}
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
@ -9,6 +9,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: python python-devel zlib-devel pkgconfig
URL: http://xmlsoft.org/
Patch0: libxml2-multilib.patch
Patch1: libxml2-2.7.8-reactivate-versionning-script.patch
%description
This library allows to manipulate XML files. It includes support
@ -67,6 +68,7 @@ at parse time or later once the document has been modified.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%configure
@ -141,6 +143,9 @@ rm -fr %{buildroot}
%doc doc/python.html
%changelog
* Thu Nov 4 2010 Daniel Veillard <veillard@redhat.com> - 2.7.8-2
- reactivate shared libs versionning script
* Thu Nov 4 2010 Daniel Veillard <veillard@redhat.com> - 2.7.8-1
- Upstream release of 2.7.8
- various bug fixes, including potential crashes