Update to new upstream version 1.0

This commit is contained in:
Shahms King 2006-06-02 15:59:23 +00:00
parent 08bc3f2f2e
commit 076489f824
3 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
lxml-0.9.1.tgz lxml-1.0.tgz

View File

@ -4,8 +4,8 @@
%define srcname lxml %define srcname lxml
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.9.1 Version: 1.0
Release: 3%{?dist} Release: 1%{?dist}
Summary: ElementTree-like Python bindings for libxml2 and libxslt Summary: ElementTree-like Python bindings for libxml2 and libxslt
Group: Development/Libraries Group: Development/Libraries
@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %{python_sitearch}/lxml/*.pyo %ghost %{python_sitearch}/lxml/*.pyo
%changelog %changelog
* Fri Jun 02 2006 Shahms E. King <shahms@shahms.com> 1.0-1
- Update to new upstream 1.0 release
* Wed Apr 26 2006 Shahms E. King <shahms@shahms.com> 0.9.1-3 * Wed Apr 26 2006 Shahms E. King <shahms@shahms.com> 0.9.1-3
- Add python-setuptools to BuildRequires - Add python-setuptools to BuildRequires
- Use dist tag - Use dist tag

View File

@ -1 +1 @@
25e18d86050907f3a088550fe650f841 lxml-0.9.1.tgz 2f1ced6d29eeafea7b82acbac7e787f6 lxml-1.0.tgz