diff --git a/.gitignore b/.gitignore index b8e915e..693ea0d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ /gdcm-2.6.2.tar.gz /gdcm-2.6.2.tar.bz2 /gdcm-2.6.3.tar.bz2 +/gdcm-2.6.5.tar.gz +/gdcm-2.6.5.tar.bz2 diff --git a/gdcm.spec b/gdcm.spec index 5ee0359..9fc1016 100644 --- a/gdcm.spec +++ b/gdcm.spec @@ -5,8 +5,8 @@ } Name: gdcm -Version: 2.6.3 -Release: 5%{?dist} +Version: 2.6.5 +Release: 1%{?dist} Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files Group: System Environment/Libraries License: BSD @@ -21,7 +21,6 @@ Patch3: gdcm-2.4.0-no-versioned-dir.patch #Patch4: gdcm-0005-support-vtk6.patch Patch5: gdcm-2.4.0-find-python27.patch Patch6: gdcm-2.6-fix-cmake-config-paths.patch -Patch7: gdcm-2.6-fix-narrowing-error.patch BuildRequires: CharLS-devel >= 1.0 BuildRequires: cmake @@ -121,7 +120,9 @@ used this library with python %patch2 -p 1 %patch3 -p 1 %patch6 -p 1 -%patch7 -p 1 + +# Fix cmake command +sed -i.backup 's/add_dependency/add_dependencies/' Utilities/doxygen/CMakeLists.txt # Remove bundled utilities (we use Fedora's ones) @@ -289,6 +290,10 @@ make test -C %{_target_platform} || exit 0 %{python3_sitearch}/* %changelog +* Sun Aug 28 2016 Ankur Sinha - 2.6.5-1 +- Update to latest upstream release 2.6.5 +- remove surplus narrowing patch + * Tue Jul 19 2016 Fedora Release Engineering - 2.6.3-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index a6f1c66..18a3f73 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -52d398f48e672f1949914f6b3e2d528c gdcm-2.6.3.tar.bz2 -9e73255514b7406f365b615319ed9699 gdcmData.tar.gz +c3fdf111428a0ee0d62751144d17fcc5 gdcm-2.6.5.tar.bz2