Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nginx-macros for openSUSE:Factory 
checked in at 2021-03-10 08:47:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx-macros (Old)
 and      /work/SRC/openSUSE:Factory/.nginx-macros.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nginx-macros"

Wed Mar 10 08:47:53 2021 rev:3 rq:875590 version:0.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx-macros/nginx-macros.changes        
2021-02-22 14:22:54.303581346 +0100
+++ /work/SRC/openSUSE:Factory/.nginx-macros.new.2378/nginx-macros.changes      
2021-03-10 08:48:10.682326815 +0100
@@ -1,0 +2,12 @@
+Tue Feb 16 23:31:02 UTC 2021 - Marcus Rueckert <[email protected]>
+
+- Since we only target sle 12 and above we can skip all
+  conditionals which apply to suse_version before 1315
+
+  With changes in nginx itself we will drop support for sysvinit.
+  http2, libatomic support and pcre_jit will always be on now.
+  and we build all binaries with PIE now.
+- Moved the last 2 path macros from nginx.spec to the macros file.
+  (pid and lock path)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nginx.macros ++++++
--- /var/tmp/diff_new_pack.NrF6CA/_old  2021-03-10 08:48:11.154327302 +0100
+++ /var/tmp/diff_new_pack.NrF6CA/_new  2021-03-10 08:48:11.158327307 +0100
@@ -14,17 +14,10 @@
 %ngx_tmp_uwsgi  %{ngx_home}/uwsgi/
 %ngx_user_group nginx
 %ngx_doc_dir    %{_docdir}/%{name}
+%ngx_pid_path   /run/nginx.pid
+%ngx_lock_path  /run/nginx.lock
 
 %ngx_conditionals \
-%if 0%{?suse_version} > 1220 \
-%bcond_without ngx_http2 \
-%bcond_without ngx_pcre_jit \
-%bcond_without systemd \
-%else \
-%bcond_with    ngx_http2 \
-%bcond_with    ngx_pcre_jit \
-%bcond_with    systemd \
-%endif \
 %bcond_with    ngx_cpp_test \
 %bcond_with    ngx_google_perftools \
 %{nil}
@@ -51,9 +44,7 @@
   --with-file-aio                                 \\\
   --with-ipv6                                     \\\
   --with-http_ssl_module                          \\\
-  %if %{with ngx_http2}                             \
   --with-http_v2_module                           \\\
-  %endif                                            \
   --with-http_realip_module                       \\\
   --with-http_addition_module                     \\\
   --with-http_xslt_module=dynamic                 \\\
@@ -79,21 +70,15 @@
   --with-stream_realip_module                     \\\
   --with-stream_ssl_preread_module                \\\
   --with-pcre                                     \\\
-  %if %{with ngx_pcre_jit}                          \
   --with-pcre-jit                                 \\\
-  %endif                                            \
   %if %{with ngx_google_perftools}                  \
   --with-google_perftools_module                  \\\
   %endif                                            \
   %if %{with ngx_cpp_test}                          \
   --with-cpp_test_module                          \\\
   %endif                                            \
-  %if 0%{?suse_version} > 1220                      \
   --with-cc-opt="%{optflags} -fPIC -D_GNU_SOURCE" \\\
   --with-ld-opt="-Wl,-z,relro,-z,now -pie"        \\\
-  %else                                             \
-  --with-cc-opt="%{optflags}"                     \\\
-  %endif                                            \
   --with-compat
 
 

Reply via email to