diff --git a/gdcm.spec b/gdcm.spec index f6037be..5bb9a49 100644 --- a/gdcm.spec +++ b/gdcm.spec @@ -3,7 +3,7 @@ Name: gdcm Version: 2.8.8 -Release: 4%{?dist} +Release: 5%{?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 @@ -284,6 +284,9 @@ make test -C %{_target_platform} || exit 0 %{python3_sitearch}/__pycache__/%{name}* %changelog +* Sat Mar 09 2019 Antonio Trande - 2.8.8-5 +- Rebuild for dcmtk-3.6.4 + * Tue Feb 26 2019 Sérgio Basto - 2.8.8-4 - New fix for BTFS on unsigned-char arches, EOF is not a char is an int.