[rst2pdf] Added a requires: python-pdfrw (fixes #957835)

Sergio Pascual sergiopr at fedoraproject.org
Thu May 23 21:16:11 UTC 2013


commit 56e2bcda96e5de9ed054e46483b35233aa75b266
Author: Sergio Pascual <sergiopr at fis.ucm.es>
Date:   Thu May 23 16:10:16 2013 +0200

    Added a requires: python-pdfrw (fixes #957835)

 rst2pdf.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rst2pdf.spec b/rst2pdf.spec
index 4acef15..58f1576 100644
--- a/rst2pdf.spec
+++ b/rst2pdf.spec
@@ -2,7 +2,7 @@
 
 Name: rst2pdf
 Version: 0.93
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Tool for transforming reStructuredText to PDF
 License: MIT
 
@@ -13,6 +13,7 @@ Patch0: rst2pdf-bz842800.patch
 
 BuildRequires: python-setuptools python-devel
 Requires: python-reportlab python-simplejson python-pygments python-docutils
+Requires: python-pdfrw
 BuildArch: noarch
 
 %description
@@ -42,10 +43,12 @@ done
 %{python_sitelib}/%{name}*
 
 %changelog
+* Thu May 23 2013 Sergio Pascual <sergiopr at fedoraproject.org> - 0.93-3
+- Added a requires: python-pdfrw (fixes #957835)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.93-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
-
 * Wed Dec 19 2012 Sergio Pascual <sergiopr at fedoraproject.org> - 0.93-1
 - New upstream version 0.93
 


More information about the scm-commits mailing list