[Bug 2045884] Review Request: uwsgi - Fast, self-healing, application container server [unretire]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=2045884



--- Comment #2 from Terje Røsten <terjeros@xxxxxxxxxxxx> ---
https://download.copr.fedorainfracloud.org/results/ertzing/scratch_x64/fedora-rawhide-x86_64/03253136-uwsgi/uwsgi.spec

--- uwsgi.spec.old      2022-01-26 15:39:13.334611499 +0100
+++ uwsgi.spec  2022-01-26 15:38:21.991128327 +0100
@@ -1,5 +1,5 @@
 # Documentation sources:
-%global commit 8d868eadfb460785a735030271afa233ac854763
+%global commit 9b4ef5fa68fe42929a5e5410165d36fcc7b2d2c7
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global docrepo uwsgi-docs

@@ -130,8 +130,8 @@
 %endif

 Name:           uwsgi
-Version:        2.0.18
-Release:        16%{?dist}
+Version:        2.0.20
+Release:        0.3%{?dist}
 Summary:        Fast, self-healing, application container server
 # uwsgi is licensed under GPLv2 with a linking exception
 # docs are licensed under MIT
@@ -155,12 +155,11 @@
 Patch5:         uwsgi_fix_mongodb.patch
 Patch6:         uwsgi_v8-314_compatibility.patch
 Patch7:         uwsgi_fix_mono.patch
-# https://github.com/unbit/uwsgi/pull/1772
-Patch9:         uwsgi-2.0.16-glfs.patch
-# https://github.com/unbit/uwsgi/pull/2141
-Patch10:        uwsgi_fix_psgi.patch
-# https://github.com/unbit/uwsgi/pull/2105
-Patch11:        uwsgi_fix_php74_zend.patch
+# https://github.com/unbit/uwsgi/issues/2283
+Patch12:        uwsgi_fix_php8.patch
+Patch13:        uwsgi_fix_chroot_chdir.patch
+# https://github.com/unbit/uwsgi/issues/2356
+Patch14:        uwsgi_fix_php_arginfo.patch

 BuildRequires:  curl, libxml2-devel, libuuid-devel, jansson-devel
 BuildRequires:  libyaml-devel, ruby-devel
@@ -292,7 +291,8 @@
 %endif

 %description -n python%{python3_pkgversion}-uwsgidecorators
-The uwsgidecorators Python %{python3_version} module provides higher-level
access to the uWSGI API.
+The uwsgidecorators Python %{python3_version} module provides higher-level
+access to the uWSGI API.
 %endif

 %if %{with python3_other}
@@ -302,7 +302,8 @@
 Requires:       uwsgi-plugin-python%{python3_other_pkgversion} =
%{version}-%{release}

 %description -n python%{python3_other_pkgversion}-uwsgidecorators
-The uwsgidecorators Python %{python3_other_version} module provides
higher-level access to the uWSGI API.
+The uwsgidecorators Python %{python3_other_version} module provides
+higher-level access to the uWSGI API.
 %endif

 %package -n uwsgi-docs
@@ -363,7 +364,7 @@

 %package -n uwsgi-alarm-curl
 Summary:  uWSGI - Curl alarm plugin
-Requires: uwsgi-plugin-common = %{version}-%{release}, libcurl
+Requires: uwsgi-plugin-common = %{version}-%{release}

 %description -n uwsgi-alarm-curl
 This package contains the alarm_curl alarm plugin for uWSGI
@@ -446,7 +447,7 @@

 %package -n uwsgi-logger-graylog2
 Summary:   uWSGI - Graylog2 logger plugin
-Requires:  uwsgi-plugin-common = %{version}-%{release}, zlib
+Requires:  uwsgi-plugin-common = %{version}-%{release}

 %description -n uwsgi-logger-graylog2
 This package contains the graylog2 logger plugin for uWSGI
@@ -527,7 +528,7 @@

 %package -n uwsgi-plugin-airbrake
 Summary:  uWSGI - Plugin for AirBrake support
-Requires: uwsgi-plugin-common = %{version}-%{release}, libcurl
+Requires: uwsgi-plugin-common = %{version}-%{release}

 %description -n uwsgi-plugin-airbrake
 This package contains the airbrake plugin for uWSGI
@@ -571,14 +572,14 @@

 %package -n uwsgi-plugin-cplusplus
 Summary:  uWSGI - Plugin for C++ support
-Requires: uwsgi-plugin-common = %{version}-%{release}, libstdc++
+Requires: uwsgi-plugin-common = %{version}-%{release}

 %description -n uwsgi-plugin-cplusplus
 This package contains the cplusplus plugin for uWSGI

 %package -n uwsgi-plugin-curl-cron
 Summary:  uWSGI - Plugin for CURL Cron support
-Requires: uwsgi-plugin-common = %{version}-%{release}, libcurl
+Requires: uwsgi-plugin-common = %{version}-%{release}

 %description -n uwsgi-plugin-curl-cron
 This package contains the curl_cron plugin for uWSGI
@@ -623,7 +624,7 @@
 %if %{with python2}
 %package -n uwsgi-plugin-python2-gevent
 Summary:  uWSGI - Plugin for Python 2 GEvent support
-Requires: uwsgi-plugin-python2 = %{version}-%{release}, libevent
+Requires: uwsgi-plugin-python2 = %{version}-%{release}
 Obsoletes: uwsgi-plugin-gevent < 2.0.16-4
 Provides: uwsgi-plugin-gevent = %{version}-%{release}

@@ -634,7 +635,7 @@
 %if %{with python3}
 %package -n uwsgi-plugin-python%{python3_pkgversion}-gevent
 Summary:  uWSGI - Plugin for Python %{python3_version} GEvent support
-Requires: uwsgi-plugin-python%{python3_pkgversion} = %{version}-%{release},
libevent
+Requires: uwsgi-plugin-python%{python3_pkgversion} = %{version}-%{release}

 %description -n uwsgi-plugin-python%{python3_pkgversion}-gevent
 This package contains the Python %{python3_version} gevent plugin for uWSGI
@@ -913,21 +914,21 @@

 %package -n uwsgi-plugin-webdav
 Summary:  uWSGI - Plugin for WebDAV support
-Requires: uwsgi-plugin-common = %{version}-%{release}, libattr
+Requires: uwsgi-plugin-common = %{version}-%{release}

 %description -n uwsgi-plugin-webdav
 This package contains the webdav plugin for uWSGI

 %package -n uwsgi-plugin-xattr
 Summary:  uWSGI - Plugin for Extra Attributes support
-Requires: uwsgi-plugin-common = %{version}-%{release}, libattr
+Requires: uwsgi-plugin-common = %{version}-%{release}

 %description -n uwsgi-plugin-xattr
 This package contains the xattr plugin for uWSGI

 %package -n uwsgi-plugin-xslt
 Summary:  uWSGI - Plugin for XSLT transformation support
-Requires: uwsgi-plugin-common = %{version}-%{release}, libxslt
+Requires: uwsgi-plugin-common = %{version}-%{release}

 %description -n uwsgi-plugin-xslt
 This package contains the xslt plugin for uWSGI
@@ -1142,11 +1143,9 @@
 %if %{with mono}
 %patch7 -p1
 %endif
-%patch9 -p1
-%if 0%{?fedora} >= 32
-%patch10 -p1
-%endif
-%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1

 #disable plug-ins
 %if %{without mongodblibs}
@@ -1775,6 +1774,9 @@


 %changelog
+* Sun Jan 23 2022 Ralf Ertzinger <ralf@xxxxxxxxxxx> - 2.0.20-0.3
+- Update to 2.0.20
+
 * Wed Jan 27 2021 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> -
2.0.18-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2045884
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux