diff uwsgi.spec @ 3:8f3c148d4f0d

Update to version 1.9.15
author Guido Berhoerster <guido+packaging@berhoerster.name>
date Mon, 09 Sep 2013 19:21:35 +0200
parents 6f2f488ec30d
children 851739edafa6
line wrap: on
line diff
--- a/uwsgi.spec	Sat Jul 27 13:52:48 2013 +0200
+++ b/uwsgi.spec	Mon Sep 09 19:21:35 2013 +0200
@@ -1,8 +1,8 @@
 # revision of the uwsgi documentation corresponding to the packaged release
-%global uwsgi_docs_rev  80da85d58cbaded82ece2b2329dddfdc0291ce0a
+%global uwsgi_docs_rev  63bde22cd047e8ff0da9bbb98d2ad2cdf9be2d5a
 
 Name:           uwsgi
-Version:        1.9.14
+Version:        1.9.15
 Release:        1%{?dist}
 Summary:        Complete Stack for Building Clustered/Distributed Network Applications
 
@@ -380,6 +380,8 @@
 blacklist_plugins="${blacklist_plugins} gccgo"
 # does not build
 blacklist_plugins="${blacklist_plugins} rbthreads"
+# needs glusterfs >= 3.4
+blacklist_plugins="${blacklist_plugins} glusterfs"
 
 embed_plugins="null"
 
@@ -501,6 +503,7 @@
 %{_sbindir}/uwsgi
 %dir %{_localstatedir}/run/uwsgi
 %dir %{_libdir}/uwsgi
+%{_libdir}/%{name}/admin_plugin.so
 %{_libdir}/%{name}/cache_plugin.so
 %{_libdir}/%{name}/cgi_plugin.so
 %{_libdir}/%{name}/cheaper_busyness_plugin.so
@@ -516,8 +519,10 @@
 %{_libdir}/%{name}/notfound_plugin.so
 %{_libdir}/%{name}/objc_gc_plugin.so
 %{_libdir}/%{name}/ping_plugin.so
+%{_libdir}/%{name}/pty_plugin.so
 %{_libdir}/%{name}/rawrouter_plugin.so
 %{_libdir}/%{name}/router_cache_plugin.so
+%{_libdir}/%{name}/router_expires_plugin.so
 %{_libdir}/%{name}/router_hash_plugin.so
 %{_libdir}/%{name}/router_http_plugin.so
 %{_libdir}/%{name}/router_memcached_plugin.so
@@ -529,12 +534,14 @@
 %{_libdir}/%{name}/router_uwsgi_plugin.so
 %{_libdir}/%{name}/router_xmldir_plugin.so
 %{_libdir}/%{name}/rpc_plugin.so
+%{_libdir}/%{name}/rsyslog_plugin.so
 %{_libdir}/%{name}/signal_plugin.so
 %{_libdir}/%{name}/spooler_plugin.so
 %{_libdir}/%{name}/ssi_plugin.so
 %{_libdir}/%{name}/sslrouter_plugin.so
 %{_libdir}/%{name}/stats_pusher_statsd_plugin.so
 %{_libdir}/%{name}/symcall_plugin.so
+%{_libdir}/%{name}/syslog_plugin.so
 %{_libdir}/%{name}/transformation_chunked_plugin.so
 %{_libdir}/%{name}/transformation_gzip_plugin.so
 %{_libdir}/%{name}/transformation_offload_plugin.so
@@ -544,9 +551,6 @@
 %{_libdir}/%{name}/webdav_plugin.so
 %{_libdir}/%{name}/xattr_plugin.so
 %{_libdir}/%{name}/zergpool_plugin.so
-%{_libdir}/%{name}/admin_plugin.so
-%{_libdir}/%{name}/syslog_plugin.so
-%{_libdir}/%{name}/rsyslog_plugin.so
 
 %{_libdir}/%{name}/carbon_plugin.so
 %{_libdir}/%{name}/emperor_amqp_plugin.so
@@ -681,6 +685,9 @@
 %{_libdir}/httpd/modules/mod_uwsgi.so
 
 %changelog
+* Mon Sep  9 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.15-1
+- Update to version 1.9.15
+
 * Sat Jul 27 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.14-1
 - Update to version 1.9.14