From b4e1c2185a5384e5ba4d898fe7fbca0ad3db45c2 Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Mon, 24 Jun 2013 10:44:06 +0200 Subject: [PATCH] Patch1 fix --- pypy-1.2-suppress-mandelbrot-set-during-tty-build.patch | 7 +++---- pypy.spec | 5 ++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pypy-1.2-suppress-mandelbrot-set-during-tty-build.patch b/pypy-1.2-suppress-mandelbrot-set-during-tty-build.patch index 257f60f..c97eaf3 100644 --- a/pypy-1.2-suppress-mandelbrot-set-during-tty-build.patch +++ b/pypy-1.2-suppress-mandelbrot-set-during-tty-build.patch @@ -1,7 +1,6 @@ -diff --git a/pypy/tool/ansi_print.py b/pypy/tool/ansi_print.py -index 3eff27c..fac4ba2 100644 ---- a/pypy/tool/ansi_print.py -+++ b/pypy/tool/ansi_print.py +diff -rup pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py +--- pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py 2013-05-27 10:35:37.648237156 +0200 ++++ pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py 2013-05-28 10:15:58.200426205 +0200 @@ -25,7 +25,7 @@ class AnsiLog: self.kw_to_color = self.KW_TO_COLOR.copy() self.kw_to_color.update(kw_to_color) diff --git a/pypy.spec b/pypy.spec index 2470609..8f28baf 100644 --- a/pypy.spec +++ b/pypy.spec @@ -2,7 +2,7 @@ Name: pypy Version: 2.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python implementation with a Just-In-Time compiler Group: Development/Languages @@ -921,6 +921,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 24 2013 Matej Stuchlik - 2.0.2-4 +- Patch1 fix + * Mon Jun 24 2013 Matej Stuchlik - 2.0.2-3 - Yet another Sources fix