Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xpra for openSUSE:Factory checked in 
at 2021-05-07 16:46:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xpra (Old)
 and      /work/SRC/openSUSE:Factory/.xpra.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xpra"

Fri May  7 16:46:02 2021 rev:36 rq:891280 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/xpra/xpra.changes        2021-04-24 
23:10:04.795473440 +0200
+++ /work/SRC/openSUSE:Factory/.xpra.new.2988/xpra.changes      2021-05-07 
16:46:28.596132408 +0200
@@ -1,0 +2,5 @@
+Fri May  7 11:23:54 UTC 2021 - Dirk M??ller <[email protected]>
+
+- fix build on architectures without pandoc 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xpra.spec ++++++
--- /var/tmp/diff_new_pack.rbmMcq/_old  2021-05-07 16:46:29.212129617 +0200
+++ /var/tmp/diff_new_pack.rbmMcq/_new  2021-05-07 16:46:29.216129599 +0200
@@ -17,6 +17,11 @@
 #
 
 
+%ifarch x86_64 ppc64 s390x aarch64 riscv64
+%global with_pandoc 1
+%endif
+%bcond_with pandoc
+
 %define xpra_ver 4.1.3
 %define html5_ver 4.1.2
 %define uglifyjs_ver 3.13.4
@@ -43,7 +48,9 @@
 # Needed by uglify-js
 BuildRequires:  nodejs-common
 BuildRequires:  pam-devel
+%if %{with pandoc}
 BuildRequires:  pandoc
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  python3-Cython >= 0.20.0
 BuildRequires:  python3-devel
@@ -161,6 +168,9 @@
     --with-service \
     --without-cuda_kernels \
     --without-nvenc \
+%if !%{with pandoc}
+    --without-docs \
+%endif
     --without-nvfbc
 
 %install
@@ -171,6 +181,9 @@
     --with-service \
     --with-Xdummy \
     --with-Xdummy_wrapper \
+%if !%{with pandoc}
+    --without-docs \
+%endif
     --verbose
 
 pushd %{name}-html5-%{html5_ver}
@@ -206,7 +219,9 @@
 
 %files
 %doc docs/README.md docs/CHANGELOG.md
+%if %{with pandoc}
 %doc %{_defaultdocdir}/xpra
+%endif
 %license COPYING
 %dir %{_datadir}/xpra
 %dir %{_prefix}/lib/xpra

Reply via email to