Author: jajcus                       Date: Sat Jul 16 12:30:40 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- non-bootstrap build by default
- Release: 2

---- Files affected:
packages/pypy:
   pypy.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/pypy/pypy.spec
diff -u packages/pypy/pypy.spec:1.7 packages/pypy/pypy.spec:1.8
--- packages/pypy/pypy.spec:1.7 Sat Jul 16 08:25:57 2011
+++ packages/pypy/pypy.spec     Sat Jul 16 14:30:35 2011
@@ -2,7 +2,7 @@
 #
 # Conditional build:
 %bcond_with    tests           # do perform tests
-%bcond_without bootstrap       # use PyPi
+%bcond_with    bootstrap       # use Python2 instead of PyPy
 
 %if %{without bootstrap}
 %define        __python pypy
@@ -11,7 +11,7 @@
 Summary:       PyPy - a fast, alternative implementation of the Python language
 Name:          pypy
 Version:       1.5
-Release:       1
+Release:       2
 License:       distributable
 Group:         Development/Languages/Python
 Source0:       
http://cdn.bitbucket.org/pypy/pypy/downloads/%{name}-%{version}-src.tar.bz2
@@ -24,7 +24,7 @@
 %if %{with bootstrap}
 BuildRequires: python-modules
 %else
-BuildRequires: pypy-modules
+BuildRequires: pypy
 %endif
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -142,6 +142,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2011/07/16 12:30:35  jajcus
+- non-bootstrap build by default
+- Release: 2
+
 Revision 1.7  2011/07/16 06:25:57  jajcus
 - Release: 1 (bootstrap build)
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pypy/pypy.spec?r1=1.7&r2=1.8&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to