# HG changeset patch # User Guido Berhoerster # Date 1374925968 -7200 # Node ID 6f2f488ec30d3548539a7a276550bf10ba4ea320 # Parent 1697a2bdcf598ec07e68cd42e79a5bce0aacdb16 Update to version 1.9.14 diff -r 1697a2bdcf59 -r 6f2f488ec30d sources --- a/sources Sat Jul 27 13:45:35 2013 +0200 +++ b/sources Sat Jul 27 13:52:48 2013 +0200 @@ -1,2 +1,2 @@ -9a83f2dca648ce491f043abd81e02db4 fe9425920713f11d3636ae3924867147fabcc02c.zip -e331f96469166520a0e3d02296199cbd uwsgi-1.9.13.tar.gz +2b1db702a7c13001fd9fb6341e6c620e 80da85d58cbaded82ece2b2329dddfdc0291ce0a.zip +ec9cf333534604f17ef4e24051d9d65d uwsgi-1.9.14.tar.gz diff -r 1697a2bdcf59 -r 6f2f488ec30d uwsgi-do-not-install-plugins-into-plugin_dir.patch --- a/uwsgi-do-not-install-plugins-into-plugin_dir.patch Sat Jul 27 13:45:35 2013 +0200 +++ b/uwsgi-do-not-install-plugins-into-plugin_dir.patch Sat Jul 27 13:52:48 2013 +0200 @@ -1,8 +1,8 @@ -Index: uwsgi-1.9.13/uwsgiconfig.py +Index: uwsgi-1.9.14/uwsgiconfig.py =================================================================== ---- uwsgi-1.9.13.orig/uwsgiconfig.py -+++ uwsgi-1.9.13/uwsgiconfig.py -@@ -1170,10 +1170,7 @@ def build_plugin(path, uc, cflags, ldfla +--- uwsgi-1.9.14.orig/uwsgiconfig.py ++++ uwsgi-1.9.14/uwsgiconfig.py +@@ -1175,10 +1175,7 @@ def build_plugin(path, uc, cflags, ldfla except: pass diff -r 1697a2bdcf59 -r 6f2f488ec30d uwsgi.spec --- 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 - 1.9.14-1 +- Update to version 1.9.14 + * Wed Jul 10 2013 Guido Berhoerster - 1.9.13-1 - Initial packaging