[dcmtk] Explicitly requires CharLS-devel. Fixes bug 745277.

mrceresa mrceresa at fedoraproject.org
Wed Oct 19 14:58:16 UTC 2011


commit f89b04ea48ede2ee5a97f601b66ebaa171ecd45a
Author: Mario Ceresa <mrceresa at gmail.com>
Date:   Wed Oct 19 16:57:54 2011 +0200

    Explicitly requires CharLS-devel. Fixes bug 745277.

 dcmtk.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/dcmtk.spec b/dcmtk.spec
index 4283019..4f4f0ff 100644
--- a/dcmtk.spec
+++ b/dcmtk.spec
@@ -1,7 +1,7 @@
 Name: dcmtk
 Summary: Offis DICOM Toolkit (DCMTK)
 Version: 3.6.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: BSD
 Group: Development/Libraries
 Source: ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/dcmtk-3.6.0.tar.gz
@@ -44,6 +44,7 @@ Install DCMTK if you are working with DICOM format medical image files.
 Summary: Development Libraries and Headers for dcmtk
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
+Requires: CharLS-devel
 
 %description devel
 Development Libraries and Headers for dcmtk.  You only need to install
@@ -139,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Oct 19 2011 Mario Ceresa <mrceresa at fedoraproject.org> 3.6.0-6
+- Added explicit require for CharLS-devel as requested in #745277
+
 * Wed Apr 20 2011 Mario Ceresa <mrceresa at fedoraproject.org> 3.6.0-5
 - Fixed dir ownership
 


More information about the scm-commits mailing list