diff --git a/0.6.2.tar.gz b/0.6.2.tar.gz deleted file mode 100644 index 7252ec4..0000000 Binary files a/0.6.2.tar.gz and /dev/null differ diff --git a/0.6.3.tar.gz b/0.6.3.tar.gz new file mode 100644 index 0000000..85a0d39 Binary files /dev/null and b/0.6.3.tar.gz differ diff --git a/nodejs-docopt.spec b/nodejs-docopt.spec index 0db8504..f0a8d8c 100644 --- a/nodejs-docopt.spec +++ b/nodejs-docopt.spec @@ -2,7 +2,7 @@ %global packagename docopt %global enable_tests 1 Name: nodejs-docopt -Version: 0.6.2 +Version: 0.6.3 Release: 1 Summary: A command line option parser that will make you smile License: MIT @@ -44,5 +44,8 @@ cp -pr package.json *.js \ %{nodejs_sitelib}/%{packagename} %changelog +* Mon Oct 30 2023 liyanan - 0.6.3-1 +- Update to 0.6.3 + * Fri Aug 21 2020 leiju - 0.6.2-1 - Package init