Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yarn for openSUSE:Factory checked in 
at 2021-08-25 20:58:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yarn (Old)
 and      /work/SRC/openSUSE:Factory/.yarn.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yarn"

Wed Aug 25 20:58:40 2021 rev:6 rq:914251 version:1.22.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/yarn/yarn.changes        2021-05-06 
22:53:35.150512306 +0200
+++ /work/SRC/openSUSE:Factory/.yarn.new.1899/yarn.changes      2021-08-25 
21:00:20.380993295 +0200
@@ -1,0 +2,6 @@
+Fri Jul 30 11:19:58 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- update to 1.22.11:
+  https://github.com/yarnpkg/yarn/releases/tag/v1.22.11
+
+-------------------------------------------------------------------

Old:
----
  yarn-v1.22.10.tar.gz
  yarn-v1.22.10.tar.gz.asc

New:
----
  yarn-v1.22.11.tar.gz
  yarn-v1.22.11.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yarn.spec ++++++
--- /var/tmp/diff_new_pack.6DH6lu/_old  2021-08-25 21:00:21.044992423 +0200
+++ /var/tmp/diff_new_pack.6DH6lu/_new  2021-08-25 21:00:21.048992418 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yarn
-Version:        1.22.10
+Version:        1.22.11
 Release:        0
 Summary:        ???????? Fast, reliable, and secure dependency management
 License:        BSD-2-Clause

