diff --git a/.cvsignore b/.cvsignore index f851486..1e4b32e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Paste-1.2.1.tar.gz +Paste-1.4.tar.gz diff --git a/python-paste.spec b/python-paste.spec index c920632..c9ae3c3 100644 --- a/python-paste.spec +++ b/python-paste.spec @@ -2,7 +2,7 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-paste -Version: 1.2.1 +Version: 1.4 Release: 1%{?dist} Summary: Tools for using a Web Server Gateway Interface stack Group: System Environment/Libraries @@ -27,7 +27,7 @@ interfaces. # clean docs directory pushd docs -rm StyleGuide.txt *.css */*.css template.tmpl */*.js +rm StyleGuide.txt *.css */*.css */*.js popd %build @@ -60,6 +60,9 @@ rm -rf %{buildroot} %changelog +* Sat Jul 8 2007 Luke Macken - 1.4-1 +- 1.4 + * Sat Mar 3 2007 Luke Macken - 1.2.1-1 - 1.2.1 diff --git a/sources b/sources index af3957f..de80504 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d391d1b5ba8531b69958746a0734934 Paste-1.2.1.tar.gz +d2d72ac2af46cb5ea31ed2afe5916680 Paste-1.4.tar.gz