[font-manager/f16] Add python-reportlab to Requires

Ian Weller ianweller at fedoraproject.org
Mon Jan 16 03:42:43 UTC 2012


commit 668d4f566c16c15f0726cbd24d0fcb61fc731bb0
Author: Ian Weller <ian at ianweller.org>
Date:   Sun Jan 15 22:38:06 2012 -0500

    Add python-reportlab to Requires
    
    Conflicts:
    
    	font-manager.spec

 font-manager.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/font-manager.spec b/font-manager.spec
index cc20966..1bb7203 100644
--- a/font-manager.spec
+++ b/font-manager.spec
@@ -1,6 +1,6 @@
 Name:           font-manager
 Version:        0.5.7
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        A font management application for the GNOME desktop environment
 Group:          Applications/Publishing
 License:        GPLv3+
@@ -11,7 +11,7 @@ BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 # Explicit dependencies required because there is no automatic dependencies
 # resolution for the python modules.
-Requires:       fontconfig libxml2-python pygtk2 freetype sqlite
+Requires:       fontconfig libxml2-python pygtk2 freetype sqlite python-reportlab
 BuildRequires:  python desktop-file-utils fontconfig-devel glib2-devel python-devel pango-devel
 BuildRequires:  sqlite-devel
 
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/
 
 %changelog
+* Sun Jan 15 2012 Ian Weller <iweller at redhat.com> - 0.5.7-4
+- Requires: python-reportlab
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list