diff --git a/.gitignore b/.gitignore index 1de3fe8..40fb68a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ mod_wsgi-3.2.tar.gz /mod_wsgi-3.4.tar.gz /mod_wsgi-d9d5fea585b23991f76532a9b07de7fcd3b649f4.tar.gz /4.3.2.tar.gz +/4.4.1.tar.gz diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 626dc5d..af2db59 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -12,7 +12,7 @@ %endif Name: mod_wsgi -Version: 4.3.2 +Version: 4.4.1 Release: 1%{?dist} Summary: A WSGI interface for Python web applications in Apache Group: System Environment/Libraries @@ -117,6 +117,9 @@ install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_httpd_modconfdir}/10-wsgi.conf %endif %changelog +* Wed Dec 17 2014 Jan Kaluza - 4.4.1-1 +- update to new upstream version 4.4.1 (#1170994) + * Wed Nov 19 2014 Jan Kaluza - 4.3.2-1 - update to new upstream version 4.3.2 (#1104526) diff --git a/sources b/sources index ce53df4..97e9e54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c2012e1b6df523e40c56d2d373b7cb4 4.3.2.tar.gz +e415fe4ca328729bebe0d0913063d87d 4.4.1.tar.gz