Accepting request 1061129 from home:dziobian:gulgul-ultron:19
- 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. OBS-URL: https://build.opensuse.org/request/show/1061129 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=59
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 26 08:29:33 UTC 2023 - Bruno Pitrus <brunopitrus@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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 19 13:53:50 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
- New upstream reelase 22.0.3
|
||||
|
||||
@@ -193,7 +193,7 @@ BuildArch: i686
|
||||
|
||||
|
||||
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
|
||||
|
||||
+2
-2
@@ -377,7 +377,7 @@ find . -type f -name "*.o" -print -delete
|
||||
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 @@ popd || cleanup_and_exit 1
|
||||
|
||||
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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:036f5f5c568b5f14a9e17abf6854a682ebba5cdd3c4728b00cbd4dd05c3ac129
|
||||
size 592283819
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a176a7696bf9d2890ead74cb0716df9bea7b738bb1d8572d8f1dc41005112500
|
||||
size 579591298
|
||||
Reference in New Issue
Block a user