SHA256
1
0
forked from pool/bitwarden

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

- New upstream release 2023.5.1
  * Fix bug when the user selects a region it will set baseUrl in environment service
- Revert build_rustflags hack (boo#1212226)

OBS-URL: https://build.opensuse.org/request/show/1094714
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=19
This commit is contained in:
Bruno Pitrus 2023-06-22 17:07:11 +00:00 committed by Git OBS Bridge
parent 6d732fb125
commit d37c23f722
6 changed files with 21 additions and 14 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.5.0</param>
<param name="version">2023.5.0</param>
<param name="revision">desktop-v2023.5.1</param>
<param name="version">2023.5.1</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:3845aadc26330ee3f37746b261502836bac3bbc9a68863c23cd8a5455f9cc3e7
size 19029517

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 22 17:00:22 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
- New upstream release 2023.5.1
* Fix bug when the user selects a region it will set baseUrl in environment service
- Revert build_rustflags hack (boo#1212226)
-------------------------------------------------------------------
Mon Jun 12 15:08:13 UTC 2023 - Bruno Pitrus <brunopitrus@hotmail.com>
- Replace deprecated rust-packaging with cargo-packaging (boo#1211624)

View File

@ -1,4 +1,4 @@
name: bitwarden
version: 2023.5.0
mtime: 1685493730
commit: 7bb3f49abdbcf9dc4aed264feca822be9772fbd9
version: 2023.5.1
mtime: 1687386703
commit: e1b8d2fb0c6f2dff5a668e3aa2ce13246f5e3b4b

View File

@ -18,17 +18,13 @@
#
Name: bitwarden
Version: 2023.5.0
Version: 2023.5.1
Release: 0
Summary: A secure and free password manager for all of your devices
Group: Productivity/Security
License: GPL-3.0-only and MIT and (Apache-2.0 or MIT)
URL: https://github.com/bitwarden/clients
%if 0%{?suse_version}
%global build_rustflags %{__rustflags}
%endif
#x86 electron requires SSE2
%ifarch %ix86
ExclusiveArch: i586 i686
@ -86,7 +82,12 @@ BuildRequires: cargo
%if 0%{?fedora}
BuildRequires: rust-srpm-macros
%else
BuildRequires: cargo-packaging
%if 0%{?suse_version} >= 1600
BuildRequires: cargo-packaging >= 1.2.0+3
%else
BuildRequires: rust-packaging
%endif
BuildRequires: cargo-auditable
%endif
BuildRequires: fdupes
BuildRequires: fontpackages-devel