Patch1 fix
This commit is contained in:
parent
8c737bc2aa
commit
b4e1c2185a
@ -1,7 +1,6 @@
|
|||||||
diff --git 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
|
||||||
index 3eff27c..fac4ba2 100644
|
--- pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py 2013-05-27 10:35:37.648237156 +0200
|
||||||
--- a/pypy/tool/ansi_print.py
|
+++ pypy-pypy-f66246c46ca3/rpython/tool/ansi_print.py 2013-05-28 10:15:58.200426205 +0200
|
||||||
+++ b/pypy/tool/ansi_print.py
|
|
||||||
@@ -25,7 +25,7 @@ class AnsiLog:
|
@@ -25,7 +25,7 @@ class AnsiLog:
|
||||||
self.kw_to_color = self.KW_TO_COLOR.copy()
|
self.kw_to_color = self.KW_TO_COLOR.copy()
|
||||||
self.kw_to_color.update(kw_to_color)
|
self.kw_to_color.update(kw_to_color)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: pypy
|
Name: pypy
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Python implementation with a Just-In-Time compiler
|
Summary: Python implementation with a Just-In-Time compiler
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -921,6 +921,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 24 2013 Matej Stuchlik <mstuchli@redhat.com> - 2.0.2-3
|
||||||
- Yet another Sources fix
|
- Yet another Sources fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user