diff --git a/python-pydicom.changes b/python-pydicom.changes index e9d709c..c2dc8c9 100644 --- a/python-pydicom.changes +++ b/python-pydicom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 11 15:14:49 UTC 2017 - jengelh@inai.de + +- Make package description neutral and compact it. + ------------------------------------------------------------------- Mon Sep 11 14:47:43 UTC 2017 - toddrme2178@gmail.com diff --git a/python-pydicom.spec b/python-pydicom.spec index 95ee200..a00c94a 100644 --- a/python-pydicom.spec +++ b/python-pydicom.spec @@ -42,16 +42,14 @@ BuildArch: noarch %python_subpackages %description -pydicom is a pure python package for parsing DICOM files. +pydicom is a pure python package for parsing DICOM files +into natural pythonic structures for further manipulation. +Modified datasets can be written again to DICOM format files. DICOM is a standard (http://medical.nema.org) for communicating medical images and related information such as reports and radiotherapy objects. -pydicom makes it easy to read these complex files into natural -pythonic structures for easy manipulation. -Modified datasets can be written again to DICOM format files. - %prep %setup -q -n pydicom-%{version} cp %{SOURCE1} ./