From 8c737bc2aa985ae04d4540daefef663e827f8ba2 Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Jun 24 2013 08:29:01 +0000 Subject: Yet another Sources fix --- diff --git a/.gitignore b/.gitignore index 2793282..63a65d6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /release-1.8.tar.bz2 /release-1.9.tar.bz2 /release-2.0-beta-1.tar.bz2 +/release-2.0.2.tar.bz2 diff --git a/pypy.spec b/pypy.spec index 66a66a9..2470609 100644 --- a/pypy.spec +++ b/pypy.spec @@ -2,7 +2,7 @@ Name: pypy Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python implementation with a Just-In-Time compiler Group: Development/Languages @@ -132,7 +132,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.0.2.tar.bz2#/pypy-pypy-f66246c46ca3.tar.bz2 +Source0: https://bitbucket.org/pypy/pypy/get/release-2.0.2.tar.bz2 # Supply various useful RPM macros for building python modules against pypy: # __pypy, pypy_sitelib, pypy_sitearch @@ -921,6 +921,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 24 2013 Matej Stuchlik - 2.0.2-3 +- Yet another Sources fix + * Mon Jun 24 2013 Matej Stuchlik - 2.0.2-2 - Fixed Source URL diff --git a/sources b/sources index e7d211b..a37f747 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a346df59983e4a5c50e8ee211f80619 release-2.0-beta-1.tar.bz2 +328a509c092b5477f99be8dd452d81c2 release-2.0.2.tar.bz2