changeset 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 1697a2bdcf59
children 8f3c148d4f0d
files sources uwsgi-do-not-install-plugins-into-plugin_dir.patch uwsgi.spec
diffstat 3 files changed, 14 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
  
--- 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