Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bitwarden for openSUSE:Factory 
checked in at 2023-06-13 16:09:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bitwarden (Old)
 and      /work/SRC/openSUSE:Factory/.bitwarden.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bitwarden"

Tue Jun 13 16:09:11 2023 rev:7 rq:1092611 version:2023.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bitwarden/bitwarden.changes      2023-05-31 
21:55:30.069361339 +0200
+++ /work/SRC/openSUSE:Factory/.bitwarden.new.15902/bitwarden.changes   
2023-06-13 16:09:21.366830929 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 15:08:13 UTC 2023 - Bruno Pitrus <brunopit...@hotmail.com>
+- Replace deprecated rust-packaging with cargo-packaging (boo#1211624)
+- Fix unresolvable build on Fedora
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bitwarden.spec ++++++
--- /var/tmp/diff_new_pack.48JmVk/_old  2023-06-13 16:09:23.018840675 +0200
+++ /var/tmp/diff_new_pack.48JmVk/_new  2023-06-13 16:09:23.022840699 +0200
@@ -25,6 +25,10 @@
 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
@@ -71,6 +75,7 @@
 #tools we use explicitly
 %if 0%{?fedora_version}
 %define _ttfontsdir %{_datadir}/fonts/truetype
+BuildRequires: glibc-all-langpacks
 %endif
 %if 0%{?fedora} >= 37
 BuildRequires:  nodejs-npm
@@ -81,7 +86,7 @@
 %if 0%{?fedora}
 BuildRequires:  rust-srpm-macros
 %else
-BuildRequires:  rust-packaging
+BuildRequires:  cargo-packaging
 %endif
 BuildRequires: fdupes
 BuildRequires: fontpackages-devel
@@ -195,6 +200,9 @@
 export CXXFLAGS="%{optflags} -fpic -fno-semantic-interposition 
-fvisibility=hidden"
 export LDFLAGS="%{?build_ldflags}"
 
+%if 0%{?suse_version}
+auditable=auditable
+%endif
 
 
 
@@ -203,7 +211,7 @@
 
 cd apps/desktop
 pushd desktop_native
-cargo -vv build --release
+cargo -vv $auditable build --release
 popd
 
 npm run build

Reply via email to