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 2022-10-08 01:23:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/element-desktop (Old)
and /work/SRC/openSUSE:Factory/.element-desktop.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "element-desktop"
Sat Oct 8 01:23:05 2022 rev:23 rq:1008298 version:1.11.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/element-desktop/element-desktop.changes
2022-09-30 17:57:33.841219056 +0200
+++
/work/SRC/openSUSE:Factory/.element-desktop.new.2275/element-desktop.changes
2022-10-08 01:23:12.465952059 +0200
@@ -1,0 +2,8 @@
+Wed Oct 5 15:28:09 UTC 2022 - Bruno Pitrus <[email protected]>
+- Fix FTBFS on ix86 and arm.
+
+-------------------------------------------------------------------
+Fri Sep 30 16:51:37 UTC 2022 - Bruno Pitrus <[email protected]>
+- Remove ExcludeArch, we build Electron for 32-bit too now.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ element-desktop.spec ++++++
--- /var/tmp/diff_new_pack.m80XMH/_old 2022-10-08 01:23:13.997955572 +0200
+++ /var/tmp/diff_new_pack.m80XMH/_new 2022-10-08 01:23:14.001955581 +0200
@@ -37,7 +37,6 @@
Requires: element-web = %{version}
Requires: nodejs-electron
-ExcludeArch: %{ix86} %{arm}
#Element contains no native code
BuildArch: noarch
@@ -73,17 +72,13 @@
export PATH="$PATH:node_modules/.bin"
#export ELECTRON_BUILDER_CACHE="$(pwd)/electron-builder-offline-cache/"
#yarn run build:native
-yarn run build
+yarn run build:universal
%install
install -d %{buildroot}{%{_datadir}/element/,%{_sysconfdir}/webapps/element}
# Install the app content, replace the webapp with a symlink to the system
package
-if [ "$(arch)" == "aarch64" ] ; then
- cp -r dist/linux-arm64-unpacked/resources/*
"%{buildroot}%{_datadir}/element/"
-else
- cp -r dist/linux-unpacked/resources/* "%{buildroot}%{_datadir}/element/"
-fi
+cp -pr dist/linux-universal-unpacked/resources/*
"%{buildroot}%{_datadir}/element/"
ln -s %{_datadir}/webapps/element "%{buildroot}%{_datadir}/element/webapp"
# Config file