Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package nginx-module-njs for
openSUSE:Factory checked in at 2023-10-20 23:18:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nginx-module-njs (Old)
and /work/SRC/openSUSE:Factory/.nginx-module-njs.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nginx-module-njs"
Fri Oct 20 23:18:43 2023 rev:2 rq:1119189 version:0.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/nginx-module-njs/nginx-module-njs.changes
2023-05-17 10:53:46.791556969 +0200
+++
/work/SRC/openSUSE:Factory/.nginx-module-njs.new.1945/nginx-module-njs.changes
2023-10-20 23:21:31.152923048 +0200
@@ -1,0 +2,13 @@
+Thu Oct 19 20:52:24 UTC 2023 - Andreas Stieger <[email protected]>
+
+- update to 0.8.1:
+ * Implement a number of useful language facilities around shared
+ dictionaries, add more global nginx properties, and
+ configuration directives (js_periodic, js_shared_dict_zone)
+ * Possibly incompatible change: native methods are provided with
+ retval argument. This change breaks compatibility with C
+ extension for njs requiring the modification of the code.
+ * A number of non-compliant deprecated String methods were
+ removed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nginx-module-njs.spec ++++++
--- /var/tmp/diff_new_pack.AOC2dp/_old 2023-10-20 23:21:32.156959681 +0200
+++ /var/tmp/diff_new_pack.AOC2dp/_new 2023-10-20 23:21:32.160959828 +0200
@@ -1,7 +1,7 @@
#
# spec file for package nginx-module-njs
#
-# 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,38 +17,38 @@
Name: nginx-module-njs
-Version: 0.7.12
+Version: 0.8.1
Release: 0
Summary: NGINX module for NGINX Javascript
License: BSD-2-Clause
Group: Productivity/Networking/Web/Proxy
URL: https://nginx.org/en/docs/njs/
-Source: %name.tar.gz
+Source: %{name}.tar.gz
BuildRequires: nginx-source
-%ngx_conditionals
-%ngx_requires
+%{ngx_conditionals}
+%{ngx_requires}
%description
njs is a subset of the JavaScript language that allows extending
nginx functionality.
%prep
-%autosetup -p1 -n %name
-cp -r %_prefix/src/nginx .
+%autosetup -p1 -n %{name}
+cp -r %{_prefix}/src/nginx .
%build
cd nginx
-%ngx_configure --add-dynamic-module=.
+%{ngx_configure} --add-dynamic-module=.
%make_build modules
%install
-mkdir -p %buildroot/%ngx_module_dir
-install -Dpm0755 nginx/objs/ngx_http_js_module.so %buildroot/%ngx_module_dir
-install -Dpm0755 nginx/objs/ngx_stream_js_module.so %buildroot/%ngx_module_dir
+mkdir -p %{buildroot}/%{ngx_module_dir}
+install -Dpm0755 nginx/objs/ngx_http_js_module.so
%{buildroot}/%{ngx_module_dir}
+install -Dpm0755 nginx/objs/ngx_stream_js_module.so
%{buildroot}/%{ngx_module_dir}
%files
%license LICENSE
%doc README CHANGES
-%ngx_module_dir/ngx_http_js_module.so
-%ngx_module_dir/ngx_stream_js_module.so
+%{ngx_module_dir}/ngx_http_js_module.so
+%{ngx_module_dir}/ngx_stream_js_module.so
++++++ _service ++++++
--- /var/tmp/diff_new_pack.AOC2dp/_old 2023-10-20 23:21:32.188960849 +0200
+++ /var/tmp/diff_new_pack.AOC2dp/_new 2023-10-20 23:21:32.192960995 +0200
@@ -3,7 +3,7 @@
<param name="filename">nginx-module-njs</param>
<param name="scm">hg</param>
<param name="url">https://hg.nginx.org/njs</param>
- <param name="revision">0.7.12</param>
+ <param name="revision">0.8.1</param>
<param name="version"></param>
</service>
<service name="recompress" mode="manual">
++++++ nginx-module-njs.tar.gz ++++++
++++ 49691 lines of diff (skipped)