diff --git a/nodejs-inherits.spec b/nodejs-inherits.spec index a785995..dc6b7a5 100644 --- a/nodejs-inherits.spec +++ b/nodejs-inherits.spec @@ -1,7 +1,7 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-inherits -Version: 2.0.3 -Release: 2 +Version: 2.0.4 +Release: 1 Summary: A tiny simple way to do classic inheritance in js License: ISC URL: https://github.com/isaacs/inherits @@ -63,6 +63,9 @@ end %{nodejs_sitelib}/inherits %changelog +* Thu Jun 30 2022 liyanan - 2.0.4-1 +- Update to 2.0.4 + * Tue Jan 05 2021 huanghaitao - 2.0.3-2 - Modify Spec file to make license consistent diff --git a/v2.0.3.tar.gz b/v2.0.3.tar.gz deleted file mode 100644 index e13eabc..0000000 Binary files a/v2.0.3.tar.gz and /dev/null differ diff --git a/v2.0.4.tar.gz b/v2.0.4.tar.gz new file mode 100644 index 0000000..e75e251 Binary files /dev/null and b/v2.0.4.tar.gz differ