diff --git a/gdcm.spec b/gdcm.spec index d248023..cc1d1a3 100644 --- a/gdcm.spec +++ b/gdcm.spec @@ -3,7 +3,7 @@ Name: gdcm Version: 3.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Grassroots DiCoM is a C++ library to parse DICOM medical files License: BSD URL: http://gdcm.sourceforge.net/wiki/index.php/Main_Page @@ -12,6 +12,7 @@ Source0: https://github.com/malaterre/%{name}/archive/v%{version}/%{name}-%{v Source1: http://downloads.sourceforge.net/project/gdcm/gdcmData/gdcmData/gdcmData.tar.gz Patch1: 0001-3.0.1-Use-copyright.patch +# https://sourceforge.net/p/gdcm/bugs/487/ Patch2: gdcm-2.8.8-dont_use_EOF.patch BuildRequires: CharLS-devel >= 2.0 @@ -265,6 +266,10 @@ make test -C %{_target_platform} || exit 0 %{python3_sitearch}/__pycache__/%{name}* %changelog +* Sat Sep 14 2019 Ankur Sinha - 3.0.1-3 +- Add patch to fix build +- Temporarily disable doc building + * Sat Sep 07 2019 Ankur Sinha - 3.0.1-2 - Bump spec