[Erp5-report] r25515 - /spec/mandriva/python2.4-reportlab/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 10 17:40:01 CET 2009


Author: kazuhiko
Date: Tue Feb 10 17:39:56 2009
New Revision: 25515

URL: http://svn.erp5.org?rev=25515&view=rev
Log:
apply pdfimages.py.patch to add a missing import

Added:
    spec/mandriva/python2.4-reportlab/pdfimages.py.patch
Modified:
    spec/mandriva/python2.4-reportlab/python2.4-reportlab.spec

Added: spec/mandriva/python2.4-reportlab/pdfimages.py.patch
URL: http://svn.erp5.org/spec/mandriva/python2.4-reportlab/pdfimages.py.patch?rev=25515&view=auto
==============================================================================
--- spec/mandriva/python2.4-reportlab/pdfimages.py.patch (added)
+++ spec/mandriva/python2.4-reportlab/pdfimages.py.patch [utf8] Tue Feb 10 17:39:56 2009
@@ -1,0 +1,11 @@
+--- reportlab-1_19/reportlab/pdfgen/pdfimages.py	2008-04-13 17:50:18.000000000 +0200
++++ reportlab-1_19/reportlab/pdfgen/pdfimages.py.new	2009-02-10 15:44:02.000000000 +0100
+@@ -7,7 +7,7 @@
+ Image functionality sliced out of canvas.py for generalization
+ """
+ 
+-import os
++import os, sys
+ import string
+ from types import StringType
+ import reportlab

Modified: spec/mandriva/python2.4-reportlab/python2.4-reportlab.spec
URL: http://svn.erp5.org/spec/mandriva/python2.4-reportlab/python2.4-reportlab.spec?rev=25515&r1=25514&r2=25515&view=diff
==============================================================================
--- spec/mandriva/python2.4-reportlab/python2.4-reportlab.spec [utf8] (original)
+++ spec/mandriva/python2.4-reportlab/python2.4-reportlab.spec [utf8] Tue Feb 10 17:39:56 2009
@@ -4,12 +4,13 @@
 Summary: ReportLab library to create PDF documents using Python
 Name: python2.4-reportlab
 Version: 1.19
-Release: %mkrel 7
+Release: %mkrel 8
 URL: http://www.reportlab.org/
 Source0: http://www.reportlab.org/ftp/ReportLab_%{ver}.tar.bz2
 Patch0: python-reportlab-table.patch.bz2
 Patch1: python-reportlab-image.patch.bz2
 Patch2: python-reportlab-filename.patch.bz2
+Patch3: pdfimages.py.patch
 License: BSD
 Group: Publishing
 BuildRoot: %{_tmppath}/%{name}-buildroot
@@ -65,6 +66,9 @@
 
 
 %changelog
+* Tue Feb 10 2009 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 1.19-8nxd2009.0
+- apply pdfimages.py.patch to add a missing import
+
 * Mon Sep 10 2007 Kazuhiko Shiozaki <kazuhiko at nexedi.com> 1.19-7mdv2007.1
 - apply some patches
 




More information about the Erp5-report mailing list