Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bitwarden for openSUSE:Factory 
checked in at 2024-06-13 15:39:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitwarden (Old)
 and      /work/SRC/openSUSE:Factory/.bitwarden.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bitwarden"

Thu Jun 13 15:39:52 2024 rev:26 rq:1180258 version:2024.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bitwarden/bitwarden.changes      2024-05-22 
21:30:46.950262649 +0200
+++ /work/SRC/openSUSE:Factory/.bitwarden.new.19518/bitwarden.changes   
2024-06-13 15:40:03.510440563 +0200
@@ -1,0 +2,7 @@
+Wed Jun 12 16:13:30 UTC 2024 - Bruno Pitrus <brunopit...@hotmail.com>
+
+- New upstream release 2024.6.0
+  * Added password protected export
+  * Fixed issue with email alias provider keys being stored in plaintext
+
+-------------------------------------------------------------------

Old:
----
  bitwarden-2024.5.0.obscpio

New:
----
  bitwarden-2024.6.0.obscpio

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

Other differences:
------------------
++++++ bitwarden.spec ++++++
--- /var/tmp/diff_new_pack.6D8vsU/_old  2024-06-13 15:40:07.534587551 +0200
+++ /var/tmp/diff_new_pack.6D8vsU/_new  2024-06-13 15:40:07.538587697 +0200
@@ -18,7 +18,7 @@
 #
 
 Name:       bitwarden
-Version:    2024.5.0
+Version:    2024.6.0
 Release:    0
 Summary:    A secure and free password manager for all of your devices
 Group:      Productivity/Security

++++++ _service ++++++
--- /var/tmp/diff_new_pack.6D8vsU/_old  2024-06-13 15:40:07.582589305 +0200
+++ /var/tmp/diff_new_pack.6D8vsU/_new  2024-06-13 15:40:07.582589305 +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-v2024.5.0</param>
-               <param name="version">2024.5.0</param>
+               <param name="revision">desktop-v2024.6.0</param>
+               <param name="version">2024.6.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-2024.5.0.obscpio -> bitwarden-2024.6.0.obscpio ++++++
/work/SRC/openSUSE:Factory/bitwarden/bitwarden-2024.5.0.obscpio 
/work/SRC/openSUSE:Factory/.bitwarden.new.19518/bitwarden-2024.6.0.obscpio 
differ: char 19, line 1

++++++ bitwarden.obsinfo ++++++
--- /var/tmp/diff_new_pack.6D8vsU/_old  2024-06-13 15:40:07.634591204 +0200
+++ /var/tmp/diff_new_pack.6D8vsU/_new  2024-06-13 15:40:07.638591349 +0200
@@ -1,5 +1,5 @@
 name: bitwarden
-version: 2024.5.0
-mtime: 1716237070
-commit: a22d83fd57beae492dfbdfa7e29223309d2dcc16
+version: 2024.6.0
+mtime: 1717613948
+commit: 2eeb1bbc45eca2f9a05a597fd8a46c5ccf1354c9
 

++++++ node-vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/bitwarden/node-vendor.tar.zst 
/work/SRC/openSUSE:Factory/.bitwarden.new.19518/node-vendor.tar.zst differ: 
char 7, line 1

++++++ remove-unnecessary-deps.patch ++++++
--- /var/tmp/diff_new_pack.6D8vsU/_old  2024-06-13 15:40:07.702593687 +0200
+++ /var/tmp/diff_new_pack.6D8vsU/_new  2024-06-13 15:40:07.706593834 +0200
@@ -19,7 +19,7 @@
    },
    "workspaces": [
      "apps/*",
-@@ -35,117 +34,44 @@
+@@ -35,121 +34,45 @@
    ],
    "devDependencies": {
      "@angular-devkit/build-angular": "16.2.11",
@@ -29,6 +29,8 @@
 -    "@angular/cli": "16.2.11",
      "@angular/compiler-cli": "16.2.12",
 -    "@angular/elements": "16.2.12",
+-    "@babel/core": "^7.24.6",
+     "@babel/preset-env": "^7.24.6",
 -    "@compodoc/compodoc": "1.1.23",
 -    "@electron/notarize": "2.3.0",
 -    "@electron/rebuild": "3.6.0",
@@ -48,7 +50,7 @@
 -    "@types/firefox-webext-browser": "111.0.5",
 -    "@types/inquirer": "8.2.10",
      "@types/jest": "29.5.12",
--    "@types/jquery": "3.5.29",
+-    "@types/jquery": "3.5.30",
 -    "@types/jsdom": "21.1.6",
 -    "@types/koa": "2.14.0",
 -    "@types/koa__multer": "2.0.7",
@@ -67,17 +69,20 @@
 -    "@types/retry": "0.12.5",
 +    "@types/semver": "^7.3.4",
      "@types/zxcvbn": "4.4.4",
--    "@typescript-eslint/eslint-plugin": "7.7.1",
--    "@typescript-eslint/parser": "7.7.1",
+-    "@typescript-eslint/eslint-plugin": "7.8.0",
+-    "@typescript-eslint/parser": "7.8.0",
 -    "@webcomponents/custom-elements": "1.6.0",
+-    "@yao-pkg/pkg": "^5.11.5",
      "autoprefixer": "10.4.19",
+-    "babel-loader": "^9.1.3",
 -    "base64-loader": "1.0.0",
+-    "browserslist": "^4.23.0",
 -    "chromatic": "10.9.6",
      "concurrently": "8.2.2",
      "copy-webpack-plugin": "12.0.2",
      "cross-env": "7.0.3",
      "css-loader": "6.10.0",
-     "electron": "28.3.1",
+     "electron": "29.4.2",
 -    "electron-builder": "24.13.3",
      "electron-log": "5.0.1",
 -    "electron-reload": "2.0.0-alpha.1",
@@ -102,13 +107,12 @@
      "html-webpack-plugin": "5.6.0",
 -    "husky": "9.0.11",
 -    "jest-junit": "16.0.0",
-     "jest-mock-extended": "3.0.6",
--    "jest-preset-angular": "14.0.3",
+     "jest-mock-extended": "3.0.7",
+-    "jest-preset-angular": "14.0.4",
 -    "lint-staged": "15.2.2",
      "mini-css-extract-plugin": "2.8.1",
      "node-ipc": "9.2.1",
 +    "path-browserify": "^1.0.1",
--    "pkg": "5.8.1",
      "postcss": "8.4.38",
      "postcss-loader": "8.1.1",
 -    "prettier": "3.2.2",
@@ -118,7 +122,7 @@
 -    "react-dom": "18.3.1",
      "regedit": "^3.0.3",
 -    "remark-gfm": "3.0.1",
-     "rimraf": "5.0.5",
+     "rimraf": "5.0.7",
      "sass": "1.74.1",
      "sass-loader": "13.3.3",
 -    "storybook": "7.6.17",
@@ -187,7 +191,7 @@
 -    "qrious": "4.0.2",
      "rxjs": "7.8.1",
 -    "tabbable": "6.2.0",
-     "tldts": "6.1.18",
+     "tldts": "6.1.22",
      "utf-8-validate": "6.0.3",
      "zone.js": "0.13.3",
      "zxcvbn": "4.4.2"

Reply via email to