Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bitwarden for openSUSE:Factory 
checked in at 2025-07-25 17:06:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitwarden (Old)
 and      /work/SRC/openSUSE:Factory/.bitwarden.new.13279 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bitwarden"

Fri Jul 25 17:06:29 2025 rev:40 rq:1295715 version:2025.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bitwarden/bitwarden.changes      2025-07-06 
17:09:26.854773156 +0200
+++ /work/SRC/openSUSE:Factory/.bitwarden.new.13279/bitwarden.changes   
2025-07-25 17:07:13.786027515 +0200
@@ -1,0 +2,10 @@
+Fri Jul 25 09:34:30 UTC 2025 - Bruno Pitrus <brunopit...@hotmail.com>
+
+- New upstream release 2025.7.0
+  * no changelog provided
+- Drop no longer relevant patches
+  * remove-argon2-browser.patch
+  * system-libargon2.patch
+
+
+-------------------------------------------------------------------

Old:
----
  bitwarden-2025.6.1.obscpio
  remove-argon2-browser.patch
  system-libargon2.patch

New:
----
  bitwarden-2025.7.0.obscpio

----------(Old B)----------
  Old:- Drop no longer relevant patches
  * remove-argon2-browser.patch
  * system-libargon2.patch
  Old:  * remove-argon2-browser.patch
  * system-libargon2.patch
----------(Old E)----------

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

Other differences:
------------------
++++++ bitwarden.spec ++++++
--- /var/tmp/diff_new_pack.3LHvH3/_old  2025-07-25 17:07:19.198251752 +0200
+++ /var/tmp/diff_new_pack.3LHvH3/_new  2025-07-25 17:07:19.202251917 +0200
@@ -20,11 +20,11 @@
 #not running the tests on OBS — extremely flaky
 %bcond_with test_rust
 
-%global sdk_internal_req_version 0.2.0~main.198
+%global sdk_internal_req_version 0.2.0~main.225
 
 
 Name:       bitwarden
-Version:    2025.6.1
+Version:    2025.7.0
 Release:    0
 Summary:    A secure and free password manager for all of your devices
 Group:      Productivity/Security
@@ -59,7 +59,6 @@
 Patch1:    fix-desktop-file.patch
 Patch3:    do-not-install-font-privately.patch
 Patch4:    desktop_native-rust-arch.patch
-Patch5:    remove-argon2-browser.patch
 Patch7:    bug-reporting-url.patch
 Patch8:    no-sourcemaps.patch
 Patch9:    main-getPath-exe.patch
@@ -67,7 +66,6 @@
 
 
 #patches to use system libs
-Patch1000: system-libargon2.patch
 Patch1001: system-roboto-font.patch
 
 #patches to fix interaction with other software
@@ -100,7 +98,6 @@
 BuildRequires: nodejs-packaging
 BuildRequires: nodejs-bitwarden-sdk-internal = %sdk_internal_req_version
 BuildRequires: nodejs-electron-devel
-BuildRequires: pkgconfig(libargon2)
 BuildRequires: sed
 BuildRequires: zstd
 #Tools used by npm
@@ -166,7 +163,12 @@
 rm -rf vendor/wayland-protocols/protocols
 ln -svT /usr/share/wayland-protocols vendor/wayland-protocols/protocols
 # 
https://blogs.gnome.org/mcatanzaro/2020/05/18/patching-vendored-rust-dependencies/
-for i in wayland-protocols libloading pkcs5 aes-gcm blake2; do
+for i in \
+wayland-protocols \
+libloading \
+pkcs5 \
+aes-gcm \
+; do
 pushd vendor/$i
 jq -cj '.files={}' .cargo-checksum.json >tmp && mv tmp .cargo-checksum.json && 
popd
 done

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3LHvH3/_old  2025-07-25 17:07:19.246253740 +0200
+++ /var/tmp/diff_new_pack.3LHvH3/_new  2025-07-25 17:07:19.250253906 +0200
@@ -2,8 +2,8 @@
        <service name="obs_scm" mode="manual">
                <param name="scm">git</param>
                <param 
