From edc736c1c58fc920291a8e672c906b76d6e87a31 Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Sun, 8 Jun 2014 20:55:40 +0200 Subject: [PATCH] Update to 2.3.1 --- .gitignore | 1 + pypy.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f59302b..1babd6b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /pypy-2.2-src.tar.bz2 /pypy-2.2.1-src.tar.bz2 /pypy-2.3-src.tar.bz2 +/release-2.3.1.tar.bz2 diff --git a/pypy.spec b/pypy.spec index 96e21d5..7c4106a 100644 --- a/pypy.spec +++ b/pypy.spec @@ -1,6 +1,6 @@ Name: pypy -Version: 2.3 -Release: 5%{?dist} +Version: 2.3.1 +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.3-src.tar.bz2 +Source0: https://bitbucket.org/pypy/pypy/get/release-2.3.1.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-pypy-394146e9bb67 +%setup -q -n pypy-pypy-32f35069a16d %patch0 -p1 -b .suppress-mandelbrot-set-during-tty-build %patch1 -p1 %patch2 -p1 @@ -827,6 +827,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 08 2014 Matej Stuchlik - 2.3.1-1 +- Update to 2.3.1 + * Sat Jun 07 2014 Fedora Release Engineering - 2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 8f25b0c..b80a17c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c93a8e47f3b3109af2f66d2bd766eb97 pypy-2.3-src.tar.bz2 +e9d26e6ed2ca809a791d88137e90629b release-2.3.1.tar.bz2