diff --git a/ansi-0.3.0.tgz b/ansi-0.3.0.tgz deleted file mode 100644 index 0a174e6..0000000 Binary files a/ansi-0.3.0.tgz and /dev/null differ diff --git a/nodejs-ansi.spec b/nodejs-ansi.spec index abac11e..e4ba541 100644 --- a/nodejs-ansi.spec +++ b/nodejs-ansi.spec @@ -1,11 +1,11 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-ansi -Version: 0.3.0 +Version: 0.3.1 Release: 1 Summary: ANSI escape codes for Node.js License: MIT URL: https://github.com/TooTallNate/ansi.js -Source0: https://registry.npmjs.org/ansi/-/ansi-%{version}.tgz +Source0: https://github.com/TooTallNate/ansi.js/archive/refs/tags/v0.3.1.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -16,7 +16,7 @@ things in a terminal window, like render text in colors, delete characters, lines, the entire window, or hide and show the cursor, and lots more! %prep -%setup -q -n package +%setup -q -n ansi.js-%{version} chmod a-x examples/*.js examples/*/* %build @@ -35,5 +35,8 @@ cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/ansi %{nodejs_sitelib}/ansi %changelog +* Mon Oct 30 2023 Ge Wang - 0.3.1-1 +- Update to version 0.3.1 + * Sat Aug 8 2020 wutao - 0.3.0-1 - package init diff --git a/v0.3.1.tar.gz b/v0.3.1.tar.gz new file mode 100644 index 0000000..47b8075 Binary files /dev/null and b/v0.3.1.tar.gz differ