Hello community,

here is the log from the commit of package texstudio for openSUSE:Factory 
checked in at 2018-01-06 18:49:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texstudio (Old)
 and      /work/SRC/openSUSE:Factory/.texstudio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texstudio"

Sat Jan  6 18:49:04 2018 rev:15 rq:561731 version:2.12.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/texstudio/texstudio.changes      2017-08-23 
11:55:24.588683468 +0200
+++ /work/SRC/openSUSE:Factory/.texstudio.new/texstudio.changes 2018-01-06 
18:49:06.815443764 +0100
@@ -1,0 +2,12 @@
+Thu Jan  4 15:35:35 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Unbreak build on Leap 42.x, make_jobs is only provided by macros.qt5
+
+-------------------------------------------------------------------
+Wed Jan  3 13:37:25 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Disable crash handler on aarch64/armv6l/armv7l, aarch64 is
+  not implemented and armv6l/armv7l is broken
+- use %qmake5 macro to supply CXXFLAGS and also CFLAGS
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texstudio.spec ++++++
--- /var/tmp/diff_new_pack.3qSsN5/_old  2018-01-06 18:49:07.619406199 +0100
+++ /var/tmp/diff_new_pack.3qSsN5/_new  2018-01-06 18:49:07.619406199 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texstudio
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -53,13 +53,23 @@
 %setup -q -n %{name}%{version}
 
 %build
+%ifarch aarch64 %{arm}
+%define crashhandler NO_CRASH_HANDLER=true
+%endif
+
 %if 0%{?suse_version} <= 1320
-qmake QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" CONFIG-=debug 
texstudio.pro
+qmake QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" \
+      QMAKE_CFLAGS="%optflags -fno-strict-aliasing" \
+      CONFIG-=debug texstudio.pro
 %else
-qmake-qt5 QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" CONFIG-=debug 
texstudio.pro
+%{qmake5} CONFIG-=debug %{?crashhandler} texstudio.pro
 %endif
 
-make %{?_smp_mflags}
+%if 0%{?suse_version} <= 1320
+make %{?_smp_mflags} VERBOSE=1
+%else
+%{make_jobs}
+%endif
 
 %install
 make INSTALL_ROOT=%{buildroot} install


Reply via email to