From 786f01f7ae991e5e41e92831c1b7a3b6775714d5 Mon Sep 17 00:00:00 2001 From: jbowes Date: Thu, 3 Jul 2008 00:58:36 +0000 Subject: [PATCH] update to 2.1 --- .cvsignore | 2 +- mod_wsgi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) 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