From 17535ae81dd563c0852299c6c10d5d2192c8cd16 Mon Sep 17 00:00:00 2001 From: jbowes Date: Thu, 2 Jul 2009 19:10:59 +0000 Subject: [PATCH] update to 2.5 for devel --- .cvsignore | 2 +- mod_wsgi.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 82662b3..f2c1799 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mod_wsgi-2.3.tar.gz +mod_wsgi-2.5.tar.gz diff --git a/mod_wsgi.spec b/mod_wsgi.spec index c7f16bb..298a550 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -1,6 +1,6 @@ Name: mod_wsgi -Version: 2.3 -Release: 3%{?dist} +Version: 2.5 +Release: 1%{?dist} Summary: A WSGI interface for Python web applications in Apache Group: System Environment/Libraries @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jul 02 2009 James Bowes 2.5-1 +- Update to 2.5 + * Wed Feb 25 2009 Fedora Release Engineering - 2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 388c308..76b69a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c686e1c498dbe5753fe491c3cf61cff4 mod_wsgi-2.3.tar.gz +43ad11c477799e2f780c50197c420afd mod_wsgi-2.5.tar.gz