Accepting request 139569 from home:badshah400:branches:science

Update to version 5.10.1

OBS-URL: https://build.opensuse.org/request/show/139569
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=40
This commit is contained in:
Ismail Dönmez
2012-10-27 18:19:25 +00:00
committed by Git OBS Bridge
parent 6a9804af24
commit 0074f53c52
6 changed files with 42 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
Name: vtk
Version: 5.10.0
Version: 5.10.1
Release: 0
%define series 5.10
# This is a variant BSD license, a cross between BSD and ZLIB.
@@ -36,6 +36,8 @@ Patch1: vtk-system.patch
Patch2: vtk-soversion2.patch
# PATCH-FIX-UPSTREAM vtk-sqldatabaseschema.patch badshah400@gmail.com -- Fix problems with vtkSQLDatabaseSchema.h
Patch3: vtk-sqldatabaseschema.patch
# PATCH-FIX-UPSTREAM vtk-fix-file-contains-date-time.patch badshah400@gmail.com -- Fix file containing DATE and TIME
Patch4: vtk-fix-file-contains-date-time.patch
%if 0%{?suse_version} > 1210
BuildRequires: Mesa-libGL-devel
%else
@@ -246,13 +248,14 @@ volume rendering, LOD control).
This package provides a few testing programs for VTK.
%prep
%setup -q -n VTK
%setup -q -n VTK%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%if 0%{?suse_version} == 1140
%patch3 -p1
%endif
%patch4 -p1
# Remove build time references so build-compare can do its work
#FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')