Compare commits

...

137 Commits

Author SHA256 Message Date
Ana Guerrero
44213ff283 Accepting request 1235695 from science
- Update to version 5.13.2:
  * Update Insitu logic to use script filename (instead of full
    path) when searching PYTHONPATH directories (details).
  * Fixed CLI error loading multiple-file series (details).
  * Fixed CLI error that was opening two copies of single file
    specified in command line (details).
  * Fixed pvbatch syntax warning messages (“invalid escape
    sequence”) (details).
  * Fixed spreadsheet view to update correctly when timestep is
    reset to 0 (details).
  * Fixed problems loading state file when remote volume rendering
    is used (details).
  * More info at:
    <https://www.kitware.com/paraview-5-13-2-release-notes/>.
- Use internal pegtl lib due to version incompatibility.
- Disable ZFP due to building problems with internal/external.
- Added sed command to fix linker flags in build.ninja.
- Removed unnecessary shebang at rtImageTest.py.
- Dropped patches:
  * 0001-Fix-missing-fmt-ranges.h-include-in-ioss-ThirdParty-.patch
  * fix-CVE-2024-50602.patch
- Add patches:
  * 0001-Add-missing-libm-link-library-for-bundled-ExodusII.patch
- Various spec file cleanups and fixes:
  * Fix version dependent bcond's for TW
  * Remove unused netcdf-cxx build dependency
  * Remove unnecessary sqlite and wget binary build dependencies
  * Use system libharu, fast-float and fmt when available
- Fix build with recent fmt, add
  * 0001-Fix-missing-fmt-ranges.h-include-in-ioss-ThirdParty-.patch

OBS-URL: https://build.opensuse.org/request/show/1235695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=56
2025-01-07 19:53:35 +00:00
Ana Guerrero
ac1a677f82 Accepting request 1232907 from science
OBS-URL: https://build.opensuse.org/request/show/1232907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=55
2024-12-22 17:03:36 +00:00
Vicente Adolfo Bolea Sanchez
27462e0be8 - Added patch fix-CVE-2024-50602.patch which fixes CVE-2024-50602.
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=130
2024-12-21 01:27:46 +00:00
Ana Guerrero
b4e45c02c7 Accepting request 1177721 from science
Update to version 5.12.1

OBS-URL: https://build.opensuse.org/request/show/1177721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=54
2024-05-31 20:15:37 +00:00
00871e5d5e Wrap nearly endless lines.
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=128
2024-05-30 09:50:38 +00:00
Vicente Adolfo Bolea Sanchez
3b2ad295a3 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=127 2024-05-29 16:03:10 +00:00
Vicente Adolfo Bolea Sanchez
e7bd087b53 Accepting request 1177420 from home:vicentebolea:branches:science
- Update to version 5.12.1:
  * gradient backgrounds in saved images larger than the render window are now correct.
  * support for ospray is checked only when ospray rendering is requested. previously, it was checked unconditionally and that could lead to a valid but unwanted warning when paraview runs on a system that does not support ospray.
  * cached geometry is discarded whenever an animation keyframe is edited. this can prevent spurious visualization of geometry when keyframes that modify filter properties are changed.
  * coloring by partial field data arrays now works correctly.
  * the reflect filter on triangle strips now produces correct cells.
  * slicing image data with multiple components now correctly copies all components to the output.
  * fixed a crash when loading an unstructured grid containing a vtk_convex_point_set from a vtu file.
  * removed spurious warning message when the integrate variables filter was applied to an empty dataset.
  * the legacy ghost cells generator filter, which was deprecated in paraview 5.10 and removed in paraview 5.11, has been added back. it is available after loading the legacyghostcellsgenerator plugin. this filter may work better on large scale runs on particular hpc systems where mpi resources are exhausted when using the regular ghost cells generator. in addition, the legacy ghost cells generator has a property minimum number of ghosts that matches the name of a property in the ghost cells generator. this makes swapping between the two filters in a python script simpler.
  * the gradient filter had a thread race condition fixed
  * vtk xml file format readers no longer fail when building paraview against expat 2.6.0.
  * saving a multiblock dataset file (vtm) in parallel now uses only rank 0 to create a subdirectory instead of all ranks trying and one rank winning. this resolves a race condition on some file systems where the directory was reported as being created but was not available for writing yet by one of the processes.
  * fixed state saving option when a remote server crashes.
  * error reporting when creating extracts directory fails now includes the full path of the directory whose creation failed.
  * More info at <https://www.kitware.com/paraview-5-12-1-release-notes/>.
- Update to version 5.12.0:
  * Save and load files on either the client or server
  * Internationalization support with translations
  * Importing and exporting of animation settings
  * Copy and paste available for filters in the Pipeline Browser
  * Widget colors linked to color palette
  * Fire Dynamics Simulator file reader
  * New “Toggle file sequence grouping” button in Open File dialog
  * Reorganized Color Map Editor
  * More info at <https://www.kitware.com/paraview-5-12-0-release-notes/>.
- Use internal jsoncpp with leap <= 15.5.
- Use internal token lib.
- Use internal FastFloat lib.
- Use external verdict with leap >= 15.5.
- Use external pugixml with leap >= 15.5.
- Always use external CLI11.
- Drop compatibility to leap 15.3.
- Always skip using RPATH in SUSE builds.
- Added patch: fix-soversion-soname.patch
- Do not delete zero-sized .cmake files, these are referenced from
  other cmake files; use rpmlintrc rule to suppress warnings.
- Do not delete paraview-config script now that we have a
  -devel-static package; instead include it as part of the latter.
- Update to version 5.11.2:
  * User interface:
    - pqFileDialog: Remove existence check when selecting multiple
      files 
    - Avoid crash in Find Data panel if nothing is selected
  * Remoting:
    - ArrayListDomain: Fix a potential segfault with empty array
      name
    - RangeDomain: fix interval condition
    - Add sanity checks around several GridAxesRepresentation
      usage
  * Filters:
    - Support jpeg extension for textures. 
    - vtkHyperTreeGridAxisClip: Fix InsideOut
  * Readers:
    - openPMD: The openPMD python module was updated to fix bugs.
    - Incorrect fetching of rectilinear grid object
  * Catalyst: Fixing Catalyst2 example to have proper Conduit
  * spacing names Python:
    - pythonalgorithm: Fix for smproperty.proxy
    - Fix --displays gets passed to pvbatch
- Fixes issue that protobuf demands the use of -std=c++17.
  This was done by building ParaView with -std=c++17.
- Update to version 5.11.1:
  * Many changes, see
    <https://www.kitware.com/paraview-5-11-1-release-notes/>.
- Build with system verdict for openSUSE > 1500.
- Update to version 5.11.0:
  * Many changes, see
    <https://www.kitware.com/paraview-5-11-0-release-notes/>.
- Drop paraview-include-sstream.patch: incorporated upstream.
- New BuildRequires: sqlite3, pkgconfig(),
  pkgconfig(nlohmann_json), pkgconfig(proj), pkgconfig(sqlite3).
- Build without system nlohmann_json for Leap 15.3 and older.
- Update rpmlintrc file to suppress false positives.
- Pass CMAKE_SKIP_INSTALL_RPATH=ON for openSUSE > 1500 as well
  to enure no left-over rpaths in binaries; this fixes build
  failures in Factory.
- Revert gl2ps change. TW and 15.4 have a recent gl2ps, and the
  15.3 package will not be upgraded (but is available in science).
- Fixes cli11 dependency for 15.3.
- Drops system gl2ps on Leap 15.x since a higher version of gl2ps
  is needed than the system provided version on Leap 15.x.
- Update to version 5.10.1:
  * User interface:
    - State files appear as datasets.
    - File dialog issues in client/server mode.
    - Stride in Animation View is too restricted.
    - Context menu in file dialog doesn't work on macOS with Qt
      5.15.1.
    - Python tracing fails when a custom source exists.
    - Python Shell broken by any custom filter.
    - Stereo broken in CAVE environments.
    - Parallel Coordinates segfault.
    - Can't set frame rate when saving MP4 animation.
    - command_button widget is not visible anymore.
    - Client information does not show VTK version.
    - Only fetch favorites from server on creation.
  * Filters:
    - Ghost cell generator crash.
    - Redistribute dataset on Image Data then generate Ghost cells
      seems to give the wrong result.
    - TemporalParticlesToPathlines fails with AMReX particle data:
      "The input dataset did not have a valid DATA_TIME_STEPS
      information key".
  * Readers:
    - Sideset error with IOSS reader.
    - IOSS reader is slow with small, parallel dataset.
    - IOSS reader and set variables don't work.
    - Restart file fails with IOSS reader.
    - PIO reader seg faults on warnings for client-server.
    - PIO reader fails on extra file in directory.
    - PIO reader access to restart block and even/odd checkpoints.
    - openPMD: Fix Particle Time Series.
  * Catalyst:
    - Multiple grids with multiple pipelines produces failure in
      coprocessing.py.
    - SaveExtract volumetric cinema database crash.
  * Build:
    - Guard the list of required vtk components for paraview
      package.
    - pqPythonUtils.h not installed.
- Update guide books:
  * ParaViewGettingStarted-5.10.1.pdf.
  * ParaViewTutorial-5.10.1.pdf.
- Adapt defined macros for versioning to be more recyclable.
- Drop some zero-length cmake files from %{_libdir}/cmake/ which
  are useless anyway.
- Drop unused exodusII-devel build dependency (used vendored
  version and defaults to IOSS based exodus reader since PV 5.10).
- Use system gl2ps also on Leap 15.x
- Update to version 5.10.0:
  * Long list of changes, see
    https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.10.0.md
- Drop patches incorporated upstream:
  * paraview-gcc11-limits.patch.
  * paraview-vtkioss-link-pthread.patch.
- Update guides and tutorials.
- Update _constraits to require 22 GiB for build to prevent
  out-of-disk-space build failures.
- Add arguments to cmake command to turn off system installed
  libraries individually where these are not available;
  specifically turn off system vtkcatalyst, exprtk, fmt, and ioss.
- Add paraview-include-sstream.patch -- Add patch from upstream to
  include missing headers and adapt to apply with p1
  (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8597).
- Add rpmlintrc snippet to suppress warnings about shared lib
  versioning: we use a versioning consistent with package
  major.minor version which is needed due to upstream's otherwise
  inconsistent so versions, but rpmlint does not like this.
- Update constraints for riscv64
- Drop useless ldconfig dependencies for the paraview.rpm
  main package, there are no standard location shared libs in it.
