rpms/blender/devel blender-2.42.config, 1.1, 1.2 blender.spec, 1.35, 1.36

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Mon Dec 11 19:37:39 UTC 2006


Author: s4504kr

Update of /cvs/extras/rpms/blender/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3335

Modified Files:
	blender-2.42.config blender.spec 
Log Message:
fix blender for compile with python-2.5


Index: blender-2.42.config
===================================================================
RCS file: /cvs/extras/rpms/blender/devel/blender-2.42.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blender-2.42.config	17 Jul 2006 18:28:58 -0000	1.1
+++ blender-2.42.config	11 Dec 2006 19:37:09 -0000	1.2
@@ -1,6 +1,6 @@
 LCGDIR = 'lib/linux2'
 BF_PYTHON = '/usr'
-BF_PYTHON_VERSION = '2.4'
+BF_PYTHON_VERSION = '2.5'
 BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
 BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'
 BF_PYTHON_LIB = 'python${BF_PYTHON_VERSION}' #BF_PYTHON+'/lib/python'+BF_PYTHON_VERSION+'/config/libpython'+BF_PYTHON_VERSION+'.a'


Index: blender.spec
===================================================================
RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- blender.spec	11 Dec 2006 18:09:15 -0000	1.35
+++ blender.spec	11 Dec 2006 19:37:09 -0000	1.36
@@ -3,7 +3,7 @@
 
 Name:           blender
 Version:        2.42a
-Release: 	7%{?dist}
+Release: 	8%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -160,7 +160,7 @@
 %{_datadir}/mime/packages/blender.xml
 
 %changelog
-* Mon Dec 11 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-7
+* Mon Dec 11 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-8
 - New build to solve broken deps
 
 * Wed Nov 29 2006 Jochen Schmitt <Jochen herr-schmitt de> 2.42a-6




More information about the scm-commits mailing list