From 5ec339fc5049ebcbbaeb03de0c8e3e3f50e6a5009f2f4dbb8175f96e0abbd0b3 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 13 Sep 2017 07:20:50 +0000 Subject: [PATCH] Accepting request 523727 from home:polyconvex:branches:science - devel subpackage should require -tcl, -java and -qt subpackages since the *.cmake files refer to files in those subpackages - devel subpackage should require -tcl, -java and -qt subpackages since the *.cmake files refer to files in those subpackages OBS-URL: https://build.opensuse.org/request/show/523727 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=97 --- vtk-compat_gl.changes | 6 ++++++ vtk-compat_gl.spec | 3 +++ vtk.changes | 6 ++++++ vtk.spec | 3 +++ 4 files changed, 18 insertions(+) diff --git a/vtk-compat_gl.changes b/vtk-compat_gl.changes index c66f805..1bfe2d9 100644 --- a/vtk-compat_gl.changes +++ b/vtk-compat_gl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 12 12:33:38 UTC 2017 - kkhere.geo@gmail.com + +- devel subpackage should require -tcl, -java and -qt subpackages + since the *.cmake files refer to files in those subpackages + ------------------------------------------------------------------- Mon Sep 11 13:46:28 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/vtk-compat_gl.spec b/vtk-compat_gl.spec index ecce771..5edaec8 100644 --- a/vtk-compat_gl.spec +++ b/vtk-compat_gl.spec @@ -144,6 +144,9 @@ This package provides the shared libraries for VTK. %package devel Summary: VTK header files for building C++ code Group: Development/Libraries/C and C++ +Requires: %{name}-java = %{version} +Requires: %{name}-qt = %{version} +Requires: %{name}-tcl = %{version} Requires: %{shlib} = %{version} Requires: Mesa-libGL-devel Requires: R-base-devel diff --git a/vtk.changes b/vtk.changes index c66f805..1bfe2d9 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 12 12:33:38 UTC 2017 - kkhere.geo@gmail.com + +- devel subpackage should require -tcl, -java and -qt subpackages + since the *.cmake files refer to files in those subpackages + ------------------------------------------------------------------- Mon Sep 11 13:46:28 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/vtk.spec b/vtk.spec index 1ee9eef..ac02dd8 100644 --- a/vtk.spec +++ b/vtk.spec @@ -144,6 +144,9 @@ This package provides the shared libraries for VTK. %package devel Summary: VTK header files for building C++ code Group: Development/Libraries/C and C++ +Requires: %{name}-java = %{version} +Requires: %{name}-qt = %{version} +Requires: %{name}-tcl = %{version} Requires: %{shlib} = %{version} Requires: Mesa-libGL-devel Requires: R-base-devel