diff --git a/.gitignore b/.gitignore index 8f54710..bd0cc49 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /release-2.3.1.tar.bz2 /pypy-2.4.0-src.tar.bz2 /pypy-2.5.0-src.tar.bz2 +/pypy-2.6.0-src.tar.bz2 diff --git a/pypy.spec b/pypy.spec index b3dc309..e3e4c4a 100644 --- a/pypy.spec +++ b/pypy.spec @@ -1,6 +1,6 @@ Name: pypy -Version: 2.5.0 -Release: 2%{?dist} +Version: 2.6.0 +Release: 1%{?dist} Summary: Python implementation with a Just-In-Time compiler Group: Development/Languages @@ -836,6 +836,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 27 2015 Matej Stuchlik - 2.6.0-1 +- Update to 2.6.0 + * Wed Mar 4 2015 Ville Skyttä - 2.5.0-2 - Do not mark macros file as %%config (#1074266) diff --git a/sources b/sources index 5d94a26..affd15b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4700c0af45e986178b36ce91a45136e pypy-2.5.0-src.tar.bz2 +b36346a77131c76276644671d68124d9 pypy-2.6.0-src.tar.bz2