From d55dfcb94691af259302ccc4bb896727f4998440 Mon Sep 17 00:00:00 2001 From: joshkayse Date: Mar 07 2010 19:02:28 +0000 Subject: update mod_wsgi to version 3.1 add conflicts to mod_python < 3.3.1 --- diff --git a/.cvsignore b/.cvsignore index f2c1799..7d4e811 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mod_wsgi-2.5.tar.gz +mod_wsgi-3.1.tar.gz diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 8609944..dcddd86 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -1,6 +1,6 @@ Name: mod_wsgi -Version: 2.5 -Release: 2%{?dist} +Version: 3.1 +Release: 1%{?dist} Summary: A WSGI interface for Python web applications in Apache Group: System Environment/Libraries @@ -13,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: httpd-devel BuildRequires: python-devel +Conflicts: mod_python < 3.3.1 %description The mod_wsgi adapter is an Apache module that provides a WSGI compliant @@ -27,7 +28,7 @@ existing WSGI adapters for mod_python or CGI. %build -%configure +%configure --enable-shared make LDFLAGS="-L%{_libdir}" %{?_smp_mflags} @@ -51,6 +52,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Mar 07 2010 Josh Kayse - 3.1-1 +- update to 3.1 +- add explicit enable-shared +- add conflicts mod_python < 3.3.1 + * Sat Jul 25 2009 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 76b69a2..c49ed9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43ad11c477799e2f780c50197c420afd mod_wsgi-2.5.tar.gz +f9aabdcd7a3f66a2319d10793477f9e9 mod_wsgi-3.1.tar.gz