From 4f87bb275976dff248fc8aac56593573c35b6695 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Feb 12 2015 13:58:05 +0000 Subject: Upstream to 4.4.8. - This version includes the fix for the segfault described in RHBZ#1178851. --- diff --git a/.gitignore b/.gitignore index d1fd61b..38fe52a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ mod_wsgi-3.2.tar.gz /4.4.1.tar.gz /mod_wsgi-4.4.1.tar.gz /mod_wsgi-4.4.3.tar.gz +/mod_wsgi-4.4.8.tar.gz diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 8c05ba0..fd3f047 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -12,7 +12,7 @@ %endif Name: mod_wsgi -Version: 4.4.3 +Version: 4.4.8 Release: 1%{?dist} Summary: A WSGI interface for Python web applications in Apache Group: System Environment/Libraries @@ -117,6 +117,10 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_modconfdir}/10-wsgi.conf %endif %changelog +* Thu Feb 12 2015 Richard W.M. Jones - 4.4.8-1 +- Upstream to 4.4.8. +- This version includes the fix for the segfault described in RHBZ#1178851. + * Mon Jan 5 2015 Jakub Dorňák - 4.4.3-1 - update to new upstream version 4.4.3 (#1176914) diff --git a/sources b/sources index 6568e48..ac0ef12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -08081db5daed62ff5afa01ae50c187c3 mod_wsgi-4.4.3.tar.gz +09058e19e1b298144fb6958b8333a13f mod_wsgi-4.4.8.tar.gz