Browse Source

update for Vine Plus/5 build

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@540 ec354946-7b23-47d6-9f5a-488ba84defc7
kazutaka 14 years ago
parent
commit
b64fda5af6
1 changed files with 6 additions and 2 deletions
  1. 6 2
      p/python-lxml/python-lxml.spec

+ 6 - 2
p/python-lxml/python-lxml.spec

@@ -4,7 +4,7 @@ Summary(ja): lxml は libxml2 と libxslt の Python バインディングです
 Name: python-%{_lxml}
 Group: Development/Libraries
 Version: 2.2.6
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: BSD
 URL: http://codespeak.net/lxml
 #URL: http://pypi.python.org/pypi/lxml
@@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Vendor: Project Vine
 Distribution: Vine Linux
 
-BuildRequires: libxml2-devel >= 2.7.2
+BuildRequires: libxml2-devel >= 2.6.21
 BuildRequires: libxslt-devel >= 1.1.15
 BuildRequires: python-devel >= 2.3
 BuildRequires: python-pyrex
@@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/%{_lxml}-*-info
 
 %changelog
+* Wed Mar 10 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 2.2.6-2
+- change required version of libxml2-devel for Vine Plus/5
+  (2.7.2 or later is recomended, but works with 2.6.21 or later)
+
 * Sun Mar 07 2010 Shu KONNO <owa@bg.wakwak.com> 2.2.6-1
 - initial build for vine linux