forked from pool/paraview
d3c9ee6857
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
27 lines
1.1 KiB
Diff
27 lines
1.1 KiB
Diff
Index: ParaView-v5.2.0/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
|
===================================================================
|
|
--- ParaView-v5.2.0.orig/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
|
+++ ParaView-v5.2.0/VTK/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
|
@@ -9,7 +9,7 @@
|
|
#include "ncdispatch.h"
|
|
|
|
/* Tell the user the version of netCDF. */
|
|
-static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" $";
|
|
+static const char nc_libvers[] = PACKAGE_VERSION;
|
|
|
|
const char *
|
|
nc_inq_libvers(void)
|
|
Index: ParaView-v5.2.0/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
|
|
===================================================================
|
|
--- ParaView-v5.2.0.orig/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
|
|
+++ ParaView-v5.2.0/Plugins/AnalyzeNIfTIReaderWriter/vtknifti1_io.cxx
|
|
@@ -438,7 +438,7 @@ void vtknifti1_io::nifti_disp_lib_hist(
|
|
*//*--------------------------------------------------------------------*/
|
|
void vtknifti1_io::nifti_disp_lib_version( void )
|
|
{
|
|
- printf("%s, compiled %s\n", gni_version, __DATE__);
|
|
+ printf("%s\n", gni_version);
|
|
}
|
|
|
|
|