Accepting request 1059170 from devel:languages:nodejs
OBS-URL: https://build.opensuse.org/request/show/1059170 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asar?expand=0&rev=3
This commit is contained in:
commit
5ca47b7354
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 21:50:31 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
- New upstream version 3.2.3
|
||||
* fix bad output on unknown CLI command
|
||||
* update vendored dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 4 18:10:42 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
|
||||
- New upstream version 3.2.2
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: asar
|
||||
Version: 3.2.2
|
||||
Version: 3.2.3
|
||||
Release: 0
|
||||
Summary: Creating atom-shell (electron) app packages
|
||||
License: MIT and ISC
|
||||
@ -94,4 +94,4 @@ find -name '.releaserc*' -type f -print -delete
|
||||
/usr/bin/asar
|
||||
%{nodejs_sitelib}
|
||||
|
||||
%changelog
|
||||
%changelog
|
||||
|
@ -50,6 +50,7 @@ fi
|
||||
|
||||
echo ">>>>>> Cleanup object files"
|
||||
find node_modules/ -name "*.node" -print -delete
|
||||
find node_modules/ -name "*.wasm" -print -delete
|
||||
find node_modules/ -name "*.jar" -print -delete
|
||||
find node_modules/ -name "*.dll" -print -delete
|
||||
find node_modules/ -name "*.dylib" -print -delete
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:992583e43c5946ec246752a18df6889da76bfac30f6a3de4dc3d02b2fbf7d3a7
|
||||
size 130893
|
3
v3.2.3.tar.gz
Normal file
3
v3.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abea204a5d213eed8638c2dd0a507b7f6e89122f09290a84b471a6e660e947d8
|
||||
size 104776
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cfd6121e554af57c0b6eba1c5fecd5ad2aee83e145867dd9fc6b540bce1774b
|
||||
size 163336
|
||||
oid sha256:0b8a7b6bbe19544e16ab7d699d550165e9bb0294982dece2f0be5c1317761915
|
||||
size 337656
|
||||
|
Loading…
Reference in New Issue
Block a user