diff --git a/.cvsignore b/.cvsignore index 3690e2f..186956b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ply-2.5.tar.gz +ply-3.2.tar.gz diff --git a/python-ply.spec b/python-ply.spec index 9e624a1..e2e7b36 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -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 3.2-1 +- update to 3.2, license change to BSD + * Thu Feb 26 2009 Fedora Release Engineering - 2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 84530b3..538c622 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2aef9014a1bc50066eb05dd3b9c1b04f ply-2.5.tar.gz +afc9dcfc3284e3a8269c97cc4802cb53 ply-3.2.tar.gz