SHA256
1
0
forked from pool/asar

Accepting request 1112355 from home:dziobian

- New upstream version 3.2.5
  * properly handle rejections on `createPackageWithOptions`

OBS-URL: https://build.opensuse.org/request/show/1112355
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/asar?expand=0&rev=12
This commit is contained in:
2023-09-19 19:16:34 +00:00
committed by Git OBS Bridge
parent 2d75c54c25
commit 0a0ae5d763
7 changed files with 22 additions and 14 deletions

View File

@@ -17,7 +17,7 @@
Name: asar
Version: 3.2.3
Version: 3.2.5
Release: 0
Summary: Creating atom-shell (electron) app packages
License: MIT and ISC
@@ -25,7 +25,7 @@ Group: Development/Languages/NodeJS
Url: https://github.com/electron/asar
Source0: https://github.com/electron/asar/archive/refs/tags/v%{version}.tar.gz
# Created by prepare-vendor.sh
Source1: vendor.tar.xz
Source1: vendor.tar.zst
Source2: prepare_vendor.sh
BuildArch: noarch
@@ -38,6 +38,7 @@ BuildRequires: nodejs-npm
%else
BuildRequires: npm
%endif
BuildRequires: zstd
%global __requires_exclude ^npm(.*)$
Provides: nodejs-asar = %{version}
@@ -95,7 +96,7 @@ find -name '.releaserc*' -type f -print -delete
%defattr(-,root,root)
%doc CHANGELOG.md README.md
%license LICENSE.md
/usr/bin/asar
%{_bindir}/asar
%{nodejs_sitelib}
%changelog