Hello community,

here is the log from the commit of package uwsgi for openSUSE:Factory checked 
in at 2018-07-06 10:48:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uwsgi (Old)
 and      /work/SRC/openSUSE:Factory/.uwsgi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uwsgi"

Fri Jul  6 10:48:01 2018 rev:28 rq:621112 version:2.0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes      2018-04-19 
15:31:57.804960330 +0200
+++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi.changes 2018-07-06 
10:48:28.438791851 +0200
@@ -1,0 +2,13 @@
+Thu May 31 00:45:55 UTC 2018 - jf...@funktronics.ca
+
+- Don't create a /run directory for Apache on startup. It fails if Apache is
+  not installed and sockets are defined per-application anyway (bnc#1082002)
+- Fix broken build dependency on Leap 15
+
+-------------------------------------------------------------------
+Tue Apr 24 10:48:33 UTC 2018 - mich...@stroeder.com
+
+- Require Apache 2.4.33 for Leap 15 and Tumbleweed
+  because otherwise mod_proxy_uwsgi is not available (bsc#1090695)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ uwsgi.spec ++++++
--- /var/tmp/diff_new_pack.EAQQ1u/_old  2018-07-06 10:48:32.838786607 +0200
+++ /var/tmp/diff_new_pack.EAQQ1u/_new  2018-07-06 10:48:32.842786602 +0200
@@ -47,7 +47,11 @@
   %define apxs %{_sbindir}/apxs2
 %endif
 %define apache_libexecdir %(%{apxs} -q LIBEXECDIR)
+%if 0%{suse_version} < 1500
 BuildRequires:  apache2-devel
+%else
+BuildRequires:  apache2-devel >= 2.4.33
+%endif
 %if 0%{?suse_version} >= 1500
 BuildRequires:  argon2-devel
 %endif

++++++ uwsgi.service ++++++
--- /var/tmp/diff_new_pack.EAQQ1u/_old  2018-07-06 10:48:32.958786464 +0200
+++ /var/tmp/diff_new_pack.EAQQ1u/_new  2018-07-06 10:48:32.958786464 +0200
@@ -1,11 +1,8 @@
 [Unit]
 Description=Application Container Server for Networked/Clustered Web 
Applications
-Requires=var-run.mount
-After=var-run.mount
 Documentation=https://uwsgi-docs.readthedocs.io/en/latest/
 
 [Service]
-ExecStartPre=/usr/bin/install -d -o wwwrun -g www -m 0755 /run/uwsgi
 ExecStart=/usr/sbin/uwsgi --autoload --ini /etc/uwsgi/uwsgi.ini
 Restart=always
 Type=notify


Reply via email to