++++++ yarn-v1.22.10.tar.gz -> yarn-v1.22.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yarn-v1.22.10/lib/cli.js new/yarn-v1.22.11/lib/cli.js
--- old/yarn-v1.22.10/lib/cli.js        2020-10-02 13:16:50.000000000 +0200
+++ new/yarn-v1.22.11/lib/cli.js        2021-07-26 19:26:57.000000000 +0200
@@ -25771,8 +25771,10 @@
 var exec = exports.exec = (0, (_promise2 || 
_load_promise2()).promisify)(child.exec);
 
 function forkp(program, args, opts) {
+  var key = String(++uid);
   return new (_promise || _load_promise()).default(function (resolve, reject) {
     var proc = child.fork(program, args, opts);
+    spawnedProcesses[key] = proc;
 
     proc.on('error', function (error) {
       reject(error);
@@ -25785,8 +25787,10 @@
 }
 
 function spawnp(program, args, opts) {
+  var key = String(++uid);
   return new (_promise || _load_promise()).default(function (resolve, reject) {
     var proc = child.spawn(program, args, opts);
+    spawnedProcesses[key] = proc;
 
     proc.on('error', function (error) {
       reject(error);
@@ -78372,7 +78376,7 @@
 /* 438 */
 /***/ (function(module, exports) {
 
-module.exports = 
{"name":"yarn","installationMethod":"unknown","version":"1.22.10","license":"BSD-2-Clause","preferGlobal":true,"description":"????????
 Fast, reliable, and secure dependency 
management.","dependencies":{"@zkochan/cmd-shim":"^3.1.0","babel-runtime":"^6.26.0","bytes":"^3.0.0","camelcase":"^4.0.0","chalk":"^2.1.0","cli-table3":"^0.4.0","commander":"^2.9.0","death":"^1.0.0","debug":"^3.0.0","deep-equal":"^1.0.1","detect-indent":"^5.0.0","dnscache":"^1.0.1","glob":"^7.1.1","gunzip-maybe":"^1.4.0","hash-for-dep":"^1.2.3","imports-loader":"^0.8.0","ini":"^1.3.4","inquirer":"^6.2.0","invariant":"^2.2.0","is-builtin-module":"^2.0.0","is-ci":"^1.0.10","is-webpack-bundle":"^1.0.0","js-yaml":"^3.13.1","leven":"^2.0.0","loud-rejection":"^1.2.0","micromatch":"^2.3.11","mkdirp":"^0.5.1","node-emoji":"^1.6.1","normalize-url":"^2.0.0","npm-logical-tree":"^1.2.1","object-path":"^0.11.2","proper-lockfile":"^2.0.0","puka":"^1.0.0","read":"^1.0.7","request":"^2.87.0","request-capture-har
 
":"^1.2.2","rimraf":"^2.5.0","semver":"^5.1.0","ssri":"^5.3.0","strip-ansi":"^4.0.0","strip-bom":"^3.0.0","tar-fs":"^1.16.0","tar-stream":"^1.6.1","uuid":"^3.0.1","v8-compile-cache":"^2.0.0","validate-npm-package-license":"^3.0.4","yn":"^2.0.0"},"devDependencies":{"babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-loader":"^6.2.5","babel-plugin-array-includes":"^2.0.3","babel-plugin-inline-import":"^3.0.0","babel-plugin-transform-builtin-extend":"^1.1.2","babel-plugin-transform-inline-imports-commonjs":"^1.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-env":"^1.6.0","babel-preset-flow":"^6.23.0","babel-preset-stage-0":"^6.0.0","babylon":"^6.5.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^4.3.0","eslint-config-fb-strict":"^22.0.0","eslint-plugin-babel":"^5.0.0","eslint-plugin-flowtype":"^2.35.0","eslint-plugin-jasmine":"^2.6.2","eslint-plugin-jest":"^21.0.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prefer-object-spread":"^1.2.1","es
 
lint-plugin-prettier":"^2.1.2","eslint-plugin-react":"^7.1.0","eslint-plugin-relay":"^0.0.28","eslint-plugin-yarn-internal":"file:scripts/eslint-rules","execa":"^0.11.0","fancy-log":"^1.3.2","flow-bin":"^0.66.0","git-release-notes":"^3.0.0","gulp":"^4.0.0","gulp-babel":"^7.0.0","gulp-if":"^2.0.1","gulp-newer":"^1.0.0","gulp-plumber":"^1.0.1","gulp-sourcemaps":"^2.2.0","jest":"^22.4.4","jsinspect":"^0.12.6","minimatch":"^3.0.4","mock-stdin":"^0.3.0","prettier":"^1.5.2","string-replace-loader":"^2.1.1","temp":"^0.8.3","webpack":"^2.1.0-beta.25","yargs":"^6.3.0"},"resolutions":{"sshpk":"^1.14.2"},"engines":{"node":">=4.0.0"},"repository":"yarnpkg/yarn","bin":{"yarn":"./bin/yarn.js","yarnpkg":"./bin/yarn.js"},"scripts":{"build":"gulp
 build","build-bundle":"node 
./scripts/build-webpack.js","build-chocolatey":"powershell 
./scripts/build-chocolatey.ps1","build-deb":"./scripts/build-deb.sh","build-dist":"bash
 
./scripts/build-dist.sh","build-win-installer":"scripts\\build-windows-installer.b
 at","changelog":"git-release-notes $(git describe --tags --abbrev=0 $(git 
describe --tags --abbrev=0)^)..$(git describe --tags --abbrev=0) 
scripts/changelog.md","dupe-check":"yarn jsinspect ./src","lint":"eslint . && 
flow check","pkg-tests":"yarn --cwd packages/pkg-tests jest 
yarn.test.js","prettier":"eslint src __tests__ 
--fix","release-branch":"./scripts/release-branch.sh","test":"yarn lint && yarn 
test-only","test-only":"node --max_old_space_size=4096 
node_modules/jest/bin/jest.js --verbose","test-only-debug":"node --inspect-brk 
--max_old_space_size=4096 node_modules/jest/bin/jest.js --runInBand 
--verbose","test-coverage":"node --max_old_space_size=4096 
node_modules/jest/bin/jest.js --coverage --verbose","watch":"gulp 
watch","commit":"git-cz"},"jest":{"collectCoverageFrom":["src/**/*.js"],"testEnvironment":"node","modulePathIgnorePatterns":["__tests__/fixtures/","packages/pkg-tests/pkg-tests-fixtures","dist/"],"testPathIgnorePatterns":["__tests__/(fixtures|__mocks__)/","updates/"
 
,"_(temp|mock|install|init|helpers).js$","packages/pkg-tests"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}}}
+module.exports = 
{"name":"yarn","installationMethod":"unknown","version":"1.22.11","license":"BSD-2-Clause","preferGlobal":true,"description":"????????
 Fast, reliable, and secure dependency 
management.","dependencies":{"@zkochan/cmd-shim":"^3.1.0","babel-runtime":"^6.26.0","bytes":"^3.0.0","camelcase":"^4.0.0","chalk":"^2.1.0","cli-table3":"^0.4.0","commander":"^2.9.0","death":"^1.0.0","debug":"^3.0.0","deep-equal":"^1.0.1","detect-indent":"^5.0.0","dnscache":"^1.0.1","glob":"^7.1.1","gunzip-maybe":"^1.4.0","hash-for-dep":"^1.2.3","imports-loader":"^0.8.0","ini":"^1.3.4","inquirer":"^6.2.0","invariant":"^2.2.0","is-builtin-module":"^2.0.0","is-ci":"^1.0.10","is-webpack-bundle":"^1.0.0","js-yaml":"^3.13.1","leven":"^2.0.0","loud-rejection":"^1.2.0","micromatch":"^2.3.11","mkdirp":"^0.5.1","node-emoji":"^1.6.1","normalize-url":"^2.0.0","npm-logical-tree":"^1.2.1","object-path":"^0.11.2","proper-lockfile":"^2.0.0","puka":"^1.0.0","read":"^1.0.7","request":"^2.87.0","request-capture-har
 
":"^1.2.2","rimraf":"^2.5.0","semver":"^5.1.0","ssri":"^5.3.0","strip-ansi":"^4.0.0","strip-bom":"^3.0.0","tar-fs":"^1.16.0","tar-stream":"^1.6.1","uuid":"^3.0.1","v8-compile-cache":"^2.0.0","validate-npm-package-license":"^3.0.4","yn":"^2.0.0"},"devDependencies":{"babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-loader":"^6.2.5","babel-plugin-array-includes":"^2.0.3","babel-plugin-inline-import":"^3.0.0","babel-plugin-transform-builtin-extend":"^1.1.2","babel-plugin-transform-inline-imports-commonjs":"^1.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-env":"^1.6.0","babel-preset-flow":"^6.23.0","babel-preset-stage-0":"^6.0.0","babylon":"^6.5.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^4.3.0","eslint-config-fb-strict":"^22.0.0","eslint-plugin-babel":"^5.0.0","eslint-plugin-flowtype":"^2.35.0","eslint-plugin-jasmine":"^2.6.2","eslint-plugin-jest":"^21.0.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prefer-object-spread":"^1.2.1","es
 
lint-plugin-prettier":"^2.1.2","eslint-plugin-react":"^7.1.0","eslint-plugin-relay":"^0.0.28","eslint-plugin-yarn-internal":"file:scripts/eslint-rules","execa":"^0.11.0","fancy-log":"^1.3.2","flow-bin":"^0.66.0","git-release-notes":"^3.0.0","gulp":"^4.0.0","gulp-babel":"^7.0.0","gulp-if":"^2.0.1","gulp-newer":"^1.0.0","gulp-plumber":"^1.0.1","gulp-sourcemaps":"^2.2.0","jest":"^22.4.4","jsinspect":"^0.12.6","minimatch":"^3.0.4","mock-stdin":"^0.3.0","prettier":"^1.5.2","string-replace-loader":"^2.1.1","temp":"^0.8.3","webpack":"^2.1.0-beta.25","yargs":"^6.3.0"},"resolutions":{"sshpk":"^1.14.2"},"engines":{"node":">=4.0.0"},"repository":"yarnpkg/yarn","bin":{"yarn":"./bin/yarn.js","yarnpkg":"./bin/yarn.js"},"scripts":{"build":"gulp
 build","build-bundle":"node 
./scripts/build-webpack.js","build-chocolatey":"powershell 
./scripts/build-chocolatey.ps1","build-deb":"./scripts/build-deb.sh","build-dist":"bash
 
./scripts/build-dist.sh","build-win-installer":"scripts\\build-windows-installer.b
 at","changelog":"git-release-notes $(git describe --tags --abbrev=0 $(git 
describe --tags --abbrev=0)^)..$(git describe --tags --abbrev=0) 
scripts/changelog.md","dupe-check":"yarn jsinspect ./src","lint":"eslint . && 
flow check","pkg-tests":"yarn --cwd packages/pkg-tests jest 
yarn.test.js","prettier":"eslint src __tests__ 
--fix","release-branch":"./scripts/release-branch.sh","test":"yarn lint && yarn 
test-only","test-only":"node --max_old_space_size=4096 
node_modules/jest/bin/jest.js --verbose","test-only-debug":"node --inspect-brk 
--max_old_space_size=4096 node_modules/jest/bin/jest.js --runInBand 
--verbose","test-coverage":"node --max_old_space_size=4096 
node_modules/jest/bin/jest.js --coverage --verbose","watch":"gulp 
watch","commit":"git-cz"},"jest":{"collectCoverageFrom":["src/**/*.js"],"testEnvironment":"node","modulePathIgnorePatterns":["__tests__/fixtures/","packages/pkg-tests/pkg-tests-fixtures","dist/"],"testPathIgnorePatterns":["__tests__/(fixtures|__mocks__)/","updates/"
 
,"_(temp|mock|install|init|helpers).js$","packages/pkg-tests"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}}}
 
 /***/ }),
 /* 439 */
@@ -88921,20 +88925,28 @@
 var run = exports.run = function () {
   var _ref = (0, (_asyncToGenerator2 || 
_load_asyncToGenerator()).default)(function* (config, reporter, flags, args) {
     var installVersion = flags[`2`] ? `berry` : flags.install;
+    var forwardedArgs = process.argv.slice(process.argv.indexOf('init', 2) + 
1);
 
     if (installVersion) {
-      var lockfilePath = path.resolve(config.cwd, 'yarn.lock');
-      if (!(yield (_fs || _load_fs()).exists(lockfilePath))) {
-        yield (_fs || _load_fs()).writeFile(lockfilePath, '');
+      if (flags[`2`] && process.env.COREPACK_ROOT) {
+        yield (_child || _load_child()).spawn((_constants || 
_load_constants()).NODE_BIN_PATH, [path.join(process.env.COREPACK_ROOT, 
'dist/corepack.js'), `yarn@${flags.install || `stable`}`, `yarn`, 
`init`].concat(forwardedArgs, [`--install=self`]), {
+          stdio: 'inherit',
+          cwd: config.cwd
+        });
+      } else {
+        var lockfilePath = path.resolve(config.cwd, 'yarn.lock');
+        if (!(yield (_fs || _load_fs()).exists(lockfilePath))) {
+          yield (_fs || _load_fs()).writeFile(lockfilePath, '');
+        }
+        yield (_child || _load_child()).spawn((_constants || 
_load_constants()).NODE_BIN_PATH, [process.argv[1], 'policies', 'set-version', 
installVersion, '--silent'], {
+          stdio: 'inherit',
+          cwd: config.cwd
+        });
+        yield (_child || _load_child()).spawn((_constants || 
_load_constants()).NODE_BIN_PATH, [process.argv[1], 
'init'].concat(forwardedArgs), {
+          stdio: 'inherit',
+          cwd: config.cwd
+        });
       }
-      yield (_child || _load_child()).spawn((_constants || 
_load_constants()).NODE_BIN_PATH, [process.argv[1], 'policies', 'set-version', 
installVersion, '--silent'], {
-        stdio: 'inherit',
-        cwd: config.cwd
-      });
-      yield (_child || _load_child()).spawn((_constants || 
_load_constants()).NODE_BIN_PATH, [process.argv[1], 'init'].concat(flags.yes ? 
['-y'] : [], flags.private ? ['-p'] : []), {
-        stdio: 'inherit',
-        cwd: config.cwd
-      });
       return;
     }
 
@@ -92705,6 +92717,8 @@
         // innermost process, whose end will cause our own to exit.
       });
 
+      (0, (_signalHandler || _load_signalHandler()).default)();
+
       try {
         if (/\.[cm]?js$/.test(yarnPath)) {
           exitCode = yield (0, (_child || 
_load_child()).spawnp)(process.execPath, [yarnPath].concat(argv), opts);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yarn-v1.22.10/package.json 
new/yarn-v1.22.11/package.json
--- old/yarn-v1.22.10/package.json      2020-10-02 13:16:50.000000000 +0200
+++ new/yarn-v1.22.11/package.json      2021-07-26 19:26:57.000000000 +0200
@@ -1,7 +1,7 @@
 {
   "name": "yarn",
   "installationMethod": "tar",
-  "version": "1.22.10",
+  "version": "1.22.11",
   "license": "BSD-2-Clause",
   "preferGlobal": true,
   "description": "???????? Fast, reliable, and secure dependency management.",

++++++ yarn-v1.22.10.tar.gz.asc -> yarn-v1.22.11.tar.gz.asc ++++++
--- /work/SRC/openSUSE:Factory/yarn/yarn-v1.22.10.tar.gz.asc    2020-11-23 
10:54:25.778838671 +0100
+++ /work/SRC/openSUSE:Factory/.yarn.new.1899/yarn-v1.22.11.tar.gz.asc  
2021-08-25 21:00:20.368993311 +0200
@@ -1,16 +1,19 @@
+gpg: WARNING: server 'gpg-agent' is older than us (2.2.20 < 2.2.27)
+gpg: Note: Outdated servers may lack important security fixes.
+gpg: Note: Use the command "gpgconf --kill all" to restart them.
 -----BEGIN PGP SIGNATURE-----
 
-iQIzBAABCgAdFiEEbZhJDG8azd1EjkWVT3dnk2lHW6oFAl93DEcACgkQT3dnk2lH
-W6quKg//bRW9ZlfVS1ZjvGncat7kVFH2uELkG/4WHYqNO1c3II6oAnsjImtJHL4h
-LPiOKJ9KxNiC5xl6lJK65kJT3/dyaQxG0skZ6BcellT5FREfIez6usQMAUvu4PWS
-YxGsAy7xLE5PYXvkAJlC0hwZuDc1uFF+1rNVMpMnFBNjTIzehYSHClIaiC+yz8Or
-9p0f+A4tW57eYUvHW0jdXkFOIYxD2zlK1F6myOth5SfKs5G3ip670vekYnfsuamk
-m7oasgbgX8WyabdgAiwmLrlIzeIrgxwBbhbupo6JuNkDbPYhhy+tNWoHbAiWaJcM
-OCybF03vS4HDVkdbsp+ptUIHxmkCuk6HnuO3n0C4QrJjxIOpRqnKMmkBa5qxXKF3
-b8aHagHKTyiam/ScHp/Or/a6yCS0/nqAvANa4rHe1p9+xeXoe6ioenYDZwg6OzbI
-DqQLLk2+c0CqHfKr568/14S1F4waheBS9gfkplpinurjZenxvZHYy5a1Jk10QGGM
-+0mYDYLgVhxmHhqDDESsq6v2MJln3qzzgIXpmyeSM1Mx20RslZNioCzWMZBahQIx
-miV2vyTNLGZ2lFLUHe095NHSQsRmZS1MaKVCPvgflPHiNQ04mUnN7mwgq/8owYTm
-gGGjzwzDGEOStdzIVcWK6kpMn1rYgGjZVaiJbf432d6dxZ5XUCI=
-=ltCL
+iQIzBAABCgAdFiEEbZhJDG8azd1EjkWVT3dnk2lHW6oFAmD+8H8ACgkQT3dnk2lH
+W6pXDg//Rnk5817KmfL3n+fbjOlTrNEjPZikYZZMtbslnYupyplmLxHzMY7jj37o
+AWhGj3vr0Hu5JwGbuBY6ugFUJ3fzhJ10mywQS1vwQMqZyi3FpMXAKi5asYBCYCaE
+nZo9EkFWqShh2NlsRHFIVDZQR5ukhNlvcWmvpb1XKkzS1fZEXF89l6oJ6w3xkssH
+6LIQyHZgJJfhMXcRPG+Ga9e0vygOs1WEilxAofAGYyBdaVQ7skZQaZ36SqJduFFA
+ejCVvhzisy9DJG+SGZWzKRjZM6tQDhsyx34tqRswEq3Vb5av1VAOAUq5X2IDO8P3
+knX3F9EUzNIozD8EIHoQA09/kD+Ve3XgJOaKsE8H86KyrgO8nAd5gTQqw7YG1Tvz
+PoD6AbiJCX3oUw6TMdO4BDp73O+Lp/2BvaLHEHaz8moVhPTm1MtXMwnvEWO7+AMr
+CmBVqZwkvGLVZFzLx8jadWKDqURgBtBXF4SUg0diQGA4HtIvqDEINaRHArsy7rx4
+vBTJjZVQAupVjBSKuj5X+bL4DPZ8DzcWlVssO3cUXu8FLVE1llg/BPSOGz3QiX0R
+4wgHsdRaG4LkIxoLuLUGhG5nxTMwG4a/Z9vVXleh74lHgnO/eIzexr9s3/eINh6F
+IMLANVIBCyhTwHjuokltU/D3r622Wh7ZSMWeZIIhVKTi7D7z+sE=
+=GMSR
 -----END PGP SIGNATURE-----
\ No newline at end of file

Reply via email to