update to 3.2

This commit is contained in:
Tom Callaway 2009-04-22 19:31:21 +00:00
parent f2ca7de0e1
commit ea1b9d9103
3 changed files with 9 additions and 6 deletions

View File

@ -1 +1 @@
ply-2.5.tar.gz
ply-3.2.tar.gz

View File

@ -2,9 +2,9 @@
Name: python-ply
Summary: Python Lex-Yacc
Version: 2.5
Release: 3%{?dist}
License: LGPLv2+
Version: 3.2
Release: 1%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://www.dabeaz.com/ply/
Source0: http://www.dabeaz.com/ply/ply-%{version}.tar.gz
@ -43,11 +43,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING example/
%doc CHANGES README example/
%{python_sitelib}/ply/
%{python_sitelib}/ply*.egg-info
%changelog
* Wed Apr 22 2009 Tom "spot" Callaway <tcallawa@redhat.com> 3.2-1
- update to 3.2, license change to BSD
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
2aef9014a1bc50066eb05dd3b9c1b04f ply-2.5.tar.gz
afc9dcfc3284e3a8269c97cc4802cb53 ply-3.2.tar.gz