diff --git a/roo-code.spec b/roo-code.spec index dab453d86bb50a584bd7de4a7f4c46da8a121bb2..6f3d6085d1cf582a4930d458bc5cba8a2f4f69c4 100644 --- a/roo-code.spec +++ b/roo-code.spec @@ -1,7 +1,7 @@ %define nodeheaders_version v20.18.2 Name: roo-code -Version: 3.19.3 +Version: 3.25.14 Release: 1 Summary: Roo Code (prev. Roo Cline) gives you a whole dev team of AI agents in your code editor. License: Apache-2.0 @@ -33,7 +33,9 @@ yarn config set registry https://mirrors.huaweicloud.com/repository/npm/ yarn config set tarball %{SOURCE1} sed -i 's|20.19.2|>=20.18.2|g' package.json yarn run install -yarn run build +sed -i 's|require("brace-expansion")|import("brace-expansion")|' ./node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/commonjs/index.js +sed -i "s|require('brace-expansion')|import('brace-expansion')|" ./node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch/minimatch.js +./node_modules/.bin/pnpm vsix %install @@ -47,6 +49,9 @@ mv extension %{buildroot}%{_datadir}/vscodium/resources/app/extensions/%{name} %changelog +* Mon Jul 28 2025 wangkui35 - 3.25.14-1 +- update to 3.25.14-1 + * Mon Jun 16 2025 wangkui35 - 3.19.3-1 - update to 3.19.3-1 diff --git a/v3.19.3.tar.gz b/v3.19.3.tar.gz deleted file mode 100644 index ee3c170f30f18ad9a3419490a2f0d3ee0148477e..0000000000000000000000000000000000000000 Binary files a/v3.19.3.tar.gz and /dev/null differ diff --git a/v3.25.14.tar.gz b/v3.25.14.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..58d179db58c3dc8c7991c91bbe3cdae224169297 Binary files /dev/null and b/v3.25.14.tar.gz differ