[mod_wsgi] update to new stable release 3.4

Matthias Runge mrunge at fedoraproject.org
Tue Oct 16 06:20:05 UTC 2012


commit ffc999777f0947a8d89207e88129183e77093dd2
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue Oct 16 08:19:47 2012 +0200

    update to new stable release 3.4

 .gitignore    |    1 +
 mod_wsgi.spec |    9 +++++----
 sources       |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d38ec9..ea4fb6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ mod_wsgi-3.2.tar.gz
 /mod_wsgi-?.?
 /results_mod_wsgi/
 /clog
+/mod_wsgi-3.4.tar.gz
diff --git a/mod_wsgi.spec b/mod_wsgi.spec
index 6db69a3..8a1d6dd 100644
--- a/mod_wsgi.spec
+++ b/mod_wsgi.spec
@@ -5,8 +5,8 @@
 %{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
 
 Name:           mod_wsgi
-Version:        3.3
-Release:        7%{?dist}
+Version:        3.4
+Release:        1%{?dist}
 Summary:        A WSGI interface for Python web applications in Apache
 
 Group:          System Environment/Libraries
@@ -14,7 +14,6 @@ License:        ASL 2.0
 URL:            http://modwsgi.org
 Source0:        http://modwsgi.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:        wsgi.conf
-Patch0:         mod_wsgi-3.3-httpd24.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  httpd-devel
@@ -31,7 +30,6 @@ existing WSGI adapters for mod_python or CGI.
 
 %prep
 %setup -q
-%patch0 -p1 -b .httpd24
 
 %build
 %configure --enable-shared --with-apxs=%{_httpd_apxs}
@@ -62,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 15 2012 Matthias Runge <mrunge at redhat.com> - 3.4-1
+- update to upstream release 3.4
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4f0ce00..cd63dbf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6172bb2bbabcd0c25867c2bc06f99dbb  mod_wsgi-3.3.tar.gz
+f42d69190ea0c337ef259cbe8d94d985  mod_wsgi-3.4.tar.gz


More information about the scm-commits mailing list