[pypy/f18] Updated to 2.2.0

Matej Stuchlik mstuchli at fedoraproject.org
Thu Nov 14 12:23:34 UTC 2013


commit 66ffb916e263ca7b45e75d7a209248c04f918264
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Tue Nov 12 10:19:28 2013 +0100

    Updated to 2.2.0

 .gitignore |    1 +
 pypy.spec  |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cad553e..fa54eea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /release-2.0-beta-1.tar.bz2
 /release-2.0.2.tar.bz2
 /release-2.1.0.tar.bz2
+/pypy-2.2-src.tar.bz2
diff --git a/pypy.spec b/pypy.spec
index e7ef81f..cd225b9 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -1,5 +1,5 @@
 Name:           pypy
-Version:        2.1.0
+Version:        2.2.0
 Release:        1%{?dist}
 Summary:        Python implementation with a Just-In-Time compiler
 
@@ -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/get/release-2.1.0.tar.bz2
+Source0:	https://bitbucket.org/pypy/pypy/downloads/pypy-2.2-src.tar.bz2
 
 # Supply various useful RPM macros for building python modules against pypy:
 #  __pypy, pypy_sitelib, pypy_sitearch
@@ -162,7 +162,7 @@ Patch2: 007-remove-startup-message.patch
 # Turn it off with this boolean, to revert back to rebuilding using CPython
 # and avoid a cycle in the build-time dependency graph:
 
-%global use_self_when_building 1
+%global use_self_when_building 0
 %if 0%{use_self_when_building}
 BuildRequires: pypy
 %global bootstrap_python_interp pypy
@@ -269,7 +269,7 @@ Build of PyPy with support for micro-threads for massive concurrency
 
 
 %prep
-%setup -q -n pypy-pypy-352c78d2e80f
+%setup -q -n pypy-2.2-src
 %patch0 -p1 -b .suppress-mandelbrot-set-during-tty-build
 %patch1 -p1
 %patch2 -p1
@@ -811,6 +811,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Nov 14 2013 Matej Stuchlik <mstuchli at redhat.com> - 2.2.0-1
+- Updated to 2.2.0
+
 * Thu Aug 15 2013 Matej Stuchlik <mstuchli at redhat.com> - 2.1-1
 - Updated to 2.1.0
 
diff --git a/sources b/sources
index fff5a1a..d5b9932 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59af571317843a1759cb1ff392c26260  release-2.1.0.tar.bz2
+5a5a3822605d7d811066b1b279da3c6e  pypy-2.2-src.tar.bz2


More information about the scm-commits mailing list