Mercurial > packages > rhel6 > uwsgi
diff uwsgi.spec @ 2:6f2f488ec30d
Update to version 1.9.14
author | Guido Berhoerster <guido+packaging@berhoerster.name> |
---|---|
date | Sat, 27 Jul 2013 13:52:48 +0200 |
parents | 9668c317e887 |
children | 8f3c148d4f0d |
line wrap: on
line diff
--- a/uwsgi.spec Sat Jul 27 13:45:35 2013 +0200 +++ b/uwsgi.spec Sat Jul 27 13:52:48 2013 +0200 @@ -1,8 +1,8 @@ # revision of the uwsgi documentation corresponding to the packaged release -%global uwsgi_docs_rev fe9425920713f11d3636ae3924867147fabcc02c +%global uwsgi_docs_rev 80da85d58cbaded82ece2b2329dddfdc0291ce0a Name: uwsgi -Version: 1.9.13 +Version: 1.9.14 Release: 1%{?dist} Summary: Complete Stack for Building Clustered/Distributed Network Applications @@ -37,7 +37,6 @@ BuildRequires: libattr-devel BuildRequires: libcap-devel BuildRequires: libcurl-devel -BuildRequires: libcurl-devel BuildRequires: libedit-devel BuildRequires: libuuid-devel BuildRequires: libxml2-devel @@ -379,6 +378,8 @@ blacklist_plugins="${blacklist_plugins} fiber" # gccgo is not available blacklist_plugins="${blacklist_plugins} gccgo" +# does not build +blacklist_plugins="${blacklist_plugins} rbthreads" embed_plugins="null" @@ -564,6 +565,7 @@ %{_libdir}/%{name}/ring_plugin.so %{_libdir}/%{name}/router_spnego_plugin.so %{_libdir}/%{name}/rrdtool_plugin.so +%{_libdir}/%{name}/servlet_plugin.so %files doc %defattr(-,root,root,-) @@ -679,5 +681,8 @@ %{_libdir}/httpd/modules/mod_uwsgi.so %changelog +* Sat Jul 27 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.14-1 +- Update to version 1.9.14 + * Wed Jul 10 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.13-1 - Initial packaging