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-09-13 14:33:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bitwarden (Old) and /work/SRC/openSUSE:Factory/.bitwarden.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bitwarden" Fri Sep 13 14:33:45 2024 rev:33 rq:1200684 version:2024.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/bitwarden/bitwarden.changes 2024-09-06 17:19:04.113196595 +0200 +++ /work/SRC/openSUSE:Factory/.bitwarden.new.29891/bitwarden.changes 2024-09-13 14:36:21.248902139 +0200 @@ -1,0 +2,7 @@ +Thu Sep 12 14:39:24 UTC 2024 - Bruno Pitrus <brunopit...@hotmail.com> + +- Fix exe path in mozilla manifest (bsc#1230388) + * add main-getPath-exe.patch +- Remove bogus libdesktop_napi.so provide + +------------------------------------------------------------------- New: ---- main-getPath-exe.patch BETA DEBUG BEGIN: New:- Fix exe path in mozilla manifest (bsc#1230388) * add main-getPath-exe.patch - Remove bogus libdesktop_napi.so provide BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bitwarden.spec ++++++ --- /var/tmp/diff_new_pack.HDdjqs/_old 2024-09-13 14:36:22.640960168 +0200 +++ /var/tmp/diff_new_pack.HDdjqs/_new 2024-09-13 14:36:22.640960168 +0200 @@ -20,6 +20,7 @@ #not running the tests on OBS â extremely flaky %bcond_with test_rust + Name: bitwarden Version: 2024.8.2 Release: 0 @@ -59,6 +60,7 @@ Patch5: remove-argon2-browser.patch Patch7: bug-reporting-url.patch Patch8: no-sourcemaps.patch +Patch9: main-getPath-exe.patch #patches to use system libs @@ -115,7 +117,7 @@ Requires: nodejs-electron%{_isa} %global __requires_exclude ^npm(.*)|^nodejs(.*) -%global __provides_exclude ^npm(.*)|^nodejs(.*) +%global __provides_exclude ^npm(.*)|^nodejs(.*)|^lib.*\\.so.*$ ++++++ main-getPath-exe.patch ++++++ --- bitwarden-2024.8.2/apps/desktop/src/main.ts.orig 2024-09-05 19:34:54.000000000 +0200 +++ bitwarden-2024.8.2/apps/desktop/src/main.ts 2024-09-12 16:26:40.135229235 +0200 @@ -218,7 +218,7 @@ export class Main { this.logService, this.windowMain, app.getPath("userData"), - app.getPath("exe"), + '/usr/bin/bitwarden-desktop', ); this.desktopAutofillSettingsService = new DesktopAutofillSettingsService(stateProvider);