Update to 1.1.1
(cherry picked from commit 43bab59fae905c94d49acca2d78c52d2349c5ec1)
This commit is contained in:
parent
76a570406c
commit
f737a789ea
BIN
abbrev-1.0.7.tgz
BIN
abbrev-1.0.7.tgz
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: nodejs-abbrev
|
Name: nodejs-abbrev
|
||||||
Version: 1.0.7
|
Version: 1.1.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Abbreviation calculator for Node.js
|
Summary: Abbreviation calculator for Node.js
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/isaacs/abbrev-js
|
URL: https://github.com/isaacs/abbrev-js
|
||||||
Source0: https://registry.npmjs.org/abbrev/-/abbrev-%{version}.tgz
|
Source0: https://github.com/npm/abbrev-js/archive/refs/tags/v1.1.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: nodejs-packaging
|
BuildRequires: nodejs-packaging
|
||||||
@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging
|
|||||||
Calculate the set of unique abbreviations for a given set of strings.
|
Calculate the set of unique abbreviations for a given set of strings.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%autosetup -n abbrev-js-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -31,5 +31,8 @@ node abbrev.js
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2022 chenchen <chen_aka_jan@163.com> - 1.1.1-1
|
||||||
|
- Update to 1.1.1
|
||||||
|
|
||||||
* Sat Aug 8 2020 wutao <wutao61@huawei.com> - 1.0.7-1
|
* Sat Aug 8 2020 wutao <wutao61@huawei.com> - 1.0.7-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
BIN
v1.1.1.tar.gz
Normal file
BIN
v1.1.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user