From 8ec089f31b0beeca2909a433df71d73d55e32ecb Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Nov 17 2015 15:17:47 +0000 Subject: Update to 4.0.0 --- diff --git a/.gitignore b/.gitignore index 6455c09..6723d9e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /pypy-2.5.0-src.tar.bz2 /pypy-2.6.0-src.tar.bz2 /pypy-2.6.1-src.tar.bz2 +/pypy-4.0.0-src.tar.bz2 diff --git a/pypy.spec b/pypy.spec index deb29d3..fca23ab 100644 --- a/pypy.spec +++ b/pypy.spec @@ -1,5 +1,5 @@ Name: pypy -Version: 2.6.1 +Version: 4.0.0 Release: 1%{?dist} Summary: Python implementation with a Just-In-Time compiler @@ -713,6 +713,9 @@ CheckPyPy %{name}-c-stackless %changelog +* Tue Nov 17 2015 Matej Stuchlik - 4.0.0-1 +- Update to 4.0.0 + * Mon Aug 31 2015 Michal Cyprian - 2.6.1-1 - Upgrade to 2.6.1 diff --git a/sources b/sources index cd4ad0d..04a9a28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7e53f72eeb6d9947fd5db6872213404d pypy-2.6.1-src.tar.bz2 +57722fd5fc01734839ecc523ce965fbb pypy-4.0.0-src.tar.bz2