Hello community,

here is the log from the commit of package AppCSXCAD for openSUSE:Factory 
checked in at 2017-12-14 11:00:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/AppCSXCAD (Old)
 and      /work/SRC/openSUSE:Factory/.AppCSXCAD.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "AppCSXCAD"

Thu Dec 14 11:00:14 2017 rev:3 rq:556473 version:0.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/AppCSXCAD/AppCSXCAD.changes      2016-09-11 
00:54:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.AppCSXCAD.new/AppCSXCAD.changes 2017-12-14 
11:00:49.801920960 +0100
@@ -1,0 +2,18 @@
+Wed Dec  6 16:59:39 UTC 2017 - [email protected]
+
+- Setup MPI environment before building.
+
+-------------------------------------------------------------------
+Sat Nov 18 03:14:59 UTC 2017 - [email protected]
+
+- Change the Qt BuildRequires: for older distributions, Leap 42.x
+  has a VTK build with Qt4, use the same conditional as the VTK
+  package (i.e. Qt4 on Leap 42.x, Qt5 on TW and Leap 15.x)
+
+-------------------------------------------------------------------
+Wed Nov  1 17:15:51 UTC 2017 - [email protected]
+
+- Add explicit BuildRequires for Qt5Sql/Qt5Widgets devel packages,
+  as these are no longer implicitly required by vtk-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ AppCSXCAD.spec ++++++
--- /var/tmp/diff_new_pack.jCwiyG/_old  2017-12-14 11:00:50.477888329 +0100
+++ /var/tmp/diff_new_pack.jCwiyG/_new  2017-12-14 11:00:50.481888136 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package AppCSXCAD
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -30,10 +30,16 @@
 BuildRequires:  gcc-c++
 BuildRequires:  tinyxml-devel
 BuildRequires:  vtk-devel
+%if 0%{?suse_version} > 1320
+BuildRequires:  cmake(Qt5Sql)
+BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
+%else
+BuildRequires:  libqt4-devel
+%endif
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(xt)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -45,6 +51,9 @@
 %setup -q
 
 %build
+if [ -f %{_libdir}/mpi/gcc/openmpi/bin/mpivars.sh ]; then
+  source %{_libdir}/mpi/gcc/openmpi/bin/mpivars.sh
+fi
 %cmake
 
 make %{?_smp_mflags}


Reply via email to