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-01-26 13:58:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nodejs-electron (Old)
 and      /work/SRC/openSUSE:Factory/.nodejs-electron.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nodejs-electron"

Thu Jan 26 13:58:55 2023 rev:52 rq:1061131 version:22.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/nodejs-electron/nodejs-electron.changes  
2023-01-20 17:38:40.200517842 +0100
+++ 
/work/SRC/openSUSE:Factory/.nodejs-electron.new.32243/nodejs-electron.changes   
    2023-01-26 14:04:23.670215383 +0100
@@ -1,0 +2,6 @@
+Thu Jan 26 08:29:33 UTC 2023 - Bruno Pitrus <brunopit...@hotmail.com>
+- New upstream release 22.1.0
+  * Added `label` property to `Display` objects.
+  * Fixed an issue where `webView`s could have an incorrect initial background 
color following reloads.
+
+-------------------------------------------------------------------

Old:
----
  electron-22.0.3.tar.zst

New:
----
  electron-22.1.0.tar.zst

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

Other differences:
------------------
++++++ nodejs-electron.spec ++++++
--- /var/tmp/diff_new_pack.9NVliV/_old  2023-01-26 14:04:26.970233033 +0100
+++ /var/tmp/diff_new_pack.9NVliV/_new  2023-01-26 14:04:26.974233055 +0100
@@ -193,7 +193,7 @@
 
 
 Name:           nodejs-electron
-Version:        22.0.3
+Version:        22.1.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

++++++ create_tarball.sh ++++++
--- /var/tmp/diff_new_pack.9NVliV/_old  2023-01-26 14:04:27.150233996 +0100
+++ /var/tmp/diff_new_pack.9NVliV/_new  2023-01-26 14:04:27.154234017 +0100
@@ -377,7 +377,7 @@
 find . -type f -name "*.a" -print -delete
 
 #We use sponge to avoid a race condition between find and rm
-find -type f | sponge | xargs -P$(nproc) -- sh -c 'file "$@" | grep -v '\'' 
.*script'\'' | grep '\'' .*executable'\'' | tee /dev/stderr | sed '\''s/: 
.*//'\'' | xargs rm -fv'
+find -type f | sponge | xargs -P$(nproc) -- sh -c 'file -S "$@" | grep -v '\'' 
.*script'\'' | grep '\'' .*executable'\'' | tee /dev/stderr | sed '\''s/: 
.*//'\'' | xargs rm -fv'
 
 
 # Remove empty directories
@@ -387,7 +387,7 @@
 
 echo ">>>>>> Hardlink duplicate files to reduce extraction time"
 
-fdupes -Sr src
+/usr/lib/rpm/fdupes_wrapper src
 
 echo ">>>>>> Create tarball"
 ZSTD_CLEVEL=19 ZSTD_NBTHREADS=$(nproc) tar --zstd -vvcf 
"${ELECTRON_PKGDIR}/${ELECTRON_PKGNAME}-${ELECTRON_PKGVERSION}.tar.zst" src

Reply via email to