diff --git a/.cvsignore b/.cvsignore index a7f176e..9abde8c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -vtk-5.0.3.tar.gz +vtk-5.0.4.tar.gz diff --git a/sources b/sources index b62a147..1281a7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0148a3d3c46d0599ab63e79f7f406609 vtk-5.0.3.tar.gz +1e353886bbd6559633e31436d88a1f03 vtk-5.0.4.tar.gz diff --git a/vtk.spec b/vtk.spec index 1a11550..8a7cfd4 100644 --- a/vtk.spec +++ b/vtk.spec @@ -6,8 +6,8 @@ Summary: The Visualization Toolkit - A high level 3D visualization library Name: vtk -Version: 5.0.3 -Release: 23%{?dist} +Version: 5.0.4 +Release: 19%{?dist} License: BSD-like Group: System Environment/Libraries Source: http://www.vtk.org/files/release/5.0/%{name}-%{version}.tar.gz @@ -27,6 +27,7 @@ BuildRequires: libtiff-devel, zlib-devel BuildRequires: qt-devel %{?with_qt4:BuildRequires: qt4-devel} BuildRequires: chrpath +BuildRequires: doxygen, graphviz %description VTK is an open-source software system for image processing, 3D @@ -335,10 +336,8 @@ rm -rf %{buildroot} %files python %defattr(-,root,root,-) -%{python_sitearch}/vtk -%if 0%{?fedora} >= 9 -%{python_sitearch}/*egg-info -%endif +#%{python_sitearch}/vtk +%{python_sitearch}/* %{_libdir}/*PythonD.so.* %{_bindir}/vtkpython %{_bindir}/vtkWrapPython @@ -368,17 +367,8 @@ rm -rf %{buildroot} %{_libdir}/vtk-examples-5.0 %changelog -* Mon Feb 18 2008 Fedora Release Engineering - 5.0.3-23 -- Autorebuild for GCC 4.3 - -* Tue Jan 15 2008 Alex Lancaster - 5.0.3-22 -- Add Python Eggs for F9+ - -* Thu Jan 10 2008 Caolan McNamara - 5.0.3-21 -- Rebuild for new tcl/tk - -* Tue Aug 28 2007 Fedora Release Engineering - 5.0.3-20 -- Rebuild for selinux ppc32 issue. +* Sat Feb 23 2008 Axel Thimm - 5.0.4-19 +- Update to 5.0.4. * Mon May 28 2007 Axel Thimm - 5.0.3-18 - Move headers to %%{_includedir}/vtk.