From e8ab3e2b106b7d13c7a2ed74ab0c50e8e2e05da3 Mon Sep 17 00:00:00 2001 From: wiktor w brodlo Date: Mon, 25 Jul 2011 23:25:38 +0000 Subject: dev-python/python-report: fix path in patches --- dev-python/python-report/files/python-report-0.23-disable-rpm.patch | 4 ++-- .../files/python-report-0.23-fix-version-detection.patch | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/python-report/files/python-report-0.23-disable-rpm.patch b/dev-python/python-report/files/python-report-0.23-disable-rpm.patch index 464b8fb..fa673ed 100644 --- a/dev-python/python-report/files/python-report-0.23-disable-rpm.patch +++ b/dev-python/python-report/files/python-report-0.23-disable-rpm.patch @@ -1,6 +1,6 @@ diff -Nurp python-report-0.23.orig/python/report/templates/bugzilla-template/__init__.py python-report-0.23/python/report/templates/bugzilla-template/__init__.py ---- python-report-0.10.orig/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:19.729109477 +0200 -+++ python-report-0.10/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:54.640917830 +0200 +--- python-report-0.23.orig/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:19.729109477 +0200 ++++ python-report-0.23/python/report/templates/bugzilla-template/__init__.py 2010-04-02 19:32:54.640917830 +0200 @@ -106,7 +106,6 @@ import filer def sendToBugzilla(component, signature, io, bzfiler, optionsDict, fileName, fileDescription): diff --git a/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch b/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch index c83d842..b7c4d1e 100644 --- a/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch +++ b/dev-python/python-report/files/python-report-0.23-fix-version-detection.patch @@ -1,6 +1,6 @@ diff -Nurp python-report-0.23.orig//python/report/templates/bugzilla-template/filer.py python-report-0.23/python/report/templates/bugzilla-template/filer.py ---- python-report-0.10.orig//python/report/templates/bugzilla-template/filer.py 2010-04-13 23:08:08.849090647 +0200 -+++ python-report-0.10/python/report/templates/bugzilla-template/filer.py 2010-04-13 23:09:20.799052132 +0200 +--- python-report-0.23.orig//python/report/templates/bugzilla-template/filer.py 2010-04-13 23:08:08.849090647 +0200 ++++ python-report-0.23/python/report/templates/bugzilla-template/filer.py 2010-04-13 23:09:20.799052132 +0200 @@ -61,15 +61,11 @@ def getVersion(): if os.path.exists(SYSTEM_VERSION_PATH): file = open(SYSTEM_VERSION_PATH, "r") -- cgit v1.2.3-65-gdbad