[python-reportlab] Add a dep on python-imaging to process images

Toshio くらとみ toshio at fedoraproject.org
Thu Jan 17 04:36:37 UTC 2013


commit 9c96b4e5314d969757008c77a6685994e514a03b
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Jan 16 20:36:22 2013 -0800

    Add a dep on python-imaging to process images

 python-reportlab.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-reportlab.spec b/python-reportlab.spec
index c270af9..4a729e6 100644
--- a/python-reportlab.spec
+++ b/python-reportlab.spec
@@ -2,7 +2,7 @@
 
 Name:       python-reportlab
 Version:    2.5
-Release:    5%{?dist}
+Release:    6%{?dist}
 Summary:    Python PDF generation library
 
 Group:      Development/Libraries
@@ -15,7 +15,7 @@ BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: python-devel, python-imaging, freetype-devel
 Requires:   dejavu-sans-fonts
-
+Requires:   python-imaging
 
 %description
 Python PDF generation library.
@@ -70,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 16 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 2.5-6
+- Add a dep on python-imaging to process images
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list