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 2026-03-31 15:22:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nginx-macros (Old) and /work/SRC/openSUSE:Factory/.nginx-macros.new.1999 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nginx-macros" Tue Mar 31 15:22:22 2026 rev:4 rq:1343728 version:0.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/nginx-macros/nginx-macros.changes 2021-03-10 08:48:10.682326815 +0100 +++ /work/SRC/openSUSE:Factory/.nginx-macros.new.1999/nginx-macros.changes 2026-03-31 15:22:58.086017195 +0200 @@ -1,0 +2,7 @@ +Thu Mar 26 01:41:37 UTC 2026 - Marcus Rueckert <[email protected]> + +- Update to 0.0.2 + * Enabled http_v3 module when building with aws-lc. + * Dropped unused ipv6 option. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nginx-macros.spec ++++++ --- /var/tmp/diff_new_pack.cr9npn/_old 2026-03-31 15:23:00.418114347 +0200 +++ /var/tmp/diff_new_pack.cr9npn/_new 2026-03-31 15:23:00.422114514 +0200 @@ -1,7 +1,7 @@ # # spec file for package nginx-macros # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: nginx-macros -Version: 0.0.1 +Version: 0.0.2 Release: 0 Summary: Just some macros to make packaging nginx and modules easier License: BSD-2-Clause ++++++ nginx.macros ++++++ --- /var/tmp/diff_new_pack.cr9npn/_old 2026-03-31 15:23:00.478116847 +0200 +++ /var/tmp/diff_new_pack.cr9npn/_new 2026-03-31 15:23:00.482117014 +0200 @@ -42,9 +42,11 @@ --without-poll_module \\\ --with-threads \\\ --with-file-aio \\\ - --with-ipv6 \\\ --with-http_ssl_module \\\ --with-http_v2_module \\\ + %if %{with awslc} \ + --with-http_v3_module \\\ + %endif \ --with-http_realip_module \\\ --with-http_addition_module \\\ --with-http_xslt_module=dynamic \\\
