Patch1 fix

This commit is contained in:
Matej Stuchlik 2013-06-24 10:44:06 +02:00
parent 8c737bc2aa
commit b4e1c2185a
2 changed files with 7 additions and 5 deletions

View File

@ -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)

View File

@ -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 <mstuchli@redhat.com> - 2.0.2-4
- Patch1 fix
* Mon Jun 24 2013 Matej Stuchlik <mstuchli@redhat.com> - 2.0.2-3
- Yet another Sources fix