diff --git a/.cvsignore b/.cvsignore index 8720d6d..8dcc228 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -WebOb-0.9.3.tar.gz +WebOb-0.9.4.tar.gz diff --git a/python-webob.spec b/python-webob.spec index aebf27c..0b564c9 100644 --- a/python-webob.spec +++ b/python-webob.spec @@ -2,8 +2,8 @@ Name: python-webob Summary: WSGI request and response object -Version: 0.9.3 -Release: 2%{?dist} +Version: 0.9.4 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://pythonpaste.org/webob/ @@ -15,6 +15,7 @@ BuildRequires: python-setuptools-devel BuildRequires: python-nose BuildRequires: python-dtopt BuildRequires: python-tempita +BuildRequires: python-wsgiproxy %description WebOb provides wrappers around the WSGI request environment, and an object to @@ -55,6 +56,12 @@ environment. %{python_sitelib}/WebOb*.egg-info/ %changelog +* Sat Dec 06 2008 Ricky Zhou 0.9.4-1 +- Upstream released new version. + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.9.3-3 +- Rebuild for Python 2.6 + * Tue Sep 30 2008 Ricky Zhou 0.9.3-2 - Add BuildRequires on python-tempita. diff --git a/sources b/sources index d4b8d4a..c5696b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ee83b8beea08a573a048cb5332a532f WebOb-0.9.3.tar.gz +95b6bb266470f04ca670a17ed7b05cfe WebOb-0.9.4.tar.gz