diff --git a/.cvsignore b/.cvsignore index 1449dbb..fd2d598 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -FormEncode-0.7.1.tar.gz +FormEncode-0.9.tar.gz diff --git a/python-formencode.spec b/python-formencode.spec index edf6c3b..6f3dcb8 100644 --- a/python-formencode.spec +++ b/python-formencode.spec @@ -2,8 +2,8 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-formencode -Version: 0.7.1 -Release: 2%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: HTML form validation, generation, and convertion package Group: Development/Libraries @@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/FormEncode-%{version}-py%{pyver}.egg-info %changelog +* Thu Feb 28 2008 Luke Macken 0.9-1 +- Update to 0.9 + * Sun Sep 2 2007 Luke Macken 0.7.1-2 - Update for python-setuptools changes in rawhide diff --git a/sources b/sources index f6017fd..e66fec3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86ee82f7e808d2b7973b13a96bb740cc FormEncode-0.7.1.tar.gz +adcca643088f6d2ac49d903901cf110d FormEncode-0.9.tar.gz