diff --git a/.cvsignore b/.cvsignore index d94b7ca..91fc15e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Paste-0.9.8.1.tar.gz +Paste-1.0.tar.gz diff --git a/python-paste.spec b/python-paste.spec index 37f237f..7aa3cc1 100644 --- a/python-paste.spec +++ b/python-paste.spec @@ -1,7 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: python-paste -Version: 0.9.8.1 +Version: 1.0 Release: 1%{?dist} Summary: Tools for using a Web Server Gateway Interface stack Group: System Environment/Libraries @@ -55,10 +56,13 @@ rm -rf %{buildroot} %files -f pyfiles %defattr(-,root,root,-) %doc docs/* -%{python_sitelib}/Paste-%{version}-py2.4* +%{python_sitelib}/Paste-%{version}-py%{pyver}* %changelog +* Sat Dec 9 2006 Luke Macken - 1.0-1 +- 1.0 + * Sun Sep 17 2006 Luke Macken - 0.9.8.1-1 - 0.9.8.1 diff --git a/sources b/sources index 86f0cfe..2ca9683 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc780aca1818d36c510416dc234e06e8 Paste-0.9.8.1.tar.gz +d000bba7779d8540e3a1d18bce452cc9 Paste-1.0.tar.gz