Update to 1.1.2

This commit is contained in:
wu-leilei 2023-11-02 14:32:22 +08:00
parent 6b9c182244
commit 997eb95146
3 changed files with 7 additions and 4 deletions

BIN
1.1.2.tar.gz Normal file

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global packagename sprintf-js
%global enable_tests 1
Name: nodejs-sprintf-js
Version: 1.1.0
Release: 2
Version: 1.1.2
Release: 1
Summary: JavaScript sprintf implementation
License: BSD-3-Clause
URL: https://github.com/alexei/sprintf.js.git
Source0: https://registry.npmjs.org/sprintf-js/-/sprintf-js-%{version}.tgz
Source0: https://github.com/alexei/sprintf.js/archive/%{version}.tar.gz
ExclusiveArch: %{nodejs_arches} noarch
BuildArch: noarch
BuildRequires: nodejs-packaging
@ -19,7 +19,7 @@ Requires: nodejs
JavaScript sprintf implementation
%prep
%setup -q -n package
%setup -q -n sprintf.js-%{version}
rm -rf dist/
%build
@ -45,6 +45,9 @@ cp -pr *.json src/ \
%{nodejs_sitelib}/%{packagename}
%changelog
* Thu Nov 02 2023 wulei <wu_lei@hoperun.com> - 1.1.2-1
- Update to 1.1.2
* Tue May 10 2022 liyanan <liyanan32@h-partners.com> - 1.1.0-2
- License compliance rectification

Binary file not shown.