bc561deb4c
Update to version 6.0.0; lots of packaging cleanups OBS-URL: https://build.opensuse.org/request/show/182962 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=42
14 lines
516 B
Diff
14 lines
516 B
Diff
Index: VTK6.0.0/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
|
===================================================================
|
|
--- VTK6.0.0.orig/ThirdParty/netcdf/vtknetcdf/libdispatch/error.c
|
|
+++ VTK6.0.0/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)
|