[InsightToolkit] Update to 4.7.0

sebp sebp at fedoraproject.org
Fri Jan 2 19:39:28 UTC 2015


commit 3da31b08d07ca551d99356341540fc1174ee13b5
Author: Sebastian Pölsterl <sebp at k-d-w.org>
Date:   Fri Jan 2 20:39:35 2015 +0100

    Update to 4.7.0

 .gitignore          |    3 +++
 InsightToolkit.spec |   24 ++++++++++++++----------
 sources             |    6 +++---
 3 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bb7188..9f8eea0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,6 @@
 /InsightSoftwareGuide-Book2-4.6.0.pdf
 /InsightToolkit-4.6.0.tar.xz
 /InsightToolkit-4.6.1.tar.xz
+/InsightToolkit-4.7.0.tar.xz
+/InsightSoftwareGuide-Book1-4.7.0.pdf
+/InsightSoftwareGuide-Book2-4.7.0.pdf
diff --git a/InsightToolkit.spec b/InsightToolkit.spec
index 2a72452..a68fb28 100644
--- a/InsightToolkit.spec
+++ b/InsightToolkit.spec
@@ -1,6 +1,6 @@
 %define _ver_major      4
-%define _ver_minor      6
-%define _ver_release    1
+%define _ver_minor      7
+%define _ver_release    0
 
 %if 0%{?rhel} && 0%{?rhel} <= 5
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
@@ -10,12 +10,12 @@
 Name:           InsightToolkit
 Summary:        Insight Toolkit library for medical image processing
 Version:        %{_ver_major}.%{_ver_minor}.%{_ver_release}
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        ASL 2.0
 Group:          Applications/Engineering
 Source0:        http://sourceforge.net/projects/itk/files/itk/%{_ver_major}.%{_ver_minor}/%{name}-%{version}.tar.xz
-Source1:        http://downloads.sourceforge.net/project/itk/itk/4.6/InsightSoftwareGuide-Book1-4.6.0.pdf
-Source2:        http://downloads.sourceforge.net/project/itk/itk/4.6/InsightSoftwareGuide-Book2-4.6.0.pdf
+Source1:        http://downloads.sourceforge.net/project/itk/itk/4.7/InsightSoftwareGuide-Book1-4.7.0.pdf
+Source2:        http://downloads.sourceforge.net/project/itk/itk/4.7/InsightSoftwareGuide-Book2-4.7.0.pdf
 URL:            http://www.itk.org/
 Patch0:         %{name}-0001-Set-lib-lib64-according-to-the-architecture.patch
 #Patch1:         %{name}-Fix_HDF5_Libraries.patch
@@ -140,16 +140,17 @@ pushd %{_target_platform}
        -DITK_WRAP_JAVA:BOOL=OFF \
        -DBUILD_DOCUMENTATION:BOOL=OFF \
        -DModule_ITKReview:BOOL=ON \
+       -DITK_USE_SYSTEM_EXPAT=ON \
+       -DITK_USE_SYSTEM_FFTW=ON \
+       -DITK_USE_SYSTEM_GCCXML=ON \
+       -DITK_USE_SYSTEM_GDCM=ON \
        -DITK_USE_SYSTEM_HDF5=ON \
        -DITK_USE_SYSTEM_JPEG=ON \
-       -DITK_USE_SYSTEM_TIFF=ON \
        -DITK_USE_SYSTEM_PNG=ON \
+       -DITK_USE_SYSTEM_SWIG=ON \
+       -DITK_USE_SYSTEM_TIFF=ON \
        -DITK_USE_SYSTEM_ZLIB=ON \
-       -DITK_USE_SYSTEM_GDCM=ON \
        -DITK_USE_SYSTEM_VXL=ON \
-       -DITK_USE_SYSTEM_SWIG=ON \
-       -DITK_USE_SYSTEM_GCCXML=ON \
-       -DITK_USE_SYSTEM_EXPAT=ON \
        -DITK_INSTALL_LIBRARY_DIR=%{_lib}/ \
        -DITK_INSTALL_INCLUDE_DIR=include/%{name} \
        -DITK_INSTALL_PACKAGE_DIR=%{_lib}/cmake/%{name}/ \
@@ -209,6 +210,9 @@ make test -C %{_target_platform} || exit 0
 %{_libdir}/libITKVtkGlue*.so.*
 
 %changelog
+* Fri Jan 02 2015 Sebastian <sebp at k-d-w.org> - 4.7.0-1
+- Update to 4.7.0
+
 * Fri Oct 03 2014 Sebastian Pölsterl <sebp at k-d-w.org> - 4.6.1-1
 - Update to 4.6.1
 - Don't compile with -fpermissive
diff --git a/sources b/sources
index f7c9761..f75bbda 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-d8dcab9193b55d4505afa94ab46de699  InsightToolkit-4.6.1.tar.xz
-112a82a8268bf3f979ffa435cdcd8476  InsightSoftwareGuide-Book1-4.6.0.pdf
-5a36f16f2e1dea1e923c60096e655c00  InsightSoftwareGuide-Book2-4.6.0.pdf
+705b466782000bcf3cab482de03cd0fe  InsightToolkit-4.7.0.tar.xz
+fb787824b66b70853a08c595daaa3da9  InsightSoftwareGuide-Book1-4.7.0.pdf
+6c645a880d6c871766b0edebe35d5790  InsightSoftwareGuide-Book2-4.7.0.pdf


More information about the scm-commits mailing list