diff --git a/_service b/_service index bc5a9c1..0e05278 100644 --- a/_service +++ b/_service @@ -2,8 +2,8 @@ git https://github.com/bitwarden/clients.git - desktop-v2023.5.0 - 2023.5.0 + desktop-v2023.5.1 + 2023.5.1 bitwarden bitwarden_license/* diff --git a/bitwarden-2023.5.0.obscpio b/bitwarden-2023.5.0.obscpio deleted file mode 100644 index 7b7ba1f..0000000 --- a/bitwarden-2023.5.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3845aadc26330ee3f37746b261502836bac3bbc9a68863c23cd8a5455f9cc3e7 -size 19029517 diff --git a/bitwarden-2023.5.1.obscpio b/bitwarden-2023.5.1.obscpio new file mode 100644 index 0000000..16571ab --- /dev/null +++ b/bitwarden-2023.5.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fe7151ad279e53ba010475fedb835cde6101e24c109de1ebf52d123ec81f5a +size 19033613 diff --git a/bitwarden.changes b/bitwarden.changes index 81bb9bd..67b3c43 100644 --- a/bitwarden.changes +++ b/bitwarden.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 22 17:00:22 UTC 2023 - Bruno Pitrus +- 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 - Replace deprecated rust-packaging with cargo-packaging (boo#1211624) diff --git a/bitwarden.obsinfo b/bitwarden.obsinfo index b166388..d2511f3 100644 --- a/bitwarden.obsinfo +++ b/bitwarden.obsinfo @@ -1,4 +1,4 @@ name: bitwarden -version: 2023.5.0 -mtime: 1685493730 -commit: 7bb3f49abdbcf9dc4aed264feca822be9772fbd9 +version: 2023.5.1 +mtime: 1687386703 +commit: e1b8d2fb0c6f2dff5a668e3aa2ce13246f5e3b4b diff --git a/bitwarden.spec b/bitwarden.spec index 69d6ad6..75b9c9f 100644 --- a/bitwarden.spec +++ b/bitwarden.spec @@ -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