diff --git a/nodejs-util-v0.11.1.tar.gz b/nodejs-util-v0.11.1.tar.gz new file mode 100644 index 0000000..b1881ca Binary files /dev/null and b/nodejs-util-v0.11.1.tar.gz differ diff --git a/nodejs-util.spec b/nodejs-util.spec index c57b97d..f0af93a 100644 --- a/nodejs-util.spec +++ b/nodejs-util.spec @@ -2,12 +2,12 @@ %global srcname util Name: nodejs-%{srcname} -Version: 0.10.3 -Release: 2 +Version: 0.11.1 +Release: 1 Summary: Node.JS util module License: MIT URL: https://github.com/defunctzombie/node-util -Source0: http://registry.npmjs.org/util/-/util-%{version}.tgz +Source0: https://github.com/browserify/node-util/archive/v%{version}/nodejs-util-v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch @@ -24,7 +24,7 @@ BuildRequires: nodejs-inherits %prep -%setup -q -n package +%setup -q -n node-util-%{version} rm -rf node_modules/ %nodejs_fixdep inherits '2.x' @@ -52,6 +52,9 @@ cp -pr package.json util.js support/ %{buildroot}%{nodejs_sitelib}/%{srcname} %changelog +* Mon Oct 30 2023 xu_ping <707078654@qq.com> - 0.11.1-1 +- Upgrade version to 0.11.1 + * Tue Sep 15 2020 leiju - 0.10.3-2 - Modify BuildRequires from nodejs-inherits1 to nodejs-inherits diff --git a/util-0.10.3.tgz b/util-0.10.3.tgz deleted file mode 100644 index a2b1c6c..0000000 Binary files a/util-0.10.3.tgz and /dev/null differ