Accepting request 1166250 from home:dziobian:gulgul-ultron:19

- New upstream release 2024.3.2
  * no changelog provided
- Remove non-Linux stuff from rust vendor tarball
- Work around missing debuginfo (bsc#1222175)

OBS-URL: https://build.opensuse.org/request/show/1166250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=50
This commit is contained in:
Bruno Pitrus 2024-04-08 17:28:33 +00:00 committed by Git OBS Bridge
parent a9539965c2
commit 73489982b4
9 changed files with 48 additions and 40 deletions

View File

@ -2,8 +2,8 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://github.com/bitwarden/clients.git</param> <param name="url">https://github.com/bitwarden/clients.git</param>
<param name="revision">desktop-v2024.2.1</param> <param name="revision">desktop-v2024.3.2</param>
<param name="version">2024.2.1</param> <param name="version">2024.3.2</param>
<param name="filename">bitwarden</param> <param name="filename">bitwarden</param>
<param name="exclude">bitwarden_license/*</param> <param name="exclude">bitwarden_license/*</param>
<!-- The code in bitwarden_license MUST NOT be included in published tarballs as it is non-redistributable! --> <!-- The code in bitwarden_license MUST NOT be included in published tarballs as it is non-redistributable! -->
@ -14,6 +14,7 @@
<service name="cargo_vendor" mode="manual"> <service name="cargo_vendor" mode="manual">
<param name="srcdir">clients/apps/desktop/desktop_native</param> <param name="srcdir">clients/apps/desktop/desktop_native</param>
<param name="update">false</param> <param name="update">false</param>
<param name="filter">true</param>
</service> </service>
<service name="cargo_audit" mode="manual"> <service name="cargo_audit" mode="manual">
<param name="srcdir">clients/apps/desktop/desktop_native</param> <param name="srcdir">clients/apps/desktop/desktop_native</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6729f1a209f8f6ea1fa473e9b0ba2921879e71dbae54d769e4a7fa41a2b1d7b
size 35164685

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bd7f991c04e9717f1802ef252f679a2b768db99a3fb788be658c2cf3eed6414
size 35864589

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 8 17:03:46 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>
- New upstream release 2024.3.2
* no changelog provided
- Remove non-Linux stuff from rust vendor tarball
- Work around missing debuginfo (bsc#1222175)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 8 19:00:48 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com> Fri Mar 8 19:00:48 UTC 2024 - Bruno Pitrus <brunopitrus@hotmail.com>

View File

@ -1,4 +1,4 @@
name: bitwarden name: bitwarden
version: 2024.2.1 version: 2024.3.2
mtime: 1709757071 mtime: 1711717943
commit: 82998d8e515b1dab0b3891170e56bf15ffc69446 commit: 60e47aff88024ba9aad1a4ed7b63690b968bf7fc

View File

@ -18,7 +18,7 @@
# #
Name: bitwarden Name: bitwarden
Version: 2024.2.1 Version: 2024.3.2
Release: 0 Release: 0
Summary: A secure and free password manager for all of your devices Summary: A secure and free password manager for all of your devices
Group: Productivity/Security Group: Productivity/Security
@ -195,7 +195,7 @@ export PATH="%{_builddir}/cargo:$PATH"
export RUSTC_BOOTSTRAP=1 export RUSTC_BOOTSTRAP=1
%endif %endif
export RUSTC_LOG='rustc_codegen_ssa::back::link=info' export RUSTC_LOG='rustc_codegen_ssa::back::link=info'
export RUSTFLAGS="%{build_rustflags} --verbose" export RUSTFLAGS="%{build_rustflags} --verbose -Cstrip=none"
export CARGO_TERM_VERBOSE=true export CARGO_TERM_VERBOSE=true
export ELECTRON_SKIP_BINARY_DOWNLOAD=1 export ELECTRON_SKIP_BINARY_DOWNLOAD=1

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:04d4668b2e7d9503b3464c1e27916ddb3175f09eddb50d64d378064784197a24 oid sha256:bbc2a0fa0478438002ba30f3d81765d2ea6e04ca40dc23189ebc8aac58a60905
size 35254045 size 35301512

View File

@ -19,7 +19,7 @@
}, },
"workspaces": [ "workspaces": [
"apps/*", "apps/*",
@@ -35,118 +34,45 @@ @@ -35,117 +34,44 @@
], ],
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "16.2.11", "@angular-devkit/build-angular": "16.2.11",
@ -43,10 +43,10 @@
- "@storybook/jest": "0.2.3", - "@storybook/jest": "0.2.3",
- "@storybook/testing-library": "0.2.2", - "@storybook/testing-library": "0.2.2",
- "@types/argon2-browser": "1.18.1", - "@types/argon2-browser": "1.18.1",
- "@types/chrome": "0.0.243", - "@types/chrome": "0.0.262",
"@types/duo_web_sdk": "2.7.1", "@types/duo_web_sdk": "2.7.1",
- "@types/firefox-webext-browser": "111.0.1", - "@types/firefox-webext-browser": "111.0.5",
- "@types/inquirer": "8.2.6", - "@types/inquirer": "8.2.10",
"@types/jest": "29.5.12", "@types/jest": "29.5.12",
- "@types/jquery": "3.5.29", - "@types/jquery": "3.5.29",
- "@types/jsdom": "21.1.6", - "@types/jsdom": "21.1.6",
@ -55,43 +55,42 @@
- "@types/koa__router": "12.0.4", - "@types/koa__router": "12.0.4",
- "@types/koa-bodyparser": "4.3.7", - "@types/koa-bodyparser": "4.3.7",
- "@types/koa-json": "2.0.23", - "@types/koa-json": "2.0.23",
- "@types/lowdb": "1.0.11", - "@types/lowdb": "1.0.15",
"@types/lunr": "2.3.7", "@types/lunr": "2.3.7",
"@types/node": "18.19.14", "@types/node": "18.19.19",
- "@types/node-fetch": "2.6.4", - "@types/node-fetch": "2.6.4",
"@types/node-forge": "1.3.11", "@types/node-forge": "1.3.11",
"@types/node-ipc": "9.2.0", "@types/node-ipc": "9.2.0",
"@types/papaparse": "5.3.14", "@types/papaparse": "5.3.14",
- "@types/proper-lockfile": "4.1.2", - "@types/proper-lockfile": "4.1.4",
- "@types/react": "16.14.54", - "@types/react": "16.14.57",
- "@types/retry": "0.12.5", - "@types/retry": "0.12.5",
+ "@types/semver": "^7.3.4", + "@types/semver": "^7.3.4",
"@types/zxcvbn": "4.4.4", "@types/zxcvbn": "4.4.4",
- "@typescript-eslint/eslint-plugin": "6.21.0", - "@typescript-eslint/eslint-plugin": "6.21.0",
- "@typescript-eslint/parser": "6.21.0", - "@typescript-eslint/parser": "6.21.0",
- "@webcomponents/custom-elements": "1.6.0", - "@webcomponents/custom-elements": "1.6.0",
"autoprefixer": "10.4.16", "autoprefixer": "10.4.18",
- "base64-loader": "1.0.0", - "base64-loader": "1.0.0",
- "chromatic": "10.0.0", - "chromatic": "10.9.6",
"clean-webpack-plugin": "4.0.0",
"concurrently": "8.2.2", "concurrently": "8.2.2",
"copy-webpack-plugin": "11.0.0", "copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"css-loader": "6.8.1", "css-loader": "6.8.1",
"electron": "28.2.4", "electron": "28.2.8",
- "electron-builder": "24.9.1", - "electron-builder": "24.13.3",
"electron-log": "5.0.1", "electron-log": "5.0.1",
- "electron-reload": "2.0.0-alpha.1", - "electron-reload": "2.0.0-alpha.1",
"electron-store": "8.1.0", "electron-store": "8.2.0",
"electron-updater": "6.1.8", "electron-updater": "6.1.8",
- "eslint": "8.56.0", - "eslint": "8.57.0",
- "eslint-config-prettier": "9.1.0", - "eslint-config-prettier": "9.1.0",
- "eslint-import-resolver-typescript": "3.6.1", - "eslint-import-resolver-typescript": "3.6.1",
- "eslint-plugin-import": "2.29.1", - "eslint-plugin-import": "2.29.1",
- "eslint-plugin-rxjs": "5.0.3", - "eslint-plugin-rxjs": "5.0.3",
- "eslint-plugin-rxjs-angular": "2.0.1", - "eslint-plugin-rxjs-angular": "2.0.1",
- "eslint-plugin-storybook": "0.6.15", - "eslint-plugin-storybook": "0.8.0",
- "eslint-plugin-tailwindcss": "3.13.1", - "eslint-plugin-tailwindcss": "3.15.1",
- "gulp": "4.0.2", - "gulp": "4.0.2",
- "gulp-filter": "9.0.1", - "gulp-filter": "9.0.1",
- "gulp-if": "3.0.0", - "gulp-if": "3.0.0",
@ -101,19 +100,19 @@
"html-loader": "4.2.0", "html-loader": "4.2.0",
- "html-webpack-injector": "1.1.4", - "html-webpack-injector": "1.1.4",
"html-webpack-plugin": "5.5.4", "html-webpack-plugin": "5.5.4",
- "husky": "9.0.10", - "husky": "9.0.11",
- "jest-junit": "16.0.0", - "jest-junit": "16.0.0",
"jest-mock-extended": "3.0.5", "jest-mock-extended": "3.0.5",
- "jest-preset-angular": "14.0.2", - "jest-preset-angular": "14.0.3",
- "lint-staged": "15.2.2", - "lint-staged": "15.2.2",
"mini-css-extract-plugin": "2.7.6", "mini-css-extract-plugin": "2.7.6",
"node-ipc": "9.2.1", "node-ipc": "9.2.1",
+ "path-browserify": "^1.0.1", + "path-browserify": "^1.0.1",
- "pkg": "5.8.1", - "pkg": "5.8.1",
"postcss": "8.4.32", "postcss": "8.4.35",
"postcss-loader": "7.3.3", "postcss-loader": "7.3.4",
- "prettier": "3.2.2", - "prettier": "3.2.2",
- "prettier-plugin-tailwindcss": "0.5.11", - "prettier-plugin-tailwindcss": "0.5.12",
- "process": "0.11.10", - "process": "0.11.10",
- "react": "18.2.0", - "react": "18.2.0",
- "react-dom": "18.2.0", - "react-dom": "18.2.0",
@ -121,10 +120,10 @@
- "remark-gfm": "3.0.1", - "remark-gfm": "3.0.1",
"rimraf": "5.0.5", "rimraf": "5.0.5",
"sass": "1.69.5", "sass": "1.69.5",
"sass-loader": "13.3.2", "sass-loader": "13.3.3",
- "storybook": "7.6.17", - "storybook": "7.6.17",
- "style-loader": "3.3.3", - "style-loader": "3.3.4",
- "tailwindcss": "3.3.5", - "tailwindcss": "3.4.1",
- "ts-jest": "29.1.2", - "ts-jest": "29.1.2",
"ts-loader": "9.5.1", "ts-loader": "9.5.1",
"tsconfig-paths-webpack-plugin": "4.1.0", "tsconfig-paths-webpack-plugin": "4.1.0",
@ -188,7 +187,7 @@
- "qrious": "4.0.2", - "qrious": "4.0.2",
"rxjs": "7.8.1", "rxjs": "7.8.1",
- "tabbable": "6.2.0", - "tabbable": "6.2.0",
"tldts": "6.1.8", "tldts": "6.1.13",
"utf-8-validate": "6.0.3", "utf-8-validate": "6.0.3",
"zone.js": "0.13.3", "zone.js": "0.13.3",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:821d2b54e1051ddae3369829134c88ebb87dcb9845df51fc4316c637f42b963a oid sha256:035d0958731add03a4bc67309886da6b0f614068249b74030f3161fc1cb767ca
size 29023854 size 6198324