name="url">https://github.com/bitwarden/clients.git</param>
-               <param name="revision">desktop-v2025.6.1</param>
-               <param name="version">2025.6.1</param>
+               <param name="revision">desktop-v2025.7.0</param>
+               <param name="version">2025.7.0</param>
                <param name="filename">bitwarden</param>
                <param name="exclude">bitwarden_license/*</param>
    <!-- The code in bitwarden_license MUST NOT be included in published 
tarballs as it is non-redistributable! -->

++++++ bitwarden-2025.6.1.obscpio -> bitwarden-2025.7.0.obscpio ++++++
++++ 96247 lines of diff (skipped)

++++++ bitwarden.obsinfo ++++++
--- /var/tmp/diff_new_pack.3LHvH3/_old  2025-07-25 17:07:21.474346053 +0200
+++ /var/tmp/diff_new_pack.3LHvH3/_new  2025-07-25 17:07:21.478346219 +0200
@@ -1,5 +1,5 @@
 name: bitwarden
-version: 2025.6.1
-mtime: 1751380034
-commit: ec7fa589df56f9e091ef46064cd3c91c3ec6da80
+version: 2025.7.0
+mtime: 1752853812
+commit: 62fe7ee44afed11aaa4cb1cd4e3185dea3799eec
 

++++++ remove-unnecessary-deps.patch ++++++
--- /var/tmp/diff_new_pack.3LHvH3/_old  2025-07-25 17:07:21.530348374 +0200
+++ /var/tmp/diff_new_pack.3LHvH3/_new  2025-07-25 17:07:21.534348539 +0200
@@ -10,17 +10,7 @@
      "lint": "eslint . --cache --cache-strategy content && prettier --check .",
      "lint:fix": "eslint . --cache --cache-strategy content --fix",
      "lint:clear": "rimraf .eslintcache",
-@@ -29,8 +28,7 @@
-     "build-storybook": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" 
ng run components:build-storybook",
-     "build-storybook:ci": "cross-env 
NODE_OPTIONS=\"--max-old-space-size=8192\" ng run components:build-storybook 
--webpack-stats-json",
-     "test-stories": "test-storybook --url http://localhost:6006";,
--    "test-stories:watch": "test-stories --watch",
--    "postinstall": "patch-package"
-+    "test-stories:watch": "test-stories --watch"
-   },
-   "workspaces": [
-     "apps/*",
-@@ -39,116 +37,44 @@
+@@ -39,115 +37,44 @@
    ],
    "devDependencies": {
      "@angular-devkit/build-angular": "19.2.14",
@@ -30,7 +20,7 @@
      "@babel/core": "7.24.9",
      "@babel/preset-env": "7.24.8",
 -    "@compodoc/compodoc": "1.1.26",
--    "@electron/notarize": "2.5.0",
+-    "@electron/notarize": "3.0.1",
 -    "@electron/rebuild": "3.7.2",
 -    "@eslint/compat": "1.2.9",
 -    "@lit-labs/signals": "0.1.2",
@@ -47,7 +37,6 @@
 -    "@storybook/test-runner": "0.22.0",
 -    "@storybook/theming": "8.6.12",
 -    "@storybook/web-components-webpack5": "8.6.12",
--    "@types/argon2-browser": "1.18.4",
 -    "@types/chrome": "0.0.306",
 -    "@types/firefox-webext-browser": "120.0.4",
 -    "@types/inquirer": "8.2.10",
@@ -78,12 +67,12 @@
      "babel-loader": "9.2.1",
 -    "base64-loader": "1.0.0",
 -    "browserslist": "4.23.2",
--    "chromatic": "11.28.2",
+-    "chromatic": "13.1.2",
      "concurrently": "9.1.2",
      "copy-webpack-plugin": "13.0.0",
      "cross-env": "7.0.3",
      "css-loader": "7.1.2",
-     "electron": "36.3.1",
+     "electron": "36.4.0",
 -    "electron-builder": "26.0.12",
      "electron-log": "5.4.0",
 -    "electron-reload": "2.0.0-alpha.1",
@@ -140,13 +129,13 @@
    },
    "dependencies": {
      "@angular/animations": "19.2.14",
-@@ -161,54 +87,23 @@
+@@ -161,51 +87,22 @@
      "@angular/platform-browser-dynamic": "19.2.14",
      "@angular/router": "19.2.14",
-     "@bitwarden/sdk-internal": "0.2.0-main.198",
+     "@bitwarden/sdk-internal": "0.2.0-main.225",
 -    "@electron/fuses": "1.8.0",
 -    "@emotion/css": "11.13.5",
--    "@koa/multer": "3.1.0",
+-    "@koa/multer": "4.0.0",
 -    "@koa/router": "13.1.0",
      "@microsoft/signalr": "8.0.7",
      "@microsoft/signalr-protocol-msgpack": "8.0.7",
@@ -155,8 +144,6 @@
 -    "@nx/eslint": "21.1.2",
 -    "@nx/jest": "21.1.2",
 -    "@nx/js": "21.1.2",
-     "argon2": "0.41.1",
--    "argon2-browser": "1.18.0",
      "big-integer": "1.6.52",
 -    "bootstrap": "4.6.0",
 -    "braintree-web-drop-in": "1.44.0",
@@ -183,7 +170,6 @@
      "oidc-client-ts": "2.4.1",
 -    "open": "10.1.2",
      "papaparse": "5.5.3",
--    "patch-package": "8.0.0",
 -    "proper-lockfile": "4.1.2",
 -    "qrcode-parser": "2.1.3",
 -    "qrious": "4.0.2",
@@ -193,7 +179,7 @@
      "tldts": "7.0.1",
 -    "ts-node": "10.9.2",
      "utf-8-validate": "6.0.5",
-     "zone.js": "0.15.0",
+     "zone.js": "0.15.1",
      "zxcvbn": "4.4.2"
 @@ -220,7 +115,6 @@
      "eslint-plugin-rxjs-angular": {

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/bitwarden/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.bitwarden.new.13279/vendor.tar.zst differ: char 8, 
line 1

Reply via email to