Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nginx-module-zstd for openSUSE:Factory checked in at 2023-11-02 20:22:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nginx-module-zstd (Old) and /work/SRC/openSUSE:Factory/.nginx-module-zstd.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nginx-module-zstd" Thu Nov 2 20:22:46 2023 rev:2 rq:1122666 version:0.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/nginx-module-zstd/nginx-module-zstd.changes 2023-03-31 21:15:36.414407962 +0200 +++ /work/SRC/openSUSE:Factory/.nginx-module-zstd.new.17445/nginx-module-zstd.changes 2023-11-02 20:23:12.463672352 +0100 @@ -1,0 +2,9 @@ +Thu Oct 26 11:08:09 UTC 2023 - Jan Engelhardt <[email protected]> + +- Update to release 0.1.1 + * Don't tell nginx to use zstd compression when Accept-Encoding + only contains gzip + * Avoid using deprecated ZSTD_initCStream_usingCDict if zstd + version >= 1.5.0 + +------------------------------------------------------------------- Old: ---- _service nginx-module-zstd-0~g23.tar.xz New: ---- 0.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nginx-module-zstd.spec ++++++ --- /var/tmp/diff_new_pack.Wp8gaT/_old 2023-11-02 20:23:13.079695019 +0100 +++ /var/tmp/diff_new_pack.Wp8gaT/_new 2023-11-02 20:23:13.083695167 +0100 @@ -1,7 +1,7 @@ # # spec file for package nginx-module-zstd # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: nginx-module-zstd -Version: 0~g23 +Version: 0.1.1 Release: 0 Summary: NGINX module for Zstandard compression License: BSD-2-Clause Group: Productivity/Networking/Web/Proxy URL: https://github.com/tokers/zstd-nginx-module -Source: %name-%version.tar.xz +Source: https://github.com/tokers/zstd-nginx-module/archive/refs/tags/%version.tar.gz BuildRequires: nginx-source BuildRequires: pkgconfig(libzstd) %ngx_conditionals @@ -36,7 +36,7 @@ vs. compression trade-off is configurable in small increments. %prep -%autosetup -p1 +%autosetup -p1 -n zstd-nginx-module-%version cp -r %_prefix/src/nginx . %build
