diff --git a/README.md b/README.md index ca6ccb8..cce48da 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # node-gyp Node.js native addon build tool. + diff --git a/node-gyp.spec b/node-gyp.spec index 40c789e..fbe914c 100644 --- a/node-gyp.spec +++ b/node-gyp.spec @@ -1,5 +1,5 @@ Name: node-gyp -Version: 11.0.0 +Version: 11.1.0 Release: 1mamba Summary: Node.js native addon build tool Group: Development/Tools @@ -9,6 +9,7 @@ Packager: Silvan Calarco URL: https://github.com/nodejs/node-gyp Source: https://registry.npmjs.org/node-gyp/-/node-gyp-%{version}.tgz License: MIT +BuildArch: noarch ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END BuildRequires: nodejs @@ -17,8 +18,6 @@ Requires: nodejs %description Node.js native addon build tool. -#% debug_package - %prep %setup -q -c @@ -42,6 +41,9 @@ rm -rf %{buildroot}%{_prefix}/lib/node_modules/node-gyp/.github %doc package/LICENSE %changelog +* Wed Feb 12 2025 Automatic Build System 11.1.0-1mamba +- automatic version update by autodist + * Thu Dec 05 2024 Automatic Build System 11.0.0-1mamba - automatic version update by autodist