changeset 5:e6b2af6272a4

Update to version 2.0
author Guido Berhoerster <guido+packaging@berhoerster.name>
date Wed, 08 Jan 2014 19:46:46 +0100
parents 851739edafa6
children 6cbd1afb6634
files sources uwsgi.spec
diffstat 2 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/sources	Wed Dec 18 21:01:23 2013 +0100
+++ b/sources	Wed Jan 08 19:46:46 2014 +0100
@@ -1,2 +1,2 @@
-e05ea2b6f48aa8996fce1bac77437c75 eaf1ca90a65ab8524c565fa1bd783838b5dba738.zip
-82df3eeacc0d4e661459bc50d50e757b uwsgi-1.9.21.1.tar.gz
+dbb4d206a1f43fe9724fbd922e3a3382 8efc5cdfc5d1061a3255a120ca49f7d2e2ab1290.zip
+e4ab884be53a18c40975da1f9f14ef3d uwsgi-2.0.tar.gz
--- a/uwsgi.spec	Wed Dec 18 21:01:23 2013 +0100
+++ b/uwsgi.spec	Wed Jan 08 19:46:46 2014 +0100
@@ -1,8 +1,8 @@
 # revision of the uwsgi documentation corresponding to the packaged release
-%global uwsgi_docs_rev  eaf1ca90a65ab8524c565fa1bd783838b5dba738
+%global uwsgi_docs_rev  8efc5cdfc5d1061a3255a120ca49f7d2e2ab1290
 
 Name:           uwsgi
-Version:        1.9.21.1
+Version:        2.0
 Release:        1%{?dist}
 Summary:        Complete Stack for Building Clustered/Distributed Network Applications
 
@@ -424,7 +424,7 @@
 [uwsgi]
 inherit = base
 ; enable XML configuration format
-xml = true
+xml = libxml2
 ; configuration from SQlite database
 sqlite3 = true
 ; configuration via LDAP
@@ -523,7 +523,6 @@
 %{_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
@@ -720,6 +719,9 @@
 %{_libdir}/httpd/modules/mod_uwsgi.so
 
 %changelog
+* Wed Jan  8 2014 Guido Berhoerster <guido+packaging@berhoerster.name> - 2.0-1
+- Update to version 2.0
+
 * Wed Dec 18 2013 Guido Berhoerster <guido+packaging@berhoerster.name> - 1.9.21.1-1
 - Update to version 1.9.21.1
 - License change to GPLv2+ with exceptions