diff --git a/python-pydicom.spec b/python-pydicom.spec index 841f2ca..6c0992e 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Read, modify and write DICOM files with python code # There are generated data (private dict) in special format from GDCM @@ -122,6 +122,9 @@ LC_ALL=C.UTF-8 %{__python2} -m pytest -k "not test_PI_RGB[JPEG_RGB_RGB]" %{python3_sitelib}/__pycache__/dicom.* %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Sun Jun 24 2018 Miro HronĨok - 1.1.0-1 - Update to 1.1.0 (#1544224) - Stop building python2 docs as they have python2 syntax errors