SHA256
1
0
forked from pool/bitwarden

Accepting request 1117506 from devel:languages:nodejs

OBS-URL: https://build.opensuse.org/request/show/1117506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitwarden?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2023-10-12 21:44:40 +00:00 committed by Git OBS Bridge
commit ea6223d35c
8 changed files with 22 additions and 12 deletions

View File

@ -2,8 +2,8 @@
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/bitwarden/clients.git</param>
<param name="revision">desktop-v2023.9.0</param>
<param name="version">2023.9.0</param>
<param name="revision">desktop-v2023.9.2</param>
<param name="version">2023.9.2</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! -->

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 12 17:14:30 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
- New upstream release 2023.9.2
* Individual Vault Item Encryption Feature
-------------------------------------------------------------------
Thu Sep 21 16:53:45 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>

View File

@ -1,4 +1,4 @@
name: bitwarden
version: 2023.9.0
mtime: 1695234891
commit: e5baa413709beca277b8e4873d4720c76e5f5d71
version: 2023.9.2
mtime: 1696860452
commit: 25cf6d26c56bddaa0c6bd08be44a421f52bea7fb

View File

@ -18,7 +18,7 @@
#
Name: bitwarden
Version: 2023.9.0
Version: 2023.9.2
Release: 0
Summary: A secure and free password manager for all of your devices
Group: Productivity/Security
@ -298,6 +298,10 @@ find . -name '*.node' -print0 | xargs -0 -t -IXXX sh -c '! ldd -d -r XXX | \
grep '\''^undefined symbol'\'' | \
grep -v '\''^undefined symbol: napi_'\'' '
# Check that all native modules are loadable.
find . -name '*.node' -print0 | xargs -0 -t -IXXX env ELECTRON_RUN_AS_NODE=1 %{_libdir}/electron/electron -e 'require("XXX")'
%files

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f2b7d8669ea87f051ace0f60340df23ddace78f1b8c9cd295d6a8badcc7beea
size 37217869
oid sha256:22009ad2e7cc633d7d7a21d688bd297cd67bf6e21121dc6d11cfaa8736ad4cef
size 37354212

View File

@ -74,7 +74,7 @@
@@ -83,63 +47,25 @@
"css-loader": "6.8.1",
"del": "6.1.1",
"electron": "24.8.3",
"electron": "26.3.0",
- "electron-builder": "^23.6.0",
"electron-log": "4.4.8",
- "electron-reload": "2.0.0-alpha.1",