- Add paraview-gcc11-limits.patch: Include limits header wherever
  needed to fix compilation with GCC 11
  [https://gitlab.kitware.com/vtk/vtk/-/issues/18194].
- Update to vetsion 5.9.1:
  * See
    https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.9.1.md.
- Drop paraview-Adaptors-include-txx-file.patch: incorporated
  upstream.
- Update to version 5.9.0:
  * See
    https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.9.0.md.
- Add paraview-vtkioss-link-pthread.patch: Link against pthread
  when building vtkioss
  [https://gitlab.kitware.com/paraview/paraview/-/issues/20495].
- Add paraview-Adaptors-include-txx-file.patch: Fix Cam adaptor
  template instantiation
  [https://gitlab.kitware.com/paraview/paraview/-/merge_requests/4729].
- PDF guide book ParaviewGuide-%{version}.pdf replaced by
  ParaviewTutorial-%{version}.pdf.
- Drop upstream-incorporated patches:
  * paraview-vtkFreeTypeTools-internal-macro.patch.
  * fix-3d48a287-support-new-api-cgio_read_data_type.patch.
  * bundled_exodusii_add_missing_libpthread.patch.
- Add paraview-vtkFreeTypeTools-internal-macro.patch --
  vtkFreeTypeTools: avoid using an internal macro; patch taken
  from upstream vtk git and rebased to apply with -p1
- Update to version 5.8.1:
  * Long list of bug fixes, see
    https://blog.kitware.com/paraview-5-8-1-release-notes/.
- Update manuals (ParaViewGettingStarted-5.8.1.pdf and
  ParaViewGuide-5.8.1.pdf) to latest version.
- Disable on aarch64 since GLES isn't supported for bundled vtk
  but is needed for paraview.
- Set CMAKE_SKIP_INSTALL_RPATH:BOOL=ON during %cmake for openSUSE
  Leap 15.2 and older to fix build failures.
- Don't delete libFmmMesh.a static lib, it is referenced by
  installed cmake files and needed for plugin development.
- Drop patches no longer needed:
  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  * fix-loguru-missing-links.patch
  * paraview-do-not-install-missing-vtk-doxygen-dir.patch
  * paraview-link-against-python.patch: pass
    DVTK_PYTHON_OPTIONAL_LINK=OFF to cmake instead (see
    https://gitlab.kitware.com/vtk/vtk/-/issues/17881).
- Update bundled_exodusii_add_missing_libpthread.patch to version
  from upstream
  (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/6865).
- Disable the Paraview Protobuf module for openSUSE:Leap <= 15.1,
  as the FindProtobuf module bundled with cmake < 3.13 is
  incompatible with the requirements here.
- Package static libraries as part of devel-static package; this
  is needed, for example, to build plugins against paraview. See
  https://gitlab.kitware.com/paraview/paraview/-/issues/19706#note_746038.
- add patch fix-3d48a287-support-new-api-cgio_read_data_type.patch
  from upstream to fix build problem for Factory
- Update minimum disk space required in _constraints: up to 16 GB
  now required.
- Update to version 5.8.0:
  * See https://blog.kitware.com/paraview-5-8-0-release-notes/.
- Rebase paraview-desktop-entry-fix.patch for updated location of
  desktop file in source.
- Drop fix-QtGUI-missing-GLX_mesa-linking.patch: no longer
  required as linking GLX_mesa to build QtGUI is now correctly
  handled by build.
- Drop 0001-Allow-compilation-on-GLES-platforms.patch: patch no
  longer applies (since vesin 5.7.0) and commenting out patch
  leads to factory_auto declining the submission.
- Use ninja instead of make as recommended by upstream and to
  speed up build; define __builder to ninja so that cmake build
  macros use this instead of the default make.
- Pass PARAVIEW_BUILD_WITH_EXTERNAL to cmake to use system third
  party libraries by default; pass VTK_MODULE_USE_EXTERNAL_<name>
  to use specific bundled libraries conditionally (gl2ps, haru,
  pugixml).
- Use %cmake_build instead of %make_jobs during building.
- Replace deprecated options passed to cmake by updated ones:
  * PARAVIEW_BUILD_QT_GUI -> DPARAVIEW_USE_QT
  * PARAVIEW_ENABLE_PYTHON -> PARAVIEW_USE_PYTHON.
- Update paraview-rpmlintrc to suppress warning about a non-exec
  file that is installed to %{_bindir} and is really necessary
  (see https://gitlab.kitware.com/paraview/paraview/issues/19706);
  the previous entry no longer applies, so drop it.
- Add absolutely necessary dependencies for paraview-devel as
  Requires.
- Install python modules to %{python3_sitearch}/paraview rather
  than the default [%{python3_sitearch}] by setting
  PARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX when configuring cmake;
  this avoids file conflicts between python3-paraview and
  python3-vtk.
- Don't install paraview-config: it doesn't work without the
  static libs being installed.
- Update to version 5.7.0:
  See https://blog.kitware.com/paraview-5-7-0-release-notes/
- Split out new subpackages: libparaview5_7 for all the shared
  libs, paraview-plugins for bundled plugins, and python3-paraview
  for python3 bindings.
- Move shared libraries to %{_libdir} and install them as part of
  libparaview5_7.
- Update commands passed to cmake in keeping with upstream's
  overhaul.
- Drop paraview-find-qhelpgenerator-qt5.patch: no longer needed.
- Drop  paraview-fix-file-contains-date-time.patch: GCC supports
  SOURCE_DATE_EPOCH and, as such, this fix is no longer needed.
- Switch to python3: Paraview is production ready with python3
  starting with version 5.7.0, and python2 support is slated to be
  dropped from the next major upgrade.
- Rebase patches for updated version:
  * fix-libharu-missing-m.patch.
  * bundled_exodusii_add_missing_libpthread.patch.
- New patches to fix linking problems introduced with version
  5.7.0:
  * fix-loguru-missing-links.patch: Add linking to libraries libm,
    libdl, and libpthread when building loguru.
  * fix-QtGUI-missing-GLX_mesa-linking.patch: Link to library
    libGLX_mesa when building Qt GUI support.
  * paraview-link-against-python.patch to fix linking against
    the python library.
- Patch 0001-Allow-compilation-on-GLES-platforms.patch needs
  rebase; commented out for now.
- Switch an env based hashbang with one directly calling the
  required binary (python3 in this case).
- Switch as many BuildRequires as possible to pkgconfig based
  ones.
- Update rpmlintrc file to remove no longer needed filters and
  update the leftover filter (hidden file or dir) for directory
  change.
- Drop fix-libhdf5-missing-m.patch: No longer needed.
- Drop unused python-zope BuildRequires
- Replace Qt5WebKit BuildRequires with Qt5WebEngine
- Unbundle several dependencies, use system libraries:
  * double-conversion
  * CGNS
  * Eigen3
  * GLEW
  * HDF5
  * JsonCPP
  * liblz4
  * netcdf
  * protobuf
  * PugiXML
  * Ogg/Theora
- Add several patches from VTK package:
  * bundled_exodusii_add_missing_libpthread.patch
  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  * 0001-Allow-compilation-on-GLES-platforms.patch
- Update to version 5.6.2:
  * Fixes a trackpad interaction bug on macOS.
- Pass -ffat-lto-objects for static libs.
- Update to version 5.6.1
  https://blog.kitware.com/paraview-5-6-1-release-notes/
- using tar.xz instead of tar.gz file
- Trim redundancies from description.
- Add ldconfig dependency. Avoid xargs use where possible.
- Update to version 5.6.0
  https://blog.kitware.com/paraview-5-6-0-release-notes/
- add devel package
- remove Tk build requirement and adjust description since ParaView
  hasn't used Tcl/Tk for quite a few years.
- ParaViewTutorial file not updated and not available on upstream
- drop patches already applied upstream
  * paraview-pythonqt-build-fix.patch
  * fix-hdf5-gcc8.patch
  * fix-qt-5.11-931c779.patch
  * fix-no-plugin-doc-dir.patch
- modify partially applied patches
  * paraview-find-qhelpgenerator-qt5.patch
- Update to version 5.5.2
  see full changelog at
  https://blog.kitware.com/paraview-5-5-0-release-notes/
- Disable build of examples
- Don't use VTKm as it cause CMake configure problems
- drop patch paraview-default-qtstyle.patch as plastic style is
  no longer set by upstream
- drop patch Fix-ParaViewDetermineVersion.patch as a similar
  change is included upstream
- update patch paraview-fix-file-contains-date-time.patch
- add patches fix-libhdf5-missing-m.patch and
  fix-libharu-missing-m.patch to add missing libraries to
  third-party dependencies included in ParaView
- add patch fix-qt-5.11-931c779.patch to fix issue with Qt 5.11
- add patch fix-no-plugin-doc-dir.patch to remove reference to
  non-existant directory below a plug-in
- add patch fix-hdf5-gcc8.patch to fix issue with GCC 8 taken
  from upstream
- Trim goals from description, only the now counts.
  Trim marketing speech from description.
- Update to version 5.4.1:
  * The black render window observed on some systems when FXAA was
    enabled or an object's opacity was less than 1 has been fixed.
  * Field output for cells with non-straight edges has been
    corrected.
  * Derivatives for quadratic triangles are now computed
    correctly.
  * A bug that occurred when generating a Catalyst script with no
    images output has been fixed.
  * A problem with writing animations as AVIs was fixed.
  * Logic in the CGNS reader was updated to correctly read all
    solution nodes for each centering type when
    FlowSolutionPointers are missing.
  * Fixed crash in CGNS reader when moving forward in time.
  * Fixed problem with long-running animations not advancing past
    a certain number of time steps.
  * Resolved issue where changing one file path in the state file
    loader "Choose File Names" dialog also changed the file paths
    of other files with the same type.
  * Addressed problem with enumerated property dependencies in
    ParaViewWeb.
  * Added ability to change the font size in the ParaView user
    interface.
  * Fixed BoxLib3D file reader.
  * State files now properly support files with relative paths.
  * Removed inappropriate scalar bar scaling when saving large
    screen shots.
  * A bug in the color mapping that in some cases incorrectly
    mapped some data values to the above-range color was fixed.
  * OSPRay can now be compiled in Cray programming environments
    and for the first time has support for Intel Skylake
    processors.
  * Added lower limit to how small the GUI font size can be.
  * Addressed issue affecting layouts when loading a state file
    from the Python console.
- Update to version 5.4.0:
  * See https://blog.kitware.com/paraview-5-4-0-release-notes/ for
    a full list of updates.
- Use the %%cmake macro instead of using cmake manually.
- Minor rebase of existing patches for version update.
- ExcludeArch for ix86 processors until 32 bit builds can be
  sorted out; issue reported upstream.
- Update to version 5.3.0
  * VTK-m Plugin for many-core systems
  * Reader and Writer Improvements and Additions
  * Fast approximate anti-aliasing (FXAA) is now on by default
  * new StreamLinesRepresentation plugin
  * Added LagrangianParticleTracker plugin
  * Python Enhancements
  * See a summary of changes at
    https://blog.kitware.com/paraview-5-3-0-release-notes/
- drop package paraview-plugin-SciberQuestToolKit as SQTK is no longer
  part of ParaView (see commit c2bc94c2efb66c4bb525383176688ddfd430ca26)
- drop paraview-build-sciberquesttoolkit-with-opengl2.patch as SQTK is
  no longer build
- add paraview-do-not-install-missing-vtk-doxygen-dir.patch to remove
  non-existing doxygen/doc/html folder from VTK.
- modified paraview-find-qhelpgenerator-qt5.patch to adapt to partial
  inclusion of original patch to upstream
- Replicate the %cmake macro manually, stripping out the
  problematic and unused options. In particular, this restores
  passing rpm_opt_flags to C/C++ during compilation.
- Update paraview-fix-file-contains-date-time.patch to remove
  references to __DATE__ and __TIME__ also from
  Plugins/CDIReader/cdilib.c; suppresses an rpmlint warning.
- Update %{name}-rpmlintrc file to also suppress warnings about:
  * no-manual-page-for-binary: upstream doesn't supply manpages
    and we don't care.
  * hidden-file-or-dir: this hidden file is really used as a
    catalogue of available plugins by paraview.
- Update to version 5.2.0: See a summary of changes at:
  https://blog.kitware.com/paraview-5-2-0-release-notes/ .
- Use cmake macros (except for %cmake) for %build and %install
  actions; drop the paraview_cmake_options and send the options
  directly to cmake. We do not use the %cmake macro because
  it passes the RPM optflags to cmake, and with paraview 5.2 these
  flags cause compilation errors; see
  https://gitlab.kitware.com/paraview/paraview/issues/17049.
- Turn off system GL2PS and DIY for bundled VTK.
- Switch to using Qt5 for openSUSE > 13.2 and Leap 42.2 and
  higher (Qt5 >= 5.6.0 is required).
- Add BuildRequires on python-Sphinx, python-qt*-devel; new
  requirements.
- Add BuildRequires on pkgconfig(libpng), pkgconfig(freetype2) and
  pkgconfig(xt); these are all required and being implicitly
  pulled in by libqt4-devel.
- Add paraview-find-qhelpgenerator-qt5.patch: Help find
  qhelpgenerator-qt5 instead of qhelpgenerator when Qt5 is used.
- Add paraview-pythonqt-build-fix.patch to fix build issues with
  PythonQtPlugin; patch taken from upstream.
- Add paraview-build-sciberquesttoolkit-with-opengl2.patch to
  enable building of SciberQuestToolKit even when OpenGL2 is used
  as the default VTK rendering (needs testing).
- Drop require-only-cmake-3_0.patch, cmake >= 3.3 is now required.
- Add documentation linked to from the Help menu in main
  application as additional sources and install them where it
  looks for them (ParaViewGettingStarted-5.2.0.pdf,
  ParaViewGuide-5.2.0.pdf, ParaViewTutorial.pdf).
- Send other docs to %{_docdir} by explicitly passing the cmake
  option VTK_INSTALL_DOC_DIR.
- update to version 5.1.2
  * Rendering translucent geometries: fixed client-server configurations
    when rendering remotely and resolved issues with multiple windows/views
    were present.
  * Exodus reader: Fixed bug in Exodus reader which was causing the reader to
    improperly read files with no timesteps.
  * Fixed the “?” button to show filter documentation.
  * Add option to Ghost Cells Generator filter to specify the number of ghost
    levels to generate.
  * Cinema Fixed SpecB was not revolving the camera around the data centroid.
- adjust require-only-cmake-3_0.patch
- update to version 5.1.0
  + add OSPRay ray tracing renderer
  + interpolating point clouds
  + generic arrays
  + x-ray view
  + resampling to image
  + List of changes at
    http://www.paraview.org/Bug/changelog_page.php?version_id=122
- adjust patch paraview-default-qtstyle.patch
- add require-only-cmake-3_0.patch to lower required CMake version
  to 3.0
- update to version 5.0.1
  + Trace recorder fails for CTH data
  + improvements to cinema
  + Move Show Axis functionality into Edit Axes Grid
  + hover points on is deathly slow remote server
  + CGNS reader not available in non-MPI windows binaries
  + update pvospray
  + Keyboard shortcut Alt+A is assigned twice
  + Rubber band selection is broken
  + List of changes at
    http://www.paraview.org/Bug/changelog_page.php?version_id=126
- Add disk constraint 8GB 
- Update to version 5.0.0
  + New Rendering Engine
  + OpenSWR and Mesa support
  + Include OSPray
  + Off-screen rendering with EGL
  + Community Atmosphere Model (Cam5) Catalyst Adaptor
  + Accelerated Algorithms plug-in
  + List of changes at
    http://www.paraview.org/Bug/changelog_page.php?version_id=121
- Update to version 4.4.0:
  + List of changes at
    http://www.paraview.org/Bug/changelog_page.php?version_id=114.
- Drop paraview-freetype-2.5.4.patch: incorporated upstream.
- Update to version 4.3.1:
  + See list of changes at
    http://www.paraview.org/Bug/changelog_page.php
- Packaging changes:
  + Install new file /usr/share/cmake/hdf5/libhdf5.settings
- Add paraview-freetype-2.5.4.patch: Fix build with FreeType 2.5.4
  API changes.
- Update to version 4.2.0:
  + See list of changes at
    http://vtk.org/Bug/changelog_page.php?version_id=108
- Packaging changes:
  + Drop paraview-Mesa10.3-build-failures.patch as this patch has
    been included upstream
- Update to version 4.2.0-RC1:
  + See list of changes at
    http://vtk.org/Bug/changelog_page.php?version_id=108
- Packaging changes:
  + Add paraview-desktop-entry-fix.patch to fix paraview's desktop
    menu entry by properly inserting required key-value pairs
  + Drop paraview-SciberQuestToolKit-install-path.patch; no longer
    needed as properly implemented upstream
  + Rebase carried-over patches to apply cleanly against present
    version
  + Add paraview-Mesa10.3-build-failures.patch to workaround
    build failures when compiling against Mesa >= 10.3; patch
    taken from upstream git and rebased; applied only for
    openSUSE >= 13.2
  + Specfile changes:
    - Prepare for gcc 4.9.0 by working around a compiler
      issue
    - Package .desktop entry and icon files; post(un) scriptlets
      for updating hicolor icon theme and updating desktop menu
      are used
    - Package appdata file
    - Fix python-bytecode-inconsistent-mtime rpmlint warnings by
      recompiling all relevant .py files.
- Build with system zope (python-zope.interface) and twisted
  (python-twisted); introduces BuildRequires and Requires on the
  two packages
- Remove unnecessary Requires on python-matplotlib.
- Update to version 4.1.0:
  + See list of changes at
    http://vtk.org/Bug/changelog_page.php?version_id=102
- Packaging changes:
  + Use full URL for source tarball
  + Drop patches:
    - paraview-fix-vtkpython-modules-install-dir.patch: corrected
      upstream
    - paraview-no-return-in-nonvoid-function.patch: corrected
      upstream
  + Rebase existing patches
  + Also fix a new occurrance of __DATE__ in a source file
    within paraview-fix-file-contains-date-time.patch 
  + Change build type to RelWithDebInfo from Release
    (DCMAKE_BUILD_TYPE=RelWithDebInfo).
- Update to version 4.0.1:
  + Undocumented upstream changes
- Changes from version 4.0:
  + Too many to list, see
    http://paraview.org/Bug/changelog_page.php?version_id=52
    for a complete list
- Drop paraview-fix-build-with-system-jpeg.patch; implemented
  upstream
- Use matplotlib during building to enable MathText rendering;
  introduces build time and runtime requirement on
  python-matplotlib
- Add patches:
  + paraview-fix-vtkpython-modules-install-dir.patch: Workaround
    vtk's python modules getting installed in the wrong location;
    upstream bug report at
    http://paraview.org/Bug/view.php?id=14168
  + paraview-fix-file-contains-date-time.patch: Remove reference
    to __DATE__ and __TIME__ from source files
- Use fdupes to link duplicated files.
- Enable python scripting with paraview 
  (cmake variable DPARAVIEW_ENABLE_PYTHON:BOOL=ON); had been
  turned off because earlier versions of paraview had some
  building issues with this enabled.
- Update to version 3.98.1:
  + See full list of changes at
    http://paraview.org/Bug/changelog_page.php?version_id=99.
- Add paraview-fix-build-with-system-jpeg.patch to fix build
  errors when compiled with recent jpeg headers (libjpeg8-devel >=
  8.0) 
- Use smp flags for make to speed up build.
- License of SciberQuestToolKit subpackage is: GPL-2.0+ or
  LGPL-3.0+.
- Split the SciberQuestToolKit plugin into its own package,
  license it as GPL-3.0+ or LGPL-3.0+ (bnc#804987)
- The minimum version of libqt4-devel required for compiling is
  4.7.0; correct BuildRequires accordingly.
- Remove paraview-gcc47.patch; patch incorporated upstream.
- Update to version 3.98.0:
  + Too many changes to list, see
    http://paraview.org/Bug/changelog_page.php?version_id=97
  + Fixes licensing issues (bnc#763208)
- Remove paraview-boost-1.49-compat.patch, incorporated upstream
- Add paraview-no-return-in-nonvoid-function.patch to fix non-void
  function returning nothing
- Add paraview-SciberQuestToolKit-install-path.patch to fix
  install path of SciberQuestToolKit plugin
- Turn off OSMESA bindings because these are no longer
  recommended.
- Update to version 3.14.1:
  + Bug fix release, see a complete list at
    http://paraview.org/Bug/changelog_page.php?version_id=95 .
- fix SLE and 11.3 build with BuildRequires qt4-assistant-adp-devel
  for 11.4 and higher
- Added paraview-gcc47.patch to fix build failures with gcc >= 4.7:
  this fixes building on openSUSE > 12.1.
- Update to version 3.14.0:
  + Too many changes to list. See complete list at
    http://www.paraview.org/Bug/changelog_page.php?version_id=94
- Added paraview-boost-1.49-compat.patch to workaround vtk's
  incompatibility with boost version 1.48 and higher; fixes build
  on factory. 
- Update to version 3.12.0:
  + Too many changes to list. See complete list at
    http://www.paraview.org/Bug/changelog_page.php?version_id=85
- Removed paraview-demo-patch. Changes committed upstream.
- Removed paraview-sqldatabaseschema.patch. Build failure
  properly taken care of upstream.
- Added paraview-default-qtstyle.patch to make paraview inherit
  user-set qt-GUI style instead of always using Plastique
- Added rpmlintrc file to suppress devel-file warnings for
  required files 
- Initial package (version 3.10.0)

OBS-URL: https://build.opensuse.org/request/show/1177420
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=126
2024-05-29 01:03:31 +00:00
Dominique Leuenberger
e5b3ba321d Accepting request 1156449 from science
- Update to version 5.12.0:
  * Save and load files on either the client or server
  * Internationalization support with translations
  * Importing and exporting of animation settings
  * Copy and paste available for filters in the Pipeline Browser
  * Widget colors linked to color palette
  * Fire Dynamics Simulator file reader
  * New “Toggle file sequence grouping” button in Open File dialog
  * Reorganized Color Map Editor
  * More info at <https://www.kitware.com/paraview-5-12-0-release-notes/>.
- Use internal jsoncpp with leap <= 15.5.
- Use internal token lib.
- Use internal FastFloat lib.
- Use external verdict with leap >= 15.5.
- Use external pugixml with leap >= 15.5.
- Always use external CLI11.
- Drop compatibility to leap 15.3.
- Always skip using RPATH in SUSE builds.
- Added patch: fix-soversion-soname.patch

OBS-URL: https://build.opensuse.org/request/show/1156449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=53
2024-03-09 19:54:34 +00:00
Vicente Adolfo Bolea Sanchez
b784f225ad OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=124 2024-03-08 19:54:27 +00:00
f19ba6e921 Accepting request 1156149 from home:vicentebolea:branches:science
- Update to version 5.12.0:
  * Save and load files on either the client or server
  * Internationalization support with translations
  * Importing and exporting of animation settings
  * Copy and paste available for filters in the Pipeline Browser
  * Widget colors linked to color palette
  * Fire Dynamics Simulator file reader
  * New “Toggle file sequence grouping” button in Open File dialog
  * Reorganized Color Map Editor
  * More info at <https://www.kitware.com/paraview-5-12-0-release-notes/>.
- Use internal jsoncpp with leap <= 15.5.
- Use internal token lib.
- Use internal FastFloat lib.
- Use external verdict with leap >= 15.5.
- Use external pugixml with leap >= 15.5.
- Always use external CLI11.
- Drop compatibility to leap 15.3.
- Always skip using RPATH in SUSE builds.

OBS-URL: https://build.opensuse.org/request/show/1156149
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=123
2024-03-08 17:09:37 +00:00
Ana Guerrero
fa866d9f06 Accepting request 1141041 from science
OBS-URL: https://build.opensuse.org/request/show/1141041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=52
2024-01-24 18:05:08 +00:00
04a03c2951 Accepting request 1140068 from home:badshah400:branches:science
- Do not delete zero-sized .cmake files, these are referenced from other cmake files; use rpmlintrc rule to suppress warnings.
- Do not delete paraview-config script now that we have a -devel-static package; instead include it as part of the latter.

OBS-URL: https://build.opensuse.org/request/show/1140068
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=121
2024-01-23 19:05:34 +00:00
Ana Guerrero
b142720f5a Accepting request 1115757 from science
OBS-URL: https://build.opensuse.org/request/show/1115757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=51
2023-10-05 18:04:49 +00:00
1864e12030 Accepting request 1114564 from home:badshah400:branches:science
Update to version 5.11.2

OBS-URL: https://build.opensuse.org/request/show/1114564
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=119
2023-10-05 08:19:32 +00:00
Ana Guerrero
7d2252fbfd Accepting request 1100947 from science
OBS-URL: https://build.opensuse.org/request/show/1100947
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=50
2023-07-27 14:52:19 +00:00
Vicente Adolfo Bolea Sanchez
d6c558521f Accepting request 1100946 from home:vicentebolea:branches:science
- Fixes issue that protobuf demands the use of -std=c++17.
  This was done by building ParaView with -std=c++17.
- Update to version 5.11.1:
  * Many changes, see
    <https://www.kitware.com/paraview-5-11-1-release-notes/>.
- Build with system verdict for openSUSE > 1500.
- Update to version 5.11.0:
  * Many changes, see
    <https://www.kitware.com/paraview-5-11-0-release-notes/>.
- Drop paraview-include-sstream.patch: incorporated upstream.
- New BuildRequires: sqlite3, pkgconfig(liblzma),
  pkgconfig(nlohmann_json), pkgconfig(proj), pkgconfig(sqlite3).
- Build without system nlohmann_json for Leap 15.3 and older.
- Update rpmlintrc file to suppress false positives.
- Pass CMAKE_SKIP_INSTALL_RPATH=ON for openSUSE > 1500 as well
  to enure no left-over rpaths in binaries; this fixes build
  failures in Factory.
- Revert gl2ps change. TW and 15.4 have a recent gl2ps, and the
  15.3 package will not be upgraded (but is available in science).
- Fixes cli11 dependency for 15.3.
- Drops system gl2ps on Leap 15.x since a higher version of gl2ps
  is needed than the system provided version on Leap 15.x.
- Update to version 5.10.1:
  * User interface:
    - State files appear as datasets.
    - File dialog issues in client/server mode.
    - Stride in Animation View is too restricted.
    - Context menu in file dialog doesn't work on macOS with Qt
      5.15.1.
    - Python tracing fails when a custom source exists.
    - Python Shell broken by any custom filter.
    - Stereo broken in CAVE environments.
    - Parallel Coordinates segfault.
    - Can't set frame rate when saving MP4 animation.
    - command_button widget is not visible anymore.
    - Client information does not show VTK version.
    - Only fetch favorites from server on creation.
  * Filters:
    - Ghost cell generator crash.
    - Redistribute dataset on Image Data then generate Ghost cells
      seems to give the wrong result.
    - TemporalParticlesToPathlines fails with AMReX particle data:
      "The input dataset did not have a valid DATA_TIME_STEPS
      information key".
  * Readers:
    - Sideset error with IOSS reader.
    - IOSS reader is slow with small, parallel dataset.
    - IOSS reader and set variables don't work.
    - Restart file fails with IOSS reader.
    - PIO reader seg faults on warnings for client-server.
    - PIO reader fails on extra file in directory.
    - PIO reader access to restart block and even/odd checkpoints.
    - openPMD: Fix Particle Time Series.
  * Catalyst:
    - Multiple grids with multiple pipelines produces failure in
      coprocessing.py.
    - SaveExtract volumetric cinema database crash.
  * Build:
    - Guard the list of required vtk components for paraview
      package.
    - pqPythonUtils.h not installed.
- Update guide books:
  * ParaViewGettingStarted-5.10.1.pdf.
  * ParaViewTutorial-5.10.1.pdf.
- Adapt defined macros for versioning to be more recyclable.
- Drop some zero-length cmake files from %{_libdir}/cmake/ which
  are useless anyway.
- Drop unused exodusII-devel build dependency (used vendored
  version and defaults to IOSS based exodus reader since PV 5.10).
- Use system gl2ps also on Leap 15.x
- Update to version 5.10.0:
  * Long list of changes, see
    https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.10.0.md
- Drop patches incorporated upstream:
  * paraview-gcc11-limits.patch.
  * paraview-vtkioss-link-pthread.patch.
- Update guides and tutorials.
- Update _constraits to require 22 GiB for build to prevent
  out-of-disk-space build failures.
- Add arguments to cmake command to turn off system installed
  libraries individually where these are not available;
  specifically turn off system vtkcatalyst, exprtk, fmt, and ioss.
- Add paraview-include-sstream.patch -- Add patch from upstream to
  include missing headers and adapt to apply with p1
  (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8597).
- Add rpmlintrc snippet to suppress warnings about shared lib
  versioning: we use a versioning consistent with package
  major.minor version which is needed due to upstream's otherwise
  inconsistent so versions, but rpmlint does not like this.
- Update constraints for riscv64
- Drop useless ldconfig dependencies for the paraview.rpm
  main package, there are no standard location shared libs in it.
- Add paraview-gcc11-limits.patch: Include limits header wherever
  needed to fix compilation with GCC 11
  [https://gitlab.kitware.com/vtk/vtk/-/issues/18194].
- Update to vetsion 5.9.1:
  * See
    https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.9.1.md.
- Drop paraview-Adaptors-include-txx-file.patch: incorporated
  upstream.
- Update to version 5.9.0:
  * See
    https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.9.0.md.
- Add paraview-vtkioss-link-pthread.patch: Link against pthread
  when building vtkioss
  [https://gitlab.kitware.com/paraview/paraview/-/issues/20495].
- Add paraview-Adaptors-include-txx-file.patch: Fix Cam adaptor
  template instantiation
  [https://gitlab.kitware.com/paraview/paraview/-/merge_requests/4729].
- PDF guide book ParaviewGuide-%{version}.pdf replaced by
  ParaviewTutorial-%{version}.pdf.
- Drop upstream-incorporated patches:
  * paraview-vtkFreeTypeTools-internal-macro.patch.
  * fix-3d48a287-support-new-api-cgio_read_data_type.patch.
  * bundled_exodusii_add_missing_libpthread.patch.
- Add paraview-vtkFreeTypeTools-internal-macro.patch --
  vtkFreeTypeTools: avoid using an internal macro; patch taken
  from upstream vtk git and rebased to apply with -p1
- Update to version 5.8.1:
  * Long list of bug fixes, see
    https://blog.kitware.com/paraview-5-8-1-release-notes/.
- Update manuals (ParaViewGettingStarted-5.8.1.pdf and
  ParaViewGuide-5.8.1.pdf) to latest version.
- Disable on aarch64 since GLES isn't supported for bundled vtk
  but is needed for paraview.
- Set CMAKE_SKIP_INSTALL_RPATH:BOOL=ON during %cmake for openSUSE
  Leap 15.2 and older to fix build failures.
- Don't delete libFmmMesh.a static lib, it is referenced by
  installed cmake files and needed for plugin development.
- Drop patches no longer needed:
  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  * fix-loguru-missing-links.patch
  * paraview-do-not-install-missing-vtk-doxygen-dir.patch
  * paraview-link-against-python.patch: pass
    DVTK_PYTHON_OPTIONAL_LINK=OFF to cmake instead (see
    https://gitlab.kitware.com/vtk/vtk/-/issues/17881).
- Update bundled_exodusii_add_missing_libpthread.patch to version
  from upstream
  (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/6865).
- Disable the Paraview Protobuf module for openSUSE:Leap <= 15.1,
  as the FindProtobuf module bundled with cmake < 3.13 is
  incompatible with the requirements here.
- Package static libraries as part of devel-static package; this
  is needed, for example, to build plugins against paraview. See
  https://gitlab.kitware.com/paraview/paraview/-/issues/19706#note_746038.
- add patch fix-3d48a287-support-new-api-cgio_read_data_type.patch
  from upstream to fix build problem for Factory
- Update minimum disk space required in _constraints: up to 16 GB
  now required.
- Update to version 5.8.0:
  * See https://blog.kitware.com/paraview-5-8-0-release-notes/.
- Rebase paraview-desktop-entry-fix.patch for updated location of
  desktop file in source.
- Drop fix-QtGUI-missing-GLX_mesa-linking.patch: no longer
  required as linking GLX_mesa to build QtGUI is now correctly
  handled by build.
- Drop 0001-Allow-compilation-on-GLES-platforms.patch: patch no
  longer applies (since vesin 5.7.0) and commenting out patch
  leads to factory_auto declining the submission.
- Use ninja instead of make as recommended by upstream and to
  speed up build; define __builder to ninja so that cmake build
  macros use this instead of the default make.
- Pass PARAVIEW_BUILD_WITH_EXTERNAL to cmake to use system third
  party libraries by default; pass VTK_MODULE_USE_EXTERNAL_<name>
  to use specific bundled libraries conditionally (gl2ps, haru,
  pugixml).
- Use %cmake_build instead of %make_jobs during building.
- Replace deprecated options passed to cmake by updated ones:
  * PARAVIEW_BUILD_QT_GUI -> DPARAVIEW_USE_QT
  * PARAVIEW_ENABLE_PYTHON -> PARAVIEW_USE_PYTHON.
- Update paraview-rpmlintrc to suppress warning about a non-exec
  file that is installed to %{_bindir} and is really necessary
  (see https://gitlab.kitware.com/paraview/paraview/issues/19706);
  the previous entry no longer applies, so drop it.
- Add absolutely necessary dependencies for paraview-devel as
  Requires.
- Install python modules to %{python3_sitearch}/paraview rather
  than the default [%{python3_sitearch}] by setting
  PARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX when configuring cmake;
  this avoids file conflicts between python3-paraview and
  python3-vtk.
- Don't install paraview-config: it doesn't work without the
  static libs being installed.
- Update to version 5.7.0:
  See https://blog.kitware.com/paraview-5-7-0-release-notes/
- Split out new subpackages: libparaview5_7 for all the shared
  libs, paraview-plugins for bundled plugins, and python3-paraview
  for python3 bindings.
- Move shared libraries to %{_libdir} and install them as part of
  libparaview5_7.
- Update commands passed to cmake in keeping with upstream's
  overhaul.
- Drop paraview-find-qhelpgenerator-qt5.patch: no longer needed.
- Drop  paraview-fix-file-contains-date-time.patch: GCC supports
  SOURCE_DATE_EPOCH and, as such, this fix is no longer needed.
- Switch to python3: Paraview is production ready with python3
  starting with version 5.7.0, and python2 support is slated to be
  dropped from the next major upgrade.
- Rebase patches for updated version:
  * fix-libharu-missing-m.patch.
  * bundled_exodusii_add_missing_libpthread.patch.
- New patches to fix linking problems introduced with version
  5.7.0:
  * fix-loguru-missing-links.patch: Add linking to libraries libm,
    libdl, and libpthread when building loguru.
  * fix-QtGUI-missing-GLX_mesa-linking.patch: Link to library
    libGLX_mesa when building Qt GUI support.
  * paraview-link-against-python.patch to fix linking against
    the python library.
- Patch 0001-Allow-compilation-on-GLES-platforms.patch needs
  rebase; commented out for now.
- Switch an env based hashbang with one directly calling the
  required binary (python3 in this case).
- Switch as many BuildRequires as possible to pkgconfig based
  ones.
- Update rpmlintrc file to remove no longer needed filters and
  update the leftover filter (hidden file or dir) for directory
  change.
- Drop fix-libhdf5-missing-m.patch: No longer needed.
- Drop unused python-zope BuildRequires
- Replace Qt5WebKit BuildRequires with Qt5WebEngine
- Unbundle several dependencies, use system libraries:
  * double-conversion
  * CGNS
  * Eigen3
  * GLEW
  * HDF5
  * JsonCPP
  * liblz4
  * netcdf
  * protobuf
  * PugiXML
  * Ogg/Theora
- Add several patches from VTK package:
  * bundled_exodusii_add_missing_libpthread.patch
  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  * 0001-Allow-compilation-on-GLES-platforms.patch
- Update to version 5.6.2:
  * Fixes a trackpad interaction bug on macOS.
- Pass -ffat-lto-objects for static libs.
- Update to version 5.6.1
  https://blog.kitware.com/paraview-5-6-1-release-notes/
- using tar.xz instead of tar.gz file
- Trim redundancies from description.
- Add ldconfig dependency. Avoid xargs use where possible.
- Update to version 5.6.0
  https://blog.kitware.com/paraview-5-6-0-release-notes/
- add devel package
- remove Tk build requirement and adjust description since ParaView
  hasn't used Tcl/Tk for quite a few years.
- ParaViewTutorial file not updated and not available on upstream
- drop patches already applied upstream
  * paraview-pythonqt-build-fix.patch
  * fix-hdf5-gcc8.patch
  * fix-qt-5.11-931c779.patch
  * fix-no-plugin-doc-dir.patch
- modify partially applied patches
  * paraview-find-qhelpgenerator-qt5.patch
- Update to version 5.5.2
  see full changelog at
  https://blog.kitware.com/paraview-5-5-0-release-notes/
- Disable build of examples
- Don't use VTKm as it cause CMake configure problems
- drop patch paraview-default-qtstyle.patch as plastic style is
  no longer set by upstream
- drop patch Fix-ParaViewDetermineVersion.patch as a similar
  change is included upstream
- update patch paraview-fix-file-contains-date-time.patch
- add patches fix-libhdf5-missing-m.patch and
  fix-libharu-missing-m.patch to add missing libraries to
  third-party dependencies included in ParaView
- add patch fix-qt-5.11-931c779.patch to fix issue with Qt 5.11
- add patch fix-no-plugin-doc-dir.patch to remove reference to
  non-existant directory below a plug-in
- add patch fix-hdf5-gcc8.patch to fix issue with GCC 8 taken
  from upstream
- Trim goals from description, only the now counts.
  Trim marketing speech from description.
- Update to version 5.4.1:
  * The black render window observed on some systems when FXAA was
    enabled or an object's opacity was less than 1 has been fixed.
  * Field output for cells with non-straight edges has been
    corrected.
  * Derivatives for quadratic triangles are now computed
    correctly.
  * A bug that occurred when generating a Catalyst script with no
    images output has been fixed.
  * A problem with writing animations as AVIs was fixed.
  * Logic in the CGNS reader was updated to correctly read all
    solution nodes for each centering type when
    FlowSolutionPointers are missing.
  * Fixed crash in CGNS reader when moving forward in time.
  * Fixed problem with long-running animations not advancing past
    a certain number of time steps.
  * Resolved issue where changing one file path in the state file
    loader "Choose File Names" dialog also changed the file paths
    of other files with the same type.
  * Addressed problem with enumerated property dependencies in
    ParaViewWeb.
  * Added ability to change the font size in the ParaView user
    interface.
  * Fixed BoxLib3D file reader.
  * State files now properly support files with relative paths.
  * Removed inappropriate scalar bar scaling when saving large
    screen shots.
  * A bug in the color mapping that in some cases incorrectly
    mapped some data values to the above-range color was fixed.
  * OSPRay can now be compiled in Cray programming environments
    and for the first time has support for Intel Skylake
    processors.
  * Added lower limit to how small the GUI font size can be.
  * Addressed issue affecting layouts when loading a state file
    from the Python console.
- Update to version 5.4.0:
  * See https://blog.kitware.com/paraview-5-4-0-release-notes/ for
    a full list of updates.
- Use the %%cmake macro instead of using cmake manually.
- Minor rebase of existing patches for version update.
- ExcludeArch for ix86 processors until 32 bit builds can be
  sorted out; issue reported upstream.
- Update to version 5.3.0
  * VTK-m Plugin for many-core systems
  * Reader and Writer Improvements and Additions
  * Fast approximate anti-aliasing (FXAA) is now on by default
  * new StreamLinesRepresentation plugin
  * Added LagrangianParticleTracker plugin
  * Python Enhancements
  * See a summary of changes at
    https://blog.kitware.com/paraview-5-3-0-release-notes/
- drop package paraview-plugin-SciberQuestToolKit as SQTK is no longer
  part of ParaView (see commit c2bc94c2efb66c4bb525383176688ddfd430ca26)
- drop paraview-build-sciberquesttoolkit-with-opengl2.patch as SQTK is
  no longer build
- add paraview-do-not-install-missing-vtk-doxygen-dir.patch to remove
  non-existing doxygen/doc/html folder from VTK.
- modified paraview-find-qhelpgenerator-qt5.patch to adapt to partial
  inclusion of original patch to upstream
- Replicate the %cmake macro manually, stripping out the
  problematic and unused options. In particular, this restores
  passing rpm_opt_flags to C/C++ during compilation.
- Update paraview-fix-file-contains-date-time.patch to remove
  references to __DATE__ and __TIME__ also from
  Plugins/CDIReader/cdilib.c; suppresses an rpmlint warning.
- Update %{name}-rpmlintrc file to also suppress warnings about:
  * no-manual-page-for-binary: upstream doesn't supply manpages
    and we don't care.
  * hidden-file-or-dir: this hidden file is really used as a
    catalogue of available plugins by paraview.
- Update to version 5.2.0: See a summary of changes at:
  https://blog.kitware.com/paraview-5-2-0-release-notes/ .
- Use cmake macros (except for %cmake) for %build and %install
  actions; drop the paraview_cmake_options and send the options
  directly to cmake. We do not use the %cmake macro because
  it passes the RPM optflags to cmake, and with paraview 5.2 these
  flags cause compilation errors; see
  https://gitlab.kitware.com/paraview/paraview/issues/17049.
- Turn off system GL2PS and DIY for bundled VTK.
- Switch to using Qt5 for openSUSE > 13.2 and Leap 42.2 and
  higher (Qt5 >= 5.6.0 is required).
- Add BuildRequires on python-Sphinx, python-qt*-devel; new
  requirements.
- Add BuildRequires on pkgconfig(libpng), pkgconfig(freetype2) and
  pkgconfig(xt); these are all required and being implicitly
  pulled in by libqt4-devel.
- Add paraview-find-qhelpgenerator-qt5.patch: Help find
  qhelpgenerator-qt5 instead of qhelpgenerator when Qt5 is used.
- Add paraview-pythonqt-build-fix.patch to fix build issues with
  PythonQtPlugin; patch taken from upstream.
- Add paraview-build-sciberquesttoolkit-with-opengl2.patch to
  enable building of SciberQuestToolKit even when OpenGL2 is used
  as the default VTK rendering (needs testing).
- Drop require-only-cmake-3_0.patch, cmake >= 3.3 is now required.
- Add documentation linked to from the Help menu in main
  application as additional sources and install them where it
  looks for them (ParaViewGettingStarted-5.2.0.pdf,
  ParaViewGuide-5.2.0.pdf, ParaViewTutorial.pdf).
- Send other docs to %{_docdir} by explicitly passing the cmake
  option VTK_INSTALL_DOC_DIR.
- update to version 5.1.2
  * Rendering translucent geometries: fixed client-server configurations
    when rendering remotely and resolved issues with multiple windows/views
    were present.
  * Exodus reader: Fixed bug in Exodus reader which was causing the reader to
    improperly read files with no timesteps.
  * Fixed the “?” button to show filter documentation.
  * Add option to Ghost Cells Generator filter to specify the number of ghost
    levels to generate.
  * Cinema Fixed SpecB was not revolving the camera around the data centroid.
- adjust require-only-cmake-3_0.patch
- update to version 5.1.0
  + add OSPRay ray tracing renderer
  + interpolating point clouds
  + generic arrays
  + x-ray view
  + resampling to image
  + List of changes at
    http://www.paraview.org/Bug/changelog_page.php?version_id=122
- adjust patch paraview-default-qtstyle.patch
- add require-only-cmake-3_0.patch to lower required CMake version
  to 3.0
- update to version 5.0.1
  + Trace recorder fails for CTH data
  + improvements to cinema
  + Move Show Axis functionality into Edit Axes Grid
  + hover points on is deathly slow remote server
  + CGNS reader not available in non-MPI windows binaries
  + update pvospray
  + Keyboard shortcut Alt+A is assigned twice
  + Rubber band selection is broken
  + List of changes at
    http://www.paraview.org/Bug/changelog_page.php?version_id=126
- Add disk constraint 8GB 
- Update to version 5.0.0
  + New Rendering Engine
  + OpenSWR and Mesa support
  + Include OSPray
  + Off-screen rendering with EGL
  + Community Atmosphere Model (Cam5) Catalyst Adaptor
  + Accelerated Algorithms plug-in
  + List of changes at
    http://www.paraview.org/Bug/changelog_page.php?version_id=121
- Update to version 4.4.0:
  + List of changes at
    http://www.paraview.org/Bug/changelog_page.php?version_id=114.
- Drop paraview-freetype-2.5.4.patch: incorporated upstream.
- Update to version 4.3.1:
  + See list of changes at
    http://www.paraview.org/Bug/changelog_page.php
- Packaging changes:
  + Install new file /usr/share/cmake/hdf5/libhdf5.settings
- Add paraview-freetype-2.5.4.patch: Fix build with FreeType 2.5.4
  API changes.
- Update to version 4.2.0:
  + See list of changes at
    http://vtk.org/Bug/changelog_page.php?version_id=108
- Packaging changes:
  + Drop paraview-Mesa10.3-build-failures.patch as this patch has
    been included upstream
- Update to version 4.2.0-RC1:
  + See list of changes at
    http://vtk.org/Bug/changelog_page.php?version_id=108
- Packaging changes:
  + Add paraview-desktop-entry-fix.patch to fix paraview's desktop
    menu entry by properly inserting required key-value pairs
  + Drop paraview-SciberQuestToolKit-install-path.patch; no longer
    needed as properly implemented upstream
  + Rebase carried-over patches to apply cleanly against present
    version
  + Add paraview-Mesa10.3-build-failures.patch to workaround
    build failures when compiling against Mesa >= 10.3; patch
    taken from upstream git and rebased; applied only for
    openSUSE >= 13.2
  + Specfile changes:
    - Prepare for gcc 4.9.0 by working around a compiler
      issue
    - Package .desktop entry and icon files; post(un) scriptlets
      for updating hicolor icon theme and updating desktop menu
      are used
    - Package appdata file
    - Fix python-bytecode-inconsistent-mtime rpmlint warnings by
      recompiling all relevant .py files.
- Build with system zope (python-zope.interface) and twisted
  (python-twisted); introduces BuildRequires and Requires on the
  two packages
- Remove unnecessary Requires on python-matplotlib.
- Update to version 4.1.0:
  + See list of changes at
    http://vtk.org/Bug/changelog_page.php?version_id=102
- Packaging changes:
  + Use full URL for source tarball
  + Drop patches:
    - paraview-fix-vtkpython-modules-install-dir.patch: corrected
      upstream
    - paraview-no-return-in-nonvoid-function.patch: corrected
      upstream
  + Rebase existing patches
  + Also fix a new occurrance of __DATE__ in a source file
    within paraview-fix-file-contains-date-time.patch 
  + Change build type to RelWithDebInfo from Release
    (DCMAKE_BUILD_TYPE=RelWithDebInfo).
- Update to version 4.0.1:
  + Undocumented upstream changes
- Changes from version 4.0:
  + Too many to list, see
    http://paraview.org/Bug/changelog_page.php?version_id=52
    for a complete list
- Drop paraview-fix-build-with-system-jpeg.patch; implemented
  upstream
- Use matplotlib during building to enable MathText rendering;
  introduces build time and runtime requirement on
  python-matplotlib
- Add patches:
  + paraview-fix-vtkpython-modules-install-dir.patch: Workaround
    vtk's python modules getting installed in the wrong location;
    upstream bug report at
    http://paraview.org/Bug/view.php?id=14168
  + paraview-fix-file-contains-date-time.patch: Remove reference
    to __DATE__ and __TIME__ from source files
- Use fdupes to link duplicated files.
- Enable python scripting with paraview 
  (cmake variable DPARAVIEW_ENABLE_PYTHON:BOOL=ON); had been
  turned off because earlier versions of paraview had some
  building issues with this enabled.
- Update to version 3.98.1:
  + See full list of changes at
    http://paraview.org/Bug/changelog_page.php?version_id=99.
- Add paraview-fix-build-with-system-jpeg.patch to fix build
  errors when compiled with recent jpeg headers (libjpeg8-devel >=
  8.0) 
- Use smp flags for make to speed up build.
- License of SciberQuestToolKit subpackage is: GPL-2.0+ or
  LGPL-3.0+.
- Split the SciberQuestToolKit plugin into its own package,
  license it as GPL-3.0+ or LGPL-3.0+ (bnc#804987)
- The minimum version of libqt4-devel required for compiling is
  4.7.0; correct BuildRequires accordingly.
- Remove paraview-gcc47.patch; patch incorporated upstream.
- Update to version 3.98.0:
  + Too many changes to list, see
    http://paraview.org/Bug/changelog_page.php?version_id=97
  + Fixes licensing issues (bnc#763208)
- Remove paraview-boost-1.49-compat.patch, incorporated upstream
- Add paraview-no-return-in-nonvoid-function.patch to fix non-void
  function returning nothing
- Add paraview-SciberQuestToolKit-install-path.patch to fix
  install path of SciberQuestToolKit plugin
- Turn off OSMESA bindings because these are no longer
  recommended.
- Update to version 3.14.1:
  + Bug fix release, see a complete list at
    http://paraview.org/Bug/changelog_page.php?version_id=95 .
- fix SLE and 11.3 build with BuildRequires qt4-assistant-adp-devel
  for 11.4 and higher
- Added paraview-gcc47.patch to fix build failures with gcc >= 4.7:
  this fixes building on openSUSE > 12.1.
- Update to version 3.14.0:
  + Too many changes to list. See complete list at
    http://www.paraview.org/Bug/changelog_page.php?version_id=94
- Added paraview-boost-1.49-compat.patch to workaround vtk's
  incompatibility with boost version 1.48 and higher; fixes build
  on factory. 
- Update to version 3.12.0:
  + Too many changes to list. See complete list at
    http://www.paraview.org/Bug/changelog_page.php?version_id=85
- Removed paraview-demo-patch. Changes committed upstream.
- Removed paraview-sqldatabaseschema.patch. Build failure
  properly taken care of upstream.
- Added paraview-default-qtstyle.patch to make paraview inherit
  user-set qt-GUI style instead of always using Plastique
- Added rpmlintrc file to suppress devel-file warnings for
  required files 
- Initial package (version 3.10.0)

OBS-URL: https://build.opensuse.org/request/show/1100946
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=117
2023-07-27 01:43:57 +00:00
Vicente Adolfo Bolea Sanchez
c45180d208 Accepting request 1099807 from home:vicentebolea:branches:science
- Fixes build issue that demands to use -std=c++17. This was done
  by changing the dependency of protobuf from external to internal.

OBS-URL: https://build.opensuse.org/request/show/1099807
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=116
2023-07-21 19:51:26 +00:00
Dominique Leuenberger
f8506866ac Accepting request 1084129 from science
- Update to version 5.11.1:
  * Many changes, see
    <https://www.kitware.com/paraview-5-11-1-release-notes/>.

OBS-URL: https://build.opensuse.org/request/show/1084129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=49
2023-05-03 10:57:13 +00:00
Vicente Adolfo Bolea Sanchez
5b6b8d4c80 Accepting request 1079635 from home:iznogood:branches:science
That should fix the bogus msg from Leap builds

OBS-URL: https://build.opensuse.org/request/show/1079635
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=114
2023-04-16 03:05:19 +00:00
Dominique Leuenberger
d3f2635fcc Accepting request 1041201 from science
OBS-URL: https://build.opensuse.org/request/show/1041201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=48
2022-12-08 15:51:02 +00:00
Vicente Adolfo Bolea Sanchez
e363b6ae65 Accepting request 1040789 from home:badshah400:branches:science
- Build with system verdict for openSUSE > 1500.

OBS-URL: https://build.opensuse.org/request/show/1040789
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=112
2022-12-07 18:57:07 +00:00
Dominique Leuenberger
1ab5bf4534 Accepting request 1039368 from science
OBS-URL: https://build.opensuse.org/request/show/1039368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=47
2022-12-02 12:13:00 +00:00
Vicente Adolfo Bolea Sanchez
3a71f256d1 Accepting request 1039344 from home:badshah400:branches:science
- Update to version 5.11.0:
- Drop paraview-include-sstream.patch: incorporated upstream.
- New BuildRequires: sqlite3, pkgconfig(liblzma), pkgconfig(nlohmann_json), pkgconfig(proj), pkgconfig(sqlite3).
- Build without system nlohmann_json for Leap 15.3 and older.
- Update rpmlintrc file to suppress false positives.

OBS-URL: https://build.opensuse.org/request/show/1039344
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=110
2022-12-01 17:11:19 +00:00
Dominique Leuenberger
c34721b33f Accepting request 989200 from science
OBS-URL: https://build.opensuse.org/request/show/989200
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=46
2022-07-15 11:52:28 +00:00
Vicente Adolfo Bolea Sanchez
233a5c417b Accepting request 989160 from home:badshah400:branches:science
Pass CMAKE_SKIP_INSTALL_RPATH=ON for openSUSE > 1500 as well to enure no left-over rpaths in binaries; this fixes build failures in Factory.

OBS-URL: https://build.opensuse.org/request/show/989160
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=108
2022-07-14 14:50:50 +00:00
Dominique Leuenberger
ee03d3dbe9 Accepting request 969291 from science
OBS-URL: https://build.opensuse.org/request/show/969291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=45
2022-04-13 19:04:37 +00:00
Vicente Adolfo Bolea Sanchez
468ff54320 Accepting request 968266 from home:StefanBruens:branches:science
- Revert gl2ps change. TW and 15.4 have a recent gl2ps, and the
  15.3 package will not be upgraded (but is available in science).

OBS-URL: https://build.opensuse.org/request/show/968266
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=106
2022-04-11 22:39:17 +00:00
Dominique Leuenberger
ca85804c72 Accepting request 967117 from science
- Fixes cli11 dependency for 15.3.
- Drops system gl2ps on Leap 15.x since a higher version of gl2ps  is needed than the system provided version on Leap 15.x.

OBS-URL: https://build.opensuse.org/request/show/967117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=44
2022-04-06 19:51:32 +00:00
be5e372221 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=104 2022-04-05 16:35:04 +00:00
ecf8594447 Accepting request 967112 from home:vicentebolea
- Fixes cli11 dependency for 15.3.
- Drops system gl2ps on Leap 15.x since a higher version of gl2ps is needed than the
  system provided version on Leap 15.x.

OBS-URL: https://build.opensuse.org/request/show/967112
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=103
2022-04-05 16:34:46 +00:00
Dominique Leuenberger
fb31b00744 Accepting request 964079 from science
OBS-URL: https://build.opensuse.org/request/show/964079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=43
2022-03-23 19:17:50 +00:00
dcf685d233 Accepting request 963964 from home:badshah400:branches:science
- Update to version 5.10.1.
- Update guide books.
- Adapt defined macros for versioning to be more recyclable.
- Drop some zero-length cmake files from %{_libdir}/cmake/ which are useless anyway.

OBS-URL: https://build.opensuse.org/request/show/963964
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=101
2022-03-22 19:29:09 +00:00
Dominique Leuenberger
f62b2637be Accepting request 953329 from science
OBS-URL: https://build.opensuse.org/request/show/953329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=42
2022-02-11 22:07:38 +00:00
766a774bae Accepting request 953316 from home:StefanBruens:branches:science
- Drop unused exodusII-devel build dependency (used vendored
  version and defaults to IOSS based exodus reader since PV 5.10).
- Use system gl2ps also on Leap 15.x

OBS-URL: https://build.opensuse.org/request/show/953316
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=100
2022-02-11 00:50:13 +00:00
Dominique Leuenberger
50d834b1ca Accepting request 944130 from science
OBS-URL: https://build.opensuse.org/request/show/944130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=41
2022-01-07 11:45:43 +00:00
Vicente Adolfo Bolea Sanchez
61385b347f Accepting request 944085 from home:badshah400:branches:science
* Update to version 5.10.0.
* Drop patches incorporated upstream.
* Update guides and tutorials.
* Update _constraits to require 22 GiB for build to prevent out-of-disk-space build failures.
* Add arguments to cmake command to turn off system installed libraries individually where these are not available; specifically turn off system vtkcatalyst, exprtk, fmt, and ioss.
* Add paraview-include-sstream.patch -- Add patch from upstream to include missing headers and adapt to apply with p1 (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8597).
* Add rpmlintrc snippet to suppress warnings about shared lib versioning: we use a versioning consistent with package major.minor version which is needed due to upstream's otherwise inconsistent so versions, but rpmlint does not like this.

OBS-URL: https://build.opensuse.org/request/show/944085
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=99
2022-01-05 22:56:31 +00:00
Dominique Leuenberger
70afdd7208 Accepting request 941521 from science
OBS-URL: https://build.opensuse.org/request/show/941521
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=40
2021-12-20 20:06:12 +00:00
fa5ea985e2 Accepting request 940909 from home:Andreas_Schwab:Factory
- Update constraints for riscv64

OBS-URL: https://build.opensuse.org/request/show/940909
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=98
2021-12-19 16:40:58 +00:00
Dominique Leuenberger
655445753a Accepting request 898164 from science
OBS-URL: https://build.opensuse.org/request/show/898164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=39
2021-06-09 19:52:06 +00:00
ef5f48db9f Accepting request 897029 from home:jengelh:branches:science
- Drop useless ldconfig dependencies for the paraview.rpm
  main package, there are no standard location shared libs in it.

OBS-URL: https://build.opensuse.org/request/show/897029
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=96
2021-06-07 16:12:17 +00:00
Dominique Leuenberger
61d9bb2de2 Accepting request 897742 from science
OBS-URL: https://build.opensuse.org/request/show/897742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=38
2021-06-06 20:40:23 +00:00
Vicente Adolfo Bolea Sanchez
6c63999d66 Accepting request 896983 from home:badshah400:branches:science
Add paraview-gcc11-limits.patch: Include limits header wherever needed to fix compilation with GCC 11 [https://gitlab.kitware.com/vtk/vtk/-/issues/18194].

OBS-URL: https://build.opensuse.org/request/show/896983
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=94
2021-06-05 19:08:30 +00:00
Vicente Adolfo Bolea Sanchez
0dbea3e4a6 Accepting request 895002 from home:badshah400:branches:science
* Update to vetsion 5.9.1.
* Drop paraview-Adaptors-include-txx-file.patch: incorporated upstream.

OBS-URL: https://build.opensuse.org/request/show/895002
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=93
2021-05-24 20:42:35 +00:00
Richard Brown
ce9490e33f Accepting request 877406 from science
OBS-URL: https://build.opensuse.org/request/show/877406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=37
2021-03-30 19:12:26 +00:00
c0fce7409a Accepting request 873844 from home:badshah400:branches:science
* Update to version 5.9.0.
* Add paraview-vtkioss-link-pthread.patch: Link against pthread when building vtkioss [https://gitlab.kitware.com/paraview/paraview/-/issues/20495].
* Add paraview-Adaptors-include-txx-file.patch: Fix Cam adaptor template instantiation [https://gitlab.kitware.com/paraview/paraview/-/merge_requests/4729].
* PDF guide book ParaviewGuide-%{version}.pdf replaced by ParaviewTutorial-%{version}.pdf.
* Drop upstream-incorporated patches: 1) paraview-vtkFreeTypeTools-internal-macro.patch 2) fix-3d48a287-support-new-api-cgio_read_data_type.patch 3) bundled_exodusii_add_missing_libpthread.patch.

OBS-URL: https://build.opensuse.org/request/show/873844
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=91
2021-03-06 17:00:39 +00:00
Dominique Leuenberger
495a6efb16 Accepting request 853419 from science
OBS-URL: https://build.opensuse.org/request/show/853419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=36
2020-12-07 14:01:17 +00:00
Christoph G
2185483100 Accepting request 853410 from home:badshah400:branches:science
- Add paraview-vtkFreeTypeTools-internal-macro.patch -- vtkFreeTypeTools: avoid using an internal macro; patch taken from upstream vtk git and rebased to apply with -p1

OBS-URL: https://build.opensuse.org/request/show/853410
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=89
2020-12-06 19:15:20 +00:00
Dominique Leuenberger
1043a2071a Accepting request 824733 from science
OBS-URL: https://build.opensuse.org/request/show/824733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=35
2020-08-07 12:13:26 +00:00
Christoph G
fee519ed91 Accepting request 824698 from home:badshah400:branches:science
* Update to version 5.8.1.
* Update manuals (ParaViewGettingStarted-5.8.1.pdf and ParaViewGuide-5.8.1.pdf) to latest version.
* Disable on aarch64 since GLES isn't supported for bundled vtk but is needed for paraview.

OBS-URL: https://build.opensuse.org/request/show/824698
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=87
2020-08-06 19:56:28 +00:00
Dominique Leuenberger
6dfc201747 Accepting request 821569 from science
OBS-URL: https://build.opensuse.org/request/show/821569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=34
2020-07-18 19:01:48 +00:00
Christoph G
22b398da4f Accepting request 821539 from home:badshah400:branches:science
- Set CMAKE_SKIP_INSTALL_RPATH:BOOL=ON during %cmake for openSUSE
  Leap 15.2 and older to fix build failures.

OBS-URL: https://build.opensuse.org/request/show/821539
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=85
2020-07-17 21:33:45 +00:00
Dominique Leuenberger
f2d03b957b Accepting request 810271 from science
OBS-URL: https://build.opensuse.org/request/show/810271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=33
2020-06-02 12:36:53 +00:00
Christoph G
8b450ebe66 Accepting request 810059 from home:badshah400:branches:science
* Don't delete libFmmMesh.a static lib, it is referenced by installed cmake files and needed for plugin development.

OBS-URL: https://build.opensuse.org/request/show/810059
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=83
2020-05-29 18:46:08 +00:00
Dominique Leuenberger
df1f312553 Accepting request 802707 from science
OBS-URL: https://build.opensuse.org/request/show/802707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=32
2020-05-12 20:30:23 +00:00
1f47470db2 Accepting request 801712 from home:badshah400:branches:science
(Sorry, only commented out a patch without removing it in previous sr)
- Drop patches no longer needed:
  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  * fix-loguru-missing-links.patch
  * paraview-do-not-install-missing-vtk-doxygen-dir.patch
  * paraview-link-against-python.patch: pass
    DVTK_PYTHON_OPTIONAL_LINK=OFF to cmake instead (see
    https://gitlab.kitware.com/vtk/vtk/-/issues/17881).
- Update bundled_exodusii_add_missing_libpthread.patch to version from upstream (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/6865).

OBS-URL: https://build.opensuse.org/request/show/801712
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=81
2020-05-11 14:26:57 +00:00
Dominique Leuenberger
72749e254f Accepting request 800819 from science
- Disable the Paraview Protobuf module for openSUSE:Leap <= 15.1, as the FindProtobuf module bundled with cmake < 3.13 is incompatible with the requirements here.
- Package static libraries as part of devel-static package; this
  is needed, for example, to build plugins against paraview. See https://gitlab.kitware.com/paraview/paraview/-/issues/19706#note_746038.

OBS-URL: https://build.opensuse.org/request/show/800819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=31
2020-05-07 12:55:00 +00:00
90a802e7d8 Accepting request 800678 from home:badshah400:branches:science
Fix previous commit

OBS-URL: https://build.opensuse.org/request/show/800678
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=79
2020-05-06 11:11:02 +00:00
13efe6b61a Accepting request 800459 from home:badshah400:branches:science
- Impose cmake >= 3.13 for BuildRequires, since older cmake does not have the right protobuf macros and causes builds (e.g. for openSUSE 15.1) to fail.
- Package static libraries as part of devel-static package; this
  is needed, for example, to build plugins against paraview. See https://gitlab.kitware.com/paraview/paraview/-/issues/19706#note_746038.

OBS-URL: https://build.opensuse.org/request/show/800459
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=78
2020-05-06 11:03:26 +00:00
Dominique Leuenberger
91984d9297 Accepting request 792989 from science
OBS-URL: https://build.opensuse.org/request/show/792989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=30
2020-04-11 21:46:29 +00:00
Christoph G
711247f305 Accepting request 792535 from home:mathletic:branches:science
- add patch fix-3d48a287-support-new-api-cgio_read_data_type.patch
  from upstream to fix build problem for Factory

OBS-URL: https://build.opensuse.org/request/show/792535
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=76
2020-04-10 20:59:43 +00:00
Dominique Leuenberger
28411f8f1b Accepting request 780465 from science
OBS-URL: https://build.opensuse.org/request/show/780465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=29
2020-03-01 20:27:56 +00:00
Christoph G
e6087c1dae Accepting request 780355 from home:badshah400:branches:science
- Update minimum disk space required in _constraints: up to 16 GB
  now required.

OBS-URL: https://build.opensuse.org/request/show/780355
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=74
2020-02-29 07:23:52 +00:00
Dominique Leuenberger
9fd518bbcc Accepting request 779899 from science
- Update to version 5.8.0:
  * See https://blog.kitware.com/paraview-5-8-0-release-notes/.
- Rebase paraview-desktop-entry-fix.patch for updated location of
  desktop file in source.
- Drop fix-QtGUI-missing-GLX_mesa-linking.patch: no longer
  required as linking GLX_mesa to build QtGUI is now correctly
  handled by build.
- Drop 0001-Allow-compilation-on-GLES-platforms.patch: patch no
  longer applies (since vesin 5.7.0) and commenting out patch
  leads to factory_auto declining the submission.
- Use ninja instead of make as recommended by upstream and to
  speed up build; define __builder to ninja so that cmake build
  macros use this instead of the default make.
- Pass PARAVIEW_BUILD_WITH_EXTERNAL to cmake to use system third
  party libraries by default; pass VTK_MODULE_USE_EXTERNAL_<name>
  to use specific bundled libraries conditionally (gl2ps, haru,
  pugixml).
- Use %cmake_build instead of %make_jobs during building.
- Replace deprecated options passed to cmake by updated ones:
  * PARAVIEW_BUILD_QT_GUI -> DPARAVIEW_USE_QT
  * PARAVIEW_ENABLE_PYTHON -> PARAVIEW_USE_PYTHON.
- Update paraview-rpmlintrc to suppress warning about a non-exec
  file that is installed to %{_bindir} and is really necessary
  (see https://gitlab.kitware.com/paraview/paraview/issues/19706);
  the previous entry no longer applies, so drop it.
- Add absolutely necessary dependencies for paraview-devel as
  Requires.
- Install python modules to %{python3_sitearch}/paraview rather
  than the default [%{python3_sitearch}] by setting
  PARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX when configuring cmake;
  this avoids file conflicts between python3-paraview and
  python3-vtk.
- Don't install paraview-config: it doesn't work without the
  static libs being installed.
- Update to version 5.7.0:
  See https://blog.kitware.com/paraview-5-7-0-release-notes/
- Split out new subpackages: libparaview5_7 for all the shared
  libs, paraview-plugins for bundled plugins, and python3-paraview
  for python3 bindings.
- Move shared libraries to %{_libdir} and install them as part of
  libparaview5_7.
- Update commands passed to cmake in keeping with upstream's
  overhaul.
- Drop paraview-find-qhelpgenerator-qt5.patch: no longer needed.
- Drop  paraview-fix-file-contains-date-time.patch: GCC supports
  SOURCE_DATE_EPOCH and, as such, this fix is no longer needed.
- Switch to python3: Paraview is production ready with python3
  starting with version 5.7.0, and python2 support is slated to be
  dropped from the next major upgrade.
- Rebase patches for updated version:
  * fix-libharu-missing-m.patch.
  * bundled_exodusii_add_missing_libpthread.patch.
- New patches to fix linking problems introduced with version
  5.7.0:
  * fix-loguru-missing-links.patch: Add linking to libraries libm,
    libdl, and libpthread when building loguru.
  * fix-QtGUI-missing-GLX_mesa-linking.patch: Link to library
    libGLX_mesa when building Qt GUI support.
  * paraview-link-against-python.patch to fix linking against
    the python library.
- Patch 0001-Allow-compilation-on-GLES-platforms.patch needs
  rebase; commented out for now.
- Switch an env based hashbang with one directly calling the
  required binary (python3 in this case).
- Switch as many BuildRequires as possible to pkgconfig based
  ones.
- Update rpmlintrc file to remove no longer needed filters and
  update the leftover filter (hidden file or dir) for directory
  change.

OBS-URL: https://build.opensuse.org/request/show/779899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=28
2020-02-27 15:57:31 +00:00
1f1ffcb98e Refresh ParaViewGuide-5.8.0.pdf
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=72
2020-02-27 12:19:55 +00:00
11ba1cf5a9 Accepting request 778987 from home:badshah400:branches:science
- Update to version 5.8.0:
  * See https://blog.kitware.com/paraview-5-8-0-release-notes/.
- Rebase paraview-desktop-entry-fix.patch for updated location of desktop file in source.
- Drop fix-QtGUI-missing-GLX_mesa-linking.patch: no longer required as linking GLX_mesa to build QtGUI is now correctly handled by build.
- Drop 0001-Allow-compilation-on-GLES-platforms.patch: patch no longer applies (since vesin 5.7.0) and commenting out patch leads to factory_auto declining the submission.
- Use ninja instead of make as recommended by upstream and to speed up build; define __builder to ninja so that cmake build macros use this instead of the default make.
- Pass PARAVIEW_BUILD_WITH_EXTERNAL to cmake to use system third party libraries by default; pass VTK_MODULE_USE_EXTERNAL_<name> to use specific bundled libraries conditionally (gl2ps, haru, pugixml).
- Use %cmake_build instead of %make_jobs during building.
- Replace deprecated options passed to cmake by updated ones: * PARAVIEW_BUILD_QT_GUI -> DPARAVIEW_USE_QT * PARAVIEW_ENABLE_PYTHON -> PARAVIEW_USE_PYTHON.
- Update paraview-rpmlintrc to suppress warning about a non-exec file that is installed to %{_bindir} and is really necessary (see https://gitlab.kitware.com/paraview/paraview/issues/19706); the previous entry no longer applies, so drop it.
- Add absolutely necessary dependencies for paraview-devel as Requires.
- Install python modules to %{python3_sitearch}/paraview rather than the default [%{python3_sitearch}] by setting PARAVIEW_PYTHON_SITE_PACKAGES_SUFFIX when configuring cmake; this avoids file conflicts between python3-paraview and python3-vtk.
- Don't install paraview-config: it doesn't work without the static libs being installed.

OBS-URL: https://build.opensuse.org/request/show/778987
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=71
2020-02-27 11:57:31 +00:00
dc653264ac Accepting request 770701 from home:badshah400:branches:science
Fix a typo in .changes in previous sr.

- Update to version 5.7.0:
  See https://blog.kitware.com/paraview-5-7-0-release-notes/
- Split out new subpackages: libparaview5_7 for all the shared
  libs, paraview-plugins for bundled plugins, and python3-paraview
  for python3 bindings.
- Move shared libraries to %{_libdir} and install them as part of
  libparaview5_7.
- Update commands passed to cmake in keeping with upstream's
  overhaul.
- Drop paraview-find-qhelpgenerator-qt5.patch: no longer needed.
- Drop  paraview-fix-file-contains-date-time.patch: GCC supports
  SOURCE_DATE_EPOCH and, as such, this fix is no longer needed.
- Switch to python3: Paraview is production ready with python3
  starting with version 5.7.0, and python2 support is slated to be
  dropped from the next major upgrade.
- Rebase patches for updated version:
  * fix-libharu-missing-m.patch.
  * bundled_exodusii_add_missing_libpthread.patch.
- New patches to fix linking problems introduced with version
  5.7.0:
  * fix-loguru-missing-links.patch: Add linking to libraries libm,
    libdl, and libpthread when building loguru.
  * fix-QtGUI-missing-GLX_mesa-linking.patch: Link to library
    libGLX_mesa when building Qt GUI support.
  * paraview-link-against-python.patch to fix linking against
    the python library.
- Patch 0001-Allow-compilation-on-GLES-platforms.patch needs
  rebase; commented out for now.
- Switch an env based hashbang with one directly calling the
  required binary (python3 in this case).
- Switch as many BuildRequires as possible to pkgconfig based
  ones.
- Update rpmlintrc file to remove no longer needed filters and
  update the leftover filter (hidden file or dir) for directory
  change.

OBS-URL: https://build.opensuse.org/request/show/770701
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=70
2020-02-11 00:33:43 +00:00
Dominique Leuenberger
a9ec9c7dd7 Accepting request 769139 from science
- Drop fix-libhdf5-missing-m.patch: No longer needed.
- Drop unused python-zope BuildRequires
- Replace Qt5WebKit BuildRequires with Qt5WebEngine
- Unbundle several dependencies, use system libraries:
  * double-conversion
  * CGNS
  * Eigen3
  * GLEW
  * HDF5
  * JsonCPP
  * liblz4
  * netcdf
  * protobuf
  * PugiXML
  * Ogg/Theora
- Add several patches from VTK package:
  * bundled_exodusii_add_missing_libpthread.patch
  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  * 0001-Allow-compilation-on-GLES-platforms.patch

OBS-URL: https://build.opensuse.org/request/show/769139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=27
2020-02-03 10:13:45 +00:00
3041b378c1 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=68 2020-01-31 22:05:26 +00:00
62905600d4 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=67 2020-01-31 22:04:54 +00:00
13b1582d28 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=66 2020-01-31 22:04:28 +00:00
b5b3e85135 Accepting request 769040 from home:StefanBruens:branches:science
- Drop unused python-zope BuildRequires
- Replace Qt5WebKit BuildRequires with Qt5WebEngine
- Unbundle several dependencies, use system libraries:
  * double-conversion
  * CGNS
  * Eigen3
  * GLEW
  * HDF5
  * JsonCPP
  * liblz4
  * netcdf
  * protobuf
  * PugiXML
  * Ogg/Theora
- Add several patches from VTK package:
  * bundled_exodusii_add_missing_libpthread.patch
  * 0001-Add-libogg-to-IOMovie-target-link-libraries.patch
  * 0001-Allow-compilation-on-GLES-platforms.patch

OBS-URL: https://build.opensuse.org/request/show/769040
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=65
2020-01-31 17:14:50 +00:00
Dominique Leuenberger
4316a7b055 Accepting request 732252 from science
OBS-URL: https://build.opensuse.org/request/show/732252
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=26
2019-09-23 10:38:33 +00:00
Christoph G
2de44d953e Accepting request 732076 from home:badshah400:branches:science
- Update to version 5.6.2:
  * Fixes a trackpad interaction bug on macOS.

- Pass -ffat-lto-objects for static libs.

OBS-URL: https://build.opensuse.org/request/show/732076
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=63
2019-09-20 21:39:59 +00:00
Dominique Leuenberger
e39c50e1c5 Accepting request 724258 from science
OBS-URL: https://build.opensuse.org/request/show/724258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=25
2019-08-19 19:39:14 +00:00
f09feff173 Accepting request 724039 from home:openfoam:branches:science
- Update to version 5.6.1
  https://blog.kitware.com/paraview-5-6-1-release-notes/
- using tar.xz instead of tar.gz file

OBS-URL: https://build.opensuse.org/request/show/724039
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=61
2019-08-17 10:28:33 +00:00
Dominique Leuenberger
99f77cd446 Accepting request 655340 from science
OBS-URL: https://build.opensuse.org/request/show/655340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=24
2018-12-06 11:18:11 +00:00
cee9095e6d Accepting request 653805 from home:jengelh:branches:science
- Trim redundancies from description. (this was removed earlier already)
- Add ldconfig dependency. Avoid xargs use where possible.

OBS-URL: https://build.opensuse.org/request/show/653805
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=59
2018-12-05 13:55:34 +00:00
0e05cc7f6f Accepting request 653556 from home:openfoam:branches:science
- Update to version 5.6.0
  https://blog.kitware.com/paraview-5-6-0-release-notes/
- add devel package
- remove Tk build requirement and adjust description since ParaView
  hasn't used Tcl/Tk for quite a few years.
- ParaViewTutorial file not updated and not available on upstream
- drop patches already applied upstream
  * paraview-pythonqt-build-fix.patch
  * fix-hdf5-gcc8.patch
  * fix-qt-5.11-931c779.patch
  * fix-no-plugin-doc-dir.patch
- modify partially applied patches
  * paraview-find-qhelpgenerator-qt5.patch

OBS-URL: https://build.opensuse.org/request/show/653556
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=58
2018-12-03 19:11:01 +00:00
Dominique Leuenberger
d7d98b7248 Accepting request 629907 from science
OBS-URL: https://build.opensuse.org/request/show/629907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=23
2018-08-27 11:48:28 +00:00
a01da1ba45 Accepting request 629636 from home:mathletic:branches:science
Update to 5.5.2

OBS-URL: https://build.opensuse.org/request/show/629636
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=56
2018-08-17 11:12:42 +00:00
Dominique Leuenberger
ea90b115a1 Accepting request 592749 from science
OBS-URL: https://build.opensuse.org/request/show/592749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=22
2018-04-01 15:27:07 +00:00
Christoph G
f295ab91e4 Accepting request 592747 from home:jengelh:branches:science
- Trim goals from description, only the now counts.
  Trim marketing speech from description.

OBS-URL: https://build.opensuse.org/request/show/592747
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=54
2018-03-31 11:19:15 +00:00
Dominique Leuenberger
3787e71c45 Accepting request 518352 from science
1

OBS-URL: https://build.opensuse.org/request/show/518352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=21
2017-08-24 16:55:35 +00:00
Dmitry Roshchin
f242ea032c Accepting request 518351 from home:badshah400:branches:science
- Update to version 5.4.1:
  * The black render window observed on some systems when FXAA was
    enabled or an object's opacity was less than 1 has been fixed.
  * Field output for cells with non-straight edges has been
    corrected.
  * Derivatives for quadratic triangles are now computed
    correctly.
  * A bug that occurred when generating a Catalyst script with no
    images output has been fixed.
  * A problem with writing animations as AVIs was fixed.
  * Logic in the CGNS reader was updated to correctly read all
    solution nodes for each centering type when
    FlowSolutionPointers are missing.
  * Fixed crash in CGNS reader when moving forward in time.
  * Fixed problem with long-running animations not advancing past
    a certain number of time steps.
  * Resolved issue where changing one file path in the state file
    loader "Choose File Names" dialog also changed the file paths
    of other files with the same type.
  * Addressed problem with enumerated property dependencies in
    ParaViewWeb.
  * Added ability to change the font size in the ParaView user
    interface.
  * Fixed BoxLib3D file reader.
  * State files now properly support files with relative paths.
  * Removed inappropriate scalar bar scaling when saving large
    screen shots.
  * A bug in the color mapping that in some cases incorrectly
    mapped some data values to the above-range color was fixed.
  * OSPRay can now be compiled in Cray programming environments

OBS-URL: https://build.opensuse.org/request/show/518351
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=52
2017-08-23 08:57:20 +00:00
186ceabd73 Accepting request 508465 from home:badshah400:branches:science
Disable 32-bit builds for now, until cgns issue there can be sorted out

OBS-URL: https://build.opensuse.org/request/show/508465
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=51
2017-07-11 22:44:14 +00:00
Yuchen Lin
044c368f7a Accepting request 481616 from science
1

OBS-URL: https://build.opensuse.org/request/show/481616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=20
2017-03-28 13:22:15 +00:00
322ed0efad Accepting request 481606 from home:mathletic:branches:science
update to 5.3.0

OBS-URL: https://build.opensuse.org/request/show/481606
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=49
2017-03-20 21:33:25 +00:00
Dominique Leuenberger
ecbabd82b8 Accepting request 445015 from science
1

OBS-URL: https://build.opensuse.org/request/show/445015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=19
2016-12-10 17:29:09 +00:00
Christoph G
ef94ba280f Accepting request 444980 from home:badshah400:branches:science
- Replicate the %cmake macro manually, stripping out the problematic and unused options. In particular, this restores  passing rpm_opt_flags to C/C++ during compilation.
- Update paraview-fix-file-contains-date-time.patch to remove references to __DATE__ and __TIME__ also from Plugins/CDIReader/cdilib.c; suppresses an rpmlint warning.
- Update %{name}-rpmlintrc file to also suppress warnings about:
  * no-manual-page-for-binary: upstream doesn't supply manpages and we don't care.
  * hidden-file-or-dir: this hidden file is really used as a catalogue of available plugins by paraview.

OBS-URL: https://build.opensuse.org/request/show/444980
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=47
2016-12-09 06:05:38 +00:00
Dominique Leuenberger
93bcb5caad Accepting request 443567 from science
1

OBS-URL: https://build.opensuse.org/request/show/443567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=18
2016-12-06 13:26:18 +00:00
Christoph G
d3c9ee6857 Accepting request 443561 from home:badshah400:branches:science
Update to v5.2. Switch to Qt5 if available, several other improvements (see .changes)

OBS-URL: https://build.opensuse.org/request/show/443561
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=45
2016-12-03 13:07:03 +00:00
Dominique Leuenberger
d81810c9a9 Accepting request 415729 from science
1

OBS-URL: https://build.opensuse.org/request/show/415729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=17
2016-08-03 09:43:38 +00:00
Christoph G
e1db793b68 Accepting request 415728 from home:mathletic:branches:science
update to 5.1.2

OBS-URL: https://build.opensuse.org/request/show/415728
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=43
2016-07-29 05:23:30 +00:00
Christoph G
3c7ddb1976 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=42 2016-07-29 03:21:58 +00:00
Dominique Leuenberger
6435d7b9e4 Accepting request 403974 from science
1

OBS-URL: https://build.opensuse.org/request/show/403974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=16
2016-06-25 00:22:27 +00:00
Matthias Mailänder
16d37c57c3 Accepting request 403965 from home:mathletic:branches:science
update to paraview 5.1.0
It claims to need CMake 3.5, but this ParaView also works with CMake 3.0, as they did not change that much.

OBS-URL: https://build.opensuse.org/request/show/403965
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=40
2016-06-22 05:54:02 +00:00
Dominique Leuenberger
da03fadaad Accepting request 381789 from science
1

OBS-URL: https://build.opensuse.org/request/show/381789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=15
2016-04-28 14:53:18 +00:00
e0811efca6 Accepting request 381726 from home:mathletic:branches:science
update to 5.0.1

OBS-URL: https://build.opensuse.org/request/show/381726
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=38
2016-03-30 12:00:31 +00:00
Ismail Dönmez
9f5bd666c3 Accepting request 373524 from home:k0da:branches:science
- Add disk constraint 8GB

OBS-URL: https://build.opensuse.org/request/show/373524
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=37
2016-03-16 05:50:57 +00:00
Dominique Leuenberger
53932f6db5 Accepting request 353157 from science
1

OBS-URL: https://build.opensuse.org/request/show/353157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=14
2016-01-12 15:13:52 +00:00
839d2cfa29 Accepting request 353119 from home:mathletic:branches:science
update to version 5.0.0

OBS-URL: https://build.opensuse.org/request/show/353119
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=35
2016-01-11 22:44:36 +00:00
Dominique Leuenberger
c764997784 Accepting request 330998 from science
1

OBS-URL: https://build.opensuse.org/request/show/330998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=13
2015-09-17 07:20:54 +00:00
Ismail Dönmez
ee46cfc015 Accepting request 330981 from home:badshah400:branches:science
Update to version 4.4.0

OBS-URL: https://build.opensuse.org/request/show/330981
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=33
2015-09-15 07:48:44 +00:00
Dominique Leuenberger
fe765a40b9 Accepting request 286391 from science
1

OBS-URL: https://build.opensuse.org/request/show/286391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=12
2015-02-18 10:39:01 +00:00
df26edb168 Accepting request 286282 from home:mathletic:branches:science
update to version 4.3.1

OBS-URL: https://build.opensuse.org/request/show/286282
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=31
2015-02-16 18:05:13 +00:00
Dominique Leuenberger
3cfb9c5c5a Accepting request 279964 from science
1

OBS-URL: https://build.opensuse.org/request/show/279964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=11
2015-01-07 08:38:39 +00:00
Dirk Stoecker
64e6be5dce Accepting request 279962 from home:dimstar:branches:science
- Add paraview-freetype-2.5.4.patch: Fix build with FreeType 2.5.4
  API changes.

OBS-URL: https://build.opensuse.org/request/show/279962
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=29
2015-01-05 16:34:22 +00:00
Stephan Kulow
ca9965168e Accepting request 253573 from science
Update to 4.2.0 release version.

Please consider for 13.2, which already has 4.2.0-RC1 and the only change is the upstreaming of a patch.

OBS-URL: https://build.opensuse.org/request/show/253573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=10
2014-10-02 12:13:51 +00:00
d0bea36990 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=28 2014-10-01 17:41:19 +00:00
220f6da313 Accepting request 253525 from home:mathletic:branches:science
update to 4.2.0 release

OBS-URL: https://build.opensuse.org/request/show/253525
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=27
2014-10-01 17:40:27 +00:00
Stephan Kulow
dd45bd82bd Accepting request 248451 from science
Update to version 4.2.0-RC1 (needed for 13.2)

OBS-URL: https://build.opensuse.org/request/show/248451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=9
2014-09-12 08:03:28 +00:00
4c8de1fac7 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=26 2014-09-11 09:08:53 +00:00
Ismail Dönmez
01b902af3d Accepting request 248433 from home:badshah400:branches:science
Update to 4.2.0-RC1 (needed for 13.2)

OBS-URL: https://build.opensuse.org/request/show/248433
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=25
2014-09-11 08:57:03 +00:00
Stephan Kulow
b1f32c56b4 Accepting request 224530 from science
Use system zope and twisted libraries

OBS-URL: https://build.opensuse.org/request/show/224530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=7
2014-03-04 12:57:27 +00:00
Stephan Kulow
3126785d5b Accepting request 220774 from science
Update to version 4.1.0 (forwarded request 220744 from badshah400)

OBS-URL: https://build.opensuse.org/request/show/220774
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=6
2014-02-04 18:56:14 +00:00
Dmitry Roshchin
28d331cc1f Accepting request 220822 from home:badshah400:branches:science
Use system zope & twisted libraries.

OBS-URL: https://build.opensuse.org/request/show/220822
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=22
2014-02-04 18:28:19 +00:00
Ismail Dönmez
cf0a95a819 Accepting request 220744 from home:badshah400:branches:science
Update to version 4.1.0

OBS-URL: https://build.opensuse.org/request/show/220744
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=21
2014-02-04 09:39:54 +00:00
Stephan Kulow
62e626a2a3 Accepting request 182972 from science
Update to version 4.0.1 (forwarded request 182960 from badshah400)

OBS-URL: https://build.opensuse.org/request/show/182972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=4
2013-07-16 13:53:39 +00:00
Matthias Mailänder
30221fcbc6 Accepting request 182960 from home:badshah400:branches:science
Update to version 4.0.1

OBS-URL: https://build.opensuse.org/request/show/182960
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=19
2013-07-13 12:13:29 +00:00
Stephan Kulow
9f40a393b6 Accepting request 180216 from science
Enable python scripting for paraview (forwarded request 180080 from badshah400)

OBS-URL: https://build.opensuse.org/request/show/180216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=3
2013-06-20 19:26:45 +00:00
Dr. Werner Fink
b8ad40456b Accepting request 180080 from home:badshah400:branches:science
Enable python scripting for paraview

OBS-URL: https://build.opensuse.org/request/show/180080
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=17
2013-06-20 13:03:57 +00:00
Stephan Kulow
0b265dd781 Accepting request 158658 from science
Update to version 3.98.1 (forwarded request 158611 from badshah400)

OBS-URL: https://build.opensuse.org/request/show/158658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=2
2013-03-15 09:43:19 +00:00
Dmitry Roshchin
65f8fc8315 Accepting request 158611 from home:badshah400:branches:science
Update to version 3.98.1

OBS-URL: https://build.opensuse.org/request/show/158611
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=15
2013-03-12 12:14:40 +00:00
Stephan Kulow
990504470e Accepting request 156703 from science
New package: paraview -- SQTK subpackage licensed as GPL-2.0+ or LGPL-3.0+

OBS-URL: https://build.opensuse.org/request/show/156703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=1
2013-03-08 08:30:40 +00:00
37b7bb420f OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=13 2013-02-27 14:12:18 +00:00
85758e3bc7 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=12 2013-02-27 14:11:24 +00:00
Matthias Mailänder
4c9225fda0 Accepting request 156380 from home:badshah400:branches:science
Split the SciberQuestToolKit plugin into its own package, license it as GPL-3.0+ or LGPL-3.0+ (bnc#804987)

OBS-URL: https://build.opensuse.org/request/show/156380
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=11
2013-02-26 11:20:04 +00:00
231c87d044 Accepting request 148559 from home:badshah400:branches:science
Remove paraview-gcc47.patch; patch incorporated upstream

OBS-URL: https://build.opensuse.org/request/show/148559
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=10
2013-01-15 13:40:26 +00:00
Matthias Mailänder
c8e6e4e486 Accepting request 148166 from home:badshah400:branches:science
Update to version 3.98, fixes bnc#763208

OBS-URL: https://build.opensuse.org/request/show/148166
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=9
2013-01-12 12:11:42 +00:00
Dirk Stoecker
7581738ca7 Accepting request 139524 from home:badshah400:branches:science
Update to version 3.14.1

OBS-URL: https://build.opensuse.org/request/show/139524
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=8
2012-11-06 21:52:51 +00:00
Corot Sebastien
173c49bc70 - fix SLE and 11.3 build with BuildRequires qt4-assistant-adp-devel
for 11.4 and higher

OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=7
2012-05-12 20:30:01 +00:00
Ismail Dönmez
c16ef67e7b Accepting request 116110 from home:badshah400:branches:science
Add patch to fix building with gcc 4.7 in factory.

OBS-URL: https://build.opensuse.org/request/show/116110
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=6
2012-05-01 09:40:14 +00:00
Ismail Dönmez
b684bfc114 Accepting request 112994 from home:badshah400:branches:science
Update to version 3.14.0; add patch to fix incompatibility with boost 1.49

OBS-URL: https://build.opensuse.org/request/show/112994
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=5
2012-04-08 20:00:29 +00:00
c73bfa6388 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=4 2012-02-08 09:21:21 +00:00
2280cadd77 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=3 2012-02-08 09:17:35 +00:00
Detlef Steuer
d4c0458e43 Accepting request 90924 from home:badshah400:branches:science
Update to version 3.12.0 -- New features and bug fixes; dropped patches no longer required; fixes build failure on openSUSE > 11.4

OBS-URL: https://build.opensuse.org/request/show/90924
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=2
2011-11-10 11:42:23 +00:00
Tejas Guruswamy
505d2372b2 Accepting request 67947 from home:badshah400
thanks!

OBS-URL: https://build.opensuse.org/request/show/67947
OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=1
2011-04-20 08:24:25 +00:00

Diff Content Not Available