From 13adef5e37f1e3406e1c501f67d6f78c5a9657e02edb0e44df681e4843749b93 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Sat, 12 Sep 2015 19:24:51 +0000 Subject: [PATCH 1/2] Accepting request 330641 from home:badshah400:branches:science Update to 6.3.0 OBS-URL: https://build.opensuse.org/request/show/330641 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=64 --- VTK-6.2.0.tar.gz | 3 --- VTK-6.3.0.tar.gz | 3 +++ vtk.changes | 9 +++++++++ vtk.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 VTK-6.2.0.tar.gz create mode 100644 VTK-6.3.0.tar.gz diff --git a/VTK-6.2.0.tar.gz b/VTK-6.2.0.tar.gz deleted file mode 100644 index 913c834..0000000 --- a/VTK-6.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efa3ddfba118f3988ead08bdaf9441d33f23a4245d78511a6ce7f267b4f13277 -size 30114472 diff --git a/VTK-6.3.0.tar.gz b/VTK-6.3.0.tar.gz new file mode 100644 index 0000000..4df82b3 --- /dev/null +++ b/VTK-6.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a493354c5fa66bea73b5fc014154af5d9f3f6cee8d20a826f4cd5d4b0e8a5e +size 30385070 diff --git a/vtk.changes b/vtk.changes index 4f59927..52bf3a0 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 31 07:39:10 UTC 2015 - badshah400@gmail.com + +- Update to version 6.3.0: + - See list of changes at + http://www.vtk.org/Bug/changelog_page.php?version_id=118 + or blog post at + http://www.kitware.com/blog/home/post/963. + ------------------------------------------------------------------- Sat Aug 15 04:16:39 UTC 2015 - badshah400@gmail.com diff --git a/vtk.spec b/vtk.spec index 7350db0..ab357d6 100644 --- a/vtk.spec +++ b/vtk.spec @@ -17,9 +17,9 @@ Name: vtk -Version: 6.2.0 +Version: 6.3.0 Release: 0 -%define series 6.2 +%define series 6.3 # 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 From e23b16d6ddbd35011d471c2334a2eb4d08571e027c81e4f41400e90ec46262f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 18 Sep 2015 11:14:31 +0000 Subject: [PATCH 2/2] Accepting request 331879 from home:badshah400:branches:science Recommend instead of Requires on vtkdata OBS-URL: https://build.opensuse.org/request/show/331879 OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=65 --- vtk.changes | 5 +++++ vtk.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vtk.changes b/vtk.changes index 52bf3a0..5d2d0c9 100644 --- a/vtk.changes +++ b/vtk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 18 09:11:38 UTC 2015 - badshah400@gmail.com + +- vtkdata should be a Recommends for vtk-examples, not Requires. + ------------------------------------------------------------------- Mon Aug 31 07:39:10 UTC 2015 - badshah400@gmail.com diff --git a/vtk.spec b/vtk.spec index ab357d6..529b24f 100644 --- a/vtk.spec +++ b/vtk.spec @@ -230,7 +230,7 @@ This package provides tcl bindings for VTK. Summary: Examples for VTK Group: Productivity/Scientific/Other Requires: %{name} = %{version} -Requires: %{name}data = %{version} +Recommends: %{name}data = %{version} %description examples VTK is an open-source software system for image processing, 3D