diff --git a/.gitignore b/.gitignore index da7257b..f59302b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /release-2.1.0.tar.bz2 /pypy-2.2-src.tar.bz2 /pypy-2.2.1-src.tar.bz2 +/pypy-2.3-src.tar.bz2 diff --git a/007-remove-startup-message.patch b/007-remove-startup-message.patch index 1dddb69..2ff9068 100644 --- a/007-remove-startup-message.patch +++ b/007-remove-startup-message.patch @@ -2,7 +2,7 @@ diff -rup pypy-pypy-f66246c46ca3/lib_pypy/_pypy_interact.py pypy-pypy-f66246c46c --- pypy-pypy-f66246c46ca3/lib_pypy/_pypy_interact.py 2013-05-27 10:35:37.612236951 +0200 +++ pypy-pypy-f66246c46ca3/lib_pypy/_pypy_interact.py 2013-05-27 10:37:25.602852747 +0200 @@ -4,7 +4,7 @@ import sys - import os + irc_header = "And now for something completely different" -def interactive_console(mainmodule=None, quiet=False): diff --git a/pypy.spec b/pypy.spec index c46997a..6e050f3 100644 --- a/pypy.spec +++ b/pypy.spec @@ -1,6 +1,6 @@ Name: pypy -Version: 2.2.1 -Release: 3%{?dist} +Version: 2.3 +Release: 1%{?dist} Summary: Python implementation with a Just-In-Time compiler Group: Development/Languages @@ -130,7 +130,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') # Source and patches: -Source0: https://bitbucket.org/pypy/pypy/downloads/pypy-2.2.1-src.tar.bz2 +Source0: https://bitbucket.org/pypy/pypy/downloads/pypy-2.3-src.tar.bz2 # Supply various useful RPM macros for building python modules against pypy: # __pypy, pypy_sitelib, pypy_sitearch @@ -273,7 +273,7 @@ Build of PyPy with support for micro-threads for massive concurrency %prep -%setup -q -n pypy-2.2.1-src +%setup -q -n pypy-pypy-394146e9bb67 %patch0 -p1 -b .suppress-mandelbrot-set-during-tty-build %patch1 -p1 %patch2 -p1 @@ -827,6 +827,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 13 2014 Matej Stuchlik - 2.3-1 +- Updated to 2.3 + * Mon Mar 10 2014 Matej Stuchlik - 2.2.1-3 - Put RPM macros in proper location diff --git a/sources b/sources index f8f0564..8f25b0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ec9f48702323f9e93654ba73dd46720 pypy-2.2.1-src.tar.bz2 +c93a8e47f3b3109af2f66d2bd766eb97 pypy-2.3-src.tar.bz2