Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package element-desktop for openSUSE:Factory
checked in at 2023-06-23 21:53:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/element-desktop (Old)
and /work/SRC/openSUSE:Factory/.element-desktop.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "element-desktop"
Fri Jun 23 21:53:30 2023 rev:37 rq:1094867 version:1.11.32
Changes:
--------
--- /work/SRC/openSUSE:Factory/element-desktop/element-desktop.changes
2023-06-16 16:56:46.830392813 +0200
+++
/work/SRC/openSUSE:Factory/.element-desktop.new.15902/element-desktop.changes
2023-06-23 21:53:36.698961180 +0200
@@ -1,0 +2,5 @@
+Fri Jun 23 11:03:57 UTC 2023 - Dominik Heidler <[email protected]>
+
+- Be multi-arch friendly - Add aarch64 support
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ element-desktop.spec ++++++
--- /var/tmp/diff_new_pack.Wh37SQ/_old 2023-06-23 21:53:38.418971037 +0200
+++ /var/tmp/diff_new_pack.Wh37SQ/_new 2023-06-23 21:53:38.422971059 +0200
@@ -40,7 +40,6 @@
BuildRequires: cargo
BuildRequires: python3
BuildRequires: sqlcipher-devel
-BuildRequires: openssh-fips
BuildRequires: libsecret-devel
BuildRequires: gcc-c++
Requires: element-web = %{version}
@@ -49,6 +48,9 @@
BuildRequires: nodejs18
%endif
+# hak*.tar.gz only available for those architectures
+ExclusiveArch: x86_64 aarch64
+
%description
A glossy Matrix collaboration client - desktop
@@ -65,6 +67,11 @@
mkdir -p $HOME/bin
ln -sf /usr/bin/python3 $HOME/bin/python
+%ifarch aarch64
+mv -v .hak/matrix-seshat/x86_64-unknown-linux-gnu
.hak/matrix-seshat/aarch64-unknown-linux-gnu
+mv -v .hak/keytar/x86_64-unknown-linux-gnu
.hak/keytar/aarch64-unknown-linux-gnu
+%endif
+
%build
echo 'yarn-offline-mirror "./npm-packages-offline-cache"' >> .yarnrc
echo 'nodedir %{_includedir}/electron' >> .yarnrc
@@ -130,7 +137,7 @@
%config(noreplace) %{_sysconfdir}/element/config.json
%{_sysconfdir}/webapps/element/config.json
%{_datadir}/webapps/element/config.json
-%{_sysconfdir}/element/
+%dir %{_sysconfdir}/element/
%{_datadir}/applications/io.element.Element.desktop
%{_datadir}/icons/hicolor/scalable/apps/io.element.Element.svg
%{_datadir}/icons/hicolor/*/apps/io.element.Element.png