Atri Bhattacharya
16faa577ab
- Update to version 8.1.1: * Fixed thin border around vtkImageResliceMapper rendering * Fixed vtkImageResliceMapper showing a black polygon when slice is out of bounds. * Fixed conflict between Process.h and process.h * Fixed building VTK 8.1 against 10.13 SDK resulting in linker errors when trying to use resulting libraries on older SDK * Fixed vtkCellPicker::IntersectActorWithLine maybe using invalid cell id when picking composite data - Add fix_qt5_example_cmake.patch Fixes use of removed cmake macro in some examples See: https://gitlab.kitware.com/vtk/vtk/issues/17336 - Use modern cmake spec file macros - Run spec cleaner - Other spec file cleanups - Support parallel HDF5. - Drop support for qt4. Any version of openSUSE with a recent enough version of cmake to build the package supports Qt5. - Drop checks for old versions of openSUSE that have too old of a cmake to build. OBS-URL: https://build.opensuse.org/request/show/616527 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=119
20 lines
917 B
Plaintext
20 lines
917 B
Plaintext
# FIXME: See if packaging can be tweaked to avoid these warnings later
|
|
# python-vtk needs these devel files to work
|
|
addFilter("python3-vtk* devel-file-in-non-devel-package")
|
|
|
|
# Upstream does not supply manuals for any binary, suppress warnings
|
|
addFilter(".* no-manual-page-for-binary")
|
|
|
|
# This is not a versioned shared lib, and not used by anything other than
|
|
# vtk's java bindings, simply package it with the vtk-java subpackage
|
|
addFilter("vtk-java.* shlib-policy-name-error")
|
|
addFilter("vtk-java.* shlib-policy-missing-suffix")
|
|
addFilter("vtk-java.* devel-file-in-non-devel-package")
|
|
addFilter("vtk-compat_gl-java.* shlib-policy-name-error")
|
|
addFilter("vtk-compat_gl-java.* shlib-policy-missing-suffix")
|
|
addFilter("vtk-compat_gl-java.* devel-file-in-non-devel-package")
|
|
|
|
# Used by tcl bindings
|
|
addFilter("vtk-tcl.* devel-file-in-non-devel-package")
|
|
addFilter("vtk-compat_gl-tcl.* devel-file-in-non-devel-package")
|