rpms/blender/F-8 blender-2.45-yafray.patch, NONE, 1.1 blender.spec, 1.66, 1.67

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Thu Feb 28 21:27:29 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/blender/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6758

Modified Files:
	blender.spec 
Added Files:
	blender-2.45-yafray.patch 
Log Message:
Solve yafray plugin loading issue

blender-2.45-yafray.patch:

--- NEW FILE blender-2.45-yafray.patch ---
--- blender-2.45/source/blender/yafray/intern/export_Plugin.cpp.orig	2007-09-18 05:58:44.000000000 +0100
+++ blender-2.45/source/blender/yafray/intern/export_Plugin.cpp	2008-02-05 14:32:07.000000000 +0000
@@ -97,8 +97,8 @@
 #else
 	static char *alternative[]=
 	{
-		"/usr/local/lib/",
-		"/usr/lib/",
+		"/usr/local/lib64/",
+		"/usr/lib64/",
 		NULL
 	};
 
@@ -120,8 +120,8 @@
 #else
 	static char *alternative[]=
 	{
-		"/usr/local/lib/yafray",
-		"/usr/lib/yafray",
+		"/usr/local/lib64/yafray",
+		"/usr/lib64/yafray",
 		NULL
 	};
 


Index: blender.spec
===================================================================
RCS file: /cvs/extras/rpms/blender/F-8/blender.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- blender.spec	16 Oct 2007 14:11:58 -0000	1.66
+++ blender.spec	28 Feb 2008 21:26:55 -0000	1.67
@@ -3,7 +3,7 @@
 
 Name:           blender
 Version:        2.45
-Release: 	4%{?dist}
+Release: 	8%{?dist}
 
 Summary:        3D modeling, animation, rendering and post-production
 
@@ -27,6 +27,8 @@
 
 Patch1:         blender-2.44-scons.patch
 Patch2:		blender-2.44-bid.patch
+Patch3:		blender-2.45-gcc43.patch
+Patch4:         blender-2.45-yafray.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -69,6 +71,8 @@
 %setup -q 
 %patch1 -p1 -b .org
 %patch2 -p1 -b .bid
+%patch3 -p1 -b .gcc43
+%patch4 -p1
 
 PYVER=$(%{__python} -c "import sys ; print sys.version[:3]")
 
@@ -172,6 +176,18 @@
 %{_datadir}/mime/packages/blender.xml
 
 %changelog
+* Thu Feb 28 2008 Jochen Schmitt <Jochen herr-schmitt de> - 2.45-8
+- Fix yafray load bug (#451571)
+
+* Sun Feb 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-7
+- Rebuild for gcc-4.3
+
+* Sat Jan 26 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 2.45-6
+- Rebuild for new gettext
+
+* Thu Jan 17 2008 Jochen Schmitt <Jochen herr-schmitt de> 2.45-5
+- Fix gcc-4.3 related issues
+
 * Tue Oct 16 2007 Jochen Schmitt <Jochen herr-schmitt de> 2.45-4
 - Rebuild again for OpenEXR
 




More information about the fedora-extras-commits mailing list