Hello community, here is the log from the commit of package uwsgi for openSUSE:Factory checked in at 2020-12-14 18:10:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uwsgi (Old) and /work/SRC/openSUSE:Factory/.uwsgi.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uwsgi" Mon Dec 14 18:10:17 2020 rev:41 rq:855752 version:2.0.19.1 Changes: -------- --- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes 2020-12-03 18:44:07.890269161 +0100 +++ /work/SRC/openSUSE:Factory/.uwsgi.new.2328/uwsgi.changes 2020-12-14 18:10:36.687714217 +0100 @@ -1,0 +2,5 @@ +Fri Dec 11 22:29:58 UTC 2020 - Andreas Schwab <[email protected]> + +- Fix logic handling v8 plugin + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uwsgi.spec ++++++ --- /var/tmp/diff_new_pack.AiECRX/_old 2020-12-14 18:10:37.599715123 +0100 +++ /var/tmp/diff_new_pack.AiECRX/_new 2020-12-14 18:10:37.607715131 +0100 @@ -102,7 +102,7 @@ BuildRequires: sqlite3-devel BuildRequires: tcpd-devel BuildRequires: pkgconfig(libsystemd) -%ifarch %{ix86} x86_64 %{arm} aarch64 +%ifarch %{ix86} x86_64 %{arm} %if 0%{?suse_version} < 1310 BuildRequires: v8-devel %endif @@ -386,9 +386,6 @@ This package contains support for storing application configuration in SQLite3 databases. - -%ifarch %{ix86} x86_64 %{arm} aarch64 -%if 0%{?suse_version} < 1310 %package v8 Summary: V8 JavaScript Plugin for uWSGI Group: Productivity/Networking/Web/Servers @@ -398,8 +395,6 @@ uWSGI is a self-healing application container server coded in pure C. This package contains support for JavaScript using V8. -%endif -%endif %package xslt Summary: XSLT Plugin for uWSGI @@ -490,9 +485,11 @@ # V8 is not yet available on all platforms and is broken in the v8 versions in # 13.1+ -%ifarch %{ix86} x86_64 %{arm} aarch64 ppc ppc64 ppc64le %if 0%{?suse_version} >= 1310 excluded_plugins="$excluded_plugins v8" +%else +%ifnarch %{ix86} x86_64 %{arm} +excluded_plugins="$excluded_plugins v8" %endif %endif _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
