Update to 2.6.5

This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2016-08-28 19:32:29 +01:00
parent dca9f2a398
commit 3100233bc6
No known key found for this signature in database
GPG Key ID: F8D8C0BEBAC898BD
3 changed files with 12 additions and 6 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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 <ankursinha AT fedoraproject DOT org> - 2.6.5-1
- Update to latest upstream release 2.6.5
- remove surplus narrowing patch
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-5
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1,2 +1 @@
52d398f48e672f1949914f6b3e2d528c gdcm-2.6.3.tar.bz2
9e73255514b7406f365b615319ed9699 gdcmData.tar.gz
c3fdf111428a0ee0d62751144d17fcc5 gdcm-2.6.5.tar.bz2