Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nodejs-electron for openSUSE:Factory 
checked in at 2023-12-22 22:42:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-electron.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-electron"

Fri Dec 22 22:42:30 2023 rev:93 rq:1134640 version:27.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes  
2023-12-02 17:13:36.434302732 +0100
+++ 
/work/SRC/openSUSE:Factory/.nodejs-electron.new.28375/nodejs-electron.changes   
    2023-12-22 22:42:55.607504977 +0100
@@ -1,0 +2,10 @@
+Fri Dec 22 14:10:57 UTC 2023 - Bruno Pitrus <brunopit...@hotmail.com>
+
+- New upstream release 27.2.0
+  * Added an option in protocol.registerSchemesAsPrivileged to allow V8 code 
cache in custom schemes.
+  * Fixed an issue where font requests were incorrectly being sent to dev 
tools multiple times per resource.
+  * Fixed save to file option not working in performance tab of devtools.
+  * Fix use after free in MediaStream (CVE-2023-6508)
+  * Fix heap buffer overflow in WebRTC (CVE-2023-7024 bsc#1218302)
+
+-------------------------------------------------------------------

Old:
----
  electron-27.1.3.tar.zst

New:
----
  electron-27.2.0.tar.zst

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

Other differences:
------------------
++++++ nodejs-electron.spec ++++++
--- /var/tmp/diff_new_pack.pBzRQB/_old  2023-12-22 22:42:59.687654539 +0100
+++ /var/tmp/diff_new_pack.pBzRQB/_new  2023-12-22 22:42:59.687654539 +0100
@@ -240,7 +240,7 @@
 
 
 Name:           nodejs-electron
-Version:        27.1.3
+Version:        27.2.0
 Release:        0
 Summary:        Build cross platform desktop apps with JavaScript, HTML, and 
CSS
 License:        AFL-2.0 AND Apache-2.0 AND blessing AND BSD-2-Clause AND 
BSD-3-Clause AND BSD-Protection AND BSD-Source-Code AND bzip2-1.0.6 AND IJG AND 
ISC AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT AND MIT-CMU AND 
MIT-open-group AND (MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later) AND 
MPL-2.0 AND OpenSSL AND SGI-B-2.0 AND SUSE-Public-Domain AND X11
@@ -485,7 +485,7 @@
 BuildRequires:  python3-json5
 BuildRequires:  python%{PYVER}-jinja2 >= 3.0.2
 BuildRequires:  python3-mako
-BuildRequires:  python3-ply
+BuildRequires:  python%{PYVER}-ply
 BuildRequires:  python%{PYVER}-PyYAML >= 6
 BuildRequires:  python%{PYVER}-six
 %if %{with system_simdutf}
@@ -624,7 +624,11 @@
 BuildRequires:  pkgconfig(libyuv) >= 1855
 %endif
 %if 0%{?fedora}
+%if 0%{?fedora} >= 40
+BuildRequires:  minizip-ng-compat-devel
+%else
 BuildRequires:  minizip-compat-devel
+%endif
 %else
 BuildRequires:  pkgconfig(minizip)
 %endif
@@ -826,7 +830,7 @@
 #HACK: Those packages on Leap are available only in python3.6 versions.
 %if 0%{?suse_version}  && 0%{?suse_version} < 1550
 install -d -m 0755 python3-site
-cp -pr %{python3_sitelib}/{json5,mako,ply} -t "$(pwd)/python3-site"
+cp -pr %{python3_sitelib}/{json5,mako} -t "$(pwd)/python3-site"
 export PYTHONPATH="$(pwd)/python3-site"
 %endif
 

++++++ create_tarball.sh ++++++
--- /var/tmp/diff_new_pack.pBzRQB/_old  2023-12-22 22:42:59.839660111 +0100
+++ /var/tmp/diff_new_pack.pBzRQB/_new  2023-12-22 22:42:59.843660258 +0100
@@ -141,7 +141,7 @@
 
 echo ">>>>>> Get node modules for electron"
 pushd src/electron || cleanup_and_exit 1
-yarn install --frozen-lockfile --ignore-engines --ignore-scripts 
--link-duplicates
+yarn install --frozen-lockfile --ignore-engines --ignore-platform 
--ignore-scripts --link-duplicates
 if [ $? -ne 0 ]; then
     echo "ERROR: yarn install failed"
     cleanup_and_exit 1

Reply via email to