[pypy] Yet another Sources fix

Matej Stuchlik mstuchli at fedoraproject.org
Mon Jun 24 08:29:43 UTC 2013


commit 8c737bc2aa985ae04d4540daefef663e827f8ba2
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Mon Jun 24 10:29:01 2013 +0200

    Yet another Sources fix

 .gitignore |    1 +
 pypy.spec  |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
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 <mstuchli at redhat.com> - 2.0.2-3
+- Yet another Sources fix
+
 * Mon Jun 24 2013 Matej Stuchlik <mstuchli at redhat.com> - 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


More information about the scm-commits mailing list