diff --git a/abbrev-1.0.7.tgz b/abbrev-1.0.7.tgz deleted file mode 100644 index f9a0ef8..0000000 Binary files a/abbrev-1.0.7.tgz and /dev/null differ diff --git a/nodejs-abbrev.spec b/nodejs-abbrev.spec index ba08ac6..48500a2 100644 --- a/nodejs-abbrev.spec +++ b/nodejs-abbrev.spec @@ -1,11 +1,11 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-abbrev -Version: 1.0.7 +Version: 1.1.1 Release: 1 Summary: Abbreviation calculator for Node.js License: MIT 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 ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging Calculate the set of unique abbreviations for a given set of strings. %prep -%setup -q -n package +%autosetup -n abbrev-js-%{version} %build @@ -31,5 +31,8 @@ node abbrev.js %license LICENSE %changelog +* Wed Jun 29 2022 chenchen - 1.1.1-1 +- Update to 1.1.1 + * Sat Aug 8 2020 wutao - 1.0.7-1 - package init diff --git a/v1.1.1.tar.gz b/v1.1.1.tar.gz new file mode 100644 index 0000000..ba4dd3f Binary files /dev/null and b/v1.1.1.tar.gz differ