diff --git a/.cvsignore b/.cvsignore index 215a70c..11ba065 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mod_wsgi-1.3.tar.gz +mod_wsgi-2.1.tar.gz diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 6ddbb4c..93d852c 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -1,6 +1,6 @@ Name: mod_wsgi -Version: 1.3 -Release: 4%{?dist} +Version: 2.1 +Release: 1%{?dist} Summary: A WSGI interface for Python web applications in Apache Group: System Environment/Libraries @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jul 02 2008 James Bowes 2.1-1 +- Update to 2.1 + * Mon Jun 16 2008 Ricky Zhou 1.3-4 - Build against the shared python lib. diff --git a/sources b/sources index 09556f7..37ac0b1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7dc5e45f7332fde54fb1c5b71616e4a2 mod_wsgi-1.3.tar.gz +4e0e8b5a13e0be2fc5b038f1e3e826a2 mod_wsgi-2.1.tar.gz