diff --git a/vtk-5.0.4-gcc43.patch b/vtk-5.0.4-gcc43.patch index bdc9633..74379d6 100644 --- a/vtk-5.0.4-gcc43.patch +++ b/vtk-5.0.4-gcc43.patch @@ -9,25 +9,25 @@ #include #include #if defined(__BORLANDC__) ---- VTK-5.0.4/Utilities/DICOMParser/DICOMFile.cxx.gcc43 2007-11-07 13:51:57.000000000 -0700 -+++ VTK-5.0.4/Utilities/DICOMParser/DICOMFile.cxx 2008-02-18 10:31:08.000000000 -0700 -@@ -26,7 +26,7 @@ - #include "DICOMFile.h" +--- VTK/Utilities/DICOMParser/DICOMFile.cxx.gcc43 2005-07-26 14:02:22.000000000 -0600 ++++ VTK/Utilities/DICOMParser/DICOMFile.cxx 2008-10-01 10:08:33.000000000 -0600 +@@ -23,7 +23,7 @@ + #endif #include -#include +#include - DICOMFile::DICOMFile() : InputStream() - { ---- VTK-5.0.4/Utilities/DICOMParser/DICOMParser.cxx.gcc43 2007-11-07 13:51:57.000000000 -0700 -+++ VTK-5.0.4/Utilities/DICOMParser/DICOMParser.cxx 2008-02-18 10:33:07.000000000 -0700 -@@ -39,7 +39,7 @@ + #include "DICOMConfig.h" + #include "DICOMFile.h" +--- VTK/Utilities/DICOMParser/DICOMParser.cxx.gcc43 2006-03-24 08:59:50.000000000 -0700 ++++ VTK/Utilities/DICOMParser/DICOMParser.cxx 2008-10-01 10:08:33.000000000 -0600 +@@ -36,7 +36,7 @@ #include #endif -#include +#include - // Define DEBUG_DICOM to get debug messages sent to dicom_stream::cerr - // #define DEBUG_DICOM + #include "DICOMConfig.h" + #include "DICOMParser.h" diff --git a/vtk.spec b/vtk.spec index 3abf712..fd3a3bb 100644 --- a/vtk.spec +++ b/vtk.spec @@ -7,7 +7,7 @@ Summary: The Visualization Toolkit - A high level 3D visualization library Name: vtk Version: 5.0.4 -Release: 24%{?dist} +Release: 25%{?dist} # This is a variant BSD license, a cross between BSD and ZLIB. # For all intents, it has the same rights and restrictions as BSD. # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant @@ -372,6 +372,9 @@ rm -rf %{buildroot} %{_libdir}/vtk-examples-5.0 %changelog +* Wed Oct 1 2008 Orion Poplawski - 5.0.2-25 +- Fix patch fuzz + * Mon Aug 25 2008 Axel Thimm - 5.0.4-24 - Change java build dependencies from java-devel to gcj.