Hello community,

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

Package is "CSXCAD"

Sat Nov 18 00:22:02 2017 rev:6 rq:542665 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/CSXCAD/CSXCAD.changes    2017-10-31 
15:43:39.754508022 +0100
+++ /work/SRC/openSUSE:Factory/.CSXCAD.new/CSXCAD.changes       2017-11-18 
00:22:20.456826224 +0100
@@ -1,0 +2,15 @@
+Thu Nov  9 15:17:20 UTC 2017 - [email protected]
+
+- Remove sz2-devel BuildRequires, these are already required by
+  hdf5-devel itself if hdf5 is built with szip support.
+
+-------------------------------------------------------------------
+Thu Nov  2 04:43:29 UTC 2017 - [email protected]
+
+- Removed vtk-java, vtk-tcl and python3-vtk BuildRequires again.
+  The requirements are an artifact of the VTK buildsystem and have
+  to be fixed upstream. In the meantime, the BuildRequires are
+  kept as part of vtk-devel.
+- Modify cmake patch, CSXCAD does not need a specific VTK version
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ CSXCAD.spec ++++++
--- /var/tmp/diff_new_pack.tpUpK4/_old  2017-11-18 00:22:21.140801320 +0100
+++ /var/tmp/diff_new_pack.tpUpK4/_new  2017-11-18 00:22:21.144801174 +0100
@@ -45,12 +45,8 @@
 BuildRequires:  hdf5-devel
 BuildRequires:  octave-devel
 BuildRequires:  python3-devel
-BuildRequires:  python3-vtk
-BuildRequires:  sz2-devel
 BuildRequires:  tinyxml-devel
 BuildRequires:  vtk-devel
-BuildRequires:  vtk-java
-BuildRequires:  vtk-tcl
 BuildRequires:  cmake(Qt5Sql)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ CSXCAD-vtk.patch ++++++
--- /var/tmp/diff_new_pack.tpUpK4/_old  2017-11-18 00:22:21.180799864 +0100
+++ /var/tmp/diff_new_pack.tpUpK4/_new  2017-11-18 00:22:21.180799864 +0100
@@ -2,16 +2,12 @@
 ===================================================================
 --- CSXCAD-0.6.1.orig/CMakeLists.txt
 +++ CSXCAD-0.6.1/CMakeLists.txt
-@@ -120,11 +120,7 @@ find_package(Boost 1.46 COMPONENTS
- if (WIN32)
+@@ -121,7 +121,7 @@ find_package(Boost 1.46 COMPONENTS
      find_package(VTK 6.1 REQUIRED)
  else()
--    # prefer >=6.1, fallback to >=5.4
+     # prefer >=6.1, fallback to >=5.4
 -    find_package(VTK 6.1 COMPONENTS vtkIOGeometry vtkIOPLY NO_MODULE)
--    IF (NOT ${VTK_FOUND})
--        find_package(VTK REQUIRED)
--    endif()
-+    find_package(VTK REQUIRED)
- endif()
- 
- message(STATUS "Found package VTK. Using version " ${VTK_VERSION})
++    find_package(VTK COMPONENTS vtkIOGeometry vtkIOPLY NO_MODULE)
+     IF (NOT ${VTK_FOUND})
+         find_package(VTK REQUIRED)
+     endif()


Reply